Added theme, unified href format for pages

This commit is contained in:
Neshura 2022-12-18 00:39:08 +01:00
parent 17f86b4be4
commit a0264a31cb
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
2 changed files with 16 additions and 4 deletions
public/data

View file

@ -47,6 +47,18 @@
"loading": "#ff5300",
"offline": "#ff0000"
}
},
{
"themeName": "Custom Theme 3",
"themeId": 4,
"colors": {
"background": "#000000",
"primary": "#00ffaa",
"secondary": "#aa00ff",
"online": "#00ff00",
"loading": "#ff5300",
"offline": "#ff0000"
}
}
]
}