9 lines
498 B
CSS
9 lines
498 B
CSS
@define-color background {{colors.surface.default.hex}};
|
|
@define-color foreground {{colors.on_surface.default.hex}};
|
|
@define-color primary {{colors.primary.default.hex}};
|
|
@define-color on_primary {{colors.on_primary.default.hex}};
|
|
@define-color secondary {{colors.secondary.default.hex}};
|
|
@define-color surface_container {{colors.surface_container.default.hex}};
|
|
@define-color surface_container_high {{colors.surface_container_high.default.hex}};
|
|
@define-color urgent {{colors.error.default.hex}};
|