zen-browser / theme-store

🎨 Theme repository for @zen-browser!
https://zen-browser.github.io/theme-store/themes.json
MIT License
130 stars 38 forks source link

[create-theme]: Better Unloaded Tabs #551

Closed Felkazz closed 1 month ago

Felkazz commented 1 month ago

Name

Better Unloaded Tabs

Description

Makes unloaded tabs easier to notice by making them greyscale and transparent.

Homepage

https://github.com/Felkazz/zen-browser-better-unloaded-tabs

Image

https://i.imgur.com/LxBTTmQ.png

Type

Theme Styles

.tabbrowser-tab[pending="true"] {
    filter: grayscale(1);
    opacity: 0.5;
}

Readme

# zen-browser-better-unloaded-tabs
Makes unloaded tabs easier to notice by making them grayscale and transparent.

Preferences

No response

github-actions[bot] commented 1 month ago

Thank you for your contribution! :tada:

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.