Update theme: Allow Toolbar Theming (#331)

* Update theme: Allow Toolbar Theming

* Update chrome.css
This commit is contained in:
Nikita Mitasov 2024-09-07 18:30:35 +03:00 committed by GitHub
parent f2f661b31a
commit f7e10c56d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 5 deletions

View file

@ -1,10 +1,20 @@
@media not (-moz-bool-pref: "zen.view.compact") {
#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);
--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);
}
}
@media (-moz-bool-pref: "zen.view.compact") {
#TabsToolbar {
background: var(--lwt-header-image, var(--lwt-additional-images)) no-repeat var(--lwt-background-tiling) var(--lwt-background-alignment) var(--lwt-accent-color);
#titlebar {
--zen-colors-tertiary: var(
--lwt-header-image,
var(--lwt-additional-images)
)
no-repeat var(--lwt-background-tiling) var(--lwt-background-alignment)
var(--lwt-accent-color);
}
}

View file

@ -1,2 +1,5 @@
# Allow Toolbar Theming
This allows you to use Firefox themes to customize your toolbar
### This allows you to use Firefox themes to customize your toolbar
#### ⚠️ This does not work for every theme!

View file

@ -7,5 +7,5 @@
"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",
"version": "1.0.1"
"version": "1.0.2"
}