main-site/public/data/themes.json
2022-12-18 00:39:08 +01:00

64 lines
1.4 KiB
JSON

{
"themes": [
{
"themeName": "Light Theme",
"themeId": 0,
"colors": {
"background": "#ffffff",
"primary": "#00aaff",
"secondary": "#ff5300",
"online": "#00ff00",
"loading": "#ff5300",
"offline": "#ff0000"
}
},
{
"themeName": "Dark Theme",
"themeId": 1,
"colors": {
"background": "#1f1f1f",
"primary": "#00aaff",
"secondary": "#ff5300",
"online": "#00ff00",
"loading": "#ff5300",
"offline": "#ff0000"
}
},
{
"themeName": "AMOLED Theme",
"themeId": 2,
"colors": {
"background": "#000000",
"primary": "#00aaff",
"secondary": "#ff5300",
"online": "#00ff00",
"loading": "#ff5300",
"offline": "#ff0000"
}
},
{
"themeName": "AMOLED Theme 2",
"themeId": 3,
"colors": {
"background": "#000000",
"primary": "#00ffaa",
"secondary": "#aa00ff",
"online": "#00ff00",
"loading": "#ff5300",
"offline": "#ff0000"
}
},
{
"themeName": "Custom Theme 3",
"themeId": 4,
"colors": {
"background": "#000000",
"primary": "#00ffaa",
"secondary": "#aa00ff",
"online": "#00ff00",
"loading": "#ff5300",
"offline": "#ff0000"
}
}
]
}