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