theme-store/themes/e74cb40a-f3b8-445a-9826-1b1b6e41b846/preferences.json
2025-05-03 13:32:53 +00:00

32 lines
No EOL
790 B
JSON

[
{
"property": "theme.custom_uifont.default",
"label": "Select Font:",
"type": "dropdown",
"defaultValue": "Serif",
"options": [
{
"label": "Serif",
"value": "Serif"
},
{
"label": "Custom",
"value": "Custom"
}
]
},
{
"property": "theme.custom_uifont.custom",
"label": "font-family:",
"type": "string",
"placeholder": "sans-serif",
"defaultValue": "sans-serif"
},
{
"property": "theme.custom_uifont.shadow",
"label": "text-shadow:",
"type": "string",
"placeholder": "0.01em 0.01em 0.05em #7C7C7C70",
"defaultValue": "none"
}
]