7 lines
354 B
CSS
7 lines
354 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 secondary {{colors.secondary.default.hex}};
|
|
@define-color surface_container {{colors.surface_container.default.hex}};
|
|
@define-color urgent {{colors.error.default.hex}};
|