mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
38 lines
757 B
JSON
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"
|
|
}
|
|
] |