main
59c7d64 ยท 8 days ago 139 commits
 1* {
 2    primary: {{colors.primary.default.hex}};
 3    primary-fixed: {{colors.primary_fixed.default.hex}};
 4    primary-fixed-dim: {{colors.primary_fixed_dim.default.hex}};
 5    on-primary: {{colors.on_primary.default.hex}};
 6    on-primary-fixed: {{colors.on_primary_fixed.default.hex}};
 7    on-primary-fixed-variant: {{colors.on_primary_fixed_variant.default.hex}};
 8    primary-container: {{colors.primary_container.default.hex}};
 9    on-primary-container: {{colors.on_primary_container.default.hex}};
10    secondary: {{colors.secondary.default.hex}};
11    secondary-fixed: {{colors.secondary_fixed.default.hex}};
12    secondary-fixed-dim: {{colors.secondary_fixed_dim.default.hex}};
13    on-secondary: {{colors.on_secondary.default.hex}};
14    on-secondary-fixed: {{colors.on_secondary_fixed.default.hex}};
15    on-secondary-fixed-variant: {{colors.on_secondary_fixed_variant.default.hex}};
16    secondary-container: {{colors.secondary_container.default.hex}};
17    on-secondary-container: {{colors.on_secondary_container.default.hex}};
18    tertiary: {{colors.tertiary.default.hex}};
19    tertiary-fixed: {{colors.tertiary_fixed.default.hex}};
20    tertiary-fixed-dim: {{colors.tertiary_fixed_dim.default.hex}};
21    on-tertiary: {{colors.on_tertiary.default.hex}};
22    on-tertiary-fixed: {{colors.on_tertiary_fixed.default.hex}};
23    on-tertiary-fixed-variant: {{colors.on_tertiary_fixed_variant.default.hex}};
24    tertiary-container: {{colors.tertiary_container.default.hex}};
25    on-tertiary-container: {{colors.on_tertiary_container.default.hex}};
26    error: {{colors.error.default.hex}};
27    on-error: {{colors.on_error.default.hex}};
28    error-container: {{colors.error_container.default.hex}};
29    on-error-container: {{colors.on_error_container.default.hex}};
30    surface: {{colors.surface.default.hex}};
31    on-surface: {{colors.on_surface.default.hex}};
32    on-surface-variant: {{colors.on_surface_variant.default.hex}};
33    outline: {{colors.outline.default.hex}};
34    outline-variant: {{colors.outline_variant.default.hex}};
35    shadow: {{colors.shadow.default.hex}};
36    scrim: {{colors.scrim.default.hex}};
37    inverse-surface: {{colors.inverse_surface.default.hex}};
38    inverse-on-surface: {{colors.inverse_on_surface.default.hex}};
39    inverse-primary: {{colors.inverse_primary.default.hex}};
40    surface-dim: {{colors.surface_dim.default.hex}};
41    surface-bright: {{colors.surface_bright.default.hex}};
42    surface-container-lowest: {{colors.surface_container_lowest.default.hex}};
43    surface-container-low: {{colors.surface_container_low.default.hex}};
44    surface-container: {{colors.surface_container.default.hex}};
45    surface-container-high: {{colors.surface_container_high.default.hex}};
46    surface-container-highest: {{colors.surface_container_highest.default.hex}};
47}