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(52 105 63);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(52 105 63);
|
|
4
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
+
--md-sys-color-primary-container: rgb(182 241 187);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(27 81 41);
|
|
7
|
+
--md-sys-color-secondary: rgb(81 99 81);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(211 232 209);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(57 75 58);
|
|
11
|
+
--md-sys-color-tertiary: rgb(57 101 109);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(189 234 244);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(31 77 85);
|
|
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(247 251 242);
|
|
20
|
+
--md-sys-color-on-background: rgb(24 29 24);
|
|
21
|
+
--md-sys-color-surface: rgb(247 251 242);
|
|
22
|
+
--md-sys-color-on-surface: rgb(24 29 24);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(221 229 218);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(65 73 65);
|
|
25
|
+
--md-sys-color-outline: rgb(114 121 112);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(193 201 190);
|
|
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(45 50 44);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(238 242 234);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(155 212 160);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(182 241 187);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(0 33 10);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(155 212 160);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(27 81 41);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(211 232 209);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(15 31 17);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(184 204 182);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(57 75 58);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(189 234 244);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 31 36);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(161 206 215);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(31 77 85);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(215 219 211);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(247 251 242);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(241 245 237);
|
|
48
|
+
--md-sys-color-surface-container: rgb(235 239 231);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(229 233 225);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(224 228 220);
|
|
51
|
+
}
|
|
52
|
+
.light-medium-contrast {
|
|
53
|
+
--md-sys-color-primary: rgb(4 63 26);
|
|
54
|
+
--md-sys-color-surface-tint: rgb(52 105 63);
|
|
55
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
56
|
+
--md-sys-color-primary-container: rgb(67 120 77);
|
|
57
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
58
|
+
--md-sys-color-secondary: rgb(41 58 43);
|
|
59
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
60
|
+
--md-sys-color-secondary-container: rgb(95 114 95);
|
|
61
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
62
|
+
--md-sys-color-tertiary: rgb(9 60 68);
|
|
63
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
64
|
+
--md-sys-color-tertiary-container: rgb(72 116 124);
|
|
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(247 251 242);
|
|
71
|
+
--md-sys-color-on-background: rgb(24 29 24);
|
|
72
|
+
--md-sys-color-surface: rgb(247 251 242);
|
|
73
|
+
--md-sys-color-on-surface: rgb(14 18 14);
|
|
74
|
+
--md-sys-color-surface-variant: rgb(221 229 218);
|
|
75
|
+
--md-sys-color-on-surface-variant: rgb(49 56 48);
|
|
76
|
+
--md-sys-color-outline: rgb(77 84 76);
|
|
77
|
+
--md-sys-color-outline-variant: rgb(104 111 102);
|
|
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(45 50 44);
|
|
81
|
+
--md-sys-color-inverse-on-surface: rgb(238 242 234);
|
|
82
|
+
--md-sys-color-inverse-primary: rgb(155 212 160);
|
|
83
|
+
--md-sys-color-primary-fixed: rgb(67 120 77);
|
|
84
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
85
|
+
--md-sys-color-primary-fixed-dim: rgb(42 95 54);
|
|
86
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
87
|
+
--md-sys-color-secondary-fixed: rgb(95 114 95);
|
|
88
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
89
|
+
--md-sys-color-secondary-fixed-dim: rgb(71 89 72);
|
|
90
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
91
|
+
--md-sys-color-tertiary-fixed: rgb(72 116 124);
|
|
92
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
93
|
+
--md-sys-color-tertiary-fixed-dim: rgb(47 91 99);
|
|
94
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
95
|
+
--md-sys-color-surface-dim: rgb(195 200 192);
|
|
96
|
+
--md-sys-color-surface-bright: rgb(247 251 242);
|
|
97
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
98
|
+
--md-sys-color-surface-container-low: rgb(241 245 237);
|
|
99
|
+
--md-sys-color-surface-container: rgb(229 233 225);
|
|
100
|
+
--md-sys-color-surface-container-high: rgb(218 222 214);
|
|
101
|
+
--md-sys-color-surface-container-highest: rgb(207 211 203);
|
|
102
|
+
}
|
|
103
|
+
.light-high-contrast {
|
|
104
|
+
--md-sys-color-primary: rgb(0 52 19);
|
|
105
|
+
--md-sys-color-surface-tint: rgb(52 105 63);
|
|
106
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
107
|
+
--md-sys-color-primary-container: rgb(30 83 43);
|
|
108
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
109
|
+
--md-sys-color-secondary: rgb(31 48 33);
|
|
110
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
111
|
+
--md-sys-color-secondary-container: rgb(60 78 61);
|
|
112
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
113
|
+
--md-sys-color-tertiary: rgb(0 49 56);
|
|
114
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
115
|
+
--md-sys-color-tertiary-container: rgb(34 79 87);
|
|
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(247 251 242);
|
|
122
|
+
--md-sys-color-on-background: rgb(24 29 24);
|
|
123
|
+
--md-sys-color-surface: rgb(247 251 242);
|
|
124
|
+
--md-sys-color-on-surface: rgb(0 0 0);
|
|
125
|
+
--md-sys-color-surface-variant: rgb(221 229 218);
|
|
126
|
+
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
127
|
+
--md-sys-color-outline: rgb(39 46 39);
|
|
128
|
+
--md-sys-color-outline-variant: rgb(68 75 67);
|
|
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(45 50 44);
|
|
132
|
+
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
133
|
+
--md-sys-color-inverse-primary: rgb(155 212 160);
|
|
134
|
+
--md-sys-color-primary-fixed: rgb(30 83 43);
|
|
135
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
136
|
+
--md-sys-color-primary-fixed-dim: rgb(0 60 23);
|
|
137
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
138
|
+
--md-sys-color-secondary-fixed: rgb(60 78 61);
|
|
139
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
140
|
+
--md-sys-color-secondary-fixed-dim: rgb(38 55 39);
|
|
141
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
142
|
+
--md-sys-color-tertiary-fixed: rgb(34 79 87);
|
|
143
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
144
|
+
--md-sys-color-tertiary-fixed-dim: rgb(3 56 64);
|
|
145
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
146
|
+
--md-sys-color-surface-dim: rgb(182 186 178);
|
|
147
|
+
--md-sys-color-surface-bright: rgb(247 251 242);
|
|
148
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
149
|
+
--md-sys-color-surface-container-low: rgb(238 242 234);
|
|
150
|
+
--md-sys-color-surface-container: rgb(224 228 220);
|
|
151
|
+
--md-sys-color-surface-container-high: rgb(209 214 206);
|
|
152
|
+
--md-sys-color-surface-container-highest: rgb(195 200 192);
|
|
153
|
+
}
|
|
154
|
+
.dark {
|
|
155
|
+
--md-sys-color-primary: rgb(155 212 160);
|
|
156
|
+
--md-sys-color-surface-tint: rgb(155 212 160);
|
|
157
|
+
--md-sys-color-on-primary: rgb(0 57 22);
|
|
158
|
+
--md-sys-color-primary-container: rgb(27 81 41);
|
|
159
|
+
--md-sys-color-on-primary-container: rgb(182 241 187);
|
|
160
|
+
--md-sys-color-secondary: rgb(184 204 182);
|
|
161
|
+
--md-sys-color-on-secondary: rgb(35 52 37);
|
|
162
|
+
--md-sys-color-secondary-container: rgb(57 75 58);
|
|
163
|
+
--md-sys-color-on-secondary-container: rgb(211 232 209);
|
|
164
|
+
--md-sys-color-tertiary: rgb(161 206 215);
|
|
165
|
+
--md-sys-color-on-tertiary: rgb(0 54 62);
|
|
166
|
+
--md-sys-color-tertiary-container: rgb(31 77 85);
|
|
167
|
+
--md-sys-color-on-tertiary-container: rgb(189 234 244);
|
|
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(16 21 16);
|
|
173
|
+
--md-sys-color-on-background: rgb(224 228 220);
|
|
174
|
+
--md-sys-color-surface: rgb(16 21 16);
|
|
175
|
+
--md-sys-color-on-surface: rgb(224 228 220);
|
|
176
|
+
--md-sys-color-surface-variant: rgb(65 73 65);
|
|
177
|
+
--md-sys-color-on-surface-variant: rgb(193 201 190);
|
|
178
|
+
--md-sys-color-outline: rgb(139 147 137);
|
|
179
|
+
--md-sys-color-outline-variant: rgb(65 73 65);
|
|
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(224 228 220);
|
|
183
|
+
--md-sys-color-inverse-on-surface: rgb(45 50 44);
|
|
184
|
+
--md-sys-color-inverse-primary: rgb(52 105 63);
|
|
185
|
+
--md-sys-color-primary-fixed: rgb(182 241 187);
|
|
186
|
+
--md-sys-color-on-primary-fixed: rgb(0 33 10);
|
|
187
|
+
--md-sys-color-primary-fixed-dim: rgb(155 212 160);
|
|
188
|
+
--md-sys-color-on-primary-fixed-variant: rgb(27 81 41);
|
|
189
|
+
--md-sys-color-secondary-fixed: rgb(211 232 209);
|
|
190
|
+
--md-sys-color-on-secondary-fixed: rgb(15 31 17);
|
|
191
|
+
--md-sys-color-secondary-fixed-dim: rgb(184 204 182);
|
|
192
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(57 75 58);
|
|
193
|
+
--md-sys-color-tertiary-fixed: rgb(189 234 244);
|
|
194
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 31 36);
|
|
195
|
+
--md-sys-color-tertiary-fixed-dim: rgb(161 206 215);
|
|
196
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(31 77 85);
|
|
197
|
+
--md-sys-color-surface-dim: rgb(16 21 16);
|
|
198
|
+
--md-sys-color-surface-bright: rgb(54 58 53);
|
|
199
|
+
--md-sys-color-surface-container-lowest: rgb(11 15 11);
|
|
200
|
+
--md-sys-color-surface-container-low: rgb(24 29 24);
|
|
201
|
+
--md-sys-color-surface-container: rgb(28 33 28);
|
|
202
|
+
--md-sys-color-surface-container-high: rgb(38 43 38);
|
|
203
|
+
--md-sys-color-surface-container-highest: rgb(49 54 49);
|
|
204
|
+
}
|
|
205
|
+
.dark-medium-contrast {
|
|
206
|
+
--md-sys-color-primary: rgb(176 234 181);
|
|
207
|
+
--md-sys-color-surface-tint: rgb(155 212 160);
|
|
208
|
+
--md-sys-color-on-primary: rgb(0 45 15);
|
|
209
|
+
--md-sys-color-primary-container: rgb(102 157 110);
|
|
210
|
+
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
211
|
+
--md-sys-color-secondary: rgb(205 226 203);
|
|
212
|
+
--md-sys-color-on-secondary: rgb(25 41 27);
|
|
213
|
+
--md-sys-color-secondary-container: rgb(130 150 130);
|
|
214
|
+
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
215
|
+
--md-sys-color-tertiary: rgb(183 228 237);
|
|
216
|
+
--md-sys-color-on-tertiary: rgb(0 42 49);
|
|
217
|
+
--md-sys-color-tertiary-container: rgb(108 152 160);
|
|
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(16 21 16);
|
|
224
|
+
--md-sys-color-on-background: rgb(224 228 220);
|
|
225
|
+
--md-sys-color-surface: rgb(16 21 16);
|
|
226
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
227
|
+
--md-sys-color-surface-variant: rgb(65 73 65);
|
|
228
|
+
--md-sys-color-on-surface-variant: rgb(215 222 212);
|
|
229
|
+
--md-sys-color-outline: rgb(173 180 170);
|
|
230
|
+
--md-sys-color-outline-variant: rgb(139 146 137);
|
|
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(224 228 220);
|
|
234
|
+
--md-sys-color-inverse-on-surface: rgb(38 43 38);
|
|
235
|
+
--md-sys-color-inverse-primary: rgb(28 82 42);
|
|
236
|
+
--md-sys-color-primary-fixed: rgb(182 241 187);
|
|
237
|
+
--md-sys-color-on-primary-fixed: rgb(0 21 5);
|
|
238
|
+
--md-sys-color-primary-fixed-dim: rgb(155 212 160);
|
|
239
|
+
--md-sys-color-on-primary-fixed-variant: rgb(4 63 26);
|
|
240
|
+
--md-sys-color-secondary-fixed: rgb(211 232 209);
|
|
241
|
+
--md-sys-color-on-secondary-fixed: rgb(5 20 8);
|
|
242
|
+
--md-sys-color-secondary-fixed-dim: rgb(184 204 182);
|
|
243
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(41 58 43);
|
|
244
|
+
--md-sys-color-tertiary-fixed: rgb(189 234 244);
|
|
245
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 20 24);
|
|
246
|
+
--md-sys-color-tertiary-fixed-dim: rgb(161 206 215);
|
|
247
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(9 60 68);
|
|
248
|
+
--md-sys-color-surface-dim: rgb(16 21 16);
|
|
249
|
+
--md-sys-color-surface-bright: rgb(65 70 64);
|
|
250
|
+
--md-sys-color-surface-container-lowest: rgb(5 8 5);
|
|
251
|
+
--md-sys-color-surface-container-low: rgb(26 31 26);
|
|
252
|
+
--md-sys-color-surface-container: rgb(36 41 36);
|
|
253
|
+
--md-sys-color-surface-container-high: rgb(47 52 46);
|
|
254
|
+
--md-sys-color-surface-container-highest: rgb(58 63 57);
|
|
255
|
+
}
|
|
256
|
+
.dark-high-contrast {
|
|
257
|
+
--md-sys-color-primary: rgb(195 255 200);
|
|
258
|
+
--md-sys-color-surface-tint: rgb(155 212 160);
|
|
259
|
+
--md-sys-color-on-primary: rgb(0 0 0);
|
|
260
|
+
--md-sys-color-primary-container: rgb(151 208 157);
|
|
261
|
+
--md-sys-color-on-primary-container: rgb(0 15 3);
|
|
262
|
+
--md-sys-color-secondary: rgb(225 246 223);
|
|
263
|
+
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
264
|
+
--md-sys-color-secondary-container: rgb(180 200 178);
|
|
265
|
+
--md-sys-color-on-secondary-container: rgb(1 14 4);
|
|
266
|
+
--md-sys-color-tertiary: rgb(208 247 255);
|
|
267
|
+
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
268
|
+
--md-sys-color-tertiary-container: rgb(157 202 211);
|
|
269
|
+
--md-sys-color-on-tertiary-container: rgb(0 13 17);
|
|
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(16 21 16);
|
|
275
|
+
--md-sys-color-on-background: rgb(224 228 220);
|
|
276
|
+
--md-sys-color-surface: rgb(16 21 16);
|
|
277
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
278
|
+
--md-sys-color-surface-variant: rgb(65 73 65);
|
|
279
|
+
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
280
|
+
--md-sys-color-outline: rgb(235 242 231);
|
|
281
|
+
--md-sys-color-outline-variant: rgb(189 197 186);
|
|
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(224 228 220);
|
|
285
|
+
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
286
|
+
--md-sys-color-inverse-primary: rgb(28 82 42);
|
|
287
|
+
--md-sys-color-primary-fixed: rgb(182 241 187);
|
|
288
|
+
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
289
|
+
--md-sys-color-primary-fixed-dim: rgb(155 212 160);
|
|
290
|
+
--md-sys-color-on-primary-fixed-variant: rgb(0 21 5);
|
|
291
|
+
--md-sys-color-secondary-fixed: rgb(211 232 209);
|
|
292
|
+
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
293
|
+
--md-sys-color-secondary-fixed-dim: rgb(184 204 182);
|
|
294
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(5 20 8);
|
|
295
|
+
--md-sys-color-tertiary-fixed: rgb(189 234 244);
|
|
296
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
297
|
+
--md-sys-color-tertiary-fixed-dim: rgb(161 206 215);
|
|
298
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(0 20 24);
|
|
299
|
+
--md-sys-color-surface-dim: rgb(16 21 16);
|
|
300
|
+
--md-sys-color-surface-bright: rgb(76 81 75);
|
|
301
|
+
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
302
|
+
--md-sys-color-surface-container-low: rgb(28 33 28);
|
|
303
|
+
--md-sys-color-surface-container: rgb(45 50 44);
|
|
304
|
+
--md-sys-color-surface-container-high: rgb(56 61 55);
|
|
305
|
+
--md-sys-color-surface-container-highest: rgb(67 72 66);
|
|
306
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark-high-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(255 241 166);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(214 200 112);
|
|
4
|
+
--md-sys-color-on-primary: rgb(0 0 0);
|
|
5
|
+
--md-sys-color-primary-container: rgb(210 196 109);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(14 11 0);
|
|
7
|
+
--md-sys-color-secondary: rgb(249 240 201);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(203 195 158);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(14 11 0);
|
|
11
|
+
--md-sys-color-tertiary: rgb(208 250 222);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(164 204 178);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(0 14 6);
|
|
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(21 19 12);
|
|
20
|
+
--md-sys-color-on-background: rgb(232 226 212);
|
|
21
|
+
--md-sys-color-surface: rgb(21 19 12);
|
|
22
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(74 71 57);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
25
|
+
--md-sys-color-outline: rgb(246 240 221);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(200 194 177);
|
|
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(232 226 212);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(82 72 0);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(243 228 137);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(214 200 112);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(21 17 0);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(236 227 189);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(207 199 162);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(21 17 0);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(195 236 209);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(167 208 182);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(0 21 10);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(21 19 12);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(83 80 70);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(33 32 23);
|
|
48
|
+
--md-sys-color-surface-container: rgb(51 48 39);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(62 59 50);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(73 71 61);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark-medium-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(237 222 132);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(214 200 112);
|
|
4
|
+
--md-sys-color-on-primary: rgb(43 38 0);
|
|
5
|
+
--md-sys-color-primary-container: rgb(159 146 65);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
7
|
+
--md-sys-color-secondary: rgb(229 221 183);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(42 38 13);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(152 145 112);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
11
|
+
--md-sys-color-tertiary: rgb(189 230 203);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(4 44 27);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(115 153 130);
|
|
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(21 19 12);
|
|
20
|
+
--md-sys-color-on-background: rgb(232 226 212);
|
|
21
|
+
--md-sys-color-surface: rgb(21 19 12);
|
|
22
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(74 71 57);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(226 220 202);
|
|
25
|
+
--md-sys-color-outline: rgb(183 178 161);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(149 144 128);
|
|
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(232 226 212);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(44 42 33);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(82 72 0);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(243 228 137);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(21 17 0);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(214 200 112);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(62 54 0);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(236 227 189);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(21 17 0);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(207 199 162);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(59 54 28);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(195 236 209);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 21 10);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(167 208 182);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(24 61 42);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(21 19 12);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(71 68 59);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(9 7 3);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(31 30 21);
|
|
48
|
+
--md-sys-color-surface-container: rgb(42 40 31);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(53 51 41);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(64 62 52);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark {
|
|
2
|
+
--md-sys-color-primary: rgb(214 200 112);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(214 200 112);
|
|
4
|
+
--md-sys-color-on-primary: rgb(55 49 0);
|
|
5
|
+
--md-sys-color-primary-container: rgb(80 71 0);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(243 228 137);
|
|
7
|
+
--md-sys-color-secondary: rgb(207 199 162);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(53 49 23);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(76 71 43);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(236 227 189);
|
|
11
|
+
--md-sys-color-tertiary: rgb(167 208 182);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(18 55 37);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(42 78 58);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(195 236 209);
|
|
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(21 19 12);
|
|
20
|
+
--md-sys-color-on-background: rgb(232 226 212);
|
|
21
|
+
--md-sys-color-surface: rgb(21 19 12);
|
|
22
|
+
--md-sys-color-on-surface: rgb(232 226 212);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(74 71 57);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(204 198 181);
|
|
25
|
+
--md-sys-color-outline: rgb(149 145 129);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(74 71 57);
|
|
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(232 226 212);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(51 48 39);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(106 95 17);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(243 228 137);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(32 28 0);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(214 200 112);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(80 71 0);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(236 227 189);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(31 28 5);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(207 199 162);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(76 71 43);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(195 236 209);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 33 18);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(167 208 182);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(42 78 58);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(21 19 12);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(60 57 48);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(16 14 7);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(29 28 19);
|
|
48
|
+
--md-sys-color-surface-container: rgb(33 32 23);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(44 42 33);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(55 53 43);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.light-high-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(51 44 0);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(106 95 17);
|
|
4
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
+
--md-sys-color-primary-container: rgb(83 73 0);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
+
--md-sys-color-secondary: rgb(49 44 19);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(79 74 45);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
+
--md-sys-color-tertiary: rgb(12 51 33);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(44 80 61);
|
|
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(255 249 235);
|
|
20
|
+
--md-sys-color-on-background: rgb(29 28 19);
|
|
21
|
+
--md-sys-color-surface: rgb(255 249 235);
|
|
22
|
+
--md-sys-color-on-surface: rgb(0 0 0);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(232 226 208);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
25
|
+
--md-sys-color-outline: rgb(47 44 32);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(76 73 60);
|
|
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(51 48 39);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(214 200 112);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(83 73 0);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(58 51 0);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(79 74 45);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(55 51 25);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(44 80 61);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(20 57 39);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(189 184 172);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(255 249 235);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(246 240 226);
|
|
48
|
+
--md-sys-color-surface-container: rgb(232 226 212);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(217 212 199);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(203 198 185);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.light-medium-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(62 54 0);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(106 95 17);
|
|
4
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
+
--md-sys-color-primary-container: rgb(121 110 32);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
+
--md-sys-color-secondary: rgb(59 54 28);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(115 109 78);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
+
--md-sys-color-tertiary: rgb(24 61 42);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(80 117 95);
|
|
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(255 249 235);
|
|
20
|
+
--md-sys-color-on-background: rgb(29 28 19);
|
|
21
|
+
--md-sys-color-surface: rgb(255 249 235);
|
|
22
|
+
--md-sys-color-on-surface: rgb(19 17 10);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(232 226 208);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(57 54 42);
|
|
25
|
+
--md-sys-color-outline: rgb(86 83 69);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(113 109 94);
|
|
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(51 48 39);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(246 240 226);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(214 200 112);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(121 110 32);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(96 85 5);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(115 109 78);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(91 85 56);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(80 117 95);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(56 92 72);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(203 198 185);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(255 249 235);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(249 243 229);
|
|
48
|
+
--md-sys-color-surface-container: rgb(237 232 218);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(226 220 207);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(214 209 196);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.light {
|
|
2
|
+
--md-sys-color-primary: rgb(106 95 17);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(106 95 17);
|
|
4
|
+
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
+
--md-sys-color-primary-container: rgb(243 228 137);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(80 71 0);
|
|
7
|
+
--md-sys-color-secondary: rgb(100 95 65);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(236 227 189);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(76 71 43);
|
|
11
|
+
--md-sys-color-tertiary: rgb(65 102 81);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(195 236 209);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(42 78 58);
|
|
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 249 235);
|
|
20
|
+
--md-sys-color-on-background: rgb(29 28 19);
|
|
21
|
+
--md-sys-color-surface: rgb(255 249 235);
|
|
22
|
+
--md-sys-color-on-surface: rgb(29 28 19);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(232 226 208);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(74 71 57);
|
|
25
|
+
--md-sys-color-outline: rgb(123 119 104);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(204 198 181);
|
|
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(51 48 39);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(246 240 226);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(214 200 112);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(243 228 137);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(32 28 0);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(214 200 112);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(80 71 0);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(236 227 189);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(31 28 5);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(207 199 162);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(76 71 43);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(195 236 209);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 33 18);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(167 208 182);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(42 78 58);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(223 218 204);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(255 249 235);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(249 243 229);
|
|
48
|
+
--md-sys-color-surface-container: rgb(243 237 224);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(237 232 218);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(232 226 212);
|
|
51
|
+
}
|