adjustments to support bootstrap 5.3 color-scheme; set gentoo config-templates to deprecated as there is no active maintainer for it; remove debian 10 and ubuntu 18.04 as they were deprecated in 2.0.x

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-10-15 15:49:12 +02:00
parent 041c2d176c
commit 7438786a24
9 changed files with 91 additions and 9792 deletions

View File

@@ -1,33 +1,27 @@
{
"global": {
"css": [
"custom.css"
],
"js": [
"main.js",
"apikey.js"
],
"img": {
"ui": "logo_white.png",
"login": "logo.png"
}
},
"variants": {
"default": {
"img": {
"login": "logo.png",
"ui": "logo_white.png"
},
"css": [
"main.css",
"custom.css"
],
"js": [
"main.js",
"apikey.js"
],
"description": "Default"
"color-scheme": "light",
"description": "Default (light)"
},
"dark": {
"color-scheme": "dark",
"img": {
"login": "logo_white.png",
"ui": "logo_white.png"
"login": "logo_white.png"
},
"css": [
"dark.css",
"custom.css"
],
"js": [
"main.js",
"apikey.js"
],
"description": "Darkmode"
}
},