1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | :root { |
18 | color-scheme: light; |
19 | |
20 | --md-sys-color-surface-tint: var(--md-sys-color-primary); |
21 | |
22 | --md-sys-color-surface-tint-color: var(--md-sys-color-primary); |
23 | |
24 | --md-sys-color-on-error-container: var(--md-ref-palette-error10); |
25 | |
26 | --md-sys-color-on-error: var(--md-ref-palette-error100); |
27 | |
28 | --md-sys-color-error-container: var(--md-ref-palette-error90); |
29 | |
30 | --md-sys-color-on-tertiary-container: var(--md-ref-palette-tertiary10); |
31 | |
32 | --md-sys-color-on-tertiary: var(--md-ref-palette-tertiary100); |
33 | |
34 | --md-sys-color-tertiary-container: var(--md-ref-palette-tertiary90); |
35 | |
36 | --md-sys-color-tertiary: var(--md-ref-palette-tertiary40); |
37 | |
38 | --md-sys-color-shadow: var(--md-ref-palette-neutral0); |
39 | |
40 | --md-sys-color-error: var(--md-ref-palette-error40); |
41 | |
42 | --md-sys-color-outline: var(--md-ref-palette-neutral-variant50); |
43 | |
44 | --md-sys-color-on-background: var(--md-ref-palette-neutral10); |
45 | |
46 | --md-sys-color-background: var(--md-ref-palette-neutral99); |
47 | |
48 | --md-sys-color-inverse-on-surface: var(--md-ref-palette-neutral95); |
49 | |
50 | --md-sys-color-inverse-surface: var(--md-ref-palette-neutral20); |
51 | |
52 | --md-sys-color-on-surface-variant: var(--md-ref-palette-neutral-variant30); |
53 | |
54 | --md-sys-color-on-surface: var(--md-ref-palette-neutral10); |
55 | |
56 | --md-sys-color-surface-variant: var(--md-ref-palette-neutral-variant90); |
57 | |
58 | --md-sys-color-surface: var(--md-ref-palette-neutral99); |
59 | |
60 | --md-sys-color-on-secondary-container: var(--md-ref-palette-secondary10); |
61 | |
62 | --md-sys-color-on-secondary: var(--md-ref-palette-secondary100); |
63 | |
64 | --md-sys-color-secondary-container: var(--md-ref-palette-secondary90); |
65 | |
66 | --md-sys-color-secondary: var(--md-ref-palette-secondary40); |
67 | |
68 | --md-sys-color-inverse-primary: var(--md-ref-palette-primary80); |
69 | |
70 | --md-sys-color-on-primary-container: var(--md-ref-palette-primary10); |
71 | |
72 | --md-sys-color-on-primary: var(--md-ref-palette-primary100); |
73 | |
74 | --md-sys-color-primary-container: var(--md-ref-palette-primary90); |
75 | |
76 | --md-sys-color-primary: var(--md-ref-palette-primary40); |
77 | } |
78 | |