mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Allow Toolbar Theming
This commit is contained in:
parent
1af385eb3c
commit
ef3f29d200
4 changed files with 9 additions and 0 deletions
6
themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css
Normal file
6
themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
@-moz-document url-prefix("chrome:") {
|
||||||
|
#navigator-toolbox {
|
||||||
|
--zen-navigator-toolbox-background: var(--lwt-header-image, var(--lwt-additional-images)) no-repeat var(--lwt-background-tiling) var(--lwt-background-alignment) var(--lwt-accent-color);
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/64cdc40f-2366-4b5b-8bad-d0524682595e/image.png
Normal file
BIN
themes/64cdc40f-2366-4b5b-8bad-d0524682595e/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
2
themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md
Normal file
2
themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
This allows you to use Firefox themes to customize your toolbar
|
1
themes/64cdc40f-2366-4b5b-8bad-d0524682595e/theme.json
Normal file
1
themes/64cdc40f-2366-4b5b-8bad-d0524682595e/theme.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"id": "64cdc40f-2366-4b5b-8bad-d0524682595e", "name": "Allow Toolbar Theming", "description": "This allows you to use Firefox themes to customize your toolbar", "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Allow%20Toolbar%20Theming", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/image.png", "author": "ch4og"}
|
Loading…
Add table
Add a link
Reference in a new issue