Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-05-20 16:33:20 +00:00
parent 0989a4ab10
commit fa0057188b
5 changed files with 1388 additions and 1387 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,19 +1,19 @@
[ [
{ {
"property": "theme.floating_history.position", "property": "theme.floating_history.position",
"label": "Position", "label": "Position",
"type": "dropdown", "type": "dropdown",
"disabledOn": [], "disabledOn": [],
"defaultValue": "right", "defaultValue": "right",
"options": [ "options": [
{ {
"label": "Left", "label": "Left",
"value": "left" "value": "left"
}, },
{ {
"label": "Right", "label": "Right",
"value": "right" "value": "right"
} }
] ]
} }
] ]

View file

@ -1,106 +1,106 @@
[ [
{ {
"property": "browser.tabs.allow_transparent_browser", "property": "browser.tabs.allow_transparent_browser",
"label": "👀 Allow transparency (TURN OFF BEFORE UNINSTALL)", "label": "\ud83d\udc40 Allow transparency (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "zen.widget.linux.transparency", "property": "zen.widget.linux.transparency",
"label": "👀 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)", "label": "\ud83d\udc40 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true, "defaultValue": true,
"disabledOn": [ "disabledOn": [
"windows", "windows",
"macos" "macos"
] ]
}, },
{ {
"property": "mod.sameerasw.zen_bg_color_enabled", "property": "mod.sameerasw.zen_bg_color_enabled",
"label": "🎨 Enable custom background color for Zen", "label": "\ud83c\udfa8 Enable custom background color for Zen",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "mod.sameerasw.zen_transparency_color", "property": "mod.sameerasw.zen_transparency_color",
"label": "🎨 Set custom background color (Overrides theme)", "label": "\ud83c\udfa8 Set custom background color (Overrides theme)",
"type": "string", "type": "string",
"defaultValue": "#00000000", "defaultValue": "#00000000",
"placeholder": "light-dark(#fff, #222) or RGBA or hex" "placeholder": "light-dark(#fff, #222) or RGBA or hex"
}, },
{ {
"property": "mod.sameerasw.zen_light_tint_flip", "property": "mod.sameerasw.zen_light_tint_flip",
"label": "🌙 Flip the light website tint to dark", "label": "\ud83c\udf19 Flip the light website tint to dark",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "mod.sameerasw.zen_light_tint_disabled", "property": "mod.sameerasw.zen_light_tint_disabled",
"label": "🌙 Disable the light website tint", "label": "\ud83c\udf19 Disable the light website tint",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "mod.sameerasw.zen_no_shadow", "property": "mod.sameerasw.zen_no_shadow",
"label": "🌑 Remove the shadow around the web page", "label": "\ud83c\udf11 Remove the shadow around the web page",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "mod.sameerasw.zen_tab_switch_anim", "property": "mod.sameerasw.zen_tab_switch_anim",
"label": "✨ Tab switch animation", "label": "\u2728 Tab switch animation",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "mod.sameerasw.zen_urlbar_zoom_anim", "property": "mod.sameerasw.zen_urlbar_zoom_anim",
"label": "✨ URL bar zoom animation", "label": "\u2728 URL bar zoom animation",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "mod.sameerasw.zen_trackpad_anim", "property": "mod.sameerasw.zen_trackpad_anim",
"label": "✨ Trackpad swipe animations", "label": "\u2728 Trackpad swipe animations",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "mod.sameerasw.zen_notab_img_enabled", "property": "mod.sameerasw.zen_notab_img_enabled",
"label": "🖼️ Add no tab screen background image", "label": "\ud83d\uddbc\ufe0f Add no tab screen background image",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "mod.sameerasw.zen_notab_img", "property": "mod.sameerasw.zen_notab_img",
"label": "🖼️ Image URL, format: url('example.com/1.png')", "label": "\ud83d\uddbc\ufe0f Image URL, format: url('example.com/1.png')",
"type": "string", "type": "string",
"defaultValue": "url('https://github.com/sameerasw/my-internet/blob/main/wave-light.png?raw=true')", "defaultValue": "url('https://github.com/sameerasw/my-internet/blob/main/wave-light.png?raw=true')",
"placeholder": "url('example.com/1.png')" "placeholder": "url('example.com/1.png')"
}, },
{ {
"property": "mod.sameerasw.zen_notab_img_size", "property": "mod.sameerasw.zen_notab_img_size",
"label": "🖼️ No tab screen image size with unit", "label": "\ud83d\uddbc\ufe0f No tab screen image size with unit",
"type": "string", "type": "string",
"defaultValue": "150px", "defaultValue": "150px",
"placeholder": "50px (px, em, % ...)" "placeholder": "50px (px, em, % ...)"
}, },
{ {
"property": "mod.sameerasw.zen_notab_img_opacity", "property": "mod.sameerasw.zen_notab_img_opacity",
"label": "🖼️ No tab screen image opacity (0-1)", "label": "\ud83d\uddbc\ufe0f No tab screen image opacity (0-1)",
"type": "string", "type": "string",
"defaultValue": "1", "defaultValue": "1",
"placeholder": "0.75" "placeholder": "0.75"
}, },
{ {
"property": "mod.sameerasw.zen_notab_img_saturate", "property": "mod.sameerasw.zen_notab_img_saturate",
"label": "🖼️ Grayscale the no tab screen image", "label": "\ud83d\uddbc\ufe0f Grayscale the no tab screen image",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "mod.sameerasw.zen_notab_img_invert", "property": "mod.sameerasw.zen_notab_img_invert",
"label": "🖼️ Invert above image in light theme (white → black)", "label": "\ud83d\uddbc\ufe0f Invert above image in light theme (white \u2192 black)",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
} }
] ]

View file

@ -28,22 +28,22 @@
"placeholder": "e.g. 10px" "placeholder": "e.g. 10px"
}, },
{ {
"property": "user-tab-movement", "property": "user-tab-movement",
"label": "Tab movement amount (e.g. 2%)", "label": "Tab movement amount (e.g. 2%)",
"type": "string", "type": "string",
"defaultValue": "2%", "defaultValue": "2%",
"placeholder": "e.g. 2%" "placeholder": "e.g. 2%"
}, },
{ {
"property": "tab-shadow-enabled", "property": "tab-shadow-enabled",
"label": "Enable Tab Shadows(enables shadow aroung the moving page)", "label": "Enable Tab Shadows(enables shadow aroung the moving page)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "border-shadow-disabled", "property": "border-shadow-disabled",
"label": "Disable Border Shadows(DIsables shadow around the web page)", "label": "Disable Border Shadows(DIsables shadow around the web page)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
} }
] ]

View file

@ -1,101 +1,101 @@
[ [
{ {
"property": "mod.zentoast.background_opacity", "property": "mod.zentoast.background_opacity",
"label": "Background opacity", "label": "Background opacity",
"type": "dropdown", "type": "dropdown",
"placeholder": "Select background opacity", "placeholder": "Select background opacity",
"defaultValue": "0.3", "defaultValue": "0.3",
"options": [ "options": [
{ {
"label": "10%", "label": "10%",
"value": "0.1" "value": "0.1"
}, },
{ {
"label": "20%", "label": "20%",
"value": "0.2" "value": "0.2"
}, },
{ {
"label": "30%", "label": "30%",
"value": "0.3" "value": "0.3"
}, },
{ {
"label": "40%", "label": "40%",
"value": "0.4" "value": "0.4"
}, },
{ {
"label": "50%", "label": "50%",
"value": "0.5" "value": "0.5"
}, },
{ {
"label": "60%", "label": "60%",
"value": "0.6" "value": "0.6"
} }
] ]
}, },
{ {
"property": "mod.zentoast.border_opacity", "property": "mod.zentoast.border_opacity",
"label": "Border opacity", "label": "Border opacity",
"type": "dropdown", "type": "dropdown",
"placeholder": "Select border opacity", "placeholder": "Select border opacity",
"defaultValue": "0.3", "defaultValue": "0.3",
"options": [ "options": [
{ {
"label": "10%", "label": "10%",
"value": "0.1" "value": "0.1"
}, },
{ {
"label": "20%", "label": "20%",
"value": "0.2" "value": "0.2"
}, },
{ {
"label": "30%", "label": "30%",
"value": "0.3" "value": "0.3"
}, },
{ {
"label": "40%", "label": "40%",
"value": "0.4" "value": "0.4"
}, },
{ {
"label": "50%", "label": "50%",
"value": "0.5" "value": "0.5"
}, },
{ {
"label": "60%", "label": "60%",
"value": "0.6" "value": "0.6"
} }
] ]
}, },
{ {
"property": "mod.zentoast.text_opacity", "property": "mod.zentoast.text_opacity",
"label": "Text opacity", "label": "Text opacity",
"type": "dropdown", "type": "dropdown",
"placeholder": "Select text opacity", "placeholder": "Select text opacity",
"defaultValue": "0.3", "defaultValue": "0.3",
"options": [ "options": [
{ {
"label": "10%", "label": "10%",
"value": "0.1" "value": "0.1"
}, },
{ {
"label": "20%", "label": "20%",
"value": "0.2" "value": "0.2"
}, },
{ {
"label": "30%", "label": "30%",
"value": "0.3" "value": "0.3"
}, },
{ {
"label": "40%", "label": "40%",
"value": "0.4" "value": "0.4"
}, },
{ {
"label": "50%", "label": "50%",
"value": "0.5" "value": "0.5"
}, },
{ {
"label": "60%", "label": "60%",
"value": "0.6" "value": "0.6"
} }
] ]
} }
] ]