Fixed default dark theme
This commit is contained in:
@@ -218,10 +218,10 @@
|
|||||||
},
|
},
|
||||||
"slots": {
|
"slots": {
|
||||||
"bg-page": { "type": "color", "value": "@navy", "meta": { "semantic": "palette/bg" } },
|
"bg-page": { "type": "color", "value": "@navy", "meta": { "semantic": "palette/bg" } },
|
||||||
"surface": { "type": "color", "value": "@midnight/EE", "meta": { "semantic": "palette/surface" } },
|
"surface": { "type": "color", "value": "@navy", "meta": { "semantic": "palette/surface" } },
|
||||||
"surface-alt": { "type": "color", "value": "@white/D9", "meta": { "semantic": "palette/surface_alt" } },
|
"surface-alt": { "type": "color", "value": "@navy/99", "meta": { "semantic": "palette/surface_alt" } },
|
||||||
"text-primary": { "type": "color", "value": "@navy", "meta": { "semantic": "palette/text_primary" } },
|
"text-primary": { "type": "color", "value": "@white/EE", "meta": { "semantic": "palette/text_primary" } },
|
||||||
"text-secondary": { "type": "color", "value": "@white/B3", "meta": { "semantic": "palette/text_secondary" } },
|
"text-secondary": { "type": "color", "value": "@white/D9", "meta": { "semantic": "palette/text_secondary" } },
|
||||||
"accent": { "type": "color", "value": "@cyan", "meta": { "semantic": "palette/accent" } },
|
"accent": { "type": "color", "value": "@cyan", "meta": { "semantic": "palette/accent" } },
|
||||||
"divider": { "type": "color", "value": "@white/14", "meta": { "semantic": "palette/divider" } },
|
"divider": { "type": "color", "value": "@white/14", "meta": { "semantic": "palette/divider" } },
|
||||||
"icon": { "type": "color", "value": "@white", "meta": { "semantic": "palette/icon" } },
|
"icon": { "type": "color", "value": "@white", "meta": { "semantic": "palette/icon" } },
|
||||||
|
|||||||
Reference in New Issue
Block a user