mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Better Unloaded Tabs (#552)
Co-authored-by: Felkazz <Felkazz@users.noreply.github.com>
This commit is contained in:
parent
0efb548d18
commit
2069f040d5
4 changed files with 9 additions and 0 deletions
5
themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css
Normal file
5
themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
.tabbrowser-tab[pending="true"] {
|
||||
filter: grayscale(1);
|
||||
opacity: 0.5;
|
||||
}
|
BIN
themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/image.png
Normal file
BIN
themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
3
themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md
Normal file
3
themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
# zen-browser-better-unloaded-tabs
|
||||
Makes unloaded tabs easier to notice by making them grayscale and transparent.
|
1
themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/theme.json
Normal file
1
themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/theme.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"id": "f7c71d9a-bce2-420f-ae44-a64bd92975ab", "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", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/image.png", "author": "Felkazz", "version": "1.0.0"}
|
Loading…
Add table
Add a link
Reference in a new issue