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