-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
new-themeSubmit a theme to be added to the theme librarySubmit a theme to be added to the theme library
Description
Name
Zen Light Up
Description
Allows you to set the transparency of your background when not using a gradient.
Homepage
https://github.com/Tech5G5G/zen-light-up
Image
https://github.com/Tech5G5G/zen-light-up/blob/main/Showcase.png?raw=true
Type
- JSON Color Theme
Theme Styles
@-moz-document url-prefix("chrome:") {
/* Set main browser background color */
@media (-moz-bool-pref: "mod.zen-light-up.enable") {
body {
--zen-main-browser-background: rgba(0, 0, 0, var(--mod_zen-light-up_transparency));
}
}
}
Readme
# Zen Light Up
Allows you to set the transparency of your background when not using a gradient. This mod will hide your gradients.
By default, Zen Light Up is disabled. Enable it by going to `about:settings`, Zen Mods, Zen Light Up settings, and checking 'Enable custom transparency'.
Preferences
[
{
"property": "mod.zen-light-up.enable",
"label": "Enable custom transparency",
"type": "checkbox",
"defaultValue": false
},
{
"property": "mod.zen-light-up.transparency",
"label": "Set custom transparency",
"type": "string",
"placeholder": "0.4",
"defaultValue": "0.4"
}
]
Metadata
Metadata
Assignees
Labels
new-themeSubmit a theme to be added to the theme librarySubmit a theme to be added to the theme library