Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[create-theme]: Unfocsed Fade #767

Closed
1 task
TheBigWazz opened this issue Nov 12, 2024 · 1 comment
Closed
1 task

[create-theme]: Unfocsed Fade #767

TheBigWazz opened this issue Nov 12, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@TheBigWazz
Copy link

Name

Unfocused Fade

Description

Fade your text and window slightly when Zen loses focus.

Homepage

https://github.com/TheBigWazz/ZenThemes/tree/main/Unfocused-Fade

Image

https://github.com/user-attachments/assets/413dcbe1-d3cc-42b0-afd2-847310b7705c

Type

  • JSON Color Theme

Theme Styles

/* Consistent opacity when window is inactive */
.tab-stack:-moz-window-inactive, #urlbar:-moz-window-inactive {
    opacity: 0.5 !important;
  }
  
  /* Make browser slightly lighter when inactive */
  #browser:-moz-window-inactive {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

Readme

<p align="center">
  <img src="https://github.com/user-attachments/assets/413dcbe1-d3cc-42b0-afd2-847310b7705c" alt="Wazz's custom image"/>
</p>


# Unfocused Fade
Fade your browser slightly when Zen loses focus.

Preferences

No response

@TheBigWazz TheBigWazz added the new-theme Submit a theme to be added to the theme library label Nov 12, 2024
Copy link
Contributor

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant