theme-store/themes/849212a2-6087-4cb6-8fa7-65500624dbad/preferences.json
2025-04-05 20:17:15 +00:00

206 lines
No EOL
5.4 KiB
JSON

[
{
"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": "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.pinned.height",
"label": "Height of Pinned tabs",
"type": "dropdown",
"placeholder": "Default",
"options": [
{
"label": "Small",
"value": "small"
},
{
"label": "Normal",
"value": "normal"
},
{
"label": "Large",
"value": "large"
}
]
},
{
"property": "uc.favicon.size",
"label": "Size of tabs favicons",
"type": "dropdown",
"placeholder": "Default",
"options": [
{
"label": "Small",
"value": "small"
},
{
"label": "Normal",
"value": "normal"
},
{
"label": "Large",
"value": "large"
}
]
},
{
"property": "uc.workspace.icon.size",
"label": "Size of workspace icons",
"type": "dropdown",
"placeholder": "Default",
"options": [
{
"label": "Extra Small",
"value": "x-small"
},
{
"label": "Small",
"value": "small"
},
{
"label": "Medium",
"value": "medium"
},
{
"label": "Large",
"value": "large"
}
]
},
{
"property": "uc.workspace.current.icon.size",
"label": "Size of current workspace indicator icon",
"type": "dropdown",
"placeholder": "Default",
"options": [
{
"label": "Small",
"value": "small"
},
{
"label": "Normal",
"value": "normal"
},
{
"label": "Large",
"value": "large"
}
]
}
]