mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Settings Secondary Color in LIght THeme
This commit is contained in:
@@ -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
82
theme/template.theme.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user