mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Use Firefox Theme
This commit is contained in:
parent
b212c5fc9d
commit
7b8cb7957e
5 changed files with 27 additions and 0 deletions
10
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/chrome.css
Normal file
10
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/chrome.css
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
@media {
|
||||||
|
#zen-appcontent-navbar-container {
|
||||||
|
background: var(--lwt-header-image, var(--lwt-additional-images))
|
||||||
|
no-repeat var(--lwt-background-tiling) var(--lwt-background-alignment)
|
||||||
|
var(--lwt-accent-color) !important;
|
||||||
|
background-size: var(--lwt-background-tiling) !important;
|
||||||
|
background-position-y: var(--theme-firefoxtheme-heightmove, 50%) !important;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/image.png
Normal file
BIN
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
10
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/preferences.json
Normal file
10
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/preferences.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"property": "theme.firefoxtheme.heightmove",
|
||||||
|
"label": "Move up the theme if needed (pixel or %)",
|
||||||
|
"type": "string",
|
||||||
|
"defaultValue": "50%",
|
||||||
|
"placeholder": "e.g: 50px / 50%",
|
||||||
|
"disabledOn": []
|
||||||
|
}
|
||||||
|
]
|
6
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/readme.md
Normal file
6
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/readme.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
# Use Firefox Theme
|
||||||
|
This Zen Browser addon let you use the Firefox themes from the Firefox store.
|
||||||
|
Check the mod settings to adjust the height (% or px) of the background 😉.
|
||||||
|
|
||||||
|
Works with most of the available background on the Firefox addons store
|
1
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/theme.json
Normal file
1
themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/theme.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"id": "7069c75e-7a77-4c0e-b61b-2d0f58591a05", "name": "Use Firefox Theme", "description": "This Zen Browser addon let you use the Firefox themes from the Firefox store.", "homepage": "https://github.com/Spatulox/Use-FireFox-Theme", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/image.png", "author": "Spatulox", "version": "1.0.0", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7069c75e-7a77-4c0e-b61b-2d0f58591a05/preferences.json"}
|
Loading…
Add table
Add a link
Reference in a new issue