20 lines
786 B
JSON
20 lines
786 B
JSON
{
|
|
"mode": "dark",
|
|
"extends": "defaultDark",
|
|
"colors": {
|
|
"background": "{{colors.background.default.hex}}",
|
|
"background-alternate": "{{colors.surface_container_low.default.hex}}",
|
|
"surface": "{{colors.surface_container.default.hex}}",
|
|
"surface-foreground": "{{colors.on_surface.default.hex}}",
|
|
"foreground": "{{colors.on_background.default.hex}}",
|
|
"foreground-muted": "{{colors.on_surface_variant.default.hex}}",
|
|
"primary": "{{colors.primary.default.hex}}",
|
|
"black": "{{colors.background.default.hex}}",
|
|
"white": "{{colors.surface.default.hex}}",
|
|
"state-error": "{{colors.error.default.hex}}",
|
|
"state-info": "{{colors.tertiary.default.hex}}",
|
|
"state-warning": "{{colors.secondary.default.hex}}",
|
|
"state-success": "#4caf50"
|
|
}
|
|
}
|