Add theme: Use Firefox Theme

This commit is contained in:
Spatulox 2024-09-29 14:36:23 +00:00 committed by GitHub
parent b212c5fc9d
commit 7b8cb7957e
5 changed files with 27 additions and 0 deletions

View 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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View 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": []
}
]

View 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

View 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"}