Fix: Settings Secondary Color in LIght THeme

This commit is contained in:
MasterAcnolo
2026-04-11 14:01:39 +02:00
parent 5ade3fe144
commit a3c1b1d753
2 changed files with 83 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ body.light {
--settings-button-text-color: var(--default-text-color);
--settings-bg-primary-color: #cbcbcb;
--settings-bg-secondary-color: #cbcbcb;
--settings-bg-secondary-color: #b8b8b8;
--settings-text-color: var(--default-text-color);
--settings-subtitle-color: #656565;
}

82
theme/template.theme.json Normal file
View File

@@ -0,0 +1,82 @@
{
"meta": {
"name": "",
"author": "",
"version": "1.0.0",
"formatVersion": "1.0"
},
"style": {
"background": {
"image": "",
"size": "cover",
"position": "center",
"attachment": "fixed"
},
"colors": {
"background": "",
"text": {
"default": "",
"subtitle": "",
"mp3": ""
}
},
"form": {
"background": "",
"input": {
"background": "",
"border": "",
"borderFocus": "",
"text": "",
"placeholder": ""
},
"button": {
"background": "",
"text": "",
"hover": ""
}
},
"checkbox": {
"background": {
"default": "",
"checked": ""
},
"checkmarkBorder": "",
"pulse": ""
},
"download": {
"status": ""
},
"videoInfo": {
"background": "",
"text": "",
"heading": "",
"list": "",
"strong": "",
"link": "",
"linkHover": ""
},
"playlist": {
"background": ""
},
"settings": {
"button": {
"background": "",
"text": ""
},
"background": {
"primary": "",
"secondary": ""
},
"text": "",
"subtitle": ""
}
}
}