mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Rebuild themes.json after theme submission
This commit is contained in:
parent
21b3990b7a
commit
5afb1dd7df
5 changed files with 1060 additions and 1035 deletions
2006
themes.json
2006
themes.json
File diff suppressed because it is too large
Load diff
|
@ -6,4 +6,4 @@
|
|||
"disabledOn": [],
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
]
|
|
@ -1,27 +1,26 @@
|
|||
[
|
||||
{
|
||||
"property": "browser.tabs.allow_transparent_browser",
|
||||
"label": "Allow zen browser to be transparent",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": true
|
||||
"property": "browser.tabs.allow_transparent_browser",
|
||||
"label": "Allow zen browser to be transparent",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": true
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_transparency_color",
|
||||
"label": "Set background color for Zen",
|
||||
"type": "string",
|
||||
"defaultvalue": "#00000000"
|
||||
"property": "mod.sameerasw.zen_transparency_color",
|
||||
"label": "Set background color for Zen",
|
||||
"type": "string",
|
||||
"defaultvalue": "#00000000"
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_bg_img_enabled",
|
||||
"label": "Enable custom background image for Zen",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": false
|
||||
"property": "mod.sameerasw.zen_bg_img_enabled",
|
||||
"label": "Enable custom background image for Zen",
|
||||
"type": "checkbox",
|
||||
"defaultvalue": false
|
||||
},
|
||||
{
|
||||
"property": "mod.sameerasw.zen_transparency",
|
||||
"label": "Set bg image url",
|
||||
"type": "string",
|
||||
"defaultvalue": ""
|
||||
"property": "mod.sameerasw.zen_transparency",
|
||||
"label": "Set bg image url",
|
||||
"type": "string",
|
||||
"defaultvalue": ""
|
||||
}
|
||||
]
|
||||
|
||||
]
|
|
@ -1,26 +1,26 @@
|
|||
[
|
||||
{
|
||||
"property": "mod.cleanedurlbar.customcolor",
|
||||
"label": "Cleaned URL Bar Color (HSL only)",
|
||||
"type": "string",
|
||||
"defaultValue": "hsl(0 0 10)"
|
||||
},
|
||||
{
|
||||
"property": "mod.cleanedurlbar.customtransparency",
|
||||
"label": "Transparency (In percentage ex. 100%)",
|
||||
"type": "string",
|
||||
"defaultValue": "40%"
|
||||
},
|
||||
{
|
||||
"property": "mod.cleanedurlbar.customselectcolor",
|
||||
"label": "Selected URL color (rgb, hsl, hex)",
|
||||
"type": "string",
|
||||
"defaultValue": "rgba(80, 80, 250, 0.75)"
|
||||
},
|
||||
{
|
||||
"property": "mod.cleanedurlbar.customselectfontcolor",
|
||||
"label": "Selected URL font color (rgb, hsl, hex)",
|
||||
"type": "string",
|
||||
"defaultValue": "rgba(255,255,255,1)"
|
||||
}
|
||||
[
|
||||
{
|
||||
"property": "mod.cleanedurlbar.customcolor",
|
||||
"label": "Cleaned URL Bar Color (HSL only)",
|
||||
"type": "string",
|
||||
"defaultValue": "hsl(0 0 10)"
|
||||
},
|
||||
{
|
||||
"property": "mod.cleanedurlbar.customtransparency",
|
||||
"label": "Transparency (In percentage ex. 100%)",
|
||||
"type": "string",
|
||||
"defaultValue": "40%"
|
||||
},
|
||||
{
|
||||
"property": "mod.cleanedurlbar.customselectcolor",
|
||||
"label": "Selected URL color (rgb, hsl, hex)",
|
||||
"type": "string",
|
||||
"defaultValue": "rgba(80, 80, 250, 0.75)"
|
||||
},
|
||||
{
|
||||
"property": "mod.cleanedurlbar.customselectfontcolor",
|
||||
"label": "Selected URL font color (rgb, hsl, hex)",
|
||||
"type": "string",
|
||||
"defaultValue": "rgba(255,255,255,1)"
|
||||
}
|
||||
]
|
|
@ -119,4 +119,4 @@
|
|||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue