mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
Rebuild themes.json after theme submission
This commit is contained in:
parent
87fa835834
commit
253ec90e42
41 changed files with 2955 additions and 2901 deletions
2660
themes.json
2660
themes.json
File diff suppressed because it is too large
Load diff
|
@ -1,14 +1,14 @@
|
|||
[
|
||||
{
|
||||
"property": "z0.catto.nyancats",
|
||||
"label": "Enable Nyan Cat and friends.",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "z0.catto.bongocat",
|
||||
"label": "Enable Bongocat at the top.",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "z0.catto.nyancats",
|
||||
"label": "Enable Nyan Cat and friends.",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "z0.catto.bongocat",
|
||||
"label": "Enable Bongocat at the top.",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
|
@ -1,7 +1,7 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: #fdc797 !important;
|
||||
--zen-colors-secondary: #ffffff25 !important;
|
||||
--zen-colors-tertiary: #101010 !important;
|
||||
--zen-colors-border: #282828 !important;
|
||||
--zen-colors-primary: #FDC797 !important;
|
||||
--zen-colors-secondary: #FFFFFF25 !important;
|
||||
--zen-colors-tertiary: #101010 !important;
|
||||
--zen-colors-border: #282828 !important;
|
||||
}
|
||||
|
|
|
@ -1,116 +1,120 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.theme.bold-text-enable.enabled",
|
||||
"label": "Make numbers Bold",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.font_size",
|
||||
"label": "Select the Size for tab numbers",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Medium",
|
||||
"options": [
|
||||
{
|
||||
"label": "Extra Small",
|
||||
"value": "XSmall"
|
||||
},
|
||||
{
|
||||
"label": "Small",
|
||||
"value": "Small"
|
||||
},
|
||||
{
|
||||
"label": "Medium (default)",
|
||||
"value": "Medium"
|
||||
},
|
||||
{
|
||||
"label": "Large",
|
||||
"value": "Large"
|
||||
},
|
||||
{
|
||||
"label": "Extra Large",
|
||||
"value": "XLarge"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.background_shape",
|
||||
"label": "Select the Shape for the tab number background",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "ModeratelyRounded",
|
||||
"options": [
|
||||
{
|
||||
"label": "Square",
|
||||
"value": "Square"
|
||||
},
|
||||
{
|
||||
"label": "Slightly Rounded Square",
|
||||
"value": "SlightlyRounded"
|
||||
},
|
||||
{
|
||||
"label": "Moderately Rounded Square (default)",
|
||||
"value": "ModeratelyRounded"
|
||||
},
|
||||
{
|
||||
"label": "Fully Rounded Square",
|
||||
"value": "FullyRounded"
|
||||
},
|
||||
{
|
||||
"label": "Perfect Circle",
|
||||
"value": "Circle"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.custom_color_enabled",
|
||||
"label": "(!) Press to enable custom colors (!)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.number_color",
|
||||
"label": "Hex Code of Custom Text Color (first enable the above checkbox)",
|
||||
"placeholder": "eg. #ff0000",
|
||||
"type": "string",
|
||||
"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",
|
||||
"type": "string",
|
||||
"disabledOn": ["!uc.theme.custom_color_enabled"]
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.compact_side",
|
||||
"label": "Side of the tab numbers when tabs are Compact",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Right",
|
||||
"options": [
|
||||
{
|
||||
"label": "Right (default)",
|
||||
"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": [
|
||||
{
|
||||
"label": "Right (default)",
|
||||
"value": "Right"
|
||||
},
|
||||
{
|
||||
"label": "Left",
|
||||
"value": "Left"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.theme.bold-text-enable.enabled",
|
||||
"label": "Make numbers Bold",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.font_size",
|
||||
"label": "Select the Size for tab numbers",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Medium",
|
||||
"options": [
|
||||
{
|
||||
"label": "Extra Small",
|
||||
"value": "XSmall"
|
||||
},
|
||||
{
|
||||
"label": "Small",
|
||||
"value": "Small"
|
||||
},
|
||||
{
|
||||
"label": "Medium (default)",
|
||||
"value": "Medium"
|
||||
},
|
||||
{
|
||||
"label": "Large",
|
||||
"value": "Large"
|
||||
},
|
||||
{
|
||||
"label": "Extra Large",
|
||||
"value": "XLarge"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.background_shape",
|
||||
"label": "Select the Shape for the tab number background",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "ModeratelyRounded",
|
||||
"options": [
|
||||
{
|
||||
"label": "Square",
|
||||
"value": "Square"
|
||||
},
|
||||
{
|
||||
"label": "Slightly Rounded Square",
|
||||
"value": "SlightlyRounded"
|
||||
},
|
||||
{
|
||||
"label": "Moderately Rounded Square (default)",
|
||||
"value": "ModeratelyRounded"
|
||||
},
|
||||
{
|
||||
"label": "Fully Rounded Square",
|
||||
"value": "FullyRounded"
|
||||
},
|
||||
{
|
||||
"label": "Perfect Circle",
|
||||
"value": "Circle"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.custom_color_enabled",
|
||||
"label": "(!) Press to enable custom colors (!)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.number_color",
|
||||
"label": "Hex Code of Custom Text Color (first enable the above checkbox)",
|
||||
"placeholder": "eg. #ff0000",
|
||||
"type": "string",
|
||||
"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",
|
||||
"type": "string",
|
||||
"disabledOn": [
|
||||
"!uc.theme.custom_color_enabled"
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.compact_side",
|
||||
"label": "Side of the tab numbers when tabs are Compact",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Right",
|
||||
"options": [
|
||||
{
|
||||
"label": "Right (default)",
|
||||
"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": [
|
||||
{
|
||||
"label": "Right (default)",
|
||||
"value": "Right"
|
||||
},
|
||||
{
|
||||
"label": "Left",
|
||||
"value": "Left"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -1,50 +1,50 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.customstatusbar.radius",
|
||||
"label": "Round the corners. (default: 1000px)",
|
||||
"type": "string",
|
||||
"defaultValue": "1000px",
|
||||
"placeholder": "1000px",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.margin",
|
||||
"label": "Set the margin. (default: 8px)",
|
||||
"type": "string",
|
||||
"defaultValue": "8px",
|
||||
"placeholder": "8px",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.border_thickness",
|
||||
"label": "Set the thickness of the border. '2px'",
|
||||
"type": "string",
|
||||
"defaultValue": "2px",
|
||||
"placeholder": "2px",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.color_border",
|
||||
"label": "Set the border color. '#0e03ad' or 'var(--zen-colors-border)'",
|
||||
"type": "string",
|
||||
"defaultValue": "var(--zen-colors-border)",
|
||||
"placeholder": "var(--zen-colors-border)",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.color_background",
|
||||
"label": "Set the background color. '#a403ad' or 'var(--zen-colors-tertiary)'",
|
||||
"type": "string",
|
||||
"defaultValue": "var(--zen-colors-tertiary)",
|
||||
"placeholder": "var(--zen-colors-tertiary)",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.text_color",
|
||||
"label": "Set the text color. '#a403ad' or 'var(--lwt-text-color)'",
|
||||
"type": "string",
|
||||
"defaultValue": "var(--lwt-text-color)",
|
||||
"placeholder": "var(--lwt-text-color)",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.customstatusbar.radius",
|
||||
"label": "Round the corners. (default: 1000px)",
|
||||
"type": "string",
|
||||
"defaultValue": "1000px",
|
||||
"placeholder": "1000px",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.margin",
|
||||
"label": "Set the margin. (default: 8px)",
|
||||
"type": "string",
|
||||
"defaultValue": "8px",
|
||||
"placeholder": "8px",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.border_thickness",
|
||||
"label": "Set the thickness of the border. '2px'",
|
||||
"type": "string",
|
||||
"defaultValue": "2px",
|
||||
"placeholder": "2px",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.color_border",
|
||||
"label": "Set the border color. '#0e03ad' or 'var(--zen-colors-border)'",
|
||||
"type": "string",
|
||||
"defaultValue": "var(--zen-colors-border)",
|
||||
"placeholder": "var(--zen-colors-border)",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.color_background",
|
||||
"label": "Set the background color. '#a403ad' or 'var(--zen-colors-tertiary)'",
|
||||
"type": "string",
|
||||
"defaultValue": "var(--zen-colors-tertiary)",
|
||||
"placeholder": "var(--zen-colors-tertiary)",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "theme.customstatusbar.text_color",
|
||||
"label": "Set the text color. '#a403ad' or 'var(--lwt-text-color)'",
|
||||
"type": "string",
|
||||
"defaultValue": "var(--lwt-text-color)",
|
||||
"placeholder": "var(--lwt-text-color)",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,26 +1,26 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.theme.comptitle-one-char-title.enabled",
|
||||
"label": "Shorter title (1 character)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.comptitle-three-char-title.enabled",
|
||||
"label": "Longer title (3 characters)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.comptitle-enable-pinned.enabled",
|
||||
"label": "Enable in pinned tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.comptitle-default-text.enabled",
|
||||
"label": "More contrast-y text, may be harder to look at",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.theme.comptitle-one-char-title.enabled",
|
||||
"label": "Shorter title (1 character)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.comptitle-three-char-title.enabled",
|
||||
"label": "Longer title (3 characters)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.comptitle-enable-pinned.enabled",
|
||||
"label": "Enable in pinned tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.theme.comptitle-default-text.enabled",
|
||||
"label": "More contrast-y text, may be harder to look at",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,49 +1,49 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.sidebery.layout",
|
||||
"label": "Auto-hide the sidebar",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Do not hide",
|
||||
"defaultValue": "auto-hide-fs",
|
||||
"options": [
|
||||
{
|
||||
"label": "Auto-hide, expand on hover",
|
||||
"value": "auto-hide"
|
||||
},
|
||||
{
|
||||
"label": "Auto-hide in full-screen mode only",
|
||||
"value": "auto-hide-fs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebery.compact-view",
|
||||
"label": "Compact mode",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "browser.tabs.allow_transparent_browser",
|
||||
"label": "Allow Transparent Browser Tabs",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebery.hide-zen-tabbar",
|
||||
"label": "Hide Native Zen Tab UI",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebery.sidebar-header.hide",
|
||||
"label": "Hide Browser Sidebar Header",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebery.sidebar-header.bottom-layout",
|
||||
"label": "Push Browser Sidebar Header Down",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.sidebery.layout",
|
||||
"label": "Auto-hide the sidebar",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Do not hide",
|
||||
"defaultValue": "auto-hide-fs",
|
||||
"options": [
|
||||
{
|
||||
"label": "Auto-hide, expand on hover",
|
||||
"value": "auto-hide"
|
||||
},
|
||||
{
|
||||
"label": "Auto-hide in full-screen mode only",
|
||||
"value": "auto-hide-fs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebery.compact-view",
|
||||
"label": "Compact mode",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "browser.tabs.allow_transparent_browser",
|
||||
"label": "Allow Transparent Browser Tabs",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebery.hide-zen-tabbar",
|
||||
"label": "Hide Native Zen Tab UI",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebery.sidebar-header.hide",
|
||||
"label": "Hide Browser Sidebar Header",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebery.sidebar-header.bottom-layout",
|
||||
"label": "Push Browser Sidebar Header Down",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
}
|
||||
]
|
|
@ -1,8 +1,8 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: #2d5b69 !important;
|
||||
--zen-colors-secondary: #2d5b69 !important;
|
||||
--zen-colors-tertiary: #002b36 !important;
|
||||
--zen-colors-border: #2d5b69 !important;
|
||||
--zen-dialog-background: #002b36 !important;
|
||||
--zen-colors-primary: #2d5b69 !important;
|
||||
--zen-colors-secondary: #2d5b69 !important;
|
||||
--zen-colors-tertiary: #002b36 !important;
|
||||
--zen-colors-border: #2d5b69 !important;
|
||||
--zen-dialog-background: #002b36 !important;
|
||||
}
|
||||
|
|
|
@ -1,87 +1,87 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.private-browsing-top-bar.highlighting-style",
|
||||
"label": "Highlighting Style:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "gradient",
|
||||
"options": [
|
||||
{
|
||||
"label": "Gradient",
|
||||
"value": "gradient"
|
||||
},
|
||||
{
|
||||
"label": "Solid",
|
||||
"value": "solid"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.private-browsing-top-bar.border-style",
|
||||
"label": "Border Thickness:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Default",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "Thin",
|
||||
"value": "thin"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.private-browsing-top-bar.color",
|
||||
"label": "Highlighting Base Color:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Default Purple",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "Match Zen Theme Color",
|
||||
"value": "match-zen"
|
||||
},
|
||||
{
|
||||
"label": "Blue",
|
||||
"value": "blue"
|
||||
},
|
||||
{
|
||||
"label": "Teal",
|
||||
"value": "teal"
|
||||
},
|
||||
{
|
||||
"label": "Green",
|
||||
"value": "green"
|
||||
},
|
||||
{
|
||||
"label": "Yellow",
|
||||
"value": "yellow"
|
||||
},
|
||||
{
|
||||
"label": "Orange",
|
||||
"value": "orange"
|
||||
},
|
||||
{
|
||||
"label": "Brown",
|
||||
"value": "brown"
|
||||
},
|
||||
{
|
||||
"label": "Red",
|
||||
"value": "red"
|
||||
},
|
||||
{
|
||||
"label": "Pink",
|
||||
"value": "pink"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.private-browsing-top-bar.hide-icon",
|
||||
"label": "Hide the private browsing icon.",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.private-browsing-top-bar.highlighting-style",
|
||||
"label": "Highlighting Style:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "gradient",
|
||||
"options": [
|
||||
{
|
||||
"label": "Gradient",
|
||||
"value": "gradient"
|
||||
},
|
||||
{
|
||||
"label": "Solid",
|
||||
"value": "solid"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.private-browsing-top-bar.border-style",
|
||||
"label": "Border Thickness:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Default",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "Thin",
|
||||
"value": "thin"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.private-browsing-top-bar.color",
|
||||
"label": "Highlighting Base Color:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Default Purple",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "Match Zen Theme Color",
|
||||
"value": "match-zen"
|
||||
},
|
||||
{
|
||||
"label": "Blue",
|
||||
"value": "blue"
|
||||
},
|
||||
{
|
||||
"label": "Teal",
|
||||
"value": "teal"
|
||||
},
|
||||
{
|
||||
"label": "Green",
|
||||
"value": "green"
|
||||
},
|
||||
{
|
||||
"label": "Yellow",
|
||||
"value": "yellow"
|
||||
},
|
||||
{
|
||||
"label": "Orange",
|
||||
"value": "orange"
|
||||
},
|
||||
{
|
||||
"label": "Brown",
|
||||
"value": "brown"
|
||||
},
|
||||
{
|
||||
"label": "Red",
|
||||
"value": "red"
|
||||
},
|
||||
{
|
||||
"label": "Pink",
|
||||
"value": "pink"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.private-browsing-top-bar.hide-icon",
|
||||
"label": "Hide the private browsing icon.",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
|
@ -1,26 +1,35 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.hide-minimize",
|
||||
"label": "Hide the minimize window button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": ["macos"]
|
||||
},
|
||||
{
|
||||
"property": "uc.hide-maximize",
|
||||
"label": "Hide the maximize window button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": ["macos"]
|
||||
},
|
||||
{
|
||||
"property": "uc.hide-close",
|
||||
"label": "Hide the close window button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": ["macos"]
|
||||
},
|
||||
{
|
||||
"property": "uc.hide-window-buttons",
|
||||
"label": "Hide the window buttons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": ["linux", "windows"]
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.hide-minimize",
|
||||
"label": "Hide the minimize window button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": [
|
||||
"macos"
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.hide-maximize",
|
||||
"label": "Hide the maximize window button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": [
|
||||
"macos"
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.hide-close",
|
||||
"label": "Hide the close window button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": [
|
||||
"macos"
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.hide-window-buttons",
|
||||
"label": "Hide the window buttons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": [
|
||||
"linux",
|
||||
"windows"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -1,28 +1,28 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.custom_menubutton.default",
|
||||
"label": "Select Button:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Default",
|
||||
"value": "Default"
|
||||
},
|
||||
{
|
||||
"label": "Firefox",
|
||||
"value": "Firefox"
|
||||
},
|
||||
{
|
||||
"label": "Custom",
|
||||
"value": "Custom"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.custom_menubutton.custom",
|
||||
"label": "Custom Button: url(url or base64 here)",
|
||||
"type": "string",
|
||||
"defaultValue": "url(chrome://branding/content/icon32.png)"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.custom_menubutton.default",
|
||||
"label": "Select Button:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Default",
|
||||
"value": "Default"
|
||||
},
|
||||
{
|
||||
"label": "Firefox",
|
||||
"value": "Firefox"
|
||||
},
|
||||
{
|
||||
"label": "Custom",
|
||||
"value": "Custom"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.custom_menubutton.custom",
|
||||
"label": "Custom Button: url(url or base64 here)",
|
||||
"type": "string",
|
||||
"defaultValue": "url(chrome://branding/content/icon32.png)"
|
||||
}
|
||||
]
|
|
@ -1,9 +1,9 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: #8f77f2 !important;
|
||||
--zen-colors-secondary: #393061 !important;
|
||||
--zen-colors-tertiary: #13121c !important;
|
||||
--zen-colors-border: #514480 !important;
|
||||
--zen-primary-color: #8f77f2 !important;
|
||||
--zen-dialog-background: #13121c !important;
|
||||
--zen-colors-primary: #8f77f2 !important;
|
||||
--zen-colors-secondary: #393061 !important;
|
||||
--zen-colors-tertiary: #13121c !important;
|
||||
--zen-colors-border: #514480 !important;
|
||||
--zen-primary-color: #8f77f2 !important;
|
||||
--zen-dialog-background: #13121c !important;
|
||||
}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
[
|
||||
{
|
||||
"property": "zen.mods.WinterSpirit.snowflakeSize",
|
||||
"label": "Changes scale of background",
|
||||
"type": "string",
|
||||
"defaultValue": "350px"
|
||||
},
|
||||
{
|
||||
"property": "zen.mods.WinterSpirit.duration",
|
||||
"label": "Changes background animation speed",
|
||||
"type": "string",
|
||||
"defaultValue": "30s"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "zen.mods.WinterSpirit.snowflakeSize",
|
||||
"label": "Changes scale of background",
|
||||
"type": "string",
|
||||
"defaultValue": "350px"
|
||||
},
|
||||
{
|
||||
"property": "zen.mods.WinterSpirit.duration",
|
||||
"label": "Changes background animation speed",
|
||||
"type": "string",
|
||||
"defaultValue": "30s"
|
||||
}
|
||||
]
|
|
@ -1,42 +1,42 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.tabs.preferred_color",
|
||||
"label": "Preferred color for tab border",
|
||||
"type": "dropdown",
|
||||
"options": [
|
||||
{
|
||||
"label": "Zen primary",
|
||||
"value": "primary"
|
||||
},
|
||||
{
|
||||
"label": "Zen secondary",
|
||||
"value": "secondary"
|
||||
},
|
||||
{
|
||||
"label": "Zen tertiary",
|
||||
"value": "tertiary"
|
||||
},
|
||||
{
|
||||
"label": "Zen border",
|
||||
"value": "border"
|
||||
},
|
||||
{
|
||||
"label": "Custom color",
|
||||
"value": "custom"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.tabs.custom_color_hex",
|
||||
"label": "Custom Color (Hex)",
|
||||
"type": "string",
|
||||
"defaultValue": "#ffffff",
|
||||
"placeholder": "#ffffff"
|
||||
},
|
||||
{
|
||||
"property": "uc.tabs.dim_unloaded",
|
||||
"label": "Dim Unloaded Tabs",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.tabs.preferred_color",
|
||||
"label": "Preferred color for tab border",
|
||||
"type": "dropdown",
|
||||
"options": [
|
||||
{
|
||||
"label": "Zen primary",
|
||||
"value": "primary"
|
||||
},
|
||||
{
|
||||
"label": "Zen secondary",
|
||||
"value": "secondary"
|
||||
},
|
||||
{
|
||||
"label": "Zen tertiary",
|
||||
"value": "tertiary"
|
||||
},
|
||||
{
|
||||
"label": "Zen border",
|
||||
"value": "border"
|
||||
},
|
||||
{
|
||||
"label": "Custom color",
|
||||
"value": "custom"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.tabs.custom_color_hex",
|
||||
"label": "Custom Color (Hex)",
|
||||
"type": "string",
|
||||
"defaultValue": "#ffffff",
|
||||
"placeholder": "#ffffff"
|
||||
},
|
||||
{
|
||||
"property": "uc.tabs.dim_unloaded",
|
||||
"label": "Dim Unloaded Tabs",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
|
@ -1,20 +1,20 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.floatingtoolbar.compact.enabled",
|
||||
"label": "Enable compact toolbar, similar to Smaller Compact Mode by n7itro",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.floatingtoolbar.increase.spacing",
|
||||
"label": "Increase space around edge of browser window and toolbar / tab bar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.floatingtoolbar.merge.bookmarks",
|
||||
"label": "Merge bookmark bar with toolbar (requires visible bookbark bar)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.floatingtoolbar.compact.enabled",
|
||||
"label": "Enable compact toolbar, similar to Smaller Compact Mode by n7itro",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.floatingtoolbar.increase.spacing",
|
||||
"label": "Increase space around edge of browser window and toolbar / tab bar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.floatingtoolbar.merge.bookmarks",
|
||||
"label": "Merge bookmark bar with toolbar (requires visible bookbark bar)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,32 +1,34 @@
|
|||
[
|
||||
{
|
||||
"property": "property",
|
||||
"label": "theme.zen-minimal-exit-menu.enable-macos-identic",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "label",
|
||||
"label": "Makes theme more identical to MacOS version.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "defaultValue",
|
||||
"label": "false",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "disabledOn",
|
||||
"label": ["macos"],
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "type",
|
||||
"label": "checkbox",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "property",
|
||||
"label": "theme.zen-minimal-exit-menu.enable-macos-identic",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "label",
|
||||
"label": "Makes theme more identical to MacOS version.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "defaultValue",
|
||||
"label": "false",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "disabledOn",
|
||||
"label": [
|
||||
"macos"
|
||||
],
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "type",
|
||||
"label": "checkbox",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,28 +1,28 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.better_uniextbtn.default",
|
||||
"label": "Select Button:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Default",
|
||||
"value": "Default"
|
||||
},
|
||||
{
|
||||
"label": "Firefox",
|
||||
"value": "Firefox"
|
||||
},
|
||||
{
|
||||
"label": "Custom",
|
||||
"value": "Custom"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.better_uniextbtn.custom",
|
||||
"label": "Custom Button: url(url or base64 here)",
|
||||
"type": "string",
|
||||
"defaultValue": "url(chrome://branding/content/icon32.png)"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.better_uniextbtn.default",
|
||||
"label": "Select Button:",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "Default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Default",
|
||||
"value": "Default"
|
||||
},
|
||||
{
|
||||
"label": "Firefox",
|
||||
"value": "Firefox"
|
||||
},
|
||||
{
|
||||
"label": "Custom",
|
||||
"value": "Custom"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.better_uniextbtn.custom",
|
||||
"label": "Custom Button: url(url or base64 here)",
|
||||
"type": "string",
|
||||
"defaultValue": "url(chrome://branding/content/icon32.png)"
|
||||
}
|
||||
]
|
|
@ -1,9 +1,9 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: #a5373a !important;
|
||||
--zen-colors-secondary: #d26a76 !important;
|
||||
--zen-colors-tertiary: #a5373a !important;
|
||||
--zen-colors-border: #d7737e !important;
|
||||
--zen-primary-color: #2f0e0e !important;
|
||||
--zen-dialog-background: #772f36 !important;
|
||||
--zen-colors-primary: #A5373A !important;
|
||||
--zen-colors-secondary: #D26A76 !important;
|
||||
--zen-colors-tertiary: #A5373A !important;
|
||||
--zen-colors-border: #D7737E !important;
|
||||
--zen-primary-color: #2F0E0E !important;
|
||||
--zen-dialog-background: #772F36 !important;
|
||||
}
|
||||
|
|
|
@ -1,128 +1,131 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.hidecontext.separators",
|
||||
"label": "Hide all separators",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.optionicons",
|
||||
"label": "Hide all icons (won't work for extension and checkbox context menu options)",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.fixcontext.extensionmargins",
|
||||
"label": "Fix margin for 'Tabs on the right' checkbox and extensions-related context menu",
|
||||
"type": "checkbox",
|
||||
"disabledOn": ["macos", "linux"]
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.copylink",
|
||||
"label": "Only use 'Copy Link Without Site Tracking'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.menubar",
|
||||
"label": "Hide 'Menu Bar' toggle",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.bookmark",
|
||||
"label": "Hide 'Bookmark Tab/Link'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.mutetab",
|
||||
"label": "Hide 'Mute Tab' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.newtab",
|
||||
"label": "Hide 'New Tab' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.movetaboptions",
|
||||
"label": "Hide 'Move Tab' options",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.newcontainer",
|
||||
"label": "Hide 'Open Tab/Link in New Container Tab'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.sendtodevice",
|
||||
"label": "Hide 'Send Tab/Link to Device'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.closetab",
|
||||
"label": "Hide close tab options (Close Tab, Close Duplicate Tabs, Close Multiple Tabs)",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.search",
|
||||
"label": "Hide 'Search Keywords' with your preferred search engine",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.searchinpriv",
|
||||
"label": "Hide 'Search Keywords in a Private Window'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.translate",
|
||||
"label": "Hide Firefox's 'Translate Selection/Link' options",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.printselection",
|
||||
"label": "Hide 'Print Selection'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.image",
|
||||
"label": "Hide 'Email Image', 'Set Image as Desktop Background', and 'View Image Info' options",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.selectalltext",
|
||||
"label": "Hide 'Select All Text' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.selectalltabs",
|
||||
"label": "Hide 'Select All Tabs' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.reloadtab",
|
||||
"label": "Hide 'Reload Tab' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.duplicatetab",
|
||||
"label": "Hide 'Duplicate Tab' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.unloadactions",
|
||||
"label": "Hide 'Tab Unloader Actions'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.inspect",
|
||||
"label": "Hide 'View Page Source' and 'Inspect' options",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.savelink",
|
||||
"label": "Hide 'Save Link As'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.screenshot",
|
||||
"label": "Hide 'Take Screenshot' option",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.hidecontext.separators",
|
||||
"label": "Hide all separators",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.optionicons",
|
||||
"label": "Hide all icons (won't work for extension and checkbox context menu options)",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.fixcontext.extensionmargins",
|
||||
"label": "Fix margin for 'Tabs on the right' checkbox and extensions-related context menu",
|
||||
"type": "checkbox",
|
||||
"disabledOn": [
|
||||
"macos",
|
||||
"linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.copylink",
|
||||
"label": "Only use 'Copy Link Without Site Tracking'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.menubar",
|
||||
"label": "Hide 'Menu Bar' toggle",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.bookmark",
|
||||
"label": "Hide 'Bookmark Tab/Link'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.mutetab",
|
||||
"label": "Hide 'Mute Tab' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.newtab",
|
||||
"label": "Hide 'New Tab' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.movetaboptions",
|
||||
"label": "Hide 'Move Tab' options",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.newcontainer",
|
||||
"label": "Hide 'Open Tab/Link in New Container Tab'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.sendtodevice",
|
||||
"label": "Hide 'Send Tab/Link to Device'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.closetab",
|
||||
"label": "Hide close tab options (Close Tab, Close Duplicate Tabs, Close Multiple Tabs)",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.search",
|
||||
"label": "Hide 'Search Keywords' with your preferred search engine",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.searchinpriv",
|
||||
"label": "Hide 'Search Keywords in a Private Window'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.translate",
|
||||
"label": "Hide Firefox's 'Translate Selection/Link' options",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.printselection",
|
||||
"label": "Hide 'Print Selection'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.image",
|
||||
"label": "Hide 'Email Image', 'Set Image as Desktop Background', and 'View Image Info' options",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.selectalltext",
|
||||
"label": "Hide 'Select All Text' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.selectalltabs",
|
||||
"label": "Hide 'Select All Tabs' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.reloadtab",
|
||||
"label": "Hide 'Reload Tab' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.duplicatetab",
|
||||
"label": "Hide 'Duplicate Tab' option",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.unloadactions",
|
||||
"label": "Hide 'Tab Unloader Actions'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.inspect",
|
||||
"label": "Hide 'View Page Source' and 'Inspect' options",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.savelink",
|
||||
"label": "Hide 'Save Link As'",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.hidecontext.screenshot",
|
||||
"label": "Hide 'Take Screenshot' option",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
|
@ -1,27 +1,27 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.better_find_bar.horizontal_position",
|
||||
"label": "Changes the horizontal position of the find bar.",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Left",
|
||||
"value": "left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.better_find_bar.transparent_background",
|
||||
"label": "Makes the background of the find bar to be transparent.",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.better_find_bar.horizontal_position",
|
||||
"label": "Changes the horizontal position of the find bar.",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Left",
|
||||
"value": "left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.better_find_bar.transparent_background",
|
||||
"label": "Makes the background of the find bar to be transparent.",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
|
@ -1,46 +1,46 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.customcursor.preset",
|
||||
"label": "Custom Cursor Preset",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Select a cursor",
|
||||
"defaultValue": "Silver",
|
||||
"options": [
|
||||
{
|
||||
"label": "Silver",
|
||||
"value": "Silver"
|
||||
},
|
||||
{
|
||||
"label": "Anime",
|
||||
"value": "Anime"
|
||||
},
|
||||
{
|
||||
"label": "AmongUs",
|
||||
"value": "AmongUs"
|
||||
},
|
||||
{
|
||||
"label": "Diamond",
|
||||
"value": "Diamond"
|
||||
},
|
||||
{
|
||||
"label": "Minecraft",
|
||||
"value": "Minecraft"
|
||||
},
|
||||
{
|
||||
"label": "Cat",
|
||||
"value": "Cat"
|
||||
},
|
||||
{
|
||||
"label": "Custom Cursor: Paste URL or Base64 using nimadez.github.io/base64/",
|
||||
"value": "CustomCursor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.customcursor.cursor",
|
||||
"label": "Custom Cursor (URL or Base64)",
|
||||
"placeholder": "URL or Base64",
|
||||
"defaultValue": "url()",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.customcursor.preset",
|
||||
"label": "Custom Cursor Preset",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Select a cursor",
|
||||
"defaultValue": "Silver",
|
||||
"options": [
|
||||
{
|
||||
"label": "Silver",
|
||||
"value": "Silver"
|
||||
},
|
||||
{
|
||||
"label": "Anime",
|
||||
"value": "Anime"
|
||||
},
|
||||
{
|
||||
"label": "AmongUs",
|
||||
"value": "AmongUs"
|
||||
},
|
||||
{
|
||||
"label": "Diamond",
|
||||
"value": "Diamond"
|
||||
},
|
||||
{
|
||||
"label": "Minecraft",
|
||||
"value": "Minecraft"
|
||||
},
|
||||
{
|
||||
"label": "Cat",
|
||||
"value": "Cat"
|
||||
},
|
||||
{
|
||||
"label": "Custom Cursor: Paste URL or Base64 using nimadez.github.io/base64/",
|
||||
"value": "CustomCursor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.customcursor.cursor",
|
||||
"label": "Custom Cursor (URL or Base64)",
|
||||
"placeholder": "URL or Base64",
|
||||
"defaultValue": "url()",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
|
@ -1,68 +1,68 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-alltabs-button.enabled",
|
||||
"label": "Hide the alltabs button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-newtab-button.enabled",
|
||||
"label": "Hide the newtab button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-profile-button.enabled",
|
||||
"label": "Hide the profile button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-expand-sidebar-button.enabled",
|
||||
"label": "Hide the expand sidebar button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-bookmark-button.enabled",
|
||||
"label": "Hide the bookmarks button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-history-button.enabled",
|
||||
"label": "Hide the history button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-preferences-button.enabled",
|
||||
"label": "Hide the preferences button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-sidepanel-button.enabled",
|
||||
"label": "Hide the sidepanel button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.compact-spacing.enabled",
|
||||
"label": "Make padding above the remaining buttons smaller",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-sidebar.enabled",
|
||||
"label": "Hide all sidebar buttons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.fix-sidebar-width.enabled",
|
||||
"label": "Fix sidebar width when you hide all buttons and workspaces",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-alltabs-button.enabled",
|
||||
"label": "Hide the alltabs button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-newtab-button.enabled",
|
||||
"label": "Hide the newtab button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-profile-button.enabled",
|
||||
"label": "Hide the profile button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-expand-sidebar-button.enabled",
|
||||
"label": "Hide the expand sidebar button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-bookmark-button.enabled",
|
||||
"label": "Hide the bookmarks button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-history-button.enabled",
|
||||
"label": "Hide the history button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-preferences-button.enabled",
|
||||
"label": "Hide the preferences button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-sidepanel-button.enabled",
|
||||
"label": "Hide the sidepanel button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.compact-spacing.enabled",
|
||||
"label": "Make padding above the remaining buttons smaller",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.hide-sidebar.enabled",
|
||||
"label": "Hide all sidebar buttons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.minimal-sidebar.fix-sidebar-width.enabled",
|
||||
"label": "Fix sidebar width when you hide all buttons and workspaces",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,145 +1,145 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.essentials.width",
|
||||
"label": "Select the general width of Essentials (The width before the Essentials start wrapping to the next row)",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Zen Default",
|
||||
"defaultValue": "Normal",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Thin",
|
||||
"value": "Thin"
|
||||
},
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "Normal"
|
||||
},
|
||||
{
|
||||
"label": "Wide",
|
||||
"value": "Wide"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.essentials.gap",
|
||||
"label": "Select the gap between Essentials",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Zen Default",
|
||||
"defaultValue": "Normal",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Small",
|
||||
"value": "Small"
|
||||
},
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "Normal"
|
||||
},
|
||||
{
|
||||
"label": "Big",
|
||||
"value": "Big"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.essentials-layout",
|
||||
"label": "Adds selected width and gap styles from Essentials to pinned tabs as well",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.essentials.color-scheme",
|
||||
"label": "Background/Color types of Essentials",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Zen Default",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Transparent Background",
|
||||
"value": "transparent"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.essentials.box-like-corners",
|
||||
"label": "Makes the Essentials look more box like (Less rounded edges)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.superpins.border",
|
||||
"label": "Add a border around Pins/Essentials",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Disabled",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Pins only",
|
||||
"value": "pins"
|
||||
},
|
||||
{
|
||||
"label": "Essentials only",
|
||||
"value": "essentials"
|
||||
},
|
||||
{
|
||||
"label": "Pins + Essentials",
|
||||
"value": "both"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.legacy-layout",
|
||||
"label": "Makes pinned tabs look similar to Essentials (icon only in a grid)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.bg",
|
||||
"label": "Adds a background to the pinned tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.hide-reset-button",
|
||||
"label": "Hide the reset button on pinned tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.only-show-active",
|
||||
"label": "Only shows loaded pinned tabs (when the tab bar is collapsed)",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Disabled",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "Normal"
|
||||
},
|
||||
{
|
||||
"label": "Also show them on hover",
|
||||
"value": "OnHover"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "zen.workspaces.show-workspace-indicator",
|
||||
"label": "Shows the workspace-indicator between Essentials and Pins",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "browser.sessionstore.restore_pinned_tabs_on_demand",
|
||||
"label": "Loads pinned tabs only when using them, instead of loading all of them on startup",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "zen.tabs.dim-pending",
|
||||
"label": "Dims unloaded tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.essentials.width",
|
||||
"label": "Select the general width of Essentials (The width before the Essentials start wrapping to the next row)",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Zen Default",
|
||||
"defaultValue": "Normal",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Thin",
|
||||
"value": "Thin"
|
||||
},
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "Normal"
|
||||
},
|
||||
{
|
||||
"label": "Wide",
|
||||
"value": "Wide"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.essentials.gap",
|
||||
"label": "Select the gap between Essentials",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Zen Default",
|
||||
"defaultValue": "Normal",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Small",
|
||||
"value": "Small"
|
||||
},
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "Normal"
|
||||
},
|
||||
{
|
||||
"label": "Big",
|
||||
"value": "Big"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.essentials-layout",
|
||||
"label": "Adds selected width and gap styles from Essentials to pinned tabs as well",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.essentials.color-scheme",
|
||||
"label": "Background/Color types of Essentials",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Zen Default",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Transparent Background",
|
||||
"value": "transparent"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.essentials.box-like-corners",
|
||||
"label": "Makes the Essentials look more box like (Less rounded edges)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.superpins.border",
|
||||
"label": "Add a border around Pins/Essentials",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Disabled",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Pins only",
|
||||
"value": "pins"
|
||||
},
|
||||
{
|
||||
"label": "Essentials only",
|
||||
"value": "essentials"
|
||||
},
|
||||
{
|
||||
"label": "Pins + Essentials",
|
||||
"value": "both"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.legacy-layout",
|
||||
"label": "Makes pinned tabs look similar to Essentials (icon only in a grid)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.bg",
|
||||
"label": "Adds a background to the pinned tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.hide-reset-button",
|
||||
"label": "Hide the reset button on pinned tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.pins.only-show-active",
|
||||
"label": "Only shows loaded pinned tabs (when the tab bar is collapsed)",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Disabled",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "Normal"
|
||||
},
|
||||
{
|
||||
"label": "Also show them on hover",
|
||||
"value": "OnHover"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "zen.workspaces.show-workspace-indicator",
|
||||
"label": "Shows the workspace-indicator between Essentials and Pins",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "browser.sessionstore.restore_pinned_tabs_on_demand",
|
||||
"label": "Loads pinned tabs only when using them, instead of loading all of them on startup",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "zen.tabs.dim-pending",
|
||||
"label": "Dims unloaded tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,8 +1,8 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: #50a4e9 !important;
|
||||
--zen-colors-secondary: #cc83e3 !important;
|
||||
--zen-colors-tertiary: #16181d !important;
|
||||
--zen-colors-border: #3a3e47 !important;
|
||||
--zen-dialog-background: #1a1d23 !important;
|
||||
--zen-colors-primary: #50A4E9 !important;
|
||||
--zen-colors-secondary: #CC83E3 !important;
|
||||
--zen-colors-tertiary: #16181D !important;
|
||||
--zen-colors-border: #3A3E47 !important;
|
||||
--zen-dialog-background: #1A1D23 !important;
|
||||
}
|
||||
|
|
|
@ -1,44 +1,44 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.hide_workspace_indicator",
|
||||
"label": "Hide top workspace indicator",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.custom_background",
|
||||
"label": "My theme overwrites the #TabsToolbar background (e.g. catppuccin)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.collapse_buttons",
|
||||
"label": "Collapse the buttons to only show current workspace",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.default_tab_background_shape",
|
||||
"label": "Default Tab Background Shape",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.inverted_tabs",
|
||||
"label": "Inverted Tab Direction",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.expanded_width",
|
||||
"label": "Width of the expanded sidebar",
|
||||
"type": "string",
|
||||
"defaultValue": "300px"
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.transition_speed",
|
||||
"label": "Transition speed of the sidebar",
|
||||
"type": "string",
|
||||
"defaultValue": "120ms"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.hide_workspace_indicator",
|
||||
"label": "Hide top workspace indicator",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.custom_background",
|
||||
"label": "My theme overwrites the #TabsToolbar background (e.g. catppuccin)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.collapse_buttons",
|
||||
"label": "Collapse the buttons to only show current workspace",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.default_tab_background_shape",
|
||||
"label": "Default Tab Background Shape",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.inverted_tabs",
|
||||
"label": "Inverted Tab Direction",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.expanded_width",
|
||||
"label": "Width of the expanded sidebar",
|
||||
"type": "string",
|
||||
"defaultValue": "300px"
|
||||
},
|
||||
{
|
||||
"property": "theme.sidebar_expand_on_hover.transition_speed",
|
||||
"label": "Transition speed of the sidebar",
|
||||
"type": "string",
|
||||
"defaultValue": "120ms"
|
||||
}
|
||||
]
|
|
@ -1,80 +1,80 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.exit-button-padding-right.enabled",
|
||||
"label": "Adds some spacing to the right of the exit button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.fun-colors.enabled",
|
||||
"label": "Enables a cool gradient as the background",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.page-canvas-shadows.enabled",
|
||||
"label": "Adds shadows to the page canvas",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.remove-url-bar-border.enabled",
|
||||
"label": "Removes the border around the URL Bar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.url-bar-tweaks.enabled",
|
||||
"label": "URL Bar appearance tweaks",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.floating-url-bar-tweaks.enabled",
|
||||
"label": "Floating URL Bar appearance tweaks",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.new-tab-button-text.enabled",
|
||||
"label": "New tab button text",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.pinned-tabs-layout.enabled",
|
||||
"label": "Tweaks the layout of the pinned tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.workspace-button-tweaks.enabled",
|
||||
"label": "Tweaks the appearance of the workspace button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.tab-button-tweaks.enabled",
|
||||
"label": "Tweaks the appearance of the tab buttons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.toolbar-button-tweaks.enabled",
|
||||
"label": "Tweaks the appearance of the toolbar buttons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.exit-button-padding-right.enabled",
|
||||
"label": "Adds some spacing to the right of the exit button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.fun-colors.enabled",
|
||||
"label": "Enables a cool gradient as the background",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.page-canvas-shadows.enabled",
|
||||
"label": "Adds shadows to the page canvas",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.remove-url-bar-border.enabled",
|
||||
"label": "Removes the border around the URL Bar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.url-bar-tweaks.enabled",
|
||||
"label": "URL Bar appearance tweaks",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.floating-url-bar-tweaks.enabled",
|
||||
"label": "Floating URL Bar appearance tweaks",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.new-tab-button-text.enabled",
|
||||
"label": "New tab button text",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.pinned-tabs-layout.enabled",
|
||||
"label": "Tweaks the layout of the pinned tabs",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.workspace-button-tweaks.enabled",
|
||||
"label": "Tweaks the appearance of the workspace button",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.tab-button-tweaks.enabled",
|
||||
"label": "Tweaks the appearance of the tab buttons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.erics-zen-ui-tweak-box.toolbar-button-tweaks.enabled",
|
||||
"label": "Tweaks the appearance of the toolbar buttons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,74 +1,74 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.no_gaps.gaps",
|
||||
"label": "Gaps in single-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.gaps",
|
||||
"label": "Gaps in multi-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.rounded_corners",
|
||||
"label": "Rounded corners in single-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.rounded_corners",
|
||||
"label": "Rounded corners in multi-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.shadow",
|
||||
"label": "Shadow in single-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.shadow",
|
||||
"label": "Shadow in multi-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.outline",
|
||||
"label": "Outline in multi-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.single_toolbar.hide_navbar",
|
||||
"label": "Hide top bar in single-tab view (single toolbar)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.single_toolbar.hide_navbar",
|
||||
"label": "Hide top bar in multi-tab view (single toolbar)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.single_toolbar.disable_navbar",
|
||||
"label": "Remove top bar in single-tab view (single toolbar)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.single_toolbar.disable_navbar",
|
||||
"label": "Remove top bar in multi-tab view (single toolbar)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.fixes.center_split_view",
|
||||
"label": "Fix: Make margin in different view modes consistent",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.no_gaps.gaps",
|
||||
"label": "Gaps in single-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.gaps",
|
||||
"label": "Gaps in multi-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.rounded_corners",
|
||||
"label": "Rounded corners in single-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.rounded_corners",
|
||||
"label": "Rounded corners in multi-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.shadow",
|
||||
"label": "Shadow in single-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.shadow",
|
||||
"label": "Shadow in multi-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.outline",
|
||||
"label": "Outline in multi-tab view",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.single_toolbar.hide_navbar",
|
||||
"label": "Hide top bar in single-tab view (single toolbar)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.single_toolbar.hide_navbar",
|
||||
"label": "Hide top bar in multi-tab view (single toolbar)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.single_toolbar.disable_navbar",
|
||||
"label": "Remove top bar in single-tab view (single toolbar)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.split.single_toolbar.disable_navbar",
|
||||
"label": "Remove top bar in multi-tab view (single toolbar)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "theme.no_gaps.fixes.center_split_view",
|
||||
"label": "Fix: Make margin in different view modes consistent",
|
||||
"type": "checkbox",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
|
@ -1,8 +1,8 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.audio-tabicon.left-side",
|
||||
"label": "Move the audio/mute icon to the left side",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.audio-tabicon.left-side",
|
||||
"label": "Move the audio/mute icon to the left side",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,20 +1,20 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.right_on_hover_sidebar.stay_on_focus",
|
||||
"label": "Stay on focus",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.right_on_hover_sidebar.width",
|
||||
"label": "Set sidebar width",
|
||||
"type": "string",
|
||||
"defaultValue": "300px"
|
||||
},
|
||||
{
|
||||
"property": "uc.right_on_hover_sidebar.hover_width",
|
||||
"label": "Set sidebar hover trigger width",
|
||||
"type": "string",
|
||||
"defaultValue": "2px"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.right_on_hover_sidebar.stay_on_focus",
|
||||
"label": "Stay on focus",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.right_on_hover_sidebar.width",
|
||||
"label": "Set sidebar width",
|
||||
"type": "string",
|
||||
"defaultValue": "300px"
|
||||
},
|
||||
{
|
||||
"property": "uc.right_on_hover_sidebar.hover_width",
|
||||
"label": "Set sidebar hover trigger width",
|
||||
"type": "string",
|
||||
"defaultValue": "2px"
|
||||
}
|
||||
]
|
|
@ -1,48 +1,48 @@
|
|||
[
|
||||
{
|
||||
"property": "w.urlbar.bg_color",
|
||||
"label": "URL Bar Loading Animation",
|
||||
"placeholder": "Select gradient preset",
|
||||
"type": "dropdown",
|
||||
"options": [
|
||||
{
|
||||
"label": "Coral Mint",
|
||||
"value": "#ff6b6b66, #4ecdc466, #ff6b6b66"
|
||||
},
|
||||
{
|
||||
"label": "Ocean Breeze",
|
||||
"value": "#0066ff66, #00ffff66, #0066ff66"
|
||||
},
|
||||
{
|
||||
"label": "Lavender Dream",
|
||||
"value": "#9933ff66, #ff33cc66, #9933ff66"
|
||||
},
|
||||
{
|
||||
"label": "Soft Meadow",
|
||||
"value": "#33cc3366, #99ff6666, #33cc3366"
|
||||
},
|
||||
{
|
||||
"label": "Charcoal Fade",
|
||||
"value": "#00000099, #88888899, #88888899, #00000099"
|
||||
},
|
||||
{
|
||||
"label": "Spectrum",
|
||||
"value": "#ff000066, #ffa50066, #ffff0066, #00ff0066, #0000ff66, #ff000066"
|
||||
},
|
||||
{
|
||||
"label": "Neon Pulse",
|
||||
"value": "#ff1a7566, #00ff8c66, #ff1a7566"
|
||||
},
|
||||
{
|
||||
"label": "Golden Hour",
|
||||
"value": "#ff471a66, #ff8c1a66, #ff471a66"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "w.urlbar.bg_color",
|
||||
"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)",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "w.urlbar.bg_color",
|
||||
"label": "URL Bar Loading Animation",
|
||||
"placeholder": "Select gradient preset",
|
||||
"type": "dropdown",
|
||||
"options": [
|
||||
{
|
||||
"label": "Coral Mint",
|
||||
"value": "#ff6b6b66, #4ecdc466, #ff6b6b66"
|
||||
},
|
||||
{
|
||||
"label": "Ocean Breeze",
|
||||
"value": "#0066ff66, #00ffff66, #0066ff66"
|
||||
},
|
||||
{
|
||||
"label": "Lavender Dream",
|
||||
"value": "#9933ff66, #ff33cc66, #9933ff66"
|
||||
},
|
||||
{
|
||||
"label": "Soft Meadow",
|
||||
"value": "#33cc3366, #99ff6666, #33cc3366"
|
||||
},
|
||||
{
|
||||
"label": "Charcoal Fade",
|
||||
"value": "#00000099, #88888899, #88888899, #00000099"
|
||||
},
|
||||
{
|
||||
"label": "Spectrum",
|
||||
"value": "#ff000066, #ffa50066, #ffff0066, #00ff0066, #0000ff66, #ff000066"
|
||||
},
|
||||
{
|
||||
"label": "Neon Pulse",
|
||||
"value": "#ff1a7566, #00ff8c66, #ff1a7566"
|
||||
},
|
||||
{
|
||||
"label": "Golden Hour",
|
||||
"value": "#ff471a66, #ff8c1a66, #ff471a66"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "w.urlbar.bg_color",
|
||||
"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)",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
|
@ -1,26 +1,26 @@
|
|||
[
|
||||
{
|
||||
"property": "cfs.font.size.workspace.title",
|
||||
"label": "Workspace font size \"1.5em\" or \"24px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.5em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.tabbar.tabs",
|
||||
"label": "Tabbar tabs font size \"1.3em\" or \"20px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.3em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.searchbar",
|
||||
"label": "Tabbar tabs font size \"1.4em\" or \"22px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.4em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.footer",
|
||||
"label": "Tabbar tabs font size \"1.5em\" or \"24px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.5em"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "cfs.font.size.workspace.title",
|
||||
"label": "Workspace font size \"1.5em\" or \"24px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.5em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.tabbar.tabs",
|
||||
"label": "Tabbar tabs font size \"1.3em\" or \"20px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.3em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.searchbar",
|
||||
"label": "Tabbar tabs font size \"1.4em\" or \"22px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.4em"
|
||||
},
|
||||
{
|
||||
"property": "cfs.font.size.footer",
|
||||
"label": "Tabbar tabs font size \"1.5em\" or \"24px\"",
|
||||
"type": "string",
|
||||
"defaultValue": "1.5em"
|
||||
}
|
||||
]
|
|
@ -1,31 +1,31 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.pywalzen.darkness",
|
||||
"label": "Darkness level",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"value": "default",
|
||||
"label": "Default"
|
||||
},
|
||||
{
|
||||
"value": "dark",
|
||||
"label": "Dark"
|
||||
},
|
||||
{
|
||||
"value": "darker",
|
||||
"label": "Darker"
|
||||
},
|
||||
{
|
||||
"value": "yet-darker",
|
||||
"label": "Yet darker"
|
||||
},
|
||||
{
|
||||
"value": "pitch-black",
|
||||
"label": "Pitch black"
|
||||
}
|
||||
],
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.pywalzen.darkness",
|
||||
"label": "Darkness level",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"value": "default",
|
||||
"label": "Default"
|
||||
},
|
||||
{
|
||||
"value": "dark",
|
||||
"label": "Dark"
|
||||
},
|
||||
{
|
||||
"value": "darker",
|
||||
"label": "Darker"
|
||||
},
|
||||
{
|
||||
"value": "yet-darker",
|
||||
"label": "Yet darker"
|
||||
},
|
||||
{
|
||||
"value": "pitch-black",
|
||||
"label": "Pitch black"
|
||||
}
|
||||
],
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,42 +1,42 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.tabtextsize.textsize",
|
||||
"label": "Set Tab Text Size: ",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "8",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"label": "10",
|
||||
"value": "10"
|
||||
},
|
||||
{
|
||||
"label": "Default (12)",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "14",
|
||||
"value": "14"
|
||||
},
|
||||
{
|
||||
"label": "16",
|
||||
"value": "16"
|
||||
},
|
||||
{
|
||||
"label": "18",
|
||||
"value": "18"
|
||||
},
|
||||
{
|
||||
"label": "20",
|
||||
"value": "20"
|
||||
},
|
||||
{
|
||||
"label": "22",
|
||||
"value": "22"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.tabtextsize.textsize",
|
||||
"label": "Set Tab Text Size: ",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "8",
|
||||
"value": "8"
|
||||
},
|
||||
{
|
||||
"label": "10",
|
||||
"value": "10"
|
||||
},
|
||||
{
|
||||
"label": "Default (12)",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "14",
|
||||
"value": "14"
|
||||
},
|
||||
{
|
||||
"label": "16",
|
||||
"value": "16"
|
||||
},
|
||||
{
|
||||
"label": "18",
|
||||
"value": "18"
|
||||
},
|
||||
{
|
||||
"label": "20",
|
||||
"value": "20"
|
||||
},
|
||||
{
|
||||
"label": "22",
|
||||
"value": "22"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -1,165 +1,165 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.urlbar.border-radius",
|
||||
"label": "Adjusts the border radius of the url bar and its items",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urltext.center",
|
||||
"label": "Centers the text inside the url bar",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "normal",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Centered unless focused",
|
||||
"value": "normal"
|
||||
},
|
||||
{
|
||||
"label": "Always Centered",
|
||||
"value": "advanced"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.border",
|
||||
"label": "Adds a border to the url bar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.blur-intensity",
|
||||
"label": "Enable a Background Blur when the Url Bar is focused & select its Intensity",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Subtle",
|
||||
"value": "Subtle"
|
||||
},
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "Normal"
|
||||
},
|
||||
{
|
||||
"label": "Rather Strong",
|
||||
"value": "RatherStrong"
|
||||
},
|
||||
{
|
||||
"label": "Strong",
|
||||
"value": "Strong"
|
||||
},
|
||||
{
|
||||
"label": "Really Strong",
|
||||
"value": "ReallyStrong"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.custom-bg-color.mode",
|
||||
"label": "Enables Custom Colors for the Url Bar",
|
||||
"placeholder": "Disabled",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Coloring when url bar is in focus",
|
||||
"value": "Focus"
|
||||
},
|
||||
{
|
||||
"label": "Coloring when url bar is NOT in focus",
|
||||
"value": "noFocus"
|
||||
},
|
||||
{
|
||||
"label": "Always color url bar",
|
||||
"value": "AlwaysColor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.custom-bg-color",
|
||||
"label": "Custom Color for the Url Bar (Dropdown above needs to be enabled)",
|
||||
"placeholder": "Enter Color Code",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"property": "browser.urlbar.openintab",
|
||||
"label": "Always open websites in a new tab when using url bar",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.hide.container-info",
|
||||
"label": "Hides the container info",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Disabled",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Only hide the label",
|
||||
"value": "hideLabel"
|
||||
},
|
||||
{
|
||||
"label": "Only hide the icon",
|
||||
"value": "hideIcon"
|
||||
},
|
||||
{
|
||||
"label": "Hide both, icon and label",
|
||||
"value": "hideIconLabel"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.zoom.removed",
|
||||
"label": "Hides the Zoom icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.shield.removed",
|
||||
"label": "Hides the Shield icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.bookmark.removed",
|
||||
"label": "Hides the Bookmark (Star) icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.reader-mode.removed",
|
||||
"label": "Hides the Reader-Mode icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.pip.removed",
|
||||
"label": "Hides the Picture-in-Picture icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.split-view.removed",
|
||||
"label": "Hides the Split View icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.left-side.removed",
|
||||
"label": "Hides all the icons/buttons on the left side",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.show-on-hover",
|
||||
"label": "Make all the hidden icons show when hovering the url bar",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.urlbar.border-radius",
|
||||
"label": "Adjusts the border radius of the url bar and its items",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urltext.center",
|
||||
"label": "Centers the text inside the url bar",
|
||||
"type": "dropdown",
|
||||
"defaultValue": "normal",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Centered unless focused",
|
||||
"value": "normal"
|
||||
},
|
||||
{
|
||||
"label": "Always Centered",
|
||||
"value": "advanced"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.border",
|
||||
"label": "Adds a border to the url bar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.blur-intensity",
|
||||
"label": "Enable a Background Blur when the Url Bar is focused & select its Intensity",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Subtle",
|
||||
"value": "Subtle"
|
||||
},
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "Normal"
|
||||
},
|
||||
{
|
||||
"label": "Rather Strong",
|
||||
"value": "RatherStrong"
|
||||
},
|
||||
{
|
||||
"label": "Strong",
|
||||
"value": "Strong"
|
||||
},
|
||||
{
|
||||
"label": "Really Strong",
|
||||
"value": "ReallyStrong"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.custom-bg-color.mode",
|
||||
"label": "Enables Custom Colors for the Url Bar",
|
||||
"placeholder": "Disabled",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Coloring when url bar is in focus",
|
||||
"value": "Focus"
|
||||
},
|
||||
{
|
||||
"label": "Coloring when url bar is NOT in focus",
|
||||
"value": "noFocus"
|
||||
},
|
||||
{
|
||||
"label": "Always color url bar",
|
||||
"value": "AlwaysColor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.custom-bg-color",
|
||||
"label": "Custom Color for the Url Bar (Dropdown above needs to be enabled)",
|
||||
"placeholder": "Enter Color Code",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"property": "browser.urlbar.openintab",
|
||||
"label": "Always open websites in a new tab when using url bar",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.hide.container-info",
|
||||
"label": "Hides the container info",
|
||||
"type": "dropdown",
|
||||
"placeholder": "Disabled",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Only hide the label",
|
||||
"value": "hideLabel"
|
||||
},
|
||||
{
|
||||
"label": "Only hide the icon",
|
||||
"value": "hideIcon"
|
||||
},
|
||||
{
|
||||
"label": "Hide both, icon and label",
|
||||
"value": "hideIconLabel"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.zoom.removed",
|
||||
"label": "Hides the Zoom icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.shield.removed",
|
||||
"label": "Hides the Shield icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.bookmark.removed",
|
||||
"label": "Hides the Bookmark (Star) icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.reader-mode.removed",
|
||||
"label": "Hides the Reader-Mode icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.pip.removed",
|
||||
"label": "Hides the Picture-in-Picture icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.split-view.removed",
|
||||
"label": "Hides the Split View icon",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.left-side.removed",
|
||||
"label": "Hides all the icons/buttons on the left side",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.urlbar.icon.show-on-hover",
|
||||
"label": "Make all the hidden icons show when hovering the url bar",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
|
@ -1,14 +1,14 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.zen-sidebar.pin-at-right-side",
|
||||
"label": "Pin the Zen Sidebar at the right side when pinned.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.zen-sidebar.float-at-right-side",
|
||||
"label": "Float the Zen Sidebar at the right side when floating.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.zen-sidebar.pin-at-right-side",
|
||||
"label": "Pin the Zen Sidebar at the right side when pinned.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.zen-sidebar.float-at-right-side",
|
||||
"label": "Float the Zen Sidebar at the right side when floating.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,7 +1,7 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: #24273a !important;
|
||||
--zen-colors-secondary: #1e2030 !important;
|
||||
--zen-colors-tertiary: #181926 !important;
|
||||
--zen-colors-border: #363a4f !important;
|
||||
--zen-colors-primary: #24273a !important;
|
||||
--zen-colors-secondary: #1e2030 !important;
|
||||
--zen-colors-tertiary: #181926 !important;
|
||||
--zen-colors-border: #363a4f !important;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: #82aaff !important;
|
||||
--zen-colors-secondary: #c099ff !important;
|
||||
--zen-colors-tertiary: #1e2030 !important;
|
||||
--zen-colors-border: #3b4261 !important;
|
||||
--zen-dialog-background: #222436 !important;
|
||||
--zen-colors-primary: #82aaff !important;
|
||||
--zen-colors-secondary: #c099ff !important;
|
||||
--zen-colors-tertiary: #1e2030 !important;
|
||||
--zen-colors-border: #3b4261 !important;
|
||||
--zen-dialog-background: #222436 !important;
|
||||
}
|
||||
|
|
|
@ -1,60 +1,60 @@
|
|||
[
|
||||
{
|
||||
"property": "uc.bookmarks.center-toolbar",
|
||||
"label": "Center the bookmarks toolbar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.position-toolbar",
|
||||
"label": "Bookmarks toolbar direction",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Left to right",
|
||||
"value": "left"
|
||||
},
|
||||
{
|
||||
"label": "Right to left",
|
||||
"value": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.hide-folder-icons",
|
||||
"label": "Hide folder icons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.hide-favicons",
|
||||
"label": "Hide website icons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.hide-name",
|
||||
"label": "Hide bookmarks name",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.expand-on-hover",
|
||||
"label": "Expand the bookmarks toolbar by hovering",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.expand-on-search",
|
||||
"label": "Expand the bookmarks toolbar when you search",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.transparent",
|
||||
"label": "Make the bookmarks toolbar transparent (only works with expand features)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "uc.bookmarks.center-toolbar",
|
||||
"label": "Center the bookmarks toolbar",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.position-toolbar",
|
||||
"label": "Bookmarks toolbar direction",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"options": [
|
||||
{
|
||||
"label": "Left to right",
|
||||
"value": "left"
|
||||
},
|
||||
{
|
||||
"label": "Right to left",
|
||||
"value": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.hide-folder-icons",
|
||||
"label": "Hide folder icons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.hide-favicons",
|
||||
"label": "Hide website icons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.hide-name",
|
||||
"label": "Hide bookmarks name",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.expand-on-hover",
|
||||
"label": "Expand the bookmarks toolbar by hovering",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.expand-on-search",
|
||||
"label": "Expand the bookmarks toolbar when you search",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.bookmarks.transparent",
|
||||
"label": "Make the bookmarks toolbar transparent (only works with expand features)",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
|
@ -1,8 +1,8 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: #ebdbb2 !important;
|
||||
--zen-colors-secondary: #504945 !important;
|
||||
--zen-colors-tertiary: #1d2021 !important;
|
||||
--zen-colors-border: #504945 !important;
|
||||
--zen-dialog-background: #1d2021 !important;
|
||||
--zen-colors-primary: #ebdbb2 !important;
|
||||
--zen-colors-secondary: #504945 !important;
|
||||
--zen-colors-tertiary: #1d2021 !important;
|
||||
--zen-colors-border: #504945 !important;
|
||||
--zen-dialog-background: #1d2021 !important;
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.pinnedtabsmaxheight.number_of_tabs",
|
||||
"label": "Number of pinned tabs to fit",
|
||||
"type": "string",
|
||||
"placeholder": "Number of tabs",
|
||||
"defaultValue": "5"
|
||||
}
|
||||
]
|
||||
{
|
||||
"property": "theme.pinnedtabsmaxheight.number_of_tabs",
|
||||
"label": "Number of pinned tabs to fit",
|
||||
"type": "string",
|
||||
"placeholder": "Number of tabs",
|
||||
"defaultValue": "5"
|
||||
}
|
||||
]
|
|
@ -1,24 +1,8 @@
|
|||
/* This is an auto generated color theme. */
|
||||
:root {
|
||||
--zen-colors-primary: color-mix(
|
||||
in srgb,
|
||||
var(--zen-primary-color) 100%,
|
||||
black 0%
|
||||
) !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;
|
||||
--zen-colors-primary: color-mix(in srgb, var(--zen-primary-color) 100%, black 0%) !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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue