Home-meteo/home-meteo@lina/settings-schema.json
2026-02-21 21:38:42 +03:00

22 lines
511 B
JSON

{
"font-size": {
"type": "spinbutton",
"default": 16,
"units": "pt",
"step": 1,
"min": 10,
"max": 72,
"description": "Размер шрифта"
},
"custom-color": {
"type": "colorchooser",
"default": "rgb(0,0,255)",
"description": "Цвет текста"
},
"use-custom-color": {
"type": "checkbox",
"default": false,
"description": "Использовать свой цвет"
}
}