material-inspired-component-library 5.0.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -1
- package/components/alert/index.scss +4 -4
- package/components/appbar/index.scss +3 -2
- package/components/badge/index.scss +2 -2
- package/components/bottomsheet/index.scss +6 -5
- package/components/button/README.md +9 -1
- package/components/button/index.scss +20 -20
- package/components/button/index.ts +21 -37
- package/components/card/index.scss +10 -9
- package/components/checkbox/index.scss +11 -11
- package/components/datepicker/README.md +146 -0
- package/components/datepicker/index.scss +436 -0
- package/components/datepicker/index.ts +701 -0
- package/components/dialog/README.md +6 -6
- package/components/dialog/index.scss +23 -17
- package/components/divider/index.scss +2 -0
- package/components/iconbutton/README.md +10 -1
- package/components/iconbutton/index.scss +18 -17
- package/components/iconbutton/index.ts +21 -37
- package/components/list/index.scss +10 -10
- package/components/menu/index.scss +2 -1
- package/components/navigationrail/index.scss +10 -9
- package/components/radio/README.md +0 -1
- package/components/radio/index.scss +11 -11
- package/components/select/index.scss +2 -1
- package/components/sidesheet/index.scss +3 -1
- package/components/slider/index.scss +7 -7
- package/components/stepper/index.scss +5 -4
- package/components/switch/README.md +0 -1
- package/components/switch/index.scss +21 -21
- package/components/textfield/index.scss +6 -5
- package/components/textfield/index.ts +63 -6
- package/components/timepicker/README.md +8 -9
- package/components/timepicker/index.scss +9 -8
- package/components/timepicker/index.ts +17 -17
- package/dist/alert.css +1 -1
- package/dist/appbar.css +1 -1
- package/dist/badge.css +1 -1
- package/dist/bottomsheet.css +1 -1
- package/dist/button.css +1 -1
- package/dist/card.css +1 -1
- package/dist/checkbox.css +1 -1
- package/dist/components/button/index.d.ts +2 -1
- package/dist/components/datepicker/index.d.ts +6 -0
- package/dist/components/iconbutton/index.d.ts +2 -1
- package/dist/datepicker.css +1 -0
- package/dist/datepicker.js +1 -0
- package/dist/dialog.css +1 -1
- package/dist/divider.css +1 -1
- package/dist/foundations.css +1 -0
- package/dist/foundations.js +1 -0
- package/dist/iconbutton.css +1 -1
- package/dist/layout.css +1 -1
- package/dist/list.css +1 -1
- package/dist/menu.css +1 -1
- package/dist/micl.css +1 -1
- package/dist/micl.js +1 -1
- package/dist/navigationrail.css +1 -1
- package/dist/radio.css +1 -1
- package/dist/scrollbar.css +1 -0
- package/dist/scrollbar.js +1 -0
- package/dist/select.css +1 -1
- package/dist/sidesheet.css +1 -1
- package/dist/slider.css +1 -1
- package/dist/stepper.css +1 -1
- package/dist/switch.css +1 -1
- package/dist/textfield.css +1 -1
- package/dist/timepicker.css +1 -1
- package/docs/accordion.html +3 -1
- package/docs/alert.html +3 -1
- package/docs/bottomsheet.html +6 -4
- package/docs/button.html +19 -17
- package/docs/card.html +3 -1
- package/docs/checkbox.html +3 -1
- package/docs/datepicker.html +275 -0
- package/docs/dialog.html +24 -10
- package/docs/divider.html +3 -1
- package/docs/docs.js +65 -1
- package/docs/iconbutton.html +9 -9
- package/docs/index.html +6 -3
- package/docs/list.html +3 -1
- package/docs/menu.html +3 -1
- package/docs/micl.css +1 -1
- package/docs/micl.js +1 -1
- package/docs/navigationrail.html +5 -3
- package/docs/radio.html +3 -1
- package/docs/select.html +3 -1
- package/docs/sidesheet.html +6 -4
- package/docs/slider.html +1 -1
- package/docs/stepper.html +3 -1
- package/docs/switch.html +3 -1
- package/docs/textfield.html +3 -1
- package/docs/themes/gray/dark-hc.css +51 -0
- package/docs/themes/gray/dark-mc.css +51 -0
- package/docs/themes/gray/dark.css +51 -0
- package/docs/themes/gray/light-hc.css +51 -0
- package/docs/themes/gray/light-mc.css +51 -0
- package/docs/themes/gray/light.css +51 -0
- package/docs/themes/gray/theme.css +306 -0
- package/docs/themes/greenery/dark-hc.css +51 -0
- package/docs/themes/greenery/dark-mc.css +51 -0
- package/docs/themes/greenery/dark.css +51 -0
- package/docs/themes/greenery/light-hc.css +51 -0
- package/docs/themes/greenery/light-mc.css +51 -0
- package/docs/themes/greenery/light.css +51 -0
- package/docs/themes/greenery/theme.css +306 -0
- package/docs/themes/hermana/dark-hc.css +51 -0
- package/docs/themes/hermana/dark-mc.css +51 -0
- package/docs/themes/hermana/dark.css +51 -0
- package/docs/themes/hermana/light-hc.css +51 -0
- package/docs/themes/hermana/light-mc.css +51 -0
- package/docs/themes/hermana/light.css +51 -0
- package/docs/themes/hermana/theme.css +306 -0
- package/docs/themes/illuminating/dark-hc.css +51 -0
- package/docs/themes/illuminating/dark-mc.css +51 -0
- package/docs/themes/illuminating/dark.css +51 -0
- package/docs/themes/illuminating/light-hc.css +51 -0
- package/docs/themes/illuminating/light-mc.css +51 -0
- package/docs/themes/illuminating/light.css +51 -0
- package/docs/themes/illuminating/theme.css +306 -0
- package/docs/themes/magenta/dark-hc.css +51 -0
- package/docs/themes/magenta/dark-mc.css +51 -0
- package/docs/themes/magenta/dark.css +51 -0
- package/docs/themes/magenta/light-hc.css +51 -0
- package/docs/themes/magenta/light-mc.css +51 -0
- package/docs/themes/magenta/light.css +51 -0
- package/docs/themes/magenta/theme.css +306 -0
- package/docs/themes/mocha/dark-hc.css +51 -0
- package/docs/themes/mocha/dark-mc.css +51 -0
- package/docs/themes/mocha/dark.css +51 -0
- package/docs/themes/mocha/light-hc.css +51 -0
- package/docs/themes/mocha/light-mc.css +51 -0
- package/docs/themes/mocha/light.css +51 -0
- package/docs/themes/mocha/theme.css +306 -0
- package/docs/themes/peri/dark-hc.css +51 -0
- package/docs/themes/peri/dark-mc.css +51 -0
- package/docs/themes/peri/dark.css +51 -0
- package/docs/themes/peri/light-hc.css +51 -0
- package/docs/themes/peri/light-mc.css +51 -0
- package/docs/themes/peri/light.css +51 -0
- package/docs/themes/peri/theme.css +306 -0
- package/docs/timepicker.html +5 -3
- package/foundations/index.scss +102 -0
- package/foundations/layout/index.scss +0 -52
- package/foundations/scrollbar/index.scss +46 -0
- package/intl.d.ts +9 -0
- package/micl.ts +18 -8
- package/package.json +2 -1
- package/styles/README.md +17 -8
- package/styles/motion.scss +3 -0
- package/styles/shapes.scss +23 -18
- package/styles/statelayer.scss +4 -0
- package/styles/typography.scss +2 -2
- package/styles.scss +3 -26
- package/themes/gray/dark-hc.css +51 -0
- package/themes/gray/dark-mc.css +51 -0
- package/themes/gray/dark.css +51 -0
- package/themes/gray/light-hc.css +51 -0
- package/themes/gray/light-mc.css +51 -0
- package/themes/gray/light.css +51 -0
- package/themes/gray/theme.css +306 -0
- package/themes/greenery/dark-hc.css +51 -0
- package/themes/greenery/dark-mc.css +51 -0
- package/themes/greenery/dark.css +51 -0
- package/themes/greenery/light-hc.css +51 -0
- package/themes/greenery/light-mc.css +51 -0
- package/themes/greenery/light.css +51 -0
- package/themes/greenery/theme.css +306 -0
- package/themes/hermana/dark-hc.css +51 -0
- package/themes/hermana/dark-mc.css +51 -0
- package/themes/hermana/dark.css +51 -0
- package/themes/hermana/light-hc.css +51 -0
- package/themes/hermana/light-mc.css +51 -0
- package/themes/hermana/light.css +51 -0
- package/themes/hermana/theme.css +306 -0
- package/themes/illuminating/dark-hc.css +51 -0
- package/themes/illuminating/dark-mc.css +51 -0
- package/themes/illuminating/dark.css +51 -0
- package/themes/illuminating/light-hc.css +51 -0
- package/themes/illuminating/light-mc.css +51 -0
- package/themes/illuminating/light.css +51 -0
- package/themes/illuminating/theme.css +306 -0
- package/themes/magenta/dark-hc.css +51 -0
- package/themes/magenta/dark-mc.css +51 -0
- package/themes/magenta/dark.css +51 -0
- package/themes/magenta/light-hc.css +51 -0
- package/themes/magenta/light-mc.css +51 -0
- package/themes/magenta/light.css +51 -0
- package/themes/magenta/theme.css +306 -0
- package/themes/mocha/dark-hc.css +51 -0
- package/themes/mocha/dark-mc.css +51 -0
- package/themes/mocha/dark.css +51 -0
- package/themes/mocha/light-hc.css +51 -0
- package/themes/mocha/light-mc.css +51 -0
- package/themes/mocha/light.css +51 -0
- package/themes/mocha/theme.css +306 -0
- package/themes/peri/dark-hc.css +51 -0
- package/themes/peri/dark-mc.css +51 -0
- package/themes/peri/dark.css +51 -0
- package/themes/peri/light-hc.css +51 -0
- package/themes/peri/light-mc.css +51 -0
- package/themes/peri/light.css +51 -0
- package/themes/peri/theme.css +306 -0
- package/tsconfig.json +2 -2
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
.light {
|
|
2
|
+
--md-sys-color-primary: rgb(141 77 45);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(141 77 45);
|
|
4
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
+
--md-sys-color-primary-container: rgb(255 219 204);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(112 55 24);
|
|
7
|
+
--md-sys-color-secondary: rgb(118 87 73);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(255 219 204);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(92 64 51);
|
|
11
|
+
--md-sys-color-tertiary: rgb(102 95 49);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(238 228 169);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(77 71 28);
|
|
15
|
+
--md-sys-color-error: rgb(186 26 26);
|
|
16
|
+
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
+
--md-sys-color-error-container: rgb(255 218 214);
|
|
18
|
+
--md-sys-color-on-error-container: rgb(147 0 10);
|
|
19
|
+
--md-sys-color-background: rgb(255 248 246);
|
|
20
|
+
--md-sys-color-on-background: rgb(34 26 22);
|
|
21
|
+
--md-sys-color-surface: rgb(255 248 246);
|
|
22
|
+
--md-sys-color-on-surface: rgb(34 26 22);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(244 222 213);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(82 68 61);
|
|
25
|
+
--md-sys-color-outline: rgb(133 115 108);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(215 194 186);
|
|
27
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
+
--md-sys-color-inverse-surface: rgb(56 46 42);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(255 237 230);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(255 182 148);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(255 219 204);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(53 16 0);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(255 182 148);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(112 55 24);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(255 219 204);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(44 22 11);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(230 190 173);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(92 64 51);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(238 228 169);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(32 28 0);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(209 200 143);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(77 71 28);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(232 214 208);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(255 248 246);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(255 241 235);
|
|
48
|
+
--md-sys-color-surface-container: rgb(252 234 227);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(246 229 222);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(240 223 216);
|
|
51
|
+
}
|
|
52
|
+
.light-medium-contrast {
|
|
53
|
+
--md-sys-color-primary: rgb(92 39 9);
|
|
54
|
+
--md-sys-color-surface-tint: rgb(141 77 45);
|
|
55
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
56
|
+
--md-sys-color-primary-container: rgb(159 92 58);
|
|
57
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
58
|
+
--md-sys-color-secondary: rgb(74 48 36);
|
|
59
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
60
|
+
--md-sys-color-secondary-container: rgb(134 102 87);
|
|
61
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
62
|
+
--md-sys-color-tertiary: rgb(60 55 12);
|
|
63
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
64
|
+
--md-sys-color-tertiary-container: rgb(117 110 62);
|
|
65
|
+
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
66
|
+
--md-sys-color-error: rgb(116 0 6);
|
|
67
|
+
--md-sys-color-on-error: rgb(255 255 255);
|
|
68
|
+
--md-sys-color-error-container: rgb(207 44 39);
|
|
69
|
+
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
70
|
+
--md-sys-color-background: rgb(255 248 246);
|
|
71
|
+
--md-sys-color-on-background: rgb(34 26 22);
|
|
72
|
+
--md-sys-color-surface: rgb(255 248 246);
|
|
73
|
+
--md-sys-color-on-surface: rgb(23 15 12);
|
|
74
|
+
--md-sys-color-surface-variant: rgb(244 222 213);
|
|
75
|
+
--md-sys-color-on-surface-variant: rgb(65 51 45);
|
|
76
|
+
--md-sys-color-outline: rgb(95 79 73);
|
|
77
|
+
--md-sys-color-outline-variant: rgb(123 105 98);
|
|
78
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
79
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
80
|
+
--md-sys-color-inverse-surface: rgb(56 46 42);
|
|
81
|
+
--md-sys-color-inverse-on-surface: rgb(255 237 230);
|
|
82
|
+
--md-sys-color-inverse-primary: rgb(255 182 148);
|
|
83
|
+
--md-sys-color-primary-fixed: rgb(159 92 58);
|
|
84
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
85
|
+
--md-sys-color-primary-fixed-dim: rgb(130 68 37);
|
|
86
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
87
|
+
--md-sys-color-secondary-fixed: rgb(134 102 87);
|
|
88
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
89
|
+
--md-sys-color-secondary-fixed-dim: rgb(108 78 64);
|
|
90
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
91
|
+
--md-sys-color-tertiary-fixed: rgb(117 110 62);
|
|
92
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
93
|
+
--md-sys-color-tertiary-fixed-dim: rgb(92 86 40);
|
|
94
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
95
|
+
--md-sys-color-surface-dim: rgb(212 195 189);
|
|
96
|
+
--md-sys-color-surface-bright: rgb(255 248 246);
|
|
97
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
98
|
+
--md-sys-color-surface-container-low: rgb(255 241 235);
|
|
99
|
+
--md-sys-color-surface-container: rgb(246 229 222);
|
|
100
|
+
--md-sys-color-surface-container-high: rgb(235 217 211);
|
|
101
|
+
--md-sys-color-surface-container-highest: rgb(223 206 200);
|
|
102
|
+
}
|
|
103
|
+
.light-high-contrast {
|
|
104
|
+
--md-sys-color-primary: rgb(79 29 2);
|
|
105
|
+
--md-sys-color-surface-tint: rgb(141 77 45);
|
|
106
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
107
|
+
--md-sys-color-primary-container: rgb(115 57 26);
|
|
108
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
109
|
+
--md-sys-color-secondary: rgb(63 38 27);
|
|
110
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
111
|
+
--md-sys-color-secondary-container: rgb(95 67 54);
|
|
112
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
113
|
+
--md-sys-color-tertiary: rgb(50 45 3);
|
|
114
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
115
|
+
--md-sys-color-tertiary-container: rgb(80 74 30);
|
|
116
|
+
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
117
|
+
--md-sys-color-error: rgb(96 0 4);
|
|
118
|
+
--md-sys-color-on-error: rgb(255 255 255);
|
|
119
|
+
--md-sys-color-error-container: rgb(152 0 10);
|
|
120
|
+
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
121
|
+
--md-sys-color-background: rgb(255 248 246);
|
|
122
|
+
--md-sys-color-on-background: rgb(34 26 22);
|
|
123
|
+
--md-sys-color-surface: rgb(255 248 246);
|
|
124
|
+
--md-sys-color-on-surface: rgb(0 0 0);
|
|
125
|
+
--md-sys-color-surface-variant: rgb(244 222 213);
|
|
126
|
+
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
127
|
+
--md-sys-color-outline: rgb(54 41 36);
|
|
128
|
+
--md-sys-color-outline-variant: rgb(85 70 64);
|
|
129
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
130
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
131
|
+
--md-sys-color-inverse-surface: rgb(56 46 42);
|
|
132
|
+
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
133
|
+
--md-sys-color-inverse-primary: rgb(255 182 148);
|
|
134
|
+
--md-sys-color-primary-fixed: rgb(115 57 26);
|
|
135
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
136
|
+
--md-sys-color-primary-fixed-dim: rgb(87 35 6);
|
|
137
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
138
|
+
--md-sys-color-secondary-fixed: rgb(95 67 54);
|
|
139
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
140
|
+
--md-sys-color-secondary-fixed-dim: rgb(70 45 33);
|
|
141
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
142
|
+
--md-sys-color-tertiary-fixed: rgb(80 74 30);
|
|
143
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
144
|
+
--md-sys-color-tertiary-fixed-dim: rgb(56 51 9);
|
|
145
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
146
|
+
--md-sys-color-surface-dim: rgb(198 181 175);
|
|
147
|
+
--md-sys-color-surface-bright: rgb(255 248 246);
|
|
148
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
149
|
+
--md-sys-color-surface-container-low: rgb(255 237 230);
|
|
150
|
+
--md-sys-color-surface-container: rgb(240 223 216);
|
|
151
|
+
--md-sys-color-surface-container-high: rgb(226 209 202);
|
|
152
|
+
--md-sys-color-surface-container-highest: rgb(212 195 189);
|
|
153
|
+
}
|
|
154
|
+
.dark {
|
|
155
|
+
--md-sys-color-primary: rgb(255 182 148);
|
|
156
|
+
--md-sys-color-surface-tint: rgb(255 182 148);
|
|
157
|
+
--md-sys-color-on-primary: rgb(84 33 4);
|
|
158
|
+
--md-sys-color-primary-container: rgb(112 55 24);
|
|
159
|
+
--md-sys-color-on-primary-container: rgb(255 219 204);
|
|
160
|
+
--md-sys-color-secondary: rgb(230 190 173);
|
|
161
|
+
--md-sys-color-on-secondary: rgb(68 42 30);
|
|
162
|
+
--md-sys-color-secondary-container: rgb(92 64 51);
|
|
163
|
+
--md-sys-color-on-secondary-container: rgb(255 219 204);
|
|
164
|
+
--md-sys-color-tertiary: rgb(209 200 143);
|
|
165
|
+
--md-sys-color-on-tertiary: rgb(54 49 7);
|
|
166
|
+
--md-sys-color-tertiary-container: rgb(77 71 28);
|
|
167
|
+
--md-sys-color-on-tertiary-container: rgb(238 228 169);
|
|
168
|
+
--md-sys-color-error: rgb(255 180 171);
|
|
169
|
+
--md-sys-color-on-error: rgb(105 0 5);
|
|
170
|
+
--md-sys-color-error-container: rgb(147 0 10);
|
|
171
|
+
--md-sys-color-on-error-container: rgb(255 218 214);
|
|
172
|
+
--md-sys-color-background: rgb(26 18 14);
|
|
173
|
+
--md-sys-color-on-background: rgb(240 223 216);
|
|
174
|
+
--md-sys-color-surface: rgb(26 18 14);
|
|
175
|
+
--md-sys-color-on-surface: rgb(240 223 216);
|
|
176
|
+
--md-sys-color-surface-variant: rgb(82 68 61);
|
|
177
|
+
--md-sys-color-on-surface-variant: rgb(215 194 186);
|
|
178
|
+
--md-sys-color-outline: rgb(160 141 133);
|
|
179
|
+
--md-sys-color-outline-variant: rgb(82 68 61);
|
|
180
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
181
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
182
|
+
--md-sys-color-inverse-surface: rgb(240 223 216);
|
|
183
|
+
--md-sys-color-inverse-on-surface: rgb(56 46 42);
|
|
184
|
+
--md-sys-color-inverse-primary: rgb(141 77 45);
|
|
185
|
+
--md-sys-color-primary-fixed: rgb(255 219 204);
|
|
186
|
+
--md-sys-color-on-primary-fixed: rgb(53 16 0);
|
|
187
|
+
--md-sys-color-primary-fixed-dim: rgb(255 182 148);
|
|
188
|
+
--md-sys-color-on-primary-fixed-variant: rgb(112 55 24);
|
|
189
|
+
--md-sys-color-secondary-fixed: rgb(255 219 204);
|
|
190
|
+
--md-sys-color-on-secondary-fixed: rgb(44 22 11);
|
|
191
|
+
--md-sys-color-secondary-fixed-dim: rgb(230 190 173);
|
|
192
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(92 64 51);
|
|
193
|
+
--md-sys-color-tertiary-fixed: rgb(238 228 169);
|
|
194
|
+
--md-sys-color-on-tertiary-fixed: rgb(32 28 0);
|
|
195
|
+
--md-sys-color-tertiary-fixed-dim: rgb(209 200 143);
|
|
196
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(77 71 28);
|
|
197
|
+
--md-sys-color-surface-dim: rgb(26 18 14);
|
|
198
|
+
--md-sys-color-surface-bright: rgb(66 55 50);
|
|
199
|
+
--md-sys-color-surface-container-lowest: rgb(20 12 9);
|
|
200
|
+
--md-sys-color-surface-container-low: rgb(34 26 22);
|
|
201
|
+
--md-sys-color-surface-container: rgb(39 30 26);
|
|
202
|
+
--md-sys-color-surface-container-high: rgb(50 40 36);
|
|
203
|
+
--md-sys-color-surface-container-highest: rgb(61 51 46);
|
|
204
|
+
}
|
|
205
|
+
.dark-medium-contrast {
|
|
206
|
+
--md-sys-color-primary: rgb(255 211 192);
|
|
207
|
+
--md-sys-color-surface-tint: rgb(255 182 148);
|
|
208
|
+
--md-sys-color-on-primary: rgb(69 23 0);
|
|
209
|
+
--md-sys-color-primary-container: rgb(201 126 90);
|
|
210
|
+
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
211
|
+
--md-sys-color-secondary: rgb(253 212 194);
|
|
212
|
+
--md-sys-color-on-secondary: rgb(55 32 21);
|
|
213
|
+
--md-sys-color-secondary-container: rgb(173 137 121);
|
|
214
|
+
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
215
|
+
--md-sys-color-tertiary: rgb(231 222 163);
|
|
216
|
+
--md-sys-color-on-tertiary: rgb(43 38 0);
|
|
217
|
+
--md-sys-color-tertiary-container: rgb(154 146 94);
|
|
218
|
+
--md-sys-color-on-tertiary-container: rgb(0 0 0);
|
|
219
|
+
--md-sys-color-error: rgb(255 210 204);
|
|
220
|
+
--md-sys-color-on-error: rgb(84 0 3);
|
|
221
|
+
--md-sys-color-error-container: rgb(255 84 73);
|
|
222
|
+
--md-sys-color-on-error-container: rgb(0 0 0);
|
|
223
|
+
--md-sys-color-background: rgb(26 18 14);
|
|
224
|
+
--md-sys-color-on-background: rgb(240 223 216);
|
|
225
|
+
--md-sys-color-surface: rgb(26 18 14);
|
|
226
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
227
|
+
--md-sys-color-surface-variant: rgb(82 68 61);
|
|
228
|
+
--md-sys-color-on-surface-variant: rgb(238 216 207);
|
|
229
|
+
--md-sys-color-outline: rgb(194 174 165);
|
|
230
|
+
--md-sys-color-outline-variant: rgb(159 140 133);
|
|
231
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
232
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
233
|
+
--md-sys-color-inverse-surface: rgb(240 223 216);
|
|
234
|
+
--md-sys-color-inverse-on-surface: rgb(50 40 36);
|
|
235
|
+
--md-sys-color-inverse-primary: rgb(114 56 25);
|
|
236
|
+
--md-sys-color-primary-fixed: rgb(255 219 204);
|
|
237
|
+
--md-sys-color-on-primary-fixed: rgb(36 9 0);
|
|
238
|
+
--md-sys-color-primary-fixed-dim: rgb(255 182 148);
|
|
239
|
+
--md-sys-color-on-primary-fixed-variant: rgb(92 39 9);
|
|
240
|
+
--md-sys-color-secondary-fixed: rgb(255 219 204);
|
|
241
|
+
--md-sys-color-on-secondary-fixed: rgb(31 12 4);
|
|
242
|
+
--md-sys-color-secondary-fixed-dim: rgb(230 190 173);
|
|
243
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(74 48 36);
|
|
244
|
+
--md-sys-color-tertiary-fixed: rgb(238 228 169);
|
|
245
|
+
--md-sys-color-on-tertiary-fixed: rgb(20 17 0);
|
|
246
|
+
--md-sys-color-tertiary-fixed-dim: rgb(209 200 143);
|
|
247
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(60 55 12);
|
|
248
|
+
--md-sys-color-surface-dim: rgb(26 18 14);
|
|
249
|
+
--md-sys-color-surface-bright: rgb(77 66 61);
|
|
250
|
+
--md-sys-color-surface-container-lowest: rgb(13 6 4);
|
|
251
|
+
--md-sys-color-surface-container-low: rgb(37 28 24);
|
|
252
|
+
--md-sys-color-surface-container: rgb(47 38 34);
|
|
253
|
+
--md-sys-color-surface-container-high: rgb(59 48 44);
|
|
254
|
+
--md-sys-color-surface-container-highest: rgb(70 59 55);
|
|
255
|
+
}
|
|
256
|
+
.dark-high-contrast {
|
|
257
|
+
--md-sys-color-primary: rgb(255 236 229);
|
|
258
|
+
--md-sys-color-surface-tint: rgb(255 182 148);
|
|
259
|
+
--md-sys-color-on-primary: rgb(0 0 0);
|
|
260
|
+
--md-sys-color-primary-container: rgb(255 176 139);
|
|
261
|
+
--md-sys-color-on-primary-container: rgb(27 5 0);
|
|
262
|
+
--md-sys-color-secondary: rgb(255 236 229);
|
|
263
|
+
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
264
|
+
--md-sys-color-secondary-container: rgb(226 186 169);
|
|
265
|
+
--md-sys-color-on-secondary-container: rgb(24 6 1);
|
|
266
|
+
--md-sys-color-tertiary: rgb(251 241 182);
|
|
267
|
+
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
268
|
+
--md-sys-color-tertiary-container: rgb(205 196 140);
|
|
269
|
+
--md-sys-color-on-tertiary-container: rgb(14 11 0);
|
|
270
|
+
--md-sys-color-error: rgb(255 236 233);
|
|
271
|
+
--md-sys-color-on-error: rgb(0 0 0);
|
|
272
|
+
--md-sys-color-error-container: rgb(255 174 164);
|
|
273
|
+
--md-sys-color-on-error-container: rgb(34 0 1);
|
|
274
|
+
--md-sys-color-background: rgb(26 18 14);
|
|
275
|
+
--md-sys-color-on-background: rgb(240 223 216);
|
|
276
|
+
--md-sys-color-surface: rgb(26 18 14);
|
|
277
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
278
|
+
--md-sys-color-surface-variant: rgb(82 68 61);
|
|
279
|
+
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
280
|
+
--md-sys-color-outline: rgb(255 236 229);
|
|
281
|
+
--md-sys-color-outline-variant: rgb(211 190 182);
|
|
282
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
283
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
284
|
+
--md-sys-color-inverse-surface: rgb(240 223 216);
|
|
285
|
+
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
286
|
+
--md-sys-color-inverse-primary: rgb(114 56 25);
|
|
287
|
+
--md-sys-color-primary-fixed: rgb(255 219 204);
|
|
288
|
+
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
289
|
+
--md-sys-color-primary-fixed-dim: rgb(255 182 148);
|
|
290
|
+
--md-sys-color-on-primary-fixed-variant: rgb(36 9 0);
|
|
291
|
+
--md-sys-color-secondary-fixed: rgb(255 219 204);
|
|
292
|
+
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
293
|
+
--md-sys-color-secondary-fixed-dim: rgb(230 190 173);
|
|
294
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(31 12 4);
|
|
295
|
+
--md-sys-color-tertiary-fixed: rgb(238 228 169);
|
|
296
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
297
|
+
--md-sys-color-tertiary-fixed-dim: rgb(209 200 143);
|
|
298
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(20 17 0);
|
|
299
|
+
--md-sys-color-surface-dim: rgb(26 18 14);
|
|
300
|
+
--md-sys-color-surface-bright: rgb(89 78 73);
|
|
301
|
+
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
302
|
+
--md-sys-color-surface-container-low: rgb(39 30 26);
|
|
303
|
+
--md-sys-color-surface-container: rgb(56 46 42);
|
|
304
|
+
--md-sys-color-surface-container-high: rgb(68 57 53);
|
|
305
|
+
--md-sys-color-surface-container-highest: rgb(80 68 64);
|
|
306
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark-high-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(241 238 255);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(193 193 255);
|
|
4
|
+
--md-sys-color-on-primary: rgb(0 0 0);
|
|
5
|
+
--md-sys-color-primary-container: rgb(189 189 253);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(3 0 60);
|
|
7
|
+
--md-sys-color-secondary: rgb(241 238 255);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(194 192 217);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(9 9 27);
|
|
11
|
+
--md-sys-color-tertiary: rgb(255 235 243);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(229 181 207);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(27 3 19);
|
|
15
|
+
--md-sys-color-error: rgb(255 236 233);
|
|
16
|
+
--md-sys-color-on-error: rgb(0 0 0);
|
|
17
|
+
--md-sys-color-error-container: rgb(255 174 164);
|
|
18
|
+
--md-sys-color-on-error-container: rgb(34 0 1);
|
|
19
|
+
--md-sys-color-background: rgb(19 19 24);
|
|
20
|
+
--md-sys-color-on-background: rgb(228 225 233);
|
|
21
|
+
--md-sys-color-surface: rgb(19 19 24);
|
|
22
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(71 70 79);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
25
|
+
--md-sys-color-outline: rgb(242 238 250);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(196 193 204);
|
|
27
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
+
--md-sys-color-inverse-surface: rgb(228 225 233);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(65 66 122);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(225 223 255);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(193 193 255);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(8 6 65);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(226 224 249);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(198 196 221);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(15 15 33);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(255 216 236);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(34 7 26);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(19 19 24);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(80 79 86);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(31 31 37);
|
|
48
|
+
--md-sys-color-surface-container: rgb(48 48 54);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(59 59 65);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(71 70 76);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark-medium-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(218 217 255);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(193 193 255);
|
|
4
|
+
--md-sys-color-on-primary: rgb(30 31 85);
|
|
5
|
+
--md-sys-color-primary-container: rgb(139 139 200);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
7
|
+
--md-sys-color-secondary: rgb(220 218 243);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(36 36 54);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(144 142 165);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
11
|
+
--md-sys-color-tertiary: rgb(255 207 232);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(58 27 47);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(176 132 156);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(0 0 0);
|
|
15
|
+
--md-sys-color-error: rgb(255 210 204);
|
|
16
|
+
--md-sys-color-on-error: rgb(84 0 3);
|
|
17
|
+
--md-sys-color-error-container: rgb(255 84 73);
|
|
18
|
+
--md-sys-color-on-error-container: rgb(0 0 0);
|
|
19
|
+
--md-sys-color-background: rgb(19 19 24);
|
|
20
|
+
--md-sys-color-on-background: rgb(228 225 233);
|
|
21
|
+
--md-sys-color-surface: rgb(19 19 24);
|
|
22
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(71 70 79);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(222 219 230);
|
|
25
|
+
--md-sys-color-outline: rgb(179 176 187);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(145 143 153);
|
|
27
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
+
--md-sys-color-inverse-surface: rgb(228 225 233);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(42 41 47);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(65 66 122);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(225 223 255);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(8 6 65);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(193 193 255);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(47 48 102);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(226 224 249);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(15 15 33);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(198 196 221);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(52 52 72);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(255 216 236);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(34 7 26);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(77 43 64);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(19 19 24);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(69 68 74);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(7 7 12);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(29 29 35);
|
|
48
|
+
--md-sys-color-surface-container: rgb(40 39 45);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(51 50 56);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(62 61 67);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark {
|
|
2
|
+
--md-sys-color-primary: rgb(193 193 255);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(193 193 255);
|
|
4
|
+
--md-sys-color-on-primary: rgb(41 42 96);
|
|
5
|
+
--md-sys-color-primary-container: rgb(64 65 120);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(225 223 255);
|
|
7
|
+
--md-sys-color-secondary: rgb(198 196 221);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(47 47 66);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(69 69 89);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(226 224 249);
|
|
11
|
+
--md-sys-color-tertiary: rgb(233 185 211);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(70 38 58);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(95 60 81);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(255 216 236);
|
|
15
|
+
--md-sys-color-error: rgb(255 180 171);
|
|
16
|
+
--md-sys-color-on-error: rgb(105 0 5);
|
|
17
|
+
--md-sys-color-error-container: rgb(147 0 10);
|
|
18
|
+
--md-sys-color-on-error-container: rgb(255 218 214);
|
|
19
|
+
--md-sys-color-background: rgb(19 19 24);
|
|
20
|
+
--md-sys-color-on-background: rgb(228 225 233);
|
|
21
|
+
--md-sys-color-surface: rgb(19 19 24);
|
|
22
|
+
--md-sys-color-on-surface: rgb(228 225 233);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(71 70 79);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(200 197 208);
|
|
25
|
+
--md-sys-color-outline: rgb(145 143 154);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(71 70 79);
|
|
27
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
+
--md-sys-color-inverse-surface: rgb(228 225 233);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(48 48 54);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(88 89 146);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(225 223 255);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(20 19 74);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(193 193 255);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(64 65 120);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(226 224 249);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(26 26 44);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(198 196 221);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(69 69 89);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(255 216 236);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(47 17 36);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(95 60 81);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(19 19 24);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(57 56 63);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(14 14 19);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(27 27 33);
|
|
48
|
+
--md-sys-color-surface-container: rgb(31 31 37);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(42 41 47);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(53 52 58);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.light-high-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(37 38 92);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(88 89 146);
|
|
4
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
+
--md-sys-color-primary-container: rgb(67 67 123);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
+
--md-sys-color-secondary: rgb(42 42 61);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(72 71 92);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
+
--md-sys-color-tertiary: rgb(66 34 54);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(98 62 83);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
15
|
+
--md-sys-color-error: rgb(96 0 4);
|
|
16
|
+
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
+
--md-sys-color-error-container: rgb(152 0 10);
|
|
18
|
+
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
19
|
+
--md-sys-color-background: rgb(252 248 255);
|
|
20
|
+
--md-sys-color-on-background: rgb(27 27 33);
|
|
21
|
+
--md-sys-color-surface: rgb(252 248 255);
|
|
22
|
+
--md-sys-color-on-surface: rgb(0 0 0);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(228 225 236);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
25
|
+
--md-sys-color-outline: rgb(44 43 52);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(73 72 81);
|
|
27
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
+
--md-sys-color-inverse-surface: rgb(48 48 54);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(193 193 255);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(67 67 123);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(44 44 99);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(72 71 92);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(49 49 68);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(98 62 83);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(73 40 60);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(186 183 191);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(252 248 255);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(243 239 247);
|
|
48
|
+
--md-sys-color-surface-container: rgb(228 225 233);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(214 211 219);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(200 197 205);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.light-medium-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(47 48 102);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(88 89 146);
|
|
4
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
+
--md-sys-color-primary-container: rgb(103 104 162);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
+
--md-sys-color-secondary: rgb(52 52 72);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(108 107 129);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
+
--md-sys-color-tertiary: rgb(77 43 64);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(137 97 120);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
15
|
+
--md-sys-color-error: rgb(116 0 6);
|
|
16
|
+
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
+
--md-sys-color-error-container: rgb(207 44 39);
|
|
18
|
+
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
19
|
+
--md-sys-color-background: rgb(252 248 255);
|
|
20
|
+
--md-sys-color-on-background: rgb(27 27 33);
|
|
21
|
+
--md-sys-color-surface: rgb(252 248 255);
|
|
22
|
+
--md-sys-color-on-surface: rgb(17 17 22);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(228 225 236);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(54 53 62);
|
|
25
|
+
--md-sys-color-outline: rgb(82 81 91);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(109 108 117);
|
|
27
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
+
--md-sys-color-inverse-surface: rgb(48 48 54);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(243 239 247);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(193 193 255);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(103 104 162);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(78 79 135);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(108 107 129);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(83 83 104);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(137 97 120);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(111 73 95);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(200 197 205);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(252 248 255);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(246 242 250);
|
|
48
|
+
--md-sys-color-surface-container: rgb(234 231 239);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(223 219 227);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(211 208 216);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.light {
|
|
2
|
+
--md-sys-color-primary: rgb(88 89 146);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(88 89 146);
|
|
4
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
+
--md-sys-color-primary-container: rgb(225 223 255);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(64 65 120);
|
|
7
|
+
--md-sys-color-secondary: rgb(93 92 114);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(226 224 249);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(69 69 89);
|
|
11
|
+
--md-sys-color-tertiary: rgb(121 83 105);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(255 216 236);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(95 60 81);
|
|
15
|
+
--md-sys-color-error: rgb(186 26 26);
|
|
16
|
+
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
+
--md-sys-color-error-container: rgb(255 218 214);
|
|
18
|
+
--md-sys-color-on-error-container: rgb(147 0 10);
|
|
19
|
+
--md-sys-color-background: rgb(252 248 255);
|
|
20
|
+
--md-sys-color-on-background: rgb(27 27 33);
|
|
21
|
+
--md-sys-color-surface: rgb(252 248 255);
|
|
22
|
+
--md-sys-color-on-surface: rgb(27 27 33);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(228 225 236);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(71 70 79);
|
|
25
|
+
--md-sys-color-outline: rgb(119 118 128);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(200 197 208);
|
|
27
|
+
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
+
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
+
--md-sys-color-inverse-surface: rgb(48 48 54);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(243 239 247);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(193 193 255);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(225 223 255);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(20 19 74);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(193 193 255);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(64 65 120);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(226 224 249);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(26 26 44);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(198 196 221);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(69 69 89);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(255 216 236);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(47 17 36);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(95 60 81);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(220 217 224);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(252 248 255);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(246 242 250);
|
|
48
|
+
--md-sys-color-surface-container: rgb(240 236 244);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(234 231 239);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(228 225 233);
|
|
51
|
+
}
|