theme-store/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json
2025-05-10 16:11:59 +00:00

47 lines
No EOL
1.2 KiB
JSON

[
{
"property": "theme.better_find_bar.transparent_background",
"label": "Transparent background",
"type": "checkbox"
},
{
"property": "theme.better_find_bar.horizontal_position",
"label": "Horizontal position",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Select horizontal position",
"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": "Select vertical position",
"defaultValue": "default",
"options": [
{
"label": "Top",
"value": "top"
},
{
"label": "Bottom",
"value": "default"
}
]
}
]