Skip to content

[create-theme]: Zen Light Up #1665

@Tech5G5G

Description

@Tech5G5G

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

No one assigned

    Labels

    new-themeSubmit a theme to be added to the theme library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions