9 lines
335 B
Plaintext
9 lines
335 B
Plaintext
* {
|
|
background: {{colors.surface.default.hex}};
|
|
background-alt: {{colors.surface_container_high.default.hex}};
|
|
foreground: {{colors.on_surface.default.hex}};
|
|
selected: {{colors.primary.default.hex}};
|
|
active: {{colors.tertiary.default.hex}};
|
|
urgent: {{colors.error.default.hex}};
|
|
}
|