Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-01-26 14:37:15 +00:00
parent 87fa835834
commit 253ec90e42
41 changed files with 2955 additions and 2901 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,14 +1,14 @@
[ [
{ {
"property": "z0.catto.nyancats", "property": "z0.catto.nyancats",
"label": "Enable Nyan Cat and friends.", "label": "Enable Nyan Cat and friends.",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "z0.catto.bongocat", "property": "z0.catto.bongocat",
"label": "Enable Bongocat at the top.", "label": "Enable Bongocat at the top.",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
} }
] ]

View file

@ -1,7 +1,7 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: #fdc797 !important; --zen-colors-primary: #FDC797 !important;
--zen-colors-secondary: #ffffff25 !important; --zen-colors-secondary: #FFFFFF25 !important;
--zen-colors-tertiary: #101010 !important; --zen-colors-tertiary: #101010 !important;
--zen-colors-border: #282828 !important; --zen-colors-border: #282828 !important;
} }

View file

@ -1,116 +1,120 @@
[ [
{ {
"property": "uc.theme.bold-text-enable.enabled", "property": "uc.theme.bold-text-enable.enabled",
"label": "Make numbers Bold", "label": "Make numbers Bold",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.theme.font_size", "property": "uc.theme.font_size",
"label": "Select the Size for tab numbers", "label": "Select the Size for tab numbers",
"type": "dropdown", "type": "dropdown",
"defaultValue": "Medium", "defaultValue": "Medium",
"options": [ "options": [
{ {
"label": "Extra Small", "label": "Extra Small",
"value": "XSmall" "value": "XSmall"
}, },
{ {
"label": "Small", "label": "Small",
"value": "Small" "value": "Small"
}, },
{ {
"label": "Medium (default)", "label": "Medium (default)",
"value": "Medium" "value": "Medium"
}, },
{ {
"label": "Large", "label": "Large",
"value": "Large" "value": "Large"
}, },
{ {
"label": "Extra Large", "label": "Extra Large",
"value": "XLarge" "value": "XLarge"
} }
] ]
}, },
{ {
"property": "uc.theme.background_shape", "property": "uc.theme.background_shape",
"label": "Select the Shape for the tab number background", "label": "Select the Shape for the tab number background",
"type": "dropdown", "type": "dropdown",
"defaultValue": "ModeratelyRounded", "defaultValue": "ModeratelyRounded",
"options": [ "options": [
{ {
"label": "Square", "label": "Square",
"value": "Square" "value": "Square"
}, },
{ {
"label": "Slightly Rounded Square", "label": "Slightly Rounded Square",
"value": "SlightlyRounded" "value": "SlightlyRounded"
}, },
{ {
"label": "Moderately Rounded Square (default)", "label": "Moderately Rounded Square (default)",
"value": "ModeratelyRounded" "value": "ModeratelyRounded"
}, },
{ {
"label": "Fully Rounded Square", "label": "Fully Rounded Square",
"value": "FullyRounded" "value": "FullyRounded"
}, },
{ {
"label": "Perfect Circle", "label": "Perfect Circle",
"value": "Circle" "value": "Circle"
} }
] ]
}, },
{ {
"property": "uc.theme.custom_color_enabled", "property": "uc.theme.custom_color_enabled",
"label": "(!) Press to enable custom colors (!)", "label": "(!) Press to enable custom colors (!)",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.theme.number_color", "property": "uc.theme.number_color",
"label": "Hex Code of Custom Text Color (first enable the above checkbox)", "label": "Hex Code of Custom Text Color (first enable the above checkbox)",
"placeholder": "eg. #ff0000", "placeholder": "eg. #ff0000",
"type": "string", "type": "string",
"disabledOn": ["!uc.theme.custom_color_enabled"] "disabledOn": [
}, "!uc.theme.custom_color_enabled"
{ ]
"property": "uc.theme.number_background_color", },
"label": "Hex Code of Custom Background Color (first enable the above checkbox)", {
"placeholder": "eg. #ff0000", "property": "uc.theme.number_background_color",
"type": "string", "label": "Hex Code of Custom Background Color (first enable the above checkbox)",
"disabledOn": ["!uc.theme.custom_color_enabled"] "placeholder": "eg. #ff0000",
}, "type": "string",
{ "disabledOn": [
"property": "uc.theme.compact_side", "!uc.theme.custom_color_enabled"
"label": "Side of the tab numbers when tabs are Compact", ]
"type": "dropdown", },
"defaultValue": "Right", {
"options": [ "property": "uc.theme.compact_side",
{ "label": "Side of the tab numbers when tabs are Compact",
"label": "Right (default)", "type": "dropdown",
"value": "Right" "defaultValue": "Right",
}, "options": [
{ {
"label": "Left", "label": "Right (default)",
"value": "Left" "value": "Right"
} },
] {
}, "label": "Left",
{ "value": "Left"
"property": "uc.theme.expanded_side", }
"label": "Side of the tab numbers when tabs are Expanded", ]
"type": "dropdown", },
"defaultValue": "Right", {
"options": [ "property": "uc.theme.expanded_side",
{ "label": "Side of the tab numbers when tabs are Expanded",
"label": "Right (default)", "type": "dropdown",
"value": "Right" "defaultValue": "Right",
}, "options": [
{ {
"label": "Left", "label": "Right (default)",
"value": "Left" "value": "Right"
} },
] {
} "label": "Left",
"value": "Left"
}
]
}
] ]

View file

@ -1,50 +1,50 @@
[ [
{ {
"property": "theme.customstatusbar.radius", "property": "theme.customstatusbar.radius",
"label": "Round the corners. (default: 1000px)", "label": "Round the corners. (default: 1000px)",
"type": "string", "type": "string",
"defaultValue": "1000px", "defaultValue": "1000px",
"placeholder": "1000px", "placeholder": "1000px",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "theme.customstatusbar.margin", "property": "theme.customstatusbar.margin",
"label": "Set the margin. (default: 8px)", "label": "Set the margin. (default: 8px)",
"type": "string", "type": "string",
"defaultValue": "8px", "defaultValue": "8px",
"placeholder": "8px", "placeholder": "8px",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "theme.customstatusbar.border_thickness", "property": "theme.customstatusbar.border_thickness",
"label": "Set the thickness of the border. '2px'", "label": "Set the thickness of the border. '2px'",
"type": "string", "type": "string",
"defaultValue": "2px", "defaultValue": "2px",
"placeholder": "2px", "placeholder": "2px",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "theme.customstatusbar.color_border", "property": "theme.customstatusbar.color_border",
"label": "Set the border color. '#0e03ad' or 'var(--zen-colors-border)'", "label": "Set the border color. '#0e03ad' or 'var(--zen-colors-border)'",
"type": "string", "type": "string",
"defaultValue": "var(--zen-colors-border)", "defaultValue": "var(--zen-colors-border)",
"placeholder": "var(--zen-colors-border)", "placeholder": "var(--zen-colors-border)",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "theme.customstatusbar.color_background", "property": "theme.customstatusbar.color_background",
"label": "Set the background color. '#a403ad' or 'var(--zen-colors-tertiary)'", "label": "Set the background color. '#a403ad' or 'var(--zen-colors-tertiary)'",
"type": "string", "type": "string",
"defaultValue": "var(--zen-colors-tertiary)", "defaultValue": "var(--zen-colors-tertiary)",
"placeholder": "var(--zen-colors-tertiary)", "placeholder": "var(--zen-colors-tertiary)",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "theme.customstatusbar.text_color", "property": "theme.customstatusbar.text_color",
"label": "Set the text color. '#a403ad' or 'var(--lwt-text-color)'", "label": "Set the text color. '#a403ad' or 'var(--lwt-text-color)'",
"type": "string", "type": "string",
"defaultValue": "var(--lwt-text-color)", "defaultValue": "var(--lwt-text-color)",
"placeholder": "var(--lwt-text-color)", "placeholder": "var(--lwt-text-color)",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,26 +1,26 @@
[ [
{ {
"property": "uc.theme.comptitle-one-char-title.enabled", "property": "uc.theme.comptitle-one-char-title.enabled",
"label": "Shorter title (1 character)", "label": "Shorter title (1 character)",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.theme.comptitle-three-char-title.enabled", "property": "uc.theme.comptitle-three-char-title.enabled",
"label": "Longer title (3 characters)", "label": "Longer title (3 characters)",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.theme.comptitle-enable-pinned.enabled", "property": "uc.theme.comptitle-enable-pinned.enabled",
"label": "Enable in pinned tabs", "label": "Enable in pinned tabs",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.theme.comptitle-default-text.enabled", "property": "uc.theme.comptitle-default-text.enabled",
"label": "More contrast-y text, may be harder to look at", "label": "More contrast-y text, may be harder to look at",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,49 +1,49 @@
[ [
{ {
"property": "theme.sidebery.layout", "property": "theme.sidebery.layout",
"label": "Auto-hide the sidebar", "label": "Auto-hide the sidebar",
"type": "dropdown", "type": "dropdown",
"placeholder": "Do not hide", "placeholder": "Do not hide",
"defaultValue": "auto-hide-fs", "defaultValue": "auto-hide-fs",
"options": [ "options": [
{ {
"label": "Auto-hide, expand on hover", "label": "Auto-hide, expand on hover",
"value": "auto-hide" "value": "auto-hide"
}, },
{ {
"label": "Auto-hide in full-screen mode only", "label": "Auto-hide in full-screen mode only",
"value": "auto-hide-fs" "value": "auto-hide-fs"
} }
] ]
}, },
{ {
"property": "theme.sidebery.compact-view", "property": "theme.sidebery.compact-view",
"label": "Compact mode", "label": "Compact mode",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "browser.tabs.allow_transparent_browser", "property": "browser.tabs.allow_transparent_browser",
"label": "Allow Transparent Browser Tabs", "label": "Allow Transparent Browser Tabs",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.sidebery.hide-zen-tabbar", "property": "theme.sidebery.hide-zen-tabbar",
"label": "Hide Native Zen Tab UI", "label": "Hide Native Zen Tab UI",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.sidebery.sidebar-header.hide", "property": "theme.sidebery.sidebar-header.hide",
"label": "Hide Browser Sidebar Header", "label": "Hide Browser Sidebar Header",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "theme.sidebery.sidebar-header.bottom-layout", "property": "theme.sidebery.sidebar-header.bottom-layout",
"label": "Push Browser Sidebar Header Down", "label": "Push Browser Sidebar Header Down",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
} }
] ]

View file

@ -1,8 +1,8 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: #2d5b69 !important; --zen-colors-primary: #2d5b69 !important;
--zen-colors-secondary: #2d5b69 !important; --zen-colors-secondary: #2d5b69 !important;
--zen-colors-tertiary: #002b36 !important; --zen-colors-tertiary: #002b36 !important;
--zen-colors-border: #2d5b69 !important; --zen-colors-border: #2d5b69 !important;
--zen-dialog-background: #002b36 !important; --zen-dialog-background: #002b36 !important;
} }

View file

@ -1,87 +1,87 @@
[ [
{ {
"property": "uc.private-browsing-top-bar.highlighting-style", "property": "uc.private-browsing-top-bar.highlighting-style",
"label": "Highlighting Style:", "label": "Highlighting Style:",
"type": "dropdown", "type": "dropdown",
"defaultValue": "gradient", "defaultValue": "gradient",
"options": [ "options": [
{ {
"label": "Gradient", "label": "Gradient",
"value": "gradient" "value": "gradient"
}, },
{ {
"label": "Solid", "label": "Solid",
"value": "solid" "value": "solid"
} }
] ]
}, },
{ {
"property": "uc.private-browsing-top-bar.border-style", "property": "uc.private-browsing-top-bar.border-style",
"label": "Border Thickness:", "label": "Border Thickness:",
"type": "dropdown", "type": "dropdown",
"defaultValue": "default", "defaultValue": "default",
"options": [ "options": [
{ {
"label": "Default", "label": "Default",
"value": "default" "value": "default"
}, },
{ {
"label": "Thin", "label": "Thin",
"value": "thin" "value": "thin"
} }
] ]
}, },
{ {
"property": "uc.private-browsing-top-bar.color", "property": "uc.private-browsing-top-bar.color",
"label": "Highlighting Base Color:", "label": "Highlighting Base Color:",
"type": "dropdown", "type": "dropdown",
"defaultValue": "default", "defaultValue": "default",
"options": [ "options": [
{ {
"label": "Default Purple", "label": "Default Purple",
"value": "default" "value": "default"
}, },
{ {
"label": "Match Zen Theme Color", "label": "Match Zen Theme Color",
"value": "match-zen" "value": "match-zen"
}, },
{ {
"label": "Blue", "label": "Blue",
"value": "blue" "value": "blue"
}, },
{ {
"label": "Teal", "label": "Teal",
"value": "teal" "value": "teal"
}, },
{ {
"label": "Green", "label": "Green",
"value": "green" "value": "green"
}, },
{ {
"label": "Yellow", "label": "Yellow",
"value": "yellow" "value": "yellow"
}, },
{ {
"label": "Orange", "label": "Orange",
"value": "orange" "value": "orange"
}, },
{ {
"label": "Brown", "label": "Brown",
"value": "brown" "value": "brown"
}, },
{ {
"label": "Red", "label": "Red",
"value": "red" "value": "red"
}, },
{ {
"label": "Pink", "label": "Pink",
"value": "pink" "value": "pink"
} }
] ]
}, },
{ {
"property": "uc.private-browsing-top-bar.hide-icon", "property": "uc.private-browsing-top-bar.hide-icon",
"label": "Hide the private browsing icon.", "label": "Hide the private browsing icon.",
"type": "checkbox" "type": "checkbox"
} }
] ]

View file

@ -1,26 +1,35 @@
[ [
{ {
"property": "uc.hide-minimize", "property": "uc.hide-minimize",
"label": "Hide the minimize window button", "label": "Hide the minimize window button",
"type": "checkbox", "type": "checkbox",
"disabledOn": ["macos"] "disabledOn": [
}, "macos"
{ ]
"property": "uc.hide-maximize", },
"label": "Hide the maximize window button", {
"type": "checkbox", "property": "uc.hide-maximize",
"disabledOn": ["macos"] "label": "Hide the maximize window button",
}, "type": "checkbox",
{ "disabledOn": [
"property": "uc.hide-close", "macos"
"label": "Hide the close window button", ]
"type": "checkbox", },
"disabledOn": ["macos"] {
}, "property": "uc.hide-close",
{ "label": "Hide the close window button",
"property": "uc.hide-window-buttons", "type": "checkbox",
"label": "Hide the window buttons", "disabledOn": [
"type": "checkbox", "macos"
"disabledOn": ["linux", "windows"] ]
} },
{
"property": "uc.hide-window-buttons",
"label": "Hide the window buttons",
"type": "checkbox",
"disabledOn": [
"linux",
"windows"
]
}
] ]

View file

@ -1,28 +1,28 @@
[ [
{ {
"property": "theme.custom_menubutton.default", "property": "theme.custom_menubutton.default",
"label": "Select Button:", "label": "Select Button:",
"type": "dropdown", "type": "dropdown",
"defaultValue": "Default", "defaultValue": "Default",
"options": [ "options": [
{ {
"label": "Default", "label": "Default",
"value": "Default" "value": "Default"
}, },
{ {
"label": "Firefox", "label": "Firefox",
"value": "Firefox" "value": "Firefox"
}, },
{ {
"label": "Custom", "label": "Custom",
"value": "Custom" "value": "Custom"
} }
] ]
}, },
{ {
"property": "theme.custom_menubutton.custom", "property": "theme.custom_menubutton.custom",
"label": "Custom Button: url(url or base64 here)", "label": "Custom Button: url(url or base64 here)",
"type": "string", "type": "string",
"defaultValue": "url(chrome://branding/content/icon32.png)" "defaultValue": "url(chrome://branding/content/icon32.png)"
} }
] ]

View file

@ -1,9 +1,9 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: #8f77f2 !important; --zen-colors-primary: #8f77f2 !important;
--zen-colors-secondary: #393061 !important; --zen-colors-secondary: #393061 !important;
--zen-colors-tertiary: #13121c !important; --zen-colors-tertiary: #13121c !important;
--zen-colors-border: #514480 !important; --zen-colors-border: #514480 !important;
--zen-primary-color: #8f77f2 !important; --zen-primary-color: #8f77f2 !important;
--zen-dialog-background: #13121c !important; --zen-dialog-background: #13121c !important;
} }

View file

@ -1,14 +1,14 @@
[ [
{ {
"property": "zen.mods.WinterSpirit.snowflakeSize", "property": "zen.mods.WinterSpirit.snowflakeSize",
"label": "Changes scale of background", "label": "Changes scale of background",
"type": "string", "type": "string",
"defaultValue": "350px" "defaultValue": "350px"
}, },
{ {
"property": "zen.mods.WinterSpirit.duration", "property": "zen.mods.WinterSpirit.duration",
"label": "Changes background animation speed", "label": "Changes background animation speed",
"type": "string", "type": "string",
"defaultValue": "30s" "defaultValue": "30s"
} }
] ]

View file

@ -1,42 +1,42 @@
[ [
{ {
"property": "uc.tabs.preferred_color", "property": "uc.tabs.preferred_color",
"label": "Preferred color for tab border", "label": "Preferred color for tab border",
"type": "dropdown", "type": "dropdown",
"options": [ "options": [
{ {
"label": "Zen primary", "label": "Zen primary",
"value": "primary" "value": "primary"
}, },
{ {
"label": "Zen secondary", "label": "Zen secondary",
"value": "secondary" "value": "secondary"
}, },
{ {
"label": "Zen tertiary", "label": "Zen tertiary",
"value": "tertiary" "value": "tertiary"
}, },
{ {
"label": "Zen border", "label": "Zen border",
"value": "border" "value": "border"
}, },
{ {
"label": "Custom color", "label": "Custom color",
"value": "custom" "value": "custom"
} }
] ]
}, },
{ {
"property": "uc.tabs.custom_color_hex", "property": "uc.tabs.custom_color_hex",
"label": "Custom Color (Hex)", "label": "Custom Color (Hex)",
"type": "string", "type": "string",
"defaultValue": "#ffffff", "defaultValue": "#ffffff",
"placeholder": "#ffffff" "placeholder": "#ffffff"
}, },
{ {
"property": "uc.tabs.dim_unloaded", "property": "uc.tabs.dim_unloaded",
"label": "Dim Unloaded Tabs", "label": "Dim Unloaded Tabs",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
} }
] ]

View file

@ -1,20 +1,20 @@
[ [
{ {
"property": "uc.floatingtoolbar.compact.enabled", "property": "uc.floatingtoolbar.compact.enabled",
"label": "Enable compact toolbar, similar to Smaller Compact Mode by n7itro", "label": "Enable compact toolbar, similar to Smaller Compact Mode by n7itro",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.floatingtoolbar.increase.spacing", "property": "uc.floatingtoolbar.increase.spacing",
"label": "Increase space around edge of browser window and toolbar / tab bar", "label": "Increase space around edge of browser window and toolbar / tab bar",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.floatingtoolbar.merge.bookmarks", "property": "uc.floatingtoolbar.merge.bookmarks",
"label": "Merge bookmark bar with toolbar (requires visible bookbark bar)", "label": "Merge bookmark bar with toolbar (requires visible bookbark bar)",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,32 +1,34 @@
[ [
{ {
"property": "property", "property": "property",
"label": "theme.zen-minimal-exit-menu.enable-macos-identic", "label": "theme.zen-minimal-exit-menu.enable-macos-identic",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "label", "property": "label",
"label": "Makes theme more identical to MacOS version.", "label": "Makes theme more identical to MacOS version.",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "defaultValue", "property": "defaultValue",
"label": "false", "label": "false",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "disabledOn", "property": "disabledOn",
"label": ["macos"], "label": [
"type": "checkbox", "macos"
"disabledOn": [] ],
}, "type": "checkbox",
{ "disabledOn": []
"property": "type", },
"label": "checkbox", {
"type": "checkbox", "property": "type",
"disabledOn": [] "label": "checkbox",
} "type": "checkbox",
"disabledOn": []
}
] ]

View file

@ -1,28 +1,28 @@
[ [
{ {
"property": "theme.better_uniextbtn.default", "property": "theme.better_uniextbtn.default",
"label": "Select Button:", "label": "Select Button:",
"type": "dropdown", "type": "dropdown",
"defaultValue": "Default", "defaultValue": "Default",
"options": [ "options": [
{ {
"label": "Default", "label": "Default",
"value": "Default" "value": "Default"
}, },
{ {
"label": "Firefox", "label": "Firefox",
"value": "Firefox" "value": "Firefox"
}, },
{ {
"label": "Custom", "label": "Custom",
"value": "Custom" "value": "Custom"
} }
] ]
}, },
{ {
"property": "theme.better_uniextbtn.custom", "property": "theme.better_uniextbtn.custom",
"label": "Custom Button: url(url or base64 here)", "label": "Custom Button: url(url or base64 here)",
"type": "string", "type": "string",
"defaultValue": "url(chrome://branding/content/icon32.png)" "defaultValue": "url(chrome://branding/content/icon32.png)"
} }
] ]

View file

@ -1,9 +1,9 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: #a5373a !important; --zen-colors-primary: #A5373A !important;
--zen-colors-secondary: #d26a76 !important; --zen-colors-secondary: #D26A76 !important;
--zen-colors-tertiary: #a5373a !important; --zen-colors-tertiary: #A5373A !important;
--zen-colors-border: #d7737e !important; --zen-colors-border: #D7737E !important;
--zen-primary-color: #2f0e0e !important; --zen-primary-color: #2F0E0E !important;
--zen-dialog-background: #772f36 !important; --zen-dialog-background: #772F36 !important;
} }

View file

@ -1,128 +1,131 @@
[ [
{ {
"property": "uc.hidecontext.separators", "property": "uc.hidecontext.separators",
"label": "Hide all separators", "label": "Hide all separators",
"type": "checkbox" "type": "checkbox"
}, },
{ {
"property": "uc.hidecontext.optionicons", "property": "uc.hidecontext.optionicons",
"label": "Hide all icons (won't work for extension and checkbox context menu options)", "label": "Hide all icons (won't work for extension and checkbox context menu options)",
"type": "checkbox" "type": "checkbox"
}, },
{ {
"property": "uc.fixcontext.extensionmargins", "property": "uc.fixcontext.extensionmargins",
"label": "Fix margin for 'Tabs on the right' checkbox and extensions-related context menu", "label": "Fix margin for 'Tabs on the right' checkbox and extensions-related context menu",
"type": "checkbox", "type": "checkbox",
"disabledOn": ["macos", "linux"] "disabledOn": [
}, "macos",
{ "linux"
"property": "uc.hidecontext.copylink", ]
"label": "Only use 'Copy Link Without Site Tracking'", },
"type": "checkbox" {
}, "property": "uc.hidecontext.copylink",
{ "label": "Only use 'Copy Link Without Site Tracking'",
"property": "uc.hidecontext.menubar", "type": "checkbox"
"label": "Hide 'Menu Bar' toggle", },
"type": "checkbox" {
}, "property": "uc.hidecontext.menubar",
{ "label": "Hide 'Menu Bar' toggle",
"property": "uc.hidecontext.bookmark", "type": "checkbox"
"label": "Hide 'Bookmark Tab/Link'", },
"type": "checkbox" {
}, "property": "uc.hidecontext.bookmark",
{ "label": "Hide 'Bookmark Tab/Link'",
"property": "uc.hidecontext.mutetab", "type": "checkbox"
"label": "Hide 'Mute Tab' option", },
"type": "checkbox" {
}, "property": "uc.hidecontext.mutetab",
{ "label": "Hide 'Mute Tab' option",
"property": "uc.hidecontext.newtab", "type": "checkbox"
"label": "Hide 'New Tab' option", },
"type": "checkbox" {
}, "property": "uc.hidecontext.newtab",
{ "label": "Hide 'New Tab' option",
"property": "uc.hidecontext.movetaboptions", "type": "checkbox"
"label": "Hide 'Move Tab' options", },
"type": "checkbox" {
}, "property": "uc.hidecontext.movetaboptions",
{ "label": "Hide 'Move Tab' options",
"property": "uc.hidecontext.newcontainer", "type": "checkbox"
"label": "Hide 'Open Tab/Link in New Container Tab'", },
"type": "checkbox" {
}, "property": "uc.hidecontext.newcontainer",
{ "label": "Hide 'Open Tab/Link in New Container Tab'",
"property": "uc.hidecontext.sendtodevice", "type": "checkbox"
"label": "Hide 'Send Tab/Link to Device'", },
"type": "checkbox" {
}, "property": "uc.hidecontext.sendtodevice",
{ "label": "Hide 'Send Tab/Link to Device'",
"property": "uc.hidecontext.closetab", "type": "checkbox"
"label": "Hide close tab options (Close Tab, Close Duplicate Tabs, Close Multiple Tabs)", },
"type": "checkbox" {
}, "property": "uc.hidecontext.closetab",
{ "label": "Hide close tab options (Close Tab, Close Duplicate Tabs, Close Multiple Tabs)",
"property": "uc.hidecontext.search", "type": "checkbox"
"label": "Hide 'Search Keywords' with your preferred search engine", },
"type": "checkbox" {
}, "property": "uc.hidecontext.search",
{ "label": "Hide 'Search Keywords' with your preferred search engine",
"property": "uc.hidecontext.searchinpriv", "type": "checkbox"
"label": "Hide 'Search Keywords in a Private Window'", },
"type": "checkbox" {
}, "property": "uc.hidecontext.searchinpriv",
{ "label": "Hide 'Search Keywords in a Private Window'",
"property": "uc.hidecontext.translate", "type": "checkbox"
"label": "Hide Firefox's 'Translate Selection/Link' options", },
"type": "checkbox" {
}, "property": "uc.hidecontext.translate",
{ "label": "Hide Firefox's 'Translate Selection/Link' options",
"property": "uc.hidecontext.printselection", "type": "checkbox"
"label": "Hide 'Print Selection'", },
"type": "checkbox" {
}, "property": "uc.hidecontext.printselection",
{ "label": "Hide 'Print Selection'",
"property": "uc.hidecontext.image", "type": "checkbox"
"label": "Hide 'Email Image', 'Set Image as Desktop Background', and 'View Image Info' options", },
"type": "checkbox" {
}, "property": "uc.hidecontext.image",
{ "label": "Hide 'Email Image', 'Set Image as Desktop Background', and 'View Image Info' options",
"property": "uc.hidecontext.selectalltext", "type": "checkbox"
"label": "Hide 'Select All Text' option", },
"type": "checkbox" {
}, "property": "uc.hidecontext.selectalltext",
{ "label": "Hide 'Select All Text' option",
"property": "uc.hidecontext.selectalltabs", "type": "checkbox"
"label": "Hide 'Select All Tabs' option", },
"type": "checkbox" {
}, "property": "uc.hidecontext.selectalltabs",
{ "label": "Hide 'Select All Tabs' option",
"property": "uc.hidecontext.reloadtab", "type": "checkbox"
"label": "Hide 'Reload Tab' option", },
"type": "checkbox" {
}, "property": "uc.hidecontext.reloadtab",
{ "label": "Hide 'Reload Tab' option",
"property": "uc.hidecontext.duplicatetab", "type": "checkbox"
"label": "Hide 'Duplicate Tab' option", },
"type": "checkbox" {
}, "property": "uc.hidecontext.duplicatetab",
{ "label": "Hide 'Duplicate Tab' option",
"property": "uc.hidecontext.unloadactions", "type": "checkbox"
"label": "Hide 'Tab Unloader Actions'", },
"type": "checkbox" {
}, "property": "uc.hidecontext.unloadactions",
{ "label": "Hide 'Tab Unloader Actions'",
"property": "uc.hidecontext.inspect", "type": "checkbox"
"label": "Hide 'View Page Source' and 'Inspect' options", },
"type": "checkbox" {
}, "property": "uc.hidecontext.inspect",
{ "label": "Hide 'View Page Source' and 'Inspect' options",
"property": "uc.hidecontext.savelink", "type": "checkbox"
"label": "Hide 'Save Link As'", },
"type": "checkbox" {
}, "property": "uc.hidecontext.savelink",
{ "label": "Hide 'Save Link As'",
"property": "uc.hidecontext.screenshot", "type": "checkbox"
"label": "Hide 'Take Screenshot' option", },
"type": "checkbox" {
} "property": "uc.hidecontext.screenshot",
"label": "Hide 'Take Screenshot' option",
"type": "checkbox"
}
] ]

View file

@ -1,27 +1,27 @@
[ [
{ {
"property": "theme.better_find_bar.horizontal_position", "property": "theme.better_find_bar.horizontal_position",
"label": "Changes the horizontal position of the find bar.", "label": "Changes the horizontal position of the find bar.",
"type": "dropdown", "type": "dropdown",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Left", "label": "Left",
"value": "left" "value": "left"
}, },
{ {
"label": "Center", "label": "Center",
"value": "default" "value": "default"
}, },
{ {
"label": "Right", "label": "Right",
"value": "right" "value": "right"
} }
] ]
}, },
{ {
"property": "theme.better_find_bar.transparent_background", "property": "theme.better_find_bar.transparent_background",
"label": "Makes the background of the find bar to be transparent.", "label": "Makes the background of the find bar to be transparent.",
"type": "checkbox" "type": "checkbox"
} }
] ]

View file

@ -1,46 +1,46 @@
[ [
{ {
"property": "theme.customcursor.preset", "property": "theme.customcursor.preset",
"label": "Custom Cursor Preset", "label": "Custom Cursor Preset",
"type": "dropdown", "type": "dropdown",
"placeholder": "Select a cursor", "placeholder": "Select a cursor",
"defaultValue": "Silver", "defaultValue": "Silver",
"options": [ "options": [
{ {
"label": "Silver", "label": "Silver",
"value": "Silver" "value": "Silver"
}, },
{ {
"label": "Anime", "label": "Anime",
"value": "Anime" "value": "Anime"
}, },
{ {
"label": "AmongUs", "label": "AmongUs",
"value": "AmongUs" "value": "AmongUs"
}, },
{ {
"label": "Diamond", "label": "Diamond",
"value": "Diamond" "value": "Diamond"
}, },
{ {
"label": "Minecraft", "label": "Minecraft",
"value": "Minecraft" "value": "Minecraft"
}, },
{ {
"label": "Cat", "label": "Cat",
"value": "Cat" "value": "Cat"
}, },
{ {
"label": "Custom Cursor: Paste URL or Base64 using nimadez.github.io/base64/", "label": "Custom Cursor: Paste URL or Base64 using nimadez.github.io/base64/",
"value": "CustomCursor" "value": "CustomCursor"
} }
] ]
}, },
{ {
"property": "uc.customcursor.cursor", "property": "uc.customcursor.cursor",
"label": "Custom Cursor (URL or Base64)", "label": "Custom Cursor (URL or Base64)",
"placeholder": "URL or Base64", "placeholder": "URL or Base64",
"defaultValue": "url()", "defaultValue": "url()",
"type": "string" "type": "string"
} }
] ]

View file

@ -1,68 +1,68 @@
[ [
{ {
"property": "uc.minimal-sidebar.hide-alltabs-button.enabled", "property": "uc.minimal-sidebar.hide-alltabs-button.enabled",
"label": "Hide the alltabs button", "label": "Hide the alltabs button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.hide-newtab-button.enabled", "property": "uc.minimal-sidebar.hide-newtab-button.enabled",
"label": "Hide the newtab button", "label": "Hide the newtab button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.hide-profile-button.enabled", "property": "uc.minimal-sidebar.hide-profile-button.enabled",
"label": "Hide the profile button", "label": "Hide the profile button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.hide-expand-sidebar-button.enabled", "property": "uc.minimal-sidebar.hide-expand-sidebar-button.enabled",
"label": "Hide the expand sidebar button", "label": "Hide the expand sidebar button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.hide-bookmark-button.enabled", "property": "uc.minimal-sidebar.hide-bookmark-button.enabled",
"label": "Hide the bookmarks button", "label": "Hide the bookmarks button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.hide-history-button.enabled", "property": "uc.minimal-sidebar.hide-history-button.enabled",
"label": "Hide the history button", "label": "Hide the history button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.hide-preferences-button.enabled", "property": "uc.minimal-sidebar.hide-preferences-button.enabled",
"label": "Hide the preferences button", "label": "Hide the preferences button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.hide-sidepanel-button.enabled", "property": "uc.minimal-sidebar.hide-sidepanel-button.enabled",
"label": "Hide the sidepanel button", "label": "Hide the sidepanel button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.compact-spacing.enabled", "property": "uc.minimal-sidebar.compact-spacing.enabled",
"label": "Make padding above the remaining buttons smaller", "label": "Make padding above the remaining buttons smaller",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.hide-sidebar.enabled", "property": "uc.minimal-sidebar.hide-sidebar.enabled",
"label": "Hide all sidebar buttons", "label": "Hide all sidebar buttons",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.minimal-sidebar.fix-sidebar-width.enabled", "property": "uc.minimal-sidebar.fix-sidebar-width.enabled",
"label": "Fix sidebar width when you hide all buttons and workspaces", "label": "Fix sidebar width when you hide all buttons and workspaces",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,145 +1,145 @@
[ [
{ {
"property": "uc.essentials.width", "property": "uc.essentials.width",
"label": "Select the general width of Essentials (The width before the Essentials start wrapping to the next row)", "label": "Select the general width of Essentials (The width before the Essentials start wrapping to the next row)",
"type": "dropdown", "type": "dropdown",
"placeholder": "Zen Default", "placeholder": "Zen Default",
"defaultValue": "Normal", "defaultValue": "Normal",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Thin", "label": "Thin",
"value": "Thin" "value": "Thin"
}, },
{ {
"label": "Normal", "label": "Normal",
"value": "Normal" "value": "Normal"
}, },
{ {
"label": "Wide", "label": "Wide",
"value": "Wide" "value": "Wide"
} }
] ]
}, },
{ {
"property": "uc.essentials.gap", "property": "uc.essentials.gap",
"label": "Select the gap between Essentials", "label": "Select the gap between Essentials",
"type": "dropdown", "type": "dropdown",
"placeholder": "Zen Default", "placeholder": "Zen Default",
"defaultValue": "Normal", "defaultValue": "Normal",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Small", "label": "Small",
"value": "Small" "value": "Small"
}, },
{ {
"label": "Normal", "label": "Normal",
"value": "Normal" "value": "Normal"
}, },
{ {
"label": "Big", "label": "Big",
"value": "Big" "value": "Big"
} }
] ]
}, },
{ {
"property": "uc.pins.essentials-layout", "property": "uc.pins.essentials-layout",
"label": "Adds selected width and gap styles from Essentials to pinned tabs as well", "label": "Adds selected width and gap styles from Essentials to pinned tabs as well",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.essentials.color-scheme", "property": "uc.essentials.color-scheme",
"label": "Background/Color types of Essentials", "label": "Background/Color types of Essentials",
"type": "dropdown", "type": "dropdown",
"placeholder": "Zen Default", "placeholder": "Zen Default",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Transparent Background", "label": "Transparent Background",
"value": "transparent" "value": "transparent"
} }
] ]
}, },
{ {
"property": "uc.essentials.box-like-corners", "property": "uc.essentials.box-like-corners",
"label": "Makes the Essentials look more box like (Less rounded edges)", "label": "Makes the Essentials look more box like (Less rounded edges)",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.superpins.border", "property": "uc.superpins.border",
"label": "Add a border around Pins/Essentials", "label": "Add a border around Pins/Essentials",
"type": "dropdown", "type": "dropdown",
"placeholder": "Disabled", "placeholder": "Disabled",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Pins only", "label": "Pins only",
"value": "pins" "value": "pins"
}, },
{ {
"label": "Essentials only", "label": "Essentials only",
"value": "essentials" "value": "essentials"
}, },
{ {
"label": "Pins + Essentials", "label": "Pins + Essentials",
"value": "both" "value": "both"
} }
] ]
}, },
{ {
"property": "uc.pins.legacy-layout", "property": "uc.pins.legacy-layout",
"label": "Makes pinned tabs look similar to Essentials (icon only in a grid)", "label": "Makes pinned tabs look similar to Essentials (icon only in a grid)",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.pins.bg", "property": "uc.pins.bg",
"label": "Adds a background to the pinned tabs", "label": "Adds a background to the pinned tabs",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.pins.hide-reset-button", "property": "uc.pins.hide-reset-button",
"label": "Hide the reset button on pinned tabs", "label": "Hide the reset button on pinned tabs",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.pins.only-show-active", "property": "uc.pins.only-show-active",
"label": "Only shows loaded pinned tabs (when the tab bar is collapsed)", "label": "Only shows loaded pinned tabs (when the tab bar is collapsed)",
"type": "dropdown", "type": "dropdown",
"placeholder": "Disabled", "placeholder": "Disabled",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Normal", "label": "Normal",
"value": "Normal" "value": "Normal"
}, },
{ {
"label": "Also show them on hover", "label": "Also show them on hover",
"value": "OnHover" "value": "OnHover"
} }
] ]
}, },
{ {
"property": "zen.workspaces.show-workspace-indicator", "property": "zen.workspaces.show-workspace-indicator",
"label": "Shows the workspace-indicator between Essentials and Pins", "label": "Shows the workspace-indicator between Essentials and Pins",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "browser.sessionstore.restore_pinned_tabs_on_demand", "property": "browser.sessionstore.restore_pinned_tabs_on_demand",
"label": "Loads pinned tabs only when using them, instead of loading all of them on startup", "label": "Loads pinned tabs only when using them, instead of loading all of them on startup",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "zen.tabs.dim-pending", "property": "zen.tabs.dim-pending",
"label": "Dims unloaded tabs", "label": "Dims unloaded tabs",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,8 +1,8 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: #50a4e9 !important; --zen-colors-primary: #50A4E9 !important;
--zen-colors-secondary: #cc83e3 !important; --zen-colors-secondary: #CC83E3 !important;
--zen-colors-tertiary: #16181d !important; --zen-colors-tertiary: #16181D !important;
--zen-colors-border: #3a3e47 !important; --zen-colors-border: #3A3E47 !important;
--zen-dialog-background: #1a1d23 !important; --zen-dialog-background: #1A1D23 !important;
} }

View file

@ -1,44 +1,44 @@
[ [
{ {
"property": "theme.sidebar_expand_on_hover.hide_workspace_indicator", "property": "theme.sidebar_expand_on_hover.hide_workspace_indicator",
"label": "Hide top workspace indicator", "label": "Hide top workspace indicator",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.sidebar_expand_on_hover.custom_background", "property": "theme.sidebar_expand_on_hover.custom_background",
"label": "My theme overwrites the #TabsToolbar background (e.g. catppuccin)", "label": "My theme overwrites the #TabsToolbar background (e.g. catppuccin)",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "theme.sidebar_expand_on_hover.collapse_buttons", "property": "theme.sidebar_expand_on_hover.collapse_buttons",
"label": "Collapse the buttons to only show current workspace", "label": "Collapse the buttons to only show current workspace",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.sidebar_expand_on_hover.default_tab_background_shape", "property": "theme.sidebar_expand_on_hover.default_tab_background_shape",
"label": "Default Tab Background Shape", "label": "Default Tab Background Shape",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.sidebar_expand_on_hover.inverted_tabs", "property": "theme.sidebar_expand_on_hover.inverted_tabs",
"label": "Inverted Tab Direction", "label": "Inverted Tab Direction",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "theme.sidebar_expand_on_hover.expanded_width", "property": "theme.sidebar_expand_on_hover.expanded_width",
"label": "Width of the expanded sidebar", "label": "Width of the expanded sidebar",
"type": "string", "type": "string",
"defaultValue": "300px" "defaultValue": "300px"
}, },
{ {
"property": "theme.sidebar_expand_on_hover.transition_speed", "property": "theme.sidebar_expand_on_hover.transition_speed",
"label": "Transition speed of the sidebar", "label": "Transition speed of the sidebar",
"type": "string", "type": "string",
"defaultValue": "120ms" "defaultValue": "120ms"
} }
] ]

View file

@ -1,80 +1,80 @@
[ [
{ {
"property": "uc.erics-zen-ui-tweak-box.exit-button-padding-right.enabled", "property": "uc.erics-zen-ui-tweak-box.exit-button-padding-right.enabled",
"label": "Adds some spacing to the right of the exit button", "label": "Adds some spacing to the right of the exit button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.fun-colors.enabled", "property": "uc.erics-zen-ui-tweak-box.fun-colors.enabled",
"label": "Enables a cool gradient as the background", "label": "Enables a cool gradient as the background",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.tab-bar-top-padding.enabled", "property": "uc.erics-zen-ui-tweak-box.tab-bar-top-padding.enabled",
"label": "Removes the top padding from the tabs side panel so it's aligned with the page", "label": "Removes the top padding from the tabs side panel so it's aligned with the page",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.page-canvas-shadows.enabled", "property": "uc.erics-zen-ui-tweak-box.page-canvas-shadows.enabled",
"label": "Adds shadows to the page canvas", "label": "Adds shadows to the page canvas",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.remove-url-bar-border.enabled", "property": "uc.erics-zen-ui-tweak-box.remove-url-bar-border.enabled",
"label": "Removes the border around the URL Bar", "label": "Removes the border around the URL Bar",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.url-bar-tweaks.enabled", "property": "uc.erics-zen-ui-tweak-box.url-bar-tweaks.enabled",
"label": "URL Bar appearance tweaks", "label": "URL Bar appearance tweaks",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.floating-url-bar-tweaks.enabled", "property": "uc.erics-zen-ui-tweak-box.floating-url-bar-tweaks.enabled",
"label": "Floating URL Bar appearance tweaks", "label": "Floating URL Bar appearance tweaks",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.new-tab-button-text.enabled", "property": "uc.erics-zen-ui-tweak-box.new-tab-button-text.enabled",
"label": "New tab button text", "label": "New tab button text",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.new-tab-separator-when-no-unpinned-tabs.enabled", "property": "uc.erics-zen-ui-tweak-box.new-tab-separator-when-no-unpinned-tabs.enabled",
"label": "Adds a separator before the new tab button if there are no unpinned tabs", "label": "Adds a separator before the new tab button if there are no unpinned tabs",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.pinned-tabs-layout.enabled", "property": "uc.erics-zen-ui-tweak-box.pinned-tabs-layout.enabled",
"label": "Tweaks the layout of the pinned tabs", "label": "Tweaks the layout of the pinned tabs",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.workspace-button-tweaks.enabled", "property": "uc.erics-zen-ui-tweak-box.workspace-button-tweaks.enabled",
"label": "Tweaks the appearance of the workspace button", "label": "Tweaks the appearance of the workspace button",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.tab-button-tweaks.enabled", "property": "uc.erics-zen-ui-tweak-box.tab-button-tweaks.enabled",
"label": "Tweaks the appearance of the tab buttons", "label": "Tweaks the appearance of the tab buttons",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.erics-zen-ui-tweak-box.toolbar-button-tweaks.enabled", "property": "uc.erics-zen-ui-tweak-box.toolbar-button-tweaks.enabled",
"label": "Tweaks the appearance of the toolbar buttons", "label": "Tweaks the appearance of the toolbar buttons",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,74 +1,74 @@
[ [
{ {
"property": "theme.no_gaps.gaps", "property": "theme.no_gaps.gaps",
"label": "Gaps in single-tab view", "label": "Gaps in single-tab view",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "theme.no_gaps.split.gaps", "property": "theme.no_gaps.split.gaps",
"label": "Gaps in multi-tab view", "label": "Gaps in multi-tab view",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.no_gaps.rounded_corners", "property": "theme.no_gaps.rounded_corners",
"label": "Rounded corners in single-tab view", "label": "Rounded corners in single-tab view",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "theme.no_gaps.split.rounded_corners", "property": "theme.no_gaps.split.rounded_corners",
"label": "Rounded corners in multi-tab view", "label": "Rounded corners in multi-tab view",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.no_gaps.shadow", "property": "theme.no_gaps.shadow",
"label": "Shadow in single-tab view", "label": "Shadow in single-tab view",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.no_gaps.split.shadow", "property": "theme.no_gaps.split.shadow",
"label": "Shadow in multi-tab view", "label": "Shadow in multi-tab view",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.no_gaps.split.outline", "property": "theme.no_gaps.split.outline",
"label": "Outline in multi-tab view", "label": "Outline in multi-tab view",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.no_gaps.single_toolbar.hide_navbar", "property": "theme.no_gaps.single_toolbar.hide_navbar",
"label": "Hide top bar in single-tab view (single toolbar)", "label": "Hide top bar in single-tab view (single toolbar)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
{ {
"property": "theme.no_gaps.split.single_toolbar.hide_navbar", "property": "theme.no_gaps.split.single_toolbar.hide_navbar",
"label": "Hide top bar in multi-tab view (single toolbar)", "label": "Hide top bar in multi-tab view (single toolbar)",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "theme.no_gaps.single_toolbar.disable_navbar", "property": "theme.no_gaps.single_toolbar.disable_navbar",
"label": "Remove top bar in single-tab view (single toolbar)", "label": "Remove top bar in single-tab view (single toolbar)",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "theme.no_gaps.split.single_toolbar.disable_navbar", "property": "theme.no_gaps.split.single_toolbar.disable_navbar",
"label": "Remove top bar in multi-tab view (single toolbar)", "label": "Remove top bar in multi-tab view (single toolbar)",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
}, },
{ {
"property": "theme.no_gaps.fixes.center_split_view", "property": "theme.no_gaps.fixes.center_split_view",
"label": "Fix: Make margin in different view modes consistent", "label": "Fix: Make margin in different view modes consistent",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
} }
] ]

View file

@ -1,8 +1,8 @@
[ [
{ {
"property": "uc.audio-tabicon.left-side", "property": "uc.audio-tabicon.left-side",
"label": "Move the audio/mute icon to the left side", "label": "Move the audio/mute icon to the left side",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,20 +1,20 @@
[ [
{ {
"property": "uc.right_on_hover_sidebar.stay_on_focus", "property": "uc.right_on_hover_sidebar.stay_on_focus",
"label": "Stay on focus", "label": "Stay on focus",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.right_on_hover_sidebar.width", "property": "uc.right_on_hover_sidebar.width",
"label": "Set sidebar width", "label": "Set sidebar width",
"type": "string", "type": "string",
"defaultValue": "300px" "defaultValue": "300px"
}, },
{ {
"property": "uc.right_on_hover_sidebar.hover_width", "property": "uc.right_on_hover_sidebar.hover_width",
"label": "Set sidebar hover trigger width", "label": "Set sidebar hover trigger width",
"type": "string", "type": "string",
"defaultValue": "2px" "defaultValue": "2px"
} }
] ]

View file

@ -1,48 +1,48 @@
[ [
{ {
"property": "w.urlbar.bg_color", "property": "w.urlbar.bg_color",
"label": "URL Bar Loading Animation", "label": "URL Bar Loading Animation",
"placeholder": "Select gradient preset", "placeholder": "Select gradient preset",
"type": "dropdown", "type": "dropdown",
"options": [ "options": [
{ {
"label": "Coral Mint", "label": "Coral Mint",
"value": "#ff6b6b66, #4ecdc466, #ff6b6b66" "value": "#ff6b6b66, #4ecdc466, #ff6b6b66"
}, },
{ {
"label": "Ocean Breeze", "label": "Ocean Breeze",
"value": "#0066ff66, #00ffff66, #0066ff66" "value": "#0066ff66, #00ffff66, #0066ff66"
}, },
{ {
"label": "Lavender Dream", "label": "Lavender Dream",
"value": "#9933ff66, #ff33cc66, #9933ff66" "value": "#9933ff66, #ff33cc66, #9933ff66"
}, },
{ {
"label": "Soft Meadow", "label": "Soft Meadow",
"value": "#33cc3366, #99ff6666, #33cc3366" "value": "#33cc3366, #99ff6666, #33cc3366"
}, },
{ {
"label": "Charcoal Fade", "label": "Charcoal Fade",
"value": "#00000099, #88888899, #88888899, #00000099" "value": "#00000099, #88888899, #88888899, #00000099"
}, },
{ {
"label": "Spectrum", "label": "Spectrum",
"value": "#ff000066, #ffa50066, #ffff0066, #00ff0066, #0000ff66, #ff000066" "value": "#ff000066, #ffa50066, #ffff0066, #00ff0066, #0000ff66, #ff000066"
}, },
{ {
"label": "Neon Pulse", "label": "Neon Pulse",
"value": "#ff1a7566, #00ff8c66, #ff1a7566" "value": "#ff1a7566, #00ff8c66, #ff1a7566"
}, },
{ {
"label": "Golden Hour", "label": "Golden Hour",
"value": "#ff471a66, #ff8c1a66, #ff471a66" "value": "#ff471a66, #ff8c1a66, #ff471a66"
} }
] ]
}, },
{ {
"property": "w.urlbar.bg_color", "property": "w.urlbar.bg_color",
"label": "Custom Color for URL Bar Gradient (above selection will be overridden only after the settings page is reloaded)", "label": "Custom Color for URL Bar Gradient (above selection will be overridden only after the settings page is reloaded)",
"placeholder": "Enter comma-separated colors (e.g., #ff6b6b66, #4ecdc466, #ff6b6b66)", "placeholder": "Enter comma-separated colors (e.g., #ff6b6b66, #4ecdc466, #ff6b6b66)",
"type": "string" "type": "string"
} }
] ]

View file

@ -1,26 +1,26 @@
[ [
{ {
"property": "cfs.font.size.workspace.title", "property": "cfs.font.size.workspace.title",
"label": "Workspace font size \"1.5em\" or \"24px\"", "label": "Workspace font size \"1.5em\" or \"24px\"",
"type": "string", "type": "string",
"defaultValue": "1.5em" "defaultValue": "1.5em"
}, },
{ {
"property": "cfs.font.size.tabbar.tabs", "property": "cfs.font.size.tabbar.tabs",
"label": "Tabbar tabs font size \"1.3em\" or \"20px\"", "label": "Tabbar tabs font size \"1.3em\" or \"20px\"",
"type": "string", "type": "string",
"defaultValue": "1.3em" "defaultValue": "1.3em"
}, },
{ {
"property": "cfs.font.size.searchbar", "property": "cfs.font.size.searchbar",
"label": "Tabbar tabs font size \"1.4em\" or \"22px\"", "label": "Tabbar tabs font size \"1.4em\" or \"22px\"",
"type": "string", "type": "string",
"defaultValue": "1.4em" "defaultValue": "1.4em"
}, },
{ {
"property": "cfs.font.size.footer", "property": "cfs.font.size.footer",
"label": "Tabbar tabs font size \"1.5em\" or \"24px\"", "label": "Tabbar tabs font size \"1.5em\" or \"24px\"",
"type": "string", "type": "string",
"defaultValue": "1.5em" "defaultValue": "1.5em"
} }
] ]

View file

@ -1,31 +1,31 @@
[ [
{ {
"property": "uc.pywalzen.darkness", "property": "uc.pywalzen.darkness",
"label": "Darkness level", "label": "Darkness level",
"type": "dropdown", "type": "dropdown",
"defaultValue": "default", "defaultValue": "default",
"options": [ "options": [
{ {
"value": "default", "value": "default",
"label": "Default" "label": "Default"
}, },
{ {
"value": "dark", "value": "dark",
"label": "Dark" "label": "Dark"
}, },
{ {
"value": "darker", "value": "darker",
"label": "Darker" "label": "Darker"
}, },
{ {
"value": "yet-darker", "value": "yet-darker",
"label": "Yet darker" "label": "Yet darker"
}, },
{ {
"value": "pitch-black", "value": "pitch-black",
"label": "Pitch black" "label": "Pitch black"
} }
], ],
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,42 +1,42 @@
[ [
{ {
"property": "uc.tabtextsize.textsize", "property": "uc.tabtextsize.textsize",
"label": "Set Tab Text Size: ", "label": "Set Tab Text Size: ",
"type": "dropdown", "type": "dropdown",
"defaultValue": "default", "defaultValue": "default",
"options": [ "options": [
{ {
"label": "8", "label": "8",
"value": "8" "value": "8"
}, },
{ {
"label": "10", "label": "10",
"value": "10" "value": "10"
}, },
{ {
"label": "Default (12)", "label": "Default (12)",
"value": "default" "value": "default"
}, },
{ {
"label": "14", "label": "14",
"value": "14" "value": "14"
}, },
{ {
"label": "16", "label": "16",
"value": "16" "value": "16"
}, },
{ {
"label": "18", "label": "18",
"value": "18" "value": "18"
}, },
{ {
"label": "20", "label": "20",
"value": "20" "value": "20"
}, },
{ {
"label": "22", "label": "22",
"value": "22" "value": "22"
} }
] ]
} }
] ]

View file

@ -1,165 +1,165 @@
[ [
{ {
"property": "uc.urlbar.border-radius", "property": "uc.urlbar.border-radius",
"label": "Adjusts the border radius of the url bar and its items", "label": "Adjusts the border radius of the url bar and its items",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urltext.center", "property": "uc.urltext.center",
"label": "Centers the text inside the url bar", "label": "Centers the text inside the url bar",
"type": "dropdown", "type": "dropdown",
"defaultValue": "normal", "defaultValue": "normal",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Centered unless focused", "label": "Centered unless focused",
"value": "normal" "value": "normal"
}, },
{ {
"label": "Always Centered", "label": "Always Centered",
"value": "advanced" "value": "advanced"
} }
] ]
}, },
{ {
"property": "uc.urlbar.border", "property": "uc.urlbar.border",
"label": "Adds a border to the url bar", "label": "Adds a border to the url bar",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.move-icon-into", "property": "uc.urlbar.move-icon-into",
"label": "Move 1 button that's directly next to the url bar (you can do that by using 'Customize Toolbar') into the url bar", "label": "Move 1 button that's directly next to the url bar (you can do that by using 'Customize Toolbar') into the url bar",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.blur-intensity", "property": "uc.urlbar.blur-intensity",
"label": "Enable a Background Blur when the Url Bar is focused & select its Intensity", "label": "Enable a Background Blur when the Url Bar is focused & select its Intensity",
"type": "dropdown", "type": "dropdown",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Subtle", "label": "Subtle",
"value": "Subtle" "value": "Subtle"
}, },
{ {
"label": "Normal", "label": "Normal",
"value": "Normal" "value": "Normal"
}, },
{ {
"label": "Rather Strong", "label": "Rather Strong",
"value": "RatherStrong" "value": "RatherStrong"
}, },
{ {
"label": "Strong", "label": "Strong",
"value": "Strong" "value": "Strong"
}, },
{ {
"label": "Really Strong", "label": "Really Strong",
"value": "ReallyStrong" "value": "ReallyStrong"
} }
] ]
}, },
{ {
"property": "uc.urlbar.custom-bg-color.mode", "property": "uc.urlbar.custom-bg-color.mode",
"label": "Enables Custom Colors for the Url Bar", "label": "Enables Custom Colors for the Url Bar",
"placeholder": "Disabled", "placeholder": "Disabled",
"type": "dropdown", "type": "dropdown",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Coloring when url bar is in focus", "label": "Coloring when url bar is in focus",
"value": "Focus" "value": "Focus"
}, },
{ {
"label": "Coloring when url bar is NOT in focus", "label": "Coloring when url bar is NOT in focus",
"value": "noFocus" "value": "noFocus"
}, },
{ {
"label": "Always color url bar", "label": "Always color url bar",
"value": "AlwaysColor" "value": "AlwaysColor"
} }
] ]
}, },
{ {
"property": "uc.urlbar.custom-bg-color", "property": "uc.urlbar.custom-bg-color",
"label": "Custom Color for the Url Bar (Dropdown above needs to be enabled)", "label": "Custom Color for the Url Bar (Dropdown above needs to be enabled)",
"placeholder": "Enter Color Code", "placeholder": "Enter Color Code",
"type": "string" "type": "string"
}, },
{ {
"property": "browser.urlbar.openintab", "property": "browser.urlbar.openintab",
"label": "Always open websites in a new tab when using url bar", "label": "Always open websites in a new tab when using url bar",
"type": "checkbox" "type": "checkbox"
}, },
{ {
"property": "uc.urlbar.hide.container-info", "property": "uc.urlbar.hide.container-info",
"label": "Hides the container info", "label": "Hides the container info",
"type": "dropdown", "type": "dropdown",
"placeholder": "Disabled", "placeholder": "Disabled",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Only hide the label", "label": "Only hide the label",
"value": "hideLabel" "value": "hideLabel"
}, },
{ {
"label": "Only hide the icon", "label": "Only hide the icon",
"value": "hideIcon" "value": "hideIcon"
}, },
{ {
"label": "Hide both, icon and label", "label": "Hide both, icon and label",
"value": "hideIconLabel" "value": "hideIconLabel"
} }
] ]
}, },
{ {
"property": "uc.urlbar.icon.zoom.removed", "property": "uc.urlbar.icon.zoom.removed",
"label": "Hides the Zoom icon", "label": "Hides the Zoom icon",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.icon.shield.removed", "property": "uc.urlbar.icon.shield.removed",
"label": "Hides the Shield icon", "label": "Hides the Shield icon",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.icon.bookmark.removed", "property": "uc.urlbar.icon.bookmark.removed",
"label": "Hides the Bookmark (Star) icon", "label": "Hides the Bookmark (Star) icon",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.icon.reader-mode.removed", "property": "uc.urlbar.icon.reader-mode.removed",
"label": "Hides the Reader-Mode icon", "label": "Hides the Reader-Mode icon",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.icon.pip.removed", "property": "uc.urlbar.icon.pip.removed",
"label": "Hides the Picture-in-Picture icon", "label": "Hides the Picture-in-Picture icon",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.icon.split-view.removed", "property": "uc.urlbar.icon.split-view.removed",
"label": "Hides the Split View icon", "label": "Hides the Split View icon",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.icon.left-side.removed", "property": "uc.urlbar.icon.left-side.removed",
"label": "Hides all the icons/buttons on the left side", "label": "Hides all the icons/buttons on the left side",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.urlbar.icon.show-on-hover", "property": "uc.urlbar.icon.show-on-hover",
"label": "Make all the hidden icons show when hovering the url bar", "label": "Make all the hidden icons show when hovering the url bar",
"type": "checkbox" "type": "checkbox"
} }
] ]

View file

@ -1,14 +1,14 @@
[ [
{ {
"property": "uc.zen-sidebar.pin-at-right-side", "property": "uc.zen-sidebar.pin-at-right-side",
"label": "Pin the Zen Sidebar at the right side when pinned.", "label": "Pin the Zen Sidebar at the right side when pinned.",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.zen-sidebar.float-at-right-side", "property": "uc.zen-sidebar.float-at-right-side",
"label": "Float the Zen Sidebar at the right side when floating.", "label": "Float the Zen Sidebar at the right side when floating.",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,7 +1,7 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: #24273a !important; --zen-colors-primary: #24273a !important;
--zen-colors-secondary: #1e2030 !important; --zen-colors-secondary: #1e2030 !important;
--zen-colors-tertiary: #181926 !important; --zen-colors-tertiary: #181926 !important;
--zen-colors-border: #363a4f !important; --zen-colors-border: #363a4f !important;
} }

View file

@ -1,8 +1,8 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: #82aaff !important; --zen-colors-primary: #82aaff !important;
--zen-colors-secondary: #c099ff !important; --zen-colors-secondary: #c099ff !important;
--zen-colors-tertiary: #1e2030 !important; --zen-colors-tertiary: #1e2030 !important;
--zen-colors-border: #3b4261 !important; --zen-colors-border: #3b4261 !important;
--zen-dialog-background: #222436 !important; --zen-dialog-background: #222436 !important;
} }

View file

@ -1,60 +1,60 @@
[ [
{ {
"property": "uc.bookmarks.center-toolbar", "property": "uc.bookmarks.center-toolbar",
"label": "Center the bookmarks toolbar", "label": "Center the bookmarks toolbar",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.bookmarks.position-toolbar", "property": "uc.bookmarks.position-toolbar",
"label": "Bookmarks toolbar direction", "label": "Bookmarks toolbar direction",
"type": "dropdown", "type": "dropdown",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Left to right", "label": "Left to right",
"value": "left" "value": "left"
}, },
{ {
"label": "Right to left", "label": "Right to left",
"value": "right" "value": "right"
} }
] ]
}, },
{ {
"property": "uc.bookmarks.hide-folder-icons", "property": "uc.bookmarks.hide-folder-icons",
"label": "Hide folder icons", "label": "Hide folder icons",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.bookmarks.hide-favicons", "property": "uc.bookmarks.hide-favicons",
"label": "Hide website icons", "label": "Hide website icons",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.bookmarks.hide-name", "property": "uc.bookmarks.hide-name",
"label": "Hide bookmarks name", "label": "Hide bookmarks name",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.bookmarks.expand-on-hover", "property": "uc.bookmarks.expand-on-hover",
"label": "Expand the bookmarks toolbar by hovering", "label": "Expand the bookmarks toolbar by hovering",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.bookmarks.expand-on-search", "property": "uc.bookmarks.expand-on-search",
"label": "Expand the bookmarks toolbar when you search", "label": "Expand the bookmarks toolbar when you search",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
}, },
{ {
"property": "uc.bookmarks.transparent", "property": "uc.bookmarks.transparent",
"label": "Make the bookmarks toolbar transparent (only works with expand features)", "label": "Make the bookmarks toolbar transparent (only works with expand features)",
"type": "checkbox", "type": "checkbox",
"disabledOn": [] "disabledOn": []
} }
] ]

View file

@ -1,8 +1,8 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: #ebdbb2 !important; --zen-colors-primary: #ebdbb2 !important;
--zen-colors-secondary: #504945 !important; --zen-colors-secondary: #504945 !important;
--zen-colors-tertiary: #1d2021 !important; --zen-colors-tertiary: #1d2021 !important;
--zen-colors-border: #504945 !important; --zen-colors-border: #504945 !important;
--zen-dialog-background: #1d2021 !important; --zen-dialog-background: #1d2021 !important;
} }

View file

@ -1,9 +1,9 @@
[ [
{ {
"property": "theme.pinnedtabsmaxheight.number_of_tabs", "property": "theme.pinnedtabsmaxheight.number_of_tabs",
"label": "Number of pinned tabs to fit", "label": "Number of pinned tabs to fit",
"type": "string", "type": "string",
"placeholder": "Number of tabs", "placeholder": "Number of tabs",
"defaultValue": "5" "defaultValue": "5"
} }
] ]

View file

@ -1,24 +1,8 @@
/* This is an auto generated color theme. */ /* This is an auto generated color theme. */
:root { :root {
--zen-colors-primary: color-mix( --zen-colors-primary: color-mix(in srgb, var(--zen-primary-color) 100%, black 0%) !important;
in srgb, --zen-colors-secondary: color-mix(in srgb, var(--zen-primary-color) 0%, black 100%) !important;
var(--zen-primary-color) 100%, --zen-colors-tertiary: color-mix(in srgb, var(--zen-primary-color) 10%, black 90%) !important;
black 0% --zen-colors-border: color-mix(in srgb, var(--zen-colors-primary) 100%, black 0%) !important;
) !important; --zen-primary-color: #ff2600 !important;
--zen-colors-secondary: color-mix(
in srgb,
var(--zen-primary-color) 0%,
black 100%
) !important;
--zen-colors-tertiary: color-mix(
in srgb,
var(--zen-primary-color) 10%,
black 90%
) !important;
--zen-colors-border: color-mix(
in srgb,
var(--zen-colors-primary) 100%,
black 0%
) !important;
--zen-primary-color: #ff2600 !important;
} }