Final changes for now

This commit is contained in:
Neshura 2022-12-18 23:19:21 +01:00
parent 08ac36c7fc
commit 7a99bd2dda
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
2 changed files with 21 additions and 9 deletions
public/data

View file

@ -49,7 +49,7 @@
}
},
{
"themeName": "Norrsken",
"themeName": "Nordlys",
"themeId": 4,
"backgroundImage": "https://images4.alphacoders.com/112/1123390.jpg",
"invertButtons": true,
@ -63,6 +63,22 @@
"loading": "#0063C7",
"offline": "#ff0000"
}
},
{
"themeName": "dev",
"themeId": 5,
"backgroundImage": "https://images4.alphacoders.com/112/1123390.jpg",
"invertButtons": true,
"colors": {
"background": "#0000",
"backgroundAlt": "#0000",
"primary": "#ccc",
"secondary": "#00C7C7",
"text": "#000",
"online": "#00ff00",
"loading": "#0063C7",
"offline": "#ff0000"
}
}
]
}