comty/packages/app/schemas/theme_settings.json
2021-11-16 17:53:34 +01:00

38 lines
757 B
JSON

[
{
"id": "backgroundImage",
"icon": "Image",
"title": "Background",
"description": "Change the background of the app"
},
{
"id": "overlay",
"icon": "Sidebar",
"title": "Overlay",
"description": "Description blah blah"
},
{
"id": "color",
"icon": "Droplet",
"title": "Colors",
"description": "Texts, Buttons, Sliders ...etc"
},
{
"id": "text",
"icon": "FontColorsOutlined",
"title": "Text",
"description": "Sizes, Fonts"
},
{
"id": "sounds",
"icon": "Volume2",
"title": "Sounds",
"description": "BlipBlopBLup"
},
{
"id": "darkmode",
"icon": "Moon",
"title": "Dark Mode",
"description": "Yeaah, no more daying"
}
]