theme-store/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json
2025-05-22 15:42:27 +00:00

138 lines
No EOL
3.7 KiB
JSON

[
{
"property": "theme.better_find_bar.transparent_background",
"label": "Transparent background",
"type": "checkbox",
"defaultValue": true
},
{
"property": "theme.better_find_bar.horizontal_position",
"label": "Horizontal position",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Use default",
"defaultValue": "default",
"options": [
{
"label": "Left",
"value": "left"
},
{
"label": "Center",
"value": "default"
},
{
"label": "Right",
"value": "right"
}
]
},
{
"property": "theme.better_find_bar.vertical_position",
"label": "Vertical position",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Use default",
"defaultValue": "default",
"options": [
{
"label": "Top",
"value": "top"
},
{
"label": "Bottom",
"value": "default"
}
]
},
{
"property": "theme.better_find_bar.textbox_width",
"label": "Textbox width (px)",
"type": "string",
"defaultValue": "800"
},
{
"property": "theme.better_find_bar.hide_highlight",
"label": "Hide \"highlight\" checkbox",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Show",
"defaultValue": "not_hide",
"options": [
{
"label": "Hide",
"value": "hide_immediately"
},
{
"label": "Show only when checked",
"value": "hide_on_disable"
}
]
},
{
"property": "theme.better_find_bar.hide_match_case",
"label": "Hide \"match case\" checkbox",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Show",
"defaultValue": "not_hide",
"options": [
{
"label": "Hide",
"value": "hide_immediately"
},
{
"label": "Show only when checked",
"value": "hide_on_disable"
}
]
},
{
"property": "theme.better_find_bar.hide_match_diacritics",
"label": "Hide \"match diacritics\" checkbox",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Show",
"defaultValue": "not_hide",
"options": [
{
"label": "Hide",
"value": "hide_immediately"
},
{
"label": "Show only when checked",
"value": "hide_on_disable"
}
]
},
{
"property": "theme.better_find_bar.hide_whole_words",
"label": "Hide \"whole words\" checkbox",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Show",
"defaultValue": "not_hide",
"options": [
{
"label": "Hide",
"value": "hide_immediately"
},
{
"label": "Show only when checked",
"value": "hide_on_disable"
}
]
},
{
"property": "theme.better_find_bar.hide_find_status",
"label": "Hide find status label",
"type": "checkbox",
"defaultValue": false
},
{
"property": "theme.better_find_bar.hide_found_matches",
"label": "Hide found matches label",
"type": "checkbox",
"defaultValue": false
}
]