mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 17:30:00 +02:00
Update theme: Allow Toolbar Theming (#331)
* Update theme: Allow Toolbar Theming * Update chrome.css
This commit is contained in:
parent
f2f661b31a
commit
f7e10c56d2
3 changed files with 18 additions and 5 deletions
|
@ -1,10 +1,20 @@
|
||||||
@media not (-moz-bool-pref: "zen.view.compact") {
|
@media not (-moz-bool-pref: "zen.view.compact") {
|
||||||
#navigator-toolbox {
|
#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") {
|
@media (-moz-bool-pref: "zen.view.compact") {
|
||||||
#TabsToolbar {
|
#titlebar {
|
||||||
background: var(--lwt-header-image, var(--lwt-additional-images)) no-repeat var(--lwt-background-tiling) var(--lwt-background-alignment) var(--lwt-accent-color);
|
--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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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!
|
|
@ -7,5 +7,5 @@
|
||||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md",
|
"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",
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/image.png",
|
||||||
"author": "ch4og",
|
"author": "ch4og",
|
||||||
"version": "1.0.1"
|
"version": "1.0.2"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue