@tamagui/themes 1.50.3 → 1.51.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/dist/cjs/generated-v2.js +5113 -0
- package/dist/cjs/generated-v2.js.map +6 -0
- package/dist/cjs/masks.js +22 -0
- package/dist/cjs/masks.js.map +1 -1
- package/dist/cjs/themes-v2.js +179 -0
- package/dist/cjs/themes-v2.js.map +6 -0
- package/dist/cjs/v2.js +92 -0
- package/dist/cjs/v2.js.map +6 -0
- package/dist/esm/generated-v2.js +3682 -0
- package/dist/esm/generated-v2.js.map +6 -0
- package/dist/esm/masks.js +22 -0
- package/dist/esm/masks.js.map +1 -1
- package/dist/esm/themes-v2.js +155 -0
- package/dist/esm/themes-v2.js.map +6 -0
- package/dist/esm/v2.js +35 -0
- package/dist/esm/v2.js.map +6 -0
- package/package.json +14 -7
- package/src/generated-v2.ts +2888 -0
- package/src/masks.tsx +22 -0
- package/src/themes-v2.ts +180 -0
- package/src/v2.tsx +21 -0
- package/types/generated-v2.d.ts +1540 -0
- package/types/generated-v2.d.ts.map +1 -0
- package/types/masks.d.ts +2 -0
- package/types/masks.d.ts.map +1 -1
- package/types/themes-v2.d.ts +42243 -0
- package/types/themes-v2.d.ts.map +1 -0
- package/types/v2.d.ts +17 -0
- package/types/v2.d.ts.map +1 -0
|
@@ -0,0 +1,2888 @@
|
|
|
1
|
+
type Theme = {
|
|
2
|
+
color1: string;
|
|
3
|
+
color2: string;
|
|
4
|
+
color3: string;
|
|
5
|
+
color4: string;
|
|
6
|
+
color5: string;
|
|
7
|
+
color6: string;
|
|
8
|
+
color7: string;
|
|
9
|
+
color8: string;
|
|
10
|
+
color9: string;
|
|
11
|
+
color10: string;
|
|
12
|
+
color11: string;
|
|
13
|
+
color12: string;
|
|
14
|
+
background: string;
|
|
15
|
+
backgroundHover: string;
|
|
16
|
+
backgroundPress: string;
|
|
17
|
+
backgroundFocus: string;
|
|
18
|
+
backgroundStrong: string;
|
|
19
|
+
backgroundTransparent: string;
|
|
20
|
+
color: string;
|
|
21
|
+
colorHover: string;
|
|
22
|
+
colorPress: string;
|
|
23
|
+
colorFocus: string;
|
|
24
|
+
colorTransparent: string;
|
|
25
|
+
borderColor: string;
|
|
26
|
+
borderColorHover: string;
|
|
27
|
+
borderColorFocus: string;
|
|
28
|
+
borderColorPress: string;
|
|
29
|
+
placeholderColor: string;
|
|
30
|
+
blue1: string;
|
|
31
|
+
blue2: string;
|
|
32
|
+
blue3: string;
|
|
33
|
+
blue4: string;
|
|
34
|
+
blue5: string;
|
|
35
|
+
blue6: string;
|
|
36
|
+
blue7: string;
|
|
37
|
+
blue8: string;
|
|
38
|
+
blue9: string;
|
|
39
|
+
blue10: string;
|
|
40
|
+
blue11: string;
|
|
41
|
+
blue12: string;
|
|
42
|
+
gray1: string;
|
|
43
|
+
gray2: string;
|
|
44
|
+
gray3: string;
|
|
45
|
+
gray4: string;
|
|
46
|
+
gray5: string;
|
|
47
|
+
gray6: string;
|
|
48
|
+
gray7: string;
|
|
49
|
+
gray8: string;
|
|
50
|
+
gray9: string;
|
|
51
|
+
gray10: string;
|
|
52
|
+
gray11: string;
|
|
53
|
+
gray12: string;
|
|
54
|
+
green1: string;
|
|
55
|
+
green2: string;
|
|
56
|
+
green3: string;
|
|
57
|
+
green4: string;
|
|
58
|
+
green5: string;
|
|
59
|
+
green6: string;
|
|
60
|
+
green7: string;
|
|
61
|
+
green8: string;
|
|
62
|
+
green9: string;
|
|
63
|
+
green10: string;
|
|
64
|
+
green11: string;
|
|
65
|
+
green12: string;
|
|
66
|
+
orange1: string;
|
|
67
|
+
orange2: string;
|
|
68
|
+
orange3: string;
|
|
69
|
+
orange4: string;
|
|
70
|
+
orange5: string;
|
|
71
|
+
orange6: string;
|
|
72
|
+
orange7: string;
|
|
73
|
+
orange8: string;
|
|
74
|
+
orange9: string;
|
|
75
|
+
orange10: string;
|
|
76
|
+
orange11: string;
|
|
77
|
+
orange12: string;
|
|
78
|
+
pink1: string;
|
|
79
|
+
pink2: string;
|
|
80
|
+
pink3: string;
|
|
81
|
+
pink4: string;
|
|
82
|
+
pink5: string;
|
|
83
|
+
pink6: string;
|
|
84
|
+
pink7: string;
|
|
85
|
+
pink8: string;
|
|
86
|
+
pink9: string;
|
|
87
|
+
pink10: string;
|
|
88
|
+
pink11: string;
|
|
89
|
+
pink12: string;
|
|
90
|
+
purple1: string;
|
|
91
|
+
purple2: string;
|
|
92
|
+
purple3: string;
|
|
93
|
+
purple4: string;
|
|
94
|
+
purple5: string;
|
|
95
|
+
purple6: string;
|
|
96
|
+
purple7: string;
|
|
97
|
+
purple8: string;
|
|
98
|
+
purple9: string;
|
|
99
|
+
purple10: string;
|
|
100
|
+
purple11: string;
|
|
101
|
+
purple12: string;
|
|
102
|
+
red1: string;
|
|
103
|
+
red2: string;
|
|
104
|
+
red3: string;
|
|
105
|
+
red4: string;
|
|
106
|
+
red5: string;
|
|
107
|
+
red6: string;
|
|
108
|
+
red7: string;
|
|
109
|
+
red8: string;
|
|
110
|
+
red9: string;
|
|
111
|
+
red10: string;
|
|
112
|
+
red11: string;
|
|
113
|
+
red12: string;
|
|
114
|
+
yellow1: string;
|
|
115
|
+
yellow2: string;
|
|
116
|
+
yellow3: string;
|
|
117
|
+
yellow4: string;
|
|
118
|
+
yellow5: string;
|
|
119
|
+
yellow6: string;
|
|
120
|
+
yellow7: string;
|
|
121
|
+
yellow8: string;
|
|
122
|
+
yellow9: string;
|
|
123
|
+
yellow10: string;
|
|
124
|
+
yellow11: string;
|
|
125
|
+
yellow12: string;
|
|
126
|
+
shadowColor: string;
|
|
127
|
+
shadowColorHover: string;
|
|
128
|
+
shadowColorPress: string;
|
|
129
|
+
shadowColorFocus: string;
|
|
130
|
+
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
function t(a) {
|
|
134
|
+
let res = {}
|
|
135
|
+
for (const [ki, vi] of a) {
|
|
136
|
+
res[ks[ki]] = vs[vi]
|
|
137
|
+
}
|
|
138
|
+
return res
|
|
139
|
+
}
|
|
140
|
+
const vs = [
|
|
141
|
+
'#fff',
|
|
142
|
+
'#f8f8f8',
|
|
143
|
+
'hsl(0, 0%, 96.3%)',
|
|
144
|
+
'hsl(0, 0%, 94.1%)',
|
|
145
|
+
'hsl(0, 0%, 92.0%)',
|
|
146
|
+
'hsl(0, 0%, 90.0%)',
|
|
147
|
+
'hsl(0, 0%, 88.5%)',
|
|
148
|
+
'hsl(0, 0%, 81.0%)',
|
|
149
|
+
'hsl(0, 0%, 56.1%)',
|
|
150
|
+
'hsl(0, 0%, 50.3%)',
|
|
151
|
+
'hsl(0, 0%, 42.5%)',
|
|
152
|
+
'hsl(0, 0%, 9.0%)',
|
|
153
|
+
'rgba(255,255,255,0)',
|
|
154
|
+
'rgba(10,10,10,0)',
|
|
155
|
+
'hsl(206, 100%, 99.2%)',
|
|
156
|
+
'hsl(210, 100%, 98.0%)',
|
|
157
|
+
'hsl(209, 100%, 96.5%)',
|
|
158
|
+
'hsl(210, 98.8%, 94.0%)',
|
|
159
|
+
'hsl(209, 95.0%, 90.1%)',
|
|
160
|
+
'hsl(209, 81.2%, 84.5%)',
|
|
161
|
+
'hsl(208, 77.5%, 76.9%)',
|
|
162
|
+
'hsl(206, 81.9%, 65.3%)',
|
|
163
|
+
'hsl(206, 100%, 50.0%)',
|
|
164
|
+
'hsl(208, 100%, 47.3%)',
|
|
165
|
+
'hsl(211, 100%, 43.2%)',
|
|
166
|
+
'hsl(211, 100%, 15.0%)',
|
|
167
|
+
'hsl(0, 0%, 99.0%)',
|
|
168
|
+
'hsl(0, 0%, 97.3%)',
|
|
169
|
+
'hsl(0, 0%, 95.1%)',
|
|
170
|
+
'hsl(0, 0%, 93.0%)',
|
|
171
|
+
'hsl(0, 0%, 90.9%)',
|
|
172
|
+
'hsl(0, 0%, 88.7%)',
|
|
173
|
+
'hsl(0, 0%, 85.8%)',
|
|
174
|
+
'hsl(0, 0%, 78.0%)',
|
|
175
|
+
'hsl(0, 0%, 52.3%)',
|
|
176
|
+
'hsl(0, 0%, 43.5%)',
|
|
177
|
+
'hsl(136, 50.0%, 98.9%)',
|
|
178
|
+
'hsl(138, 62.5%, 96.9%)',
|
|
179
|
+
'hsl(139, 55.2%, 94.5%)',
|
|
180
|
+
'hsl(140, 48.7%, 91.0%)',
|
|
181
|
+
'hsl(141, 43.7%, 86.0%)',
|
|
182
|
+
'hsl(143, 40.3%, 79.0%)',
|
|
183
|
+
'hsl(146, 38.5%, 69.0%)',
|
|
184
|
+
'hsl(151, 40.2%, 54.1%)',
|
|
185
|
+
'hsl(151, 55.0%, 41.5%)',
|
|
186
|
+
'hsl(152, 57.5%, 37.6%)',
|
|
187
|
+
'hsl(153, 67.0%, 28.5%)',
|
|
188
|
+
'hsl(155, 40.0%, 14.0%)',
|
|
189
|
+
'hsl(24, 70.0%, 99.0%)',
|
|
190
|
+
'hsl(24, 83.3%, 97.6%)',
|
|
191
|
+
'hsl(24, 100%, 95.3%)',
|
|
192
|
+
'hsl(25, 100%, 92.2%)',
|
|
193
|
+
'hsl(25, 100%, 88.2%)',
|
|
194
|
+
'hsl(25, 100%, 82.8%)',
|
|
195
|
+
'hsl(24, 100%, 75.3%)',
|
|
196
|
+
'hsl(24, 94.5%, 64.3%)',
|
|
197
|
+
'hsl(24, 94.0%, 50.0%)',
|
|
198
|
+
'hsl(24, 100%, 46.5%)',
|
|
199
|
+
'hsl(24, 100%, 37.0%)',
|
|
200
|
+
'hsl(15, 60.0%, 17.0%)',
|
|
201
|
+
'hsl(322, 100%, 99.4%)',
|
|
202
|
+
'hsl(323, 100%, 98.4%)',
|
|
203
|
+
'hsl(323, 86.3%, 96.5%)',
|
|
204
|
+
'hsl(323, 78.7%, 94.2%)',
|
|
205
|
+
'hsl(323, 72.2%, 91.1%)',
|
|
206
|
+
'hsl(323, 66.3%, 86.6%)',
|
|
207
|
+
'hsl(323, 62.0%, 80.1%)',
|
|
208
|
+
'hsl(323, 60.3%, 72.4%)',
|
|
209
|
+
'hsl(322, 65.0%, 54.5%)',
|
|
210
|
+
'hsl(322, 63.9%, 50.7%)',
|
|
211
|
+
'hsl(322, 75.0%, 46.0%)',
|
|
212
|
+
'hsl(320, 70.0%, 13.5%)',
|
|
213
|
+
'hsl(280, 65.0%, 99.4%)',
|
|
214
|
+
'hsl(276, 100%, 99.0%)',
|
|
215
|
+
'hsl(276, 83.1%, 97.0%)',
|
|
216
|
+
'hsl(275, 76.4%, 94.7%)',
|
|
217
|
+
'hsl(275, 70.8%, 91.8%)',
|
|
218
|
+
'hsl(274, 65.4%, 87.8%)',
|
|
219
|
+
'hsl(273, 61.0%, 81.7%)',
|
|
220
|
+
'hsl(272, 60.0%, 73.5%)',
|
|
221
|
+
'hsl(272, 51.0%, 54.0%)',
|
|
222
|
+
'hsl(272, 46.8%, 50.3%)',
|
|
223
|
+
'hsl(272, 50.0%, 45.8%)',
|
|
224
|
+
'hsl(272, 66.0%, 16.0%)',
|
|
225
|
+
'hsl(359, 100%, 99.4%)',
|
|
226
|
+
'hsl(359, 100%, 98.6%)',
|
|
227
|
+
'hsl(360, 100%, 96.8%)',
|
|
228
|
+
'hsl(360, 97.9%, 94.8%)',
|
|
229
|
+
'hsl(360, 90.2%, 91.9%)',
|
|
230
|
+
'hsl(360, 81.7%, 87.8%)',
|
|
231
|
+
'hsl(359, 74.2%, 81.7%)',
|
|
232
|
+
'hsl(359, 69.5%, 74.3%)',
|
|
233
|
+
'hsl(358, 75.0%, 59.0%)',
|
|
234
|
+
'hsl(358, 69.4%, 55.2%)',
|
|
235
|
+
'hsl(358, 65.0%, 48.7%)',
|
|
236
|
+
'hsl(354, 50.0%, 14.6%)',
|
|
237
|
+
'hsl(60, 54.0%, 98.5%)',
|
|
238
|
+
'hsl(52, 100%, 95.5%)',
|
|
239
|
+
'hsl(55, 100%, 90.9%)',
|
|
240
|
+
'hsl(54, 100%, 86.6%)',
|
|
241
|
+
'hsl(52, 97.9%, 82.0%)',
|
|
242
|
+
'hsl(50, 89.4%, 76.1%)',
|
|
243
|
+
'hsl(47, 80.4%, 68.0%)',
|
|
244
|
+
'hsl(48, 100%, 46.1%)',
|
|
245
|
+
'hsl(53, 92.0%, 50.0%)',
|
|
246
|
+
'hsl(50, 100%, 48.5%)',
|
|
247
|
+
'hsl(42, 100%, 29.0%)',
|
|
248
|
+
'hsl(40, 55.0%, 13.5%)',
|
|
249
|
+
'rgba(0,0,0,0.085)',
|
|
250
|
+
'rgba(0,0,0,0.04)',
|
|
251
|
+
'#050505',
|
|
252
|
+
'#151515',
|
|
253
|
+
'#191919',
|
|
254
|
+
'#232323',
|
|
255
|
+
'#282828',
|
|
256
|
+
'#323232',
|
|
257
|
+
'#424242',
|
|
258
|
+
'#494949',
|
|
259
|
+
'#545454',
|
|
260
|
+
'#626262',
|
|
261
|
+
'#a5a5a5',
|
|
262
|
+
'hsl(212, 35.0%, 9.2%)',
|
|
263
|
+
'hsl(216, 50.0%, 11.8%)',
|
|
264
|
+
'hsl(214, 59.4%, 15.3%)',
|
|
265
|
+
'hsl(214, 65.8%, 17.9%)',
|
|
266
|
+
'hsl(213, 71.2%, 20.2%)',
|
|
267
|
+
'hsl(212, 77.4%, 23.1%)',
|
|
268
|
+
'hsl(211, 85.1%, 27.4%)',
|
|
269
|
+
'hsl(211, 89.7%, 34.1%)',
|
|
270
|
+
'hsl(209, 100%, 60.6%)',
|
|
271
|
+
'hsl(210, 100%, 66.1%)',
|
|
272
|
+
'hsl(206, 98.0%, 95.8%)',
|
|
273
|
+
'hsl(0, 0%, 8.5%)',
|
|
274
|
+
'hsl(0, 0%, 11.0%)',
|
|
275
|
+
'hsl(0, 0%, 13.6%)',
|
|
276
|
+
'hsl(0, 0%, 15.8%)',
|
|
277
|
+
'hsl(0, 0%, 17.9%)',
|
|
278
|
+
'hsl(0, 0%, 20.5%)',
|
|
279
|
+
'hsl(0, 0%, 24.3%)',
|
|
280
|
+
'hsl(0, 0%, 31.2%)',
|
|
281
|
+
'hsl(0, 0%, 43.9%)',
|
|
282
|
+
'hsl(0, 0%, 49.4%)',
|
|
283
|
+
'hsl(0, 0%, 62.8%)',
|
|
284
|
+
'hsl(146, 30.0%, 7.4%)',
|
|
285
|
+
'hsl(155, 44.2%, 8.4%)',
|
|
286
|
+
'hsl(155, 46.7%, 10.9%)',
|
|
287
|
+
'hsl(154, 48.4%, 12.9%)',
|
|
288
|
+
'hsl(154, 49.7%, 14.9%)',
|
|
289
|
+
'hsl(154, 50.9%, 17.6%)',
|
|
290
|
+
'hsl(153, 51.8%, 21.8%)',
|
|
291
|
+
'hsl(151, 51.7%, 28.4%)',
|
|
292
|
+
'hsl(151, 49.3%, 46.5%)',
|
|
293
|
+
'hsl(151, 50.0%, 53.2%)',
|
|
294
|
+
'hsl(137, 72.0%, 94.0%)',
|
|
295
|
+
'hsl(30, 70.0%, 7.2%)',
|
|
296
|
+
'hsl(28, 100%, 8.4%)',
|
|
297
|
+
'hsl(26, 91.1%, 11.6%)',
|
|
298
|
+
'hsl(25, 88.3%, 14.1%)',
|
|
299
|
+
'hsl(24, 87.6%, 16.6%)',
|
|
300
|
+
'hsl(24, 88.6%, 19.8%)',
|
|
301
|
+
'hsl(24, 92.4%, 24.0%)',
|
|
302
|
+
'hsl(25, 100%, 29.0%)',
|
|
303
|
+
'hsl(24, 100%, 58.5%)',
|
|
304
|
+
'hsl(24, 100%, 62.2%)',
|
|
305
|
+
'hsl(24, 97.0%, 93.2%)',
|
|
306
|
+
'hsl(318, 25.0%, 9.6%)',
|
|
307
|
+
'hsl(319, 32.2%, 11.6%)',
|
|
308
|
+
'hsl(319, 41.0%, 16.0%)',
|
|
309
|
+
'hsl(320, 45.4%, 18.7%)',
|
|
310
|
+
'hsl(320, 49.0%, 21.1%)',
|
|
311
|
+
'hsl(321, 53.6%, 24.4%)',
|
|
312
|
+
'hsl(321, 61.1%, 29.7%)',
|
|
313
|
+
'hsl(322, 74.9%, 37.5%)',
|
|
314
|
+
'hsl(323, 72.8%, 59.2%)',
|
|
315
|
+
'hsl(325, 90.0%, 66.4%)',
|
|
316
|
+
'hsl(322, 90.0%, 95.8%)',
|
|
317
|
+
'hsl(284, 20.0%, 9.6%)',
|
|
318
|
+
'hsl(283, 30.0%, 11.8%)',
|
|
319
|
+
'hsl(281, 37.5%, 16.5%)',
|
|
320
|
+
'hsl(280, 41.2%, 20.0%)',
|
|
321
|
+
'hsl(279, 43.8%, 23.3%)',
|
|
322
|
+
'hsl(277, 46.4%, 27.5%)',
|
|
323
|
+
'hsl(275, 49.3%, 34.6%)',
|
|
324
|
+
'hsl(272, 52.1%, 45.9%)',
|
|
325
|
+
'hsl(273, 57.3%, 59.1%)',
|
|
326
|
+
'hsl(275, 80.0%, 71.0%)',
|
|
327
|
+
'hsl(279, 75.0%, 95.7%)',
|
|
328
|
+
'hsl(353, 23.0%, 9.8%)',
|
|
329
|
+
'hsl(357, 34.4%, 12.0%)',
|
|
330
|
+
'hsl(356, 43.4%, 16.4%)',
|
|
331
|
+
'hsl(356, 47.6%, 19.2%)',
|
|
332
|
+
'hsl(356, 51.1%, 21.9%)',
|
|
333
|
+
'hsl(356, 55.2%, 25.9%)',
|
|
334
|
+
'hsl(357, 60.2%, 31.8%)',
|
|
335
|
+
'hsl(358, 65.0%, 40.4%)',
|
|
336
|
+
'hsl(358, 85.3%, 64.0%)',
|
|
337
|
+
'hsl(358, 100%, 69.5%)',
|
|
338
|
+
'hsl(351, 89.0%, 96.0%)',
|
|
339
|
+
'hsl(45, 100%, 5.5%)',
|
|
340
|
+
'hsl(46, 100%, 6.7%)',
|
|
341
|
+
'hsl(45, 100%, 8.7%)',
|
|
342
|
+
'hsl(45, 100%, 10.4%)',
|
|
343
|
+
'hsl(47, 100%, 12.1%)',
|
|
344
|
+
'hsl(49, 100%, 14.3%)',
|
|
345
|
+
'hsl(49, 90.3%, 18.4%)',
|
|
346
|
+
'hsl(50, 100%, 22.0%)',
|
|
347
|
+
'hsl(54, 100%, 68.0%)',
|
|
348
|
+
'hsl(48, 100%, 47.0%)',
|
|
349
|
+
'hsl(53, 100%, 91.0%)',
|
|
350
|
+
'rgba(0,0,0,0.3)',
|
|
351
|
+
'rgba(0,0,0,0.2)',
|
|
352
|
+
'hsla(24, 70.0%, 99.0%, 0)',
|
|
353
|
+
'hsla(15, 60.0%, 17.0%, 0)',
|
|
354
|
+
'hsla(60, 54.0%, 98.5%, 0)',
|
|
355
|
+
'hsla(40, 55.0%, 13.5%, 0)',
|
|
356
|
+
'hsla(136, 50.0%, 98.9%, 0)',
|
|
357
|
+
'hsla(155, 40.0%, 14.0%, 0)',
|
|
358
|
+
'hsla(206, 100%, 99.2%, 0)',
|
|
359
|
+
'hsla(211, 100%, 15.0%, 0)',
|
|
360
|
+
'hsla(280, 65.0%, 99.4%, 0)',
|
|
361
|
+
'hsla(272, 66.0%, 16.0%, 0)',
|
|
362
|
+
'hsla(322, 100%, 99.4%, 0)',
|
|
363
|
+
'hsla(320, 70.0%, 13.5%, 0)',
|
|
364
|
+
'hsla(359, 100%, 99.4%, 0)',
|
|
365
|
+
'hsla(354, 50.0%, 14.6%, 0)',
|
|
366
|
+
'hsla(30, 70.0%, 7.2%, 0)',
|
|
367
|
+
'hsla(24, 97.0%, 93.2%, 0)',
|
|
368
|
+
'hsla(45, 100%, 5.5%, 0)',
|
|
369
|
+
'hsla(53, 100%, 91.0%, 0)',
|
|
370
|
+
'hsla(146, 30.0%, 7.4%, 0)',
|
|
371
|
+
'hsla(137, 72.0%, 94.0%, 0)',
|
|
372
|
+
'hsla(212, 35.0%, 9.2%, 0)',
|
|
373
|
+
'hsla(206, 98.0%, 95.8%, 0)',
|
|
374
|
+
'hsla(284, 20.0%, 9.6%, 0)',
|
|
375
|
+
'hsla(279, 75.0%, 95.7%, 0)',
|
|
376
|
+
'hsla(318, 25.0%, 9.6%, 0)',
|
|
377
|
+
'hsla(322, 90.0%, 95.8%, 0)',
|
|
378
|
+
'hsla(353, 23.0%, 9.8%, 0)',
|
|
379
|
+
'hsla(351, 89.0%, 96.0%, 0)',
|
|
380
|
+
'rgba(0,0,0,0.5)',
|
|
381
|
+
'rgba(0,0,0,0.9)',
|
|
382
|
+
]
|
|
383
|
+
|
|
384
|
+
const ks = [
|
|
385
|
+
'color1',
|
|
386
|
+
'color2',
|
|
387
|
+
'color3',
|
|
388
|
+
'color4',
|
|
389
|
+
'color5',
|
|
390
|
+
'color6',
|
|
391
|
+
'color7',
|
|
392
|
+
'color8',
|
|
393
|
+
'color9',
|
|
394
|
+
'color10',
|
|
395
|
+
'color11',
|
|
396
|
+
'color12',
|
|
397
|
+
'background',
|
|
398
|
+
'backgroundHover',
|
|
399
|
+
'backgroundPress',
|
|
400
|
+
'backgroundFocus',
|
|
401
|
+
'backgroundStrong',
|
|
402
|
+
'backgroundTransparent',
|
|
403
|
+
'color',
|
|
404
|
+
'colorHover',
|
|
405
|
+
'colorPress',
|
|
406
|
+
'colorFocus',
|
|
407
|
+
'colorTransparent',
|
|
408
|
+
'borderColor',
|
|
409
|
+
'borderColorHover',
|
|
410
|
+
'borderColorFocus',
|
|
411
|
+
'borderColorPress',
|
|
412
|
+
'placeholderColor',
|
|
413
|
+
'blue1',
|
|
414
|
+
'blue2',
|
|
415
|
+
'blue3',
|
|
416
|
+
'blue4',
|
|
417
|
+
'blue5',
|
|
418
|
+
'blue6',
|
|
419
|
+
'blue7',
|
|
420
|
+
'blue8',
|
|
421
|
+
'blue9',
|
|
422
|
+
'blue10',
|
|
423
|
+
'blue11',
|
|
424
|
+
'blue12',
|
|
425
|
+
'gray1',
|
|
426
|
+
'gray2',
|
|
427
|
+
'gray3',
|
|
428
|
+
'gray4',
|
|
429
|
+
'gray5',
|
|
430
|
+
'gray6',
|
|
431
|
+
'gray7',
|
|
432
|
+
'gray8',
|
|
433
|
+
'gray9',
|
|
434
|
+
'gray10',
|
|
435
|
+
'gray11',
|
|
436
|
+
'gray12',
|
|
437
|
+
'green1',
|
|
438
|
+
'green2',
|
|
439
|
+
'green3',
|
|
440
|
+
'green4',
|
|
441
|
+
'green5',
|
|
442
|
+
'green6',
|
|
443
|
+
'green7',
|
|
444
|
+
'green8',
|
|
445
|
+
'green9',
|
|
446
|
+
'green10',
|
|
447
|
+
'green11',
|
|
448
|
+
'green12',
|
|
449
|
+
'orange1',
|
|
450
|
+
'orange2',
|
|
451
|
+
'orange3',
|
|
452
|
+
'orange4',
|
|
453
|
+
'orange5',
|
|
454
|
+
'orange6',
|
|
455
|
+
'orange7',
|
|
456
|
+
'orange8',
|
|
457
|
+
'orange9',
|
|
458
|
+
'orange10',
|
|
459
|
+
'orange11',
|
|
460
|
+
'orange12',
|
|
461
|
+
'pink1',
|
|
462
|
+
'pink2',
|
|
463
|
+
'pink3',
|
|
464
|
+
'pink4',
|
|
465
|
+
'pink5',
|
|
466
|
+
'pink6',
|
|
467
|
+
'pink7',
|
|
468
|
+
'pink8',
|
|
469
|
+
'pink9',
|
|
470
|
+
'pink10',
|
|
471
|
+
'pink11',
|
|
472
|
+
'pink12',
|
|
473
|
+
'purple1',
|
|
474
|
+
'purple2',
|
|
475
|
+
'purple3',
|
|
476
|
+
'purple4',
|
|
477
|
+
'purple5',
|
|
478
|
+
'purple6',
|
|
479
|
+
'purple7',
|
|
480
|
+
'purple8',
|
|
481
|
+
'purple9',
|
|
482
|
+
'purple10',
|
|
483
|
+
'purple11',
|
|
484
|
+
'purple12',
|
|
485
|
+
'red1',
|
|
486
|
+
'red2',
|
|
487
|
+
'red3',
|
|
488
|
+
'red4',
|
|
489
|
+
'red5',
|
|
490
|
+
'red6',
|
|
491
|
+
'red7',
|
|
492
|
+
'red8',
|
|
493
|
+
'red9',
|
|
494
|
+
'red10',
|
|
495
|
+
'red11',
|
|
496
|
+
'red12',
|
|
497
|
+
'yellow1',
|
|
498
|
+
'yellow2',
|
|
499
|
+
'yellow3',
|
|
500
|
+
'yellow4',
|
|
501
|
+
'yellow5',
|
|
502
|
+
'yellow6',
|
|
503
|
+
'yellow7',
|
|
504
|
+
'yellow8',
|
|
505
|
+
'yellow9',
|
|
506
|
+
'yellow10',
|
|
507
|
+
'yellow11',
|
|
508
|
+
'yellow12',
|
|
509
|
+
'shadowColor',
|
|
510
|
+
'shadowColorHover',
|
|
511
|
+
'shadowColorPress',
|
|
512
|
+
'shadowColorFocus']
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
const n1 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 1],[13, 2],[14, 3],[15, 4],[16, 0],[17, 12],[18, 11],[19, 10],[20, 11],[21, 10],[22, 13],[23, 4],[24, 5],[25, 3],[26, 4],[27, 8],[28, 14],[29, 15],[30, 16],[31, 17],[32, 18],[33, 19],[34, 20],[35, 21],[36, 22],[37, 23],[38, 24],[39, 25],[40, 26],[41, 27],[42, 28],[43, 29],[44, 30],[45, 31],[46, 32],[47, 33],[48, 8],[49, 34],[50, 35],[51, 11],[52, 36],[53, 37],[54, 38],[55, 39],[56, 40],[57, 41],[58, 42],[59, 43],[60, 44],[61, 45],[62, 46],[63, 47],[64, 48],[65, 49],[66, 50],[67, 51],[68, 52],[69, 53],[70, 54],[71, 55],[72, 56],[73, 57],[74, 58],[75, 59],[76, 60],[77, 61],[78, 62],[79, 63],[80, 64],[81, 65],[82, 66],[83, 67],[84, 68],[85, 69],[86, 70],[87, 71],[88, 72],[89, 73],[90, 74],[91, 75],[92, 76],[93, 77],[94, 78],[95, 79],[96, 80],[97, 81],[98, 82],[99, 83],[100, 84],[101, 85],[102, 86],[103, 87],[104, 88],[105, 89],[106, 90],[107, 91],[108, 92],[109, 93],[110, 94],[111, 95],[112, 96],[113, 97],[114, 98],[115, 99],[116, 100],[117, 101],[118, 102],[119, 103],[120, 104],[121, 105],[122, 106],[123, 107],[124, 108],[125, 108],[126, 109],[127, 109]]) as Theme
|
|
516
|
+
|
|
517
|
+
export const light = n1 as Theme
|
|
518
|
+
const n2 = t([[0, 110],[1, 111],[2, 112],[3, 113],[4, 114],[5, 115],[6, 116],[7, 117],[8, 118],[9, 119],[10, 120],[11, 0],[12, 111],[13, 112],[14, 113],[15, 114],[16, 110],[17, 13],[18, 0],[19, 120],[20, 0],[21, 120],[22, 12],[23, 114],[24, 115],[25, 113],[26, 114],[27, 118],[28, 121],[29, 122],[30, 123],[31, 124],[32, 125],[33, 126],[34, 127],[35, 128],[36, 22],[37, 129],[38, 130],[39, 131],[40, 132],[41, 133],[42, 134],[43, 135],[44, 136],[45, 137],[46, 138],[47, 139],[48, 140],[49, 141],[50, 142],[51, 29],[52, 143],[53, 144],[54, 145],[55, 146],[56, 147],[57, 148],[58, 149],[59, 150],[60, 44],[61, 151],[62, 152],[63, 153],[64, 154],[65, 155],[66, 156],[67, 157],[68, 158],[69, 159],[70, 160],[71, 161],[72, 56],[73, 162],[74, 163],[75, 164],[76, 165],[77, 166],[78, 167],[79, 168],[80, 169],[81, 170],[82, 171],[83, 172],[84, 68],[85, 173],[86, 174],[87, 175],[88, 176],[89, 177],[90, 178],[91, 179],[92, 180],[93, 181],[94, 182],[95, 183],[96, 80],[97, 184],[98, 185],[99, 186],[100, 187],[101, 188],[102, 189],[103, 190],[104, 191],[105, 192],[106, 193],[107, 194],[108, 92],[109, 195],[110, 196],[111, 197],[112, 198],[113, 199],[114, 200],[115, 201],[116, 202],[117, 203],[118, 204],[119, 205],[120, 104],[121, 206],[122, 207],[123, 208],[124, 209],[125, 209],[126, 210],[127, 210]]) as Theme
|
|
519
|
+
|
|
520
|
+
export const dark = n2 as Theme
|
|
521
|
+
const n3 = t([[0, 48],[1, 49],[2, 50],[3, 51],[4, 52],[5, 53],[6, 55],[7, 56],[8, 57],[9, 58],[10, 59],[11, 11],[12, 49],[13, 50],[14, 51],[15, 52],[16, 48],[17, 211],[18, 11],[19, 59],[20, 11],[21, 59],[22, 212],[23, 51],[24, 52],[25, 51],[26, 51],[27, 57]]) as Theme
|
|
522
|
+
|
|
523
|
+
export const light_orange = n3 as Theme
|
|
524
|
+
const n4 = t([[0, 96],[1, 97],[2, 98],[3, 99],[4, 100],[5, 101],[6, 103],[7, 104],[8, 105],[9, 106],[10, 107],[11, 11],[12, 97],[13, 98],[14, 99],[15, 100],[16, 96],[17, 213],[18, 11],[19, 107],[20, 11],[21, 107],[22, 214],[23, 99],[24, 100],[25, 99],[26, 99],[27, 105]]) as Theme
|
|
525
|
+
|
|
526
|
+
export const light_yellow = n4 as Theme
|
|
527
|
+
const n5 = t([[0, 36],[1, 37],[2, 38],[3, 39],[4, 40],[5, 41],[6, 43],[7, 44],[8, 45],[9, 46],[10, 47],[11, 11],[12, 37],[13, 38],[14, 39],[15, 40],[16, 36],[17, 215],[18, 11],[19, 47],[20, 11],[21, 47],[22, 216],[23, 39],[24, 40],[25, 39],[26, 39],[27, 45]]) as Theme
|
|
528
|
+
|
|
529
|
+
export const light_green = n5 as Theme
|
|
530
|
+
const n6 = t([[0, 14],[1, 15],[2, 16],[3, 17],[4, 18],[5, 19],[6, 21],[7, 22],[8, 23],[9, 24],[10, 25],[11, 11],[12, 15],[13, 16],[14, 17],[15, 18],[16, 14],[17, 217],[18, 11],[19, 25],[20, 11],[21, 25],[22, 218],[23, 17],[24, 18],[25, 17],[26, 17],[27, 23]]) as Theme
|
|
531
|
+
|
|
532
|
+
export const light_blue = n6 as Theme
|
|
533
|
+
const n7 = t([[0, 72],[1, 73],[2, 74],[3, 75],[4, 76],[5, 77],[6, 79],[7, 80],[8, 81],[9, 82],[10, 83],[11, 11],[12, 73],[13, 74],[14, 75],[15, 76],[16, 72],[17, 219],[18, 11],[19, 83],[20, 11],[21, 83],[22, 220],[23, 75],[24, 76],[25, 75],[26, 75],[27, 81]]) as Theme
|
|
534
|
+
|
|
535
|
+
export const light_purple = n7 as Theme
|
|
536
|
+
const n8 = t([[0, 60],[1, 61],[2, 62],[3, 63],[4, 64],[5, 65],[6, 67],[7, 68],[8, 69],[9, 70],[10, 71],[11, 11],[12, 61],[13, 62],[14, 63],[15, 64],[16, 60],[17, 221],[18, 11],[19, 71],[20, 11],[21, 71],[22, 222],[23, 63],[24, 64],[25, 63],[26, 63],[27, 69]]) as Theme
|
|
537
|
+
|
|
538
|
+
export const light_pink = n8 as Theme
|
|
539
|
+
const n9 = t([[0, 84],[1, 85],[2, 86],[3, 87],[4, 88],[5, 89],[6, 91],[7, 92],[8, 93],[9, 94],[10, 95],[11, 11],[12, 85],[13, 86],[14, 87],[15, 88],[16, 84],[17, 223],[18, 11],[19, 95],[20, 11],[21, 95],[22, 224],[23, 87],[24, 88],[25, 87],[26, 87],[27, 93]]) as Theme
|
|
540
|
+
|
|
541
|
+
export const light_red = n9 as Theme
|
|
542
|
+
const n10 = t([[0, 154],[1, 155],[2, 156],[3, 157],[4, 158],[5, 159],[6, 161],[7, 56],[8, 162],[9, 163],[10, 164],[11, 0],[12, 155],[13, 156],[14, 157],[15, 158],[16, 154],[17, 225],[18, 0],[19, 164],[20, 0],[21, 164],[22, 226],[23, 158],[24, 159],[25, 157],[26, 158],[27, 162]]) as Theme
|
|
543
|
+
|
|
544
|
+
export const dark_orange = n10 as Theme
|
|
545
|
+
export const dark_orange_ListItem = n10 as Theme
|
|
546
|
+
const n11 = t([[0, 198],[1, 199],[2, 200],[3, 201],[4, 202],[5, 203],[6, 205],[7, 104],[8, 206],[9, 207],[10, 208],[11, 0],[12, 199],[13, 200],[14, 201],[15, 202],[16, 198],[17, 227],[18, 0],[19, 208],[20, 0],[21, 208],[22, 228],[23, 202],[24, 203],[25, 201],[26, 202],[27, 206]]) as Theme
|
|
547
|
+
|
|
548
|
+
export const dark_yellow = n11 as Theme
|
|
549
|
+
export const dark_yellow_ListItem = n11 as Theme
|
|
550
|
+
const n12 = t([[0, 143],[1, 144],[2, 145],[3, 146],[4, 147],[5, 148],[6, 150],[7, 44],[8, 151],[9, 152],[10, 153],[11, 0],[12, 144],[13, 145],[14, 146],[15, 147],[16, 143],[17, 229],[18, 0],[19, 153],[20, 0],[21, 153],[22, 230],[23, 147],[24, 148],[25, 146],[26, 147],[27, 151]]) as Theme
|
|
551
|
+
|
|
552
|
+
export const dark_green = n12 as Theme
|
|
553
|
+
export const dark_green_ListItem = n12 as Theme
|
|
554
|
+
const n13 = t([[0, 121],[1, 122],[2, 123],[3, 124],[4, 125],[5, 126],[6, 128],[7, 22],[8, 129],[9, 130],[10, 131],[11, 0],[12, 122],[13, 123],[14, 124],[15, 125],[16, 121],[17, 231],[18, 0],[19, 131],[20, 0],[21, 131],[22, 232],[23, 125],[24, 126],[25, 124],[26, 125],[27, 129]]) as Theme
|
|
555
|
+
|
|
556
|
+
export const dark_blue = n13 as Theme
|
|
557
|
+
export const dark_blue_ListItem = n13 as Theme
|
|
558
|
+
const n14 = t([[0, 176],[1, 177],[2, 178],[3, 179],[4, 180],[5, 181],[6, 183],[7, 80],[8, 184],[9, 185],[10, 186],[11, 0],[12, 177],[13, 178],[14, 179],[15, 180],[16, 176],[17, 233],[18, 0],[19, 186],[20, 0],[21, 186],[22, 234],[23, 180],[24, 181],[25, 179],[26, 180],[27, 184]]) as Theme
|
|
559
|
+
|
|
560
|
+
export const dark_purple = n14 as Theme
|
|
561
|
+
export const dark_purple_ListItem = n14 as Theme
|
|
562
|
+
const n15 = t([[0, 165],[1, 166],[2, 167],[3, 168],[4, 169],[5, 170],[6, 172],[7, 68],[8, 173],[9, 174],[10, 175],[11, 0],[12, 166],[13, 167],[14, 168],[15, 169],[16, 165],[17, 235],[18, 0],[19, 175],[20, 0],[21, 175],[22, 236],[23, 169],[24, 170],[25, 168],[26, 169],[27, 173]]) as Theme
|
|
563
|
+
|
|
564
|
+
export const dark_pink = n15 as Theme
|
|
565
|
+
export const dark_pink_ListItem = n15 as Theme
|
|
566
|
+
const n16 = t([[0, 187],[1, 188],[2, 189],[3, 190],[4, 191],[5, 192],[6, 194],[7, 92],[8, 195],[9, 196],[10, 197],[11, 0],[12, 188],[13, 189],[14, 190],[15, 191],[16, 187],[17, 237],[18, 0],[19, 197],[20, 0],[21, 197],[22, 238],[23, 191],[24, 192],[25, 190],[26, 191],[27, 195]]) as Theme
|
|
567
|
+
|
|
568
|
+
export const dark_red = n16 as Theme
|
|
569
|
+
export const dark_red_ListItem = n16 as Theme
|
|
570
|
+
const n17 = t([[12, 239]]) as Theme
|
|
571
|
+
|
|
572
|
+
export const light_SheetOverlay = n17 as Theme
|
|
573
|
+
export const light_DialogOverlay = n17 as Theme
|
|
574
|
+
export const light_ModalOverlay = n17 as Theme
|
|
575
|
+
export const light_orange_SheetOverlay = n17 as Theme
|
|
576
|
+
export const light_orange_DialogOverlay = n17 as Theme
|
|
577
|
+
export const light_orange_ModalOverlay = n17 as Theme
|
|
578
|
+
export const light_yellow_SheetOverlay = n17 as Theme
|
|
579
|
+
export const light_yellow_DialogOverlay = n17 as Theme
|
|
580
|
+
export const light_yellow_ModalOverlay = n17 as Theme
|
|
581
|
+
export const light_green_SheetOverlay = n17 as Theme
|
|
582
|
+
export const light_green_DialogOverlay = n17 as Theme
|
|
583
|
+
export const light_green_ModalOverlay = n17 as Theme
|
|
584
|
+
export const light_blue_SheetOverlay = n17 as Theme
|
|
585
|
+
export const light_blue_DialogOverlay = n17 as Theme
|
|
586
|
+
export const light_blue_ModalOverlay = n17 as Theme
|
|
587
|
+
export const light_purple_SheetOverlay = n17 as Theme
|
|
588
|
+
export const light_purple_DialogOverlay = n17 as Theme
|
|
589
|
+
export const light_purple_ModalOverlay = n17 as Theme
|
|
590
|
+
export const light_pink_SheetOverlay = n17 as Theme
|
|
591
|
+
export const light_pink_DialogOverlay = n17 as Theme
|
|
592
|
+
export const light_pink_ModalOverlay = n17 as Theme
|
|
593
|
+
export const light_red_SheetOverlay = n17 as Theme
|
|
594
|
+
export const light_red_DialogOverlay = n17 as Theme
|
|
595
|
+
export const light_red_ModalOverlay = n17 as Theme
|
|
596
|
+
export const light_alt1_SheetOverlay = n17 as Theme
|
|
597
|
+
export const light_alt1_DialogOverlay = n17 as Theme
|
|
598
|
+
export const light_alt1_ModalOverlay = n17 as Theme
|
|
599
|
+
export const light_alt2_SheetOverlay = n17 as Theme
|
|
600
|
+
export const light_alt2_DialogOverlay = n17 as Theme
|
|
601
|
+
export const light_alt2_ModalOverlay = n17 as Theme
|
|
602
|
+
export const light_active_SheetOverlay = n17 as Theme
|
|
603
|
+
export const light_active_DialogOverlay = n17 as Theme
|
|
604
|
+
export const light_active_ModalOverlay = n17 as Theme
|
|
605
|
+
export const light_orange_alt1_SheetOverlay = n17 as Theme
|
|
606
|
+
export const light_orange_alt1_DialogOverlay = n17 as Theme
|
|
607
|
+
export const light_orange_alt1_ModalOverlay = n17 as Theme
|
|
608
|
+
export const light_orange_alt2_SheetOverlay = n17 as Theme
|
|
609
|
+
export const light_orange_alt2_DialogOverlay = n17 as Theme
|
|
610
|
+
export const light_orange_alt2_ModalOverlay = n17 as Theme
|
|
611
|
+
export const light_orange_active_SheetOverlay = n17 as Theme
|
|
612
|
+
export const light_orange_active_DialogOverlay = n17 as Theme
|
|
613
|
+
export const light_orange_active_ModalOverlay = n17 as Theme
|
|
614
|
+
export const light_yellow_alt1_SheetOverlay = n17 as Theme
|
|
615
|
+
export const light_yellow_alt1_DialogOverlay = n17 as Theme
|
|
616
|
+
export const light_yellow_alt1_ModalOverlay = n17 as Theme
|
|
617
|
+
export const light_yellow_alt2_SheetOverlay = n17 as Theme
|
|
618
|
+
export const light_yellow_alt2_DialogOverlay = n17 as Theme
|
|
619
|
+
export const light_yellow_alt2_ModalOverlay = n17 as Theme
|
|
620
|
+
export const light_yellow_active_SheetOverlay = n17 as Theme
|
|
621
|
+
export const light_yellow_active_DialogOverlay = n17 as Theme
|
|
622
|
+
export const light_yellow_active_ModalOverlay = n17 as Theme
|
|
623
|
+
export const light_green_alt1_SheetOverlay = n17 as Theme
|
|
624
|
+
export const light_green_alt1_DialogOverlay = n17 as Theme
|
|
625
|
+
export const light_green_alt1_ModalOverlay = n17 as Theme
|
|
626
|
+
export const light_green_alt2_SheetOverlay = n17 as Theme
|
|
627
|
+
export const light_green_alt2_DialogOverlay = n17 as Theme
|
|
628
|
+
export const light_green_alt2_ModalOverlay = n17 as Theme
|
|
629
|
+
export const light_green_active_SheetOverlay = n17 as Theme
|
|
630
|
+
export const light_green_active_DialogOverlay = n17 as Theme
|
|
631
|
+
export const light_green_active_ModalOverlay = n17 as Theme
|
|
632
|
+
export const light_blue_alt1_SheetOverlay = n17 as Theme
|
|
633
|
+
export const light_blue_alt1_DialogOverlay = n17 as Theme
|
|
634
|
+
export const light_blue_alt1_ModalOverlay = n17 as Theme
|
|
635
|
+
export const light_blue_alt2_SheetOverlay = n17 as Theme
|
|
636
|
+
export const light_blue_alt2_DialogOverlay = n17 as Theme
|
|
637
|
+
export const light_blue_alt2_ModalOverlay = n17 as Theme
|
|
638
|
+
export const light_blue_active_SheetOverlay = n17 as Theme
|
|
639
|
+
export const light_blue_active_DialogOverlay = n17 as Theme
|
|
640
|
+
export const light_blue_active_ModalOverlay = n17 as Theme
|
|
641
|
+
export const light_purple_alt1_SheetOverlay = n17 as Theme
|
|
642
|
+
export const light_purple_alt1_DialogOverlay = n17 as Theme
|
|
643
|
+
export const light_purple_alt1_ModalOverlay = n17 as Theme
|
|
644
|
+
export const light_purple_alt2_SheetOverlay = n17 as Theme
|
|
645
|
+
export const light_purple_alt2_DialogOverlay = n17 as Theme
|
|
646
|
+
export const light_purple_alt2_ModalOverlay = n17 as Theme
|
|
647
|
+
export const light_purple_active_SheetOverlay = n17 as Theme
|
|
648
|
+
export const light_purple_active_DialogOverlay = n17 as Theme
|
|
649
|
+
export const light_purple_active_ModalOverlay = n17 as Theme
|
|
650
|
+
export const light_pink_alt1_SheetOverlay = n17 as Theme
|
|
651
|
+
export const light_pink_alt1_DialogOverlay = n17 as Theme
|
|
652
|
+
export const light_pink_alt1_ModalOverlay = n17 as Theme
|
|
653
|
+
export const light_pink_alt2_SheetOverlay = n17 as Theme
|
|
654
|
+
export const light_pink_alt2_DialogOverlay = n17 as Theme
|
|
655
|
+
export const light_pink_alt2_ModalOverlay = n17 as Theme
|
|
656
|
+
export const light_pink_active_SheetOverlay = n17 as Theme
|
|
657
|
+
export const light_pink_active_DialogOverlay = n17 as Theme
|
|
658
|
+
export const light_pink_active_ModalOverlay = n17 as Theme
|
|
659
|
+
export const light_red_alt1_SheetOverlay = n17 as Theme
|
|
660
|
+
export const light_red_alt1_DialogOverlay = n17 as Theme
|
|
661
|
+
export const light_red_alt1_ModalOverlay = n17 as Theme
|
|
662
|
+
export const light_red_alt2_SheetOverlay = n17 as Theme
|
|
663
|
+
export const light_red_alt2_DialogOverlay = n17 as Theme
|
|
664
|
+
export const light_red_alt2_ModalOverlay = n17 as Theme
|
|
665
|
+
export const light_red_active_SheetOverlay = n17 as Theme
|
|
666
|
+
export const light_red_active_DialogOverlay = n17 as Theme
|
|
667
|
+
export const light_red_active_ModalOverlay = n17 as Theme
|
|
668
|
+
const n18 = t([[12, 240]]) as Theme
|
|
669
|
+
|
|
670
|
+
export const dark_SheetOverlay = n18 as Theme
|
|
671
|
+
export const dark_DialogOverlay = n18 as Theme
|
|
672
|
+
export const dark_ModalOverlay = n18 as Theme
|
|
673
|
+
export const dark_orange_SheetOverlay = n18 as Theme
|
|
674
|
+
export const dark_orange_DialogOverlay = n18 as Theme
|
|
675
|
+
export const dark_orange_ModalOverlay = n18 as Theme
|
|
676
|
+
export const dark_yellow_SheetOverlay = n18 as Theme
|
|
677
|
+
export const dark_yellow_DialogOverlay = n18 as Theme
|
|
678
|
+
export const dark_yellow_ModalOverlay = n18 as Theme
|
|
679
|
+
export const dark_green_SheetOverlay = n18 as Theme
|
|
680
|
+
export const dark_green_DialogOverlay = n18 as Theme
|
|
681
|
+
export const dark_green_ModalOverlay = n18 as Theme
|
|
682
|
+
export const dark_blue_SheetOverlay = n18 as Theme
|
|
683
|
+
export const dark_blue_DialogOverlay = n18 as Theme
|
|
684
|
+
export const dark_blue_ModalOverlay = n18 as Theme
|
|
685
|
+
export const dark_purple_SheetOverlay = n18 as Theme
|
|
686
|
+
export const dark_purple_DialogOverlay = n18 as Theme
|
|
687
|
+
export const dark_purple_ModalOverlay = n18 as Theme
|
|
688
|
+
export const dark_pink_SheetOverlay = n18 as Theme
|
|
689
|
+
export const dark_pink_DialogOverlay = n18 as Theme
|
|
690
|
+
export const dark_pink_ModalOverlay = n18 as Theme
|
|
691
|
+
export const dark_red_SheetOverlay = n18 as Theme
|
|
692
|
+
export const dark_red_DialogOverlay = n18 as Theme
|
|
693
|
+
export const dark_red_ModalOverlay = n18 as Theme
|
|
694
|
+
export const dark_alt1_SheetOverlay = n18 as Theme
|
|
695
|
+
export const dark_alt1_DialogOverlay = n18 as Theme
|
|
696
|
+
export const dark_alt1_ModalOverlay = n18 as Theme
|
|
697
|
+
export const dark_alt2_SheetOverlay = n18 as Theme
|
|
698
|
+
export const dark_alt2_DialogOverlay = n18 as Theme
|
|
699
|
+
export const dark_alt2_ModalOverlay = n18 as Theme
|
|
700
|
+
export const dark_active_SheetOverlay = n18 as Theme
|
|
701
|
+
export const dark_active_DialogOverlay = n18 as Theme
|
|
702
|
+
export const dark_active_ModalOverlay = n18 as Theme
|
|
703
|
+
export const dark_orange_alt1_SheetOverlay = n18 as Theme
|
|
704
|
+
export const dark_orange_alt1_DialogOverlay = n18 as Theme
|
|
705
|
+
export const dark_orange_alt1_ModalOverlay = n18 as Theme
|
|
706
|
+
export const dark_orange_alt2_SheetOverlay = n18 as Theme
|
|
707
|
+
export const dark_orange_alt2_DialogOverlay = n18 as Theme
|
|
708
|
+
export const dark_orange_alt2_ModalOverlay = n18 as Theme
|
|
709
|
+
export const dark_orange_active_SheetOverlay = n18 as Theme
|
|
710
|
+
export const dark_orange_active_DialogOverlay = n18 as Theme
|
|
711
|
+
export const dark_orange_active_ModalOverlay = n18 as Theme
|
|
712
|
+
export const dark_yellow_alt1_SheetOverlay = n18 as Theme
|
|
713
|
+
export const dark_yellow_alt1_DialogOverlay = n18 as Theme
|
|
714
|
+
export const dark_yellow_alt1_ModalOverlay = n18 as Theme
|
|
715
|
+
export const dark_yellow_alt2_SheetOverlay = n18 as Theme
|
|
716
|
+
export const dark_yellow_alt2_DialogOverlay = n18 as Theme
|
|
717
|
+
export const dark_yellow_alt2_ModalOverlay = n18 as Theme
|
|
718
|
+
export const dark_yellow_active_SheetOverlay = n18 as Theme
|
|
719
|
+
export const dark_yellow_active_DialogOverlay = n18 as Theme
|
|
720
|
+
export const dark_yellow_active_ModalOverlay = n18 as Theme
|
|
721
|
+
export const dark_green_alt1_SheetOverlay = n18 as Theme
|
|
722
|
+
export const dark_green_alt1_DialogOverlay = n18 as Theme
|
|
723
|
+
export const dark_green_alt1_ModalOverlay = n18 as Theme
|
|
724
|
+
export const dark_green_alt2_SheetOverlay = n18 as Theme
|
|
725
|
+
export const dark_green_alt2_DialogOverlay = n18 as Theme
|
|
726
|
+
export const dark_green_alt2_ModalOverlay = n18 as Theme
|
|
727
|
+
export const dark_green_active_SheetOverlay = n18 as Theme
|
|
728
|
+
export const dark_green_active_DialogOverlay = n18 as Theme
|
|
729
|
+
export const dark_green_active_ModalOverlay = n18 as Theme
|
|
730
|
+
export const dark_blue_alt1_SheetOverlay = n18 as Theme
|
|
731
|
+
export const dark_blue_alt1_DialogOverlay = n18 as Theme
|
|
732
|
+
export const dark_blue_alt1_ModalOverlay = n18 as Theme
|
|
733
|
+
export const dark_blue_alt2_SheetOverlay = n18 as Theme
|
|
734
|
+
export const dark_blue_alt2_DialogOverlay = n18 as Theme
|
|
735
|
+
export const dark_blue_alt2_ModalOverlay = n18 as Theme
|
|
736
|
+
export const dark_blue_active_SheetOverlay = n18 as Theme
|
|
737
|
+
export const dark_blue_active_DialogOverlay = n18 as Theme
|
|
738
|
+
export const dark_blue_active_ModalOverlay = n18 as Theme
|
|
739
|
+
export const dark_purple_alt1_SheetOverlay = n18 as Theme
|
|
740
|
+
export const dark_purple_alt1_DialogOverlay = n18 as Theme
|
|
741
|
+
export const dark_purple_alt1_ModalOverlay = n18 as Theme
|
|
742
|
+
export const dark_purple_alt2_SheetOverlay = n18 as Theme
|
|
743
|
+
export const dark_purple_alt2_DialogOverlay = n18 as Theme
|
|
744
|
+
export const dark_purple_alt2_ModalOverlay = n18 as Theme
|
|
745
|
+
export const dark_purple_active_SheetOverlay = n18 as Theme
|
|
746
|
+
export const dark_purple_active_DialogOverlay = n18 as Theme
|
|
747
|
+
export const dark_purple_active_ModalOverlay = n18 as Theme
|
|
748
|
+
export const dark_pink_alt1_SheetOverlay = n18 as Theme
|
|
749
|
+
export const dark_pink_alt1_DialogOverlay = n18 as Theme
|
|
750
|
+
export const dark_pink_alt1_ModalOverlay = n18 as Theme
|
|
751
|
+
export const dark_pink_alt2_SheetOverlay = n18 as Theme
|
|
752
|
+
export const dark_pink_alt2_DialogOverlay = n18 as Theme
|
|
753
|
+
export const dark_pink_alt2_ModalOverlay = n18 as Theme
|
|
754
|
+
export const dark_pink_active_SheetOverlay = n18 as Theme
|
|
755
|
+
export const dark_pink_active_DialogOverlay = n18 as Theme
|
|
756
|
+
export const dark_pink_active_ModalOverlay = n18 as Theme
|
|
757
|
+
export const dark_red_alt1_SheetOverlay = n18 as Theme
|
|
758
|
+
export const dark_red_alt1_DialogOverlay = n18 as Theme
|
|
759
|
+
export const dark_red_alt1_ModalOverlay = n18 as Theme
|
|
760
|
+
export const dark_red_alt2_SheetOverlay = n18 as Theme
|
|
761
|
+
export const dark_red_alt2_DialogOverlay = n18 as Theme
|
|
762
|
+
export const dark_red_alt2_ModalOverlay = n18 as Theme
|
|
763
|
+
export const dark_red_active_SheetOverlay = n18 as Theme
|
|
764
|
+
export const dark_red_active_DialogOverlay = n18 as Theme
|
|
765
|
+
export const dark_red_active_ModalOverlay = n18 as Theme
|
|
766
|
+
const n19 = t([[0, 1],[1, 2],[2, 3],[3, 4],[4, 5],[5, 6],[6, 7],[7, 8],[8, 9],[9, 10],[10, 11],[11, 11],[12, 2],[13, 3],[14, 4],[15, 5],[16, 1],[17, 0],[18, 10],[19, 9],[20, 10],[21, 9],[22, 11],[23, 5],[24, 6],[25, 4],[26, 5],[27, 7]]) as Theme
|
|
767
|
+
|
|
768
|
+
export const light_alt1 = n19 as Theme
|
|
769
|
+
const n20 = t([[0, 2],[1, 3],[2, 4],[3, 5],[4, 6],[5, 7],[6, 8],[7, 9],[8, 10],[9, 11],[10, 11],[11, 11],[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 9],[19, 8],[20, 9],[21, 8],[22, 10],[23, 5],[24, 6],[25, 4],[26, 5],[27, 6]]) as Theme
|
|
770
|
+
|
|
771
|
+
export const light_alt2 = n20 as Theme
|
|
772
|
+
const n21 = t([[0, 3],[1, 4],[2, 5],[3, 6],[4, 7],[5, 8],[6, 9],[7, 10],[8, 11],[9, 13],[10, 13],[11, 13],[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[19, 7],[20, 8],[21, 7],[22, 9],[23, 6],[24, 7],[25, 5],[26, 6],[27, 5]]) as Theme
|
|
773
|
+
|
|
774
|
+
export const light_active = n21 as Theme
|
|
775
|
+
const n22 = t([[0, 111],[1, 112],[2, 113],[3, 114],[4, 115],[5, 116],[6, 117],[7, 118],[8, 119],[9, 120],[10, 0],[11, 0],[12, 112],[13, 113],[14, 114],[15, 115],[16, 111],[17, 110],[18, 120],[19, 119],[20, 120],[21, 119],[22, 0],[23, 115],[24, 116],[25, 114],[26, 115],[27, 117]]) as Theme
|
|
776
|
+
|
|
777
|
+
export const dark_alt1 = n22 as Theme
|
|
778
|
+
export const dark_alt1_ListItem = n22 as Theme
|
|
779
|
+
const n23 = t([[0, 112],[1, 113],[2, 114],[3, 115],[4, 116],[5, 117],[6, 118],[7, 119],[8, 120],[9, 0],[10, 0],[11, 0],[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 119],[19, 118],[20, 119],[21, 118],[22, 120],[23, 115],[24, 116],[25, 114],[26, 115],[27, 116]]) as Theme
|
|
780
|
+
|
|
781
|
+
export const dark_alt2 = n23 as Theme
|
|
782
|
+
export const dark_alt2_ListItem = n23 as Theme
|
|
783
|
+
const n24 = t([[0, 113],[1, 114],[2, 115],[3, 116],[4, 117],[5, 118],[6, 119],[7, 120],[8, 0],[9, 12],[10, 12],[11, 12],[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[19, 117],[20, 118],[21, 117],[22, 119],[23, 116],[24, 117],[25, 115],[26, 116],[27, 115]]) as Theme
|
|
784
|
+
|
|
785
|
+
export const dark_active = n24 as Theme
|
|
786
|
+
export const dark_active_ListItem = n24 as Theme
|
|
787
|
+
const n25 = t([[0, 49],[1, 50],[2, 51],[3, 52],[4, 53],[5, 55],[6, 56],[7, 57],[8, 58],[9, 59],[10, 11],[11, 11],[12, 50],[13, 51],[14, 52],[15, 53],[16, 49],[17, 48],[18, 59],[19, 58],[20, 59],[21, 58],[22, 11],[23, 52],[24, 53],[25, 52],[26, 52],[27, 56]]) as Theme
|
|
788
|
+
|
|
789
|
+
export const light_orange_alt1 = n25 as Theme
|
|
790
|
+
const n26 = t([[0, 50],[1, 51],[2, 52],[3, 53],[4, 55],[5, 56],[6, 57],[7, 58],[8, 59],[9, 11],[10, 11],[11, 11],[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 58],[19, 57],[20, 58],[21, 57],[22, 59],[23, 52],[24, 53],[25, 52],[26, 52],[27, 55]]) as Theme
|
|
791
|
+
|
|
792
|
+
export const light_orange_alt2 = n26 as Theme
|
|
793
|
+
const n27 = t([[0, 51],[1, 52],[2, 53],[3, 55],[4, 56],[5, 57],[6, 58],[7, 59],[8, 11],[9, 212],[10, 212],[11, 212],[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[19, 56],[20, 57],[21, 56],[22, 58],[23, 53],[24, 55],[25, 53],[26, 53],[27, 53]]) as Theme
|
|
794
|
+
|
|
795
|
+
export const light_orange_active = n27 as Theme
|
|
796
|
+
const n28 = t([[0, 97],[1, 98],[2, 99],[3, 100],[4, 101],[5, 103],[6, 104],[7, 105],[8, 106],[9, 107],[10, 11],[11, 11],[12, 98],[13, 99],[14, 100],[15, 101],[16, 97],[17, 96],[18, 107],[19, 106],[20, 107],[21, 106],[22, 11],[23, 100],[24, 101],[25, 100],[26, 100],[27, 104]]) as Theme
|
|
797
|
+
|
|
798
|
+
export const light_yellow_alt1 = n28 as Theme
|
|
799
|
+
const n29 = t([[0, 98],[1, 99],[2, 100],[3, 101],[4, 103],[5, 104],[6, 105],[7, 106],[8, 107],[9, 11],[10, 11],[11, 11],[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 106],[19, 105],[20, 106],[21, 105],[22, 107],[23, 100],[24, 101],[25, 100],[26, 100],[27, 103]]) as Theme
|
|
800
|
+
|
|
801
|
+
export const light_yellow_alt2 = n29 as Theme
|
|
802
|
+
const n30 = t([[0, 99],[1, 100],[2, 101],[3, 103],[4, 104],[5, 105],[6, 106],[7, 107],[8, 11],[9, 214],[10, 214],[11, 214],[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[19, 104],[20, 105],[21, 104],[22, 106],[23, 101],[24, 103],[25, 101],[26, 101],[27, 101]]) as Theme
|
|
803
|
+
|
|
804
|
+
export const light_yellow_active = n30 as Theme
|
|
805
|
+
const n31 = t([[0, 37],[1, 38],[2, 39],[3, 40],[4, 41],[5, 43],[6, 44],[7, 45],[8, 46],[9, 47],[10, 11],[11, 11],[12, 38],[13, 39],[14, 40],[15, 41],[16, 37],[17, 36],[18, 47],[19, 46],[20, 47],[21, 46],[22, 11],[23, 40],[24, 41],[25, 40],[26, 40],[27, 44]]) as Theme
|
|
806
|
+
|
|
807
|
+
export const light_green_alt1 = n31 as Theme
|
|
808
|
+
const n32 = t([[0, 38],[1, 39],[2, 40],[3, 41],[4, 43],[5, 44],[6, 45],[7, 46],[8, 47],[9, 11],[10, 11],[11, 11],[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 46],[19, 45],[20, 46],[21, 45],[22, 47],[23, 40],[24, 41],[25, 40],[26, 40],[27, 43]]) as Theme
|
|
809
|
+
|
|
810
|
+
export const light_green_alt2 = n32 as Theme
|
|
811
|
+
const n33 = t([[0, 39],[1, 40],[2, 41],[3, 43],[4, 44],[5, 45],[6, 46],[7, 47],[8, 11],[9, 216],[10, 216],[11, 216],[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[19, 44],[20, 45],[21, 44],[22, 46],[23, 41],[24, 43],[25, 41],[26, 41],[27, 41]]) as Theme
|
|
812
|
+
|
|
813
|
+
export const light_green_active = n33 as Theme
|
|
814
|
+
const n34 = t([[0, 15],[1, 16],[2, 17],[3, 18],[4, 19],[5, 21],[6, 22],[7, 23],[8, 24],[9, 25],[10, 11],[11, 11],[12, 16],[13, 17],[14, 18],[15, 19],[16, 15],[17, 14],[18, 25],[19, 24],[20, 25],[21, 24],[22, 11],[23, 18],[24, 19],[25, 18],[26, 18],[27, 22]]) as Theme
|
|
815
|
+
|
|
816
|
+
export const light_blue_alt1 = n34 as Theme
|
|
817
|
+
const n35 = t([[0, 16],[1, 17],[2, 18],[3, 19],[4, 21],[5, 22],[6, 23],[7, 24],[8, 25],[9, 11],[10, 11],[11, 11],[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 24],[19, 23],[20, 24],[21, 23],[22, 25],[23, 18],[24, 19],[25, 18],[26, 18],[27, 21]]) as Theme
|
|
818
|
+
|
|
819
|
+
export const light_blue_alt2 = n35 as Theme
|
|
820
|
+
const n36 = t([[0, 17],[1, 18],[2, 19],[3, 21],[4, 22],[5, 23],[6, 24],[7, 25],[8, 11],[9, 218],[10, 218],[11, 218],[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[19, 22],[20, 23],[21, 22],[22, 24],[23, 19],[24, 21],[25, 19],[26, 19],[27, 19]]) as Theme
|
|
821
|
+
|
|
822
|
+
export const light_blue_active = n36 as Theme
|
|
823
|
+
const n37 = t([[0, 73],[1, 74],[2, 75],[3, 76],[4, 77],[5, 79],[6, 80],[7, 81],[8, 82],[9, 83],[10, 11],[11, 11],[12, 74],[13, 75],[14, 76],[15, 77],[16, 73],[17, 72],[18, 83],[19, 82],[20, 83],[21, 82],[22, 11],[23, 76],[24, 77],[25, 76],[26, 76],[27, 80]]) as Theme
|
|
824
|
+
|
|
825
|
+
export const light_purple_alt1 = n37 as Theme
|
|
826
|
+
const n38 = t([[0, 74],[1, 75],[2, 76],[3, 77],[4, 79],[5, 80],[6, 81],[7, 82],[8, 83],[9, 11],[10, 11],[11, 11],[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 82],[19, 81],[20, 82],[21, 81],[22, 83],[23, 76],[24, 77],[25, 76],[26, 76],[27, 79]]) as Theme
|
|
827
|
+
|
|
828
|
+
export const light_purple_alt2 = n38 as Theme
|
|
829
|
+
const n39 = t([[0, 75],[1, 76],[2, 77],[3, 79],[4, 80],[5, 81],[6, 82],[7, 83],[8, 11],[9, 220],[10, 220],[11, 220],[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[19, 80],[20, 81],[21, 80],[22, 82],[23, 77],[24, 79],[25, 77],[26, 77],[27, 77]]) as Theme
|
|
830
|
+
|
|
831
|
+
export const light_purple_active = n39 as Theme
|
|
832
|
+
const n40 = t([[0, 61],[1, 62],[2, 63],[3, 64],[4, 65],[5, 67],[6, 68],[7, 69],[8, 70],[9, 71],[10, 11],[11, 11],[12, 62],[13, 63],[14, 64],[15, 65],[16, 61],[17, 60],[18, 71],[19, 70],[20, 71],[21, 70],[22, 11],[23, 64],[24, 65],[25, 64],[26, 64],[27, 68]]) as Theme
|
|
833
|
+
|
|
834
|
+
export const light_pink_alt1 = n40 as Theme
|
|
835
|
+
const n41 = t([[0, 62],[1, 63],[2, 64],[3, 65],[4, 67],[5, 68],[6, 69],[7, 70],[8, 71],[9, 11],[10, 11],[11, 11],[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 70],[19, 69],[20, 70],[21, 69],[22, 71],[23, 64],[24, 65],[25, 64],[26, 64],[27, 67]]) as Theme
|
|
836
|
+
|
|
837
|
+
export const light_pink_alt2 = n41 as Theme
|
|
838
|
+
const n42 = t([[0, 63],[1, 64],[2, 65],[3, 67],[4, 68],[5, 69],[6, 70],[7, 71],[8, 11],[9, 222],[10, 222],[11, 222],[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[19, 68],[20, 69],[21, 68],[22, 70],[23, 65],[24, 67],[25, 65],[26, 65],[27, 65]]) as Theme
|
|
839
|
+
|
|
840
|
+
export const light_pink_active = n42 as Theme
|
|
841
|
+
const n43 = t([[0, 85],[1, 86],[2, 87],[3, 88],[4, 89],[5, 91],[6, 92],[7, 93],[8, 94],[9, 95],[10, 11],[11, 11],[12, 86],[13, 87],[14, 88],[15, 89],[16, 85],[17, 84],[18, 95],[19, 94],[20, 95],[21, 94],[22, 11],[23, 88],[24, 89],[25, 88],[26, 88],[27, 92]]) as Theme
|
|
842
|
+
|
|
843
|
+
export const light_red_alt1 = n43 as Theme
|
|
844
|
+
const n44 = t([[0, 86],[1, 87],[2, 88],[3, 89],[4, 91],[5, 92],[6, 93],[7, 94],[8, 95],[9, 11],[10, 11],[11, 11],[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 94],[19, 93],[20, 94],[21, 93],[22, 95],[23, 88],[24, 89],[25, 88],[26, 88],[27, 91]]) as Theme
|
|
845
|
+
|
|
846
|
+
export const light_red_alt2 = n44 as Theme
|
|
847
|
+
const n45 = t([[0, 87],[1, 88],[2, 89],[3, 91],[4, 92],[5, 93],[6, 94],[7, 95],[8, 11],[9, 224],[10, 224],[11, 224],[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[19, 92],[20, 93],[21, 92],[22, 94],[23, 89],[24, 91],[25, 89],[26, 89],[27, 89]]) as Theme
|
|
848
|
+
|
|
849
|
+
export const light_red_active = n45 as Theme
|
|
850
|
+
const n46 = t([[0, 155],[1, 156],[2, 157],[3, 158],[4, 159],[5, 161],[6, 56],[7, 162],[8, 163],[9, 164],[10, 0],[11, 0],[12, 156],[13, 157],[14, 158],[15, 159],[16, 155],[17, 154],[18, 164],[19, 163],[20, 164],[21, 163],[22, 0],[23, 159],[24, 161],[25, 158],[26, 159],[27, 56]]) as Theme
|
|
851
|
+
|
|
852
|
+
export const dark_orange_alt1 = n46 as Theme
|
|
853
|
+
export const dark_orange_alt1_ListItem = n46 as Theme
|
|
854
|
+
const n47 = t([[0, 156],[1, 157],[2, 158],[3, 159],[4, 161],[5, 56],[6, 162],[7, 163],[8, 164],[9, 0],[10, 0],[11, 0],[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 163],[19, 162],[20, 163],[21, 162],[22, 164],[23, 159],[24, 161],[25, 158],[26, 159],[27, 161]]) as Theme
|
|
855
|
+
|
|
856
|
+
export const dark_orange_alt2 = n47 as Theme
|
|
857
|
+
export const dark_orange_alt2_ListItem = n47 as Theme
|
|
858
|
+
const n48 = t([[0, 157],[1, 158],[2, 159],[3, 161],[4, 56],[5, 162],[6, 163],[7, 164],[8, 0],[9, 226],[10, 226],[11, 226],[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[19, 56],[20, 162],[21, 56],[22, 163],[23, 161],[24, 56],[25, 159],[26, 161],[27, 159]]) as Theme
|
|
859
|
+
|
|
860
|
+
export const dark_orange_active = n48 as Theme
|
|
861
|
+
export const dark_orange_active_ListItem = n48 as Theme
|
|
862
|
+
const n49 = t([[0, 199],[1, 200],[2, 201],[3, 202],[4, 203],[5, 205],[6, 104],[7, 206],[8, 207],[9, 208],[10, 0],[11, 0],[12, 200],[13, 201],[14, 202],[15, 203],[16, 199],[17, 198],[18, 208],[19, 207],[20, 208],[21, 207],[22, 0],[23, 203],[24, 205],[25, 202],[26, 203],[27, 104]]) as Theme
|
|
863
|
+
|
|
864
|
+
export const dark_yellow_alt1 = n49 as Theme
|
|
865
|
+
export const dark_yellow_alt1_ListItem = n49 as Theme
|
|
866
|
+
const n50 = t([[0, 200],[1, 201],[2, 202],[3, 203],[4, 205],[5, 104],[6, 206],[7, 207],[8, 208],[9, 0],[10, 0],[11, 0],[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 207],[19, 206],[20, 207],[21, 206],[22, 208],[23, 203],[24, 205],[25, 202],[26, 203],[27, 205]]) as Theme
|
|
867
|
+
|
|
868
|
+
export const dark_yellow_alt2 = n50 as Theme
|
|
869
|
+
export const dark_yellow_alt2_ListItem = n50 as Theme
|
|
870
|
+
const n51 = t([[0, 201],[1, 202],[2, 203],[3, 205],[4, 104],[5, 206],[6, 207],[7, 208],[8, 0],[9, 228],[10, 228],[11, 228],[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[19, 104],[20, 206],[21, 104],[22, 207],[23, 205],[24, 104],[25, 203],[26, 205],[27, 203]]) as Theme
|
|
871
|
+
|
|
872
|
+
export const dark_yellow_active = n51 as Theme
|
|
873
|
+
export const dark_yellow_active_ListItem = n51 as Theme
|
|
874
|
+
const n52 = t([[0, 144],[1, 145],[2, 146],[3, 147],[4, 148],[5, 150],[6, 44],[7, 151],[8, 152],[9, 153],[10, 0],[11, 0],[12, 145],[13, 146],[14, 147],[15, 148],[16, 144],[17, 143],[18, 153],[19, 152],[20, 153],[21, 152],[22, 0],[23, 148],[24, 150],[25, 147],[26, 148],[27, 44]]) as Theme
|
|
875
|
+
|
|
876
|
+
export const dark_green_alt1 = n52 as Theme
|
|
877
|
+
export const dark_green_alt1_ListItem = n52 as Theme
|
|
878
|
+
const n53 = t([[0, 145],[1, 146],[2, 147],[3, 148],[4, 150],[5, 44],[6, 151],[7, 152],[8, 153],[9, 0],[10, 0],[11, 0],[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 152],[19, 151],[20, 152],[21, 151],[22, 153],[23, 148],[24, 150],[25, 147],[26, 148],[27, 150]]) as Theme
|
|
879
|
+
|
|
880
|
+
export const dark_green_alt2 = n53 as Theme
|
|
881
|
+
export const dark_green_alt2_ListItem = n53 as Theme
|
|
882
|
+
const n54 = t([[0, 146],[1, 147],[2, 148],[3, 150],[4, 44],[5, 151],[6, 152],[7, 153],[8, 0],[9, 230],[10, 230],[11, 230],[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[19, 44],[20, 151],[21, 44],[22, 152],[23, 150],[24, 44],[25, 148],[26, 150],[27, 148]]) as Theme
|
|
883
|
+
|
|
884
|
+
export const dark_green_active = n54 as Theme
|
|
885
|
+
export const dark_green_active_ListItem = n54 as Theme
|
|
886
|
+
const n55 = t([[0, 122],[1, 123],[2, 124],[3, 125],[4, 126],[5, 128],[6, 22],[7, 129],[8, 130],[9, 131],[10, 0],[11, 0],[12, 123],[13, 124],[14, 125],[15, 126],[16, 122],[17, 121],[18, 131],[19, 130],[20, 131],[21, 130],[22, 0],[23, 126],[24, 128],[25, 125],[26, 126],[27, 22]]) as Theme
|
|
887
|
+
|
|
888
|
+
export const dark_blue_alt1 = n55 as Theme
|
|
889
|
+
export const dark_blue_alt1_ListItem = n55 as Theme
|
|
890
|
+
const n56 = t([[0, 123],[1, 124],[2, 125],[3, 126],[4, 128],[5, 22],[6, 129],[7, 130],[8, 131],[9, 0],[10, 0],[11, 0],[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 130],[19, 129],[20, 130],[21, 129],[22, 131],[23, 126],[24, 128],[25, 125],[26, 126],[27, 128]]) as Theme
|
|
891
|
+
|
|
892
|
+
export const dark_blue_alt2 = n56 as Theme
|
|
893
|
+
export const dark_blue_alt2_ListItem = n56 as Theme
|
|
894
|
+
const n57 = t([[0, 124],[1, 125],[2, 126],[3, 128],[4, 22],[5, 129],[6, 130],[7, 131],[8, 0],[9, 232],[10, 232],[11, 232],[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[19, 22],[20, 129],[21, 22],[22, 130],[23, 128],[24, 22],[25, 126],[26, 128],[27, 126]]) as Theme
|
|
895
|
+
|
|
896
|
+
export const dark_blue_active = n57 as Theme
|
|
897
|
+
export const dark_blue_active_ListItem = n57 as Theme
|
|
898
|
+
const n58 = t([[0, 177],[1, 178],[2, 179],[3, 180],[4, 181],[5, 183],[6, 80],[7, 184],[8, 185],[9, 186],[10, 0],[11, 0],[12, 178],[13, 179],[14, 180],[15, 181],[16, 177],[17, 176],[18, 186],[19, 185],[20, 186],[21, 185],[22, 0],[23, 181],[24, 183],[25, 180],[26, 181],[27, 80]]) as Theme
|
|
899
|
+
|
|
900
|
+
export const dark_purple_alt1 = n58 as Theme
|
|
901
|
+
export const dark_purple_alt1_ListItem = n58 as Theme
|
|
902
|
+
const n59 = t([[0, 178],[1, 179],[2, 180],[3, 181],[4, 183],[5, 80],[6, 184],[7, 185],[8, 186],[9, 0],[10, 0],[11, 0],[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 185],[19, 184],[20, 185],[21, 184],[22, 186],[23, 181],[24, 183],[25, 180],[26, 181],[27, 183]]) as Theme
|
|
903
|
+
|
|
904
|
+
export const dark_purple_alt2 = n59 as Theme
|
|
905
|
+
export const dark_purple_alt2_ListItem = n59 as Theme
|
|
906
|
+
const n60 = t([[0, 179],[1, 180],[2, 181],[3, 183],[4, 80],[5, 184],[6, 185],[7, 186],[8, 0],[9, 234],[10, 234],[11, 234],[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[19, 80],[20, 184],[21, 80],[22, 185],[23, 183],[24, 80],[25, 181],[26, 183],[27, 181]]) as Theme
|
|
907
|
+
|
|
908
|
+
export const dark_purple_active = n60 as Theme
|
|
909
|
+
export const dark_purple_active_ListItem = n60 as Theme
|
|
910
|
+
const n61 = t([[0, 166],[1, 167],[2, 168],[3, 169],[4, 170],[5, 172],[6, 68],[7, 173],[8, 174],[9, 175],[10, 0],[11, 0],[12, 167],[13, 168],[14, 169],[15, 170],[16, 166],[17, 165],[18, 175],[19, 174],[20, 175],[21, 174],[22, 0],[23, 170],[24, 172],[25, 169],[26, 170],[27, 68]]) as Theme
|
|
911
|
+
|
|
912
|
+
export const dark_pink_alt1 = n61 as Theme
|
|
913
|
+
export const dark_pink_alt1_ListItem = n61 as Theme
|
|
914
|
+
const n62 = t([[0, 167],[1, 168],[2, 169],[3, 170],[4, 172],[5, 68],[6, 173],[7, 174],[8, 175],[9, 0],[10, 0],[11, 0],[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 174],[19, 173],[20, 174],[21, 173],[22, 175],[23, 170],[24, 172],[25, 169],[26, 170],[27, 172]]) as Theme
|
|
915
|
+
|
|
916
|
+
export const dark_pink_alt2 = n62 as Theme
|
|
917
|
+
export const dark_pink_alt2_ListItem = n62 as Theme
|
|
918
|
+
const n63 = t([[0, 168],[1, 169],[2, 170],[3, 172],[4, 68],[5, 173],[6, 174],[7, 175],[8, 0],[9, 236],[10, 236],[11, 236],[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[19, 68],[20, 173],[21, 68],[22, 174],[23, 172],[24, 68],[25, 170],[26, 172],[27, 170]]) as Theme
|
|
919
|
+
|
|
920
|
+
export const dark_pink_active = n63 as Theme
|
|
921
|
+
export const dark_pink_active_ListItem = n63 as Theme
|
|
922
|
+
const n64 = t([[0, 188],[1, 189],[2, 190],[3, 191],[4, 192],[5, 194],[6, 92],[7, 195],[8, 196],[9, 197],[10, 0],[11, 0],[12, 189],[13, 190],[14, 191],[15, 192],[16, 188],[17, 187],[18, 197],[19, 196],[20, 197],[21, 196],[22, 0],[23, 192],[24, 194],[25, 191],[26, 192],[27, 92]]) as Theme
|
|
923
|
+
|
|
924
|
+
export const dark_red_alt1 = n64 as Theme
|
|
925
|
+
export const dark_red_alt1_ListItem = n64 as Theme
|
|
926
|
+
const n65 = t([[0, 189],[1, 190],[2, 191],[3, 192],[4, 194],[5, 92],[6, 195],[7, 196],[8, 197],[9, 0],[10, 0],[11, 0],[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 196],[19, 195],[20, 196],[21, 195],[22, 197],[23, 192],[24, 194],[25, 191],[26, 192],[27, 194]]) as Theme
|
|
927
|
+
|
|
928
|
+
export const dark_red_alt2 = n65 as Theme
|
|
929
|
+
export const dark_red_alt2_ListItem = n65 as Theme
|
|
930
|
+
const n66 = t([[0, 190],[1, 191],[2, 192],[3, 194],[4, 92],[5, 195],[6, 196],[7, 197],[8, 0],[9, 238],[10, 238],[11, 238],[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[19, 92],[20, 195],[21, 92],[22, 196],[23, 194],[24, 92],[25, 192],[26, 194],[27, 192]]) as Theme
|
|
931
|
+
|
|
932
|
+
export const dark_red_active = n66 as Theme
|
|
933
|
+
export const dark_red_active_ListItem = n66 as Theme
|
|
934
|
+
const n67 = t([[12, 0],[13, 1],[14, 2],[15, 3],[16, 0],[17, 0],[18, 11],[19, 10],[20, 11],[21, 10],[22, 11],[23, 3],[24, 4],[25, 2],[26, 3],[27, 9]]) as Theme
|
|
935
|
+
|
|
936
|
+
export const light_ListItem = n67 as Theme
|
|
937
|
+
const n68 = t([[12, 2],[13, 3],[14, 4],[15, 5],[16, 1],[17, 0],[18, 11],[19, 10],[20, 11],[21, 10],[22, 11],[23, 5],[24, 6],[25, 4],[26, 5],[27, 7]]) as Theme
|
|
938
|
+
|
|
939
|
+
export const light_Card = n68 as Theme
|
|
940
|
+
export const light_DrawerFrame = n68 as Theme
|
|
941
|
+
export const light_Progress = n68 as Theme
|
|
942
|
+
export const light_TooltipArrow = n68 as Theme
|
|
943
|
+
const n69 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 11],[19, 10],[20, 11],[21, 10],[22, 10],[23, 5],[24, 6],[25, 4],[26, 5],[27, 6]]) as Theme
|
|
944
|
+
|
|
945
|
+
export const light_Button = n69 as Theme
|
|
946
|
+
export const light_Switch = n69 as Theme
|
|
947
|
+
export const light_TooltipContent = n69 as Theme
|
|
948
|
+
export const light_SliderTrack = n69 as Theme
|
|
949
|
+
const n70 = t([[12, 1],[13, 2],[14, 3],[15, 4],[16, 0],[17, 12],[18, 11],[19, 10],[20, 11],[21, 10],[22, 13],[23, 6],[24, 7],[25, 5],[26, 6],[27, 8]]) as Theme
|
|
950
|
+
|
|
951
|
+
export const light_Checkbox = n70 as Theme
|
|
952
|
+
export const light_RadioGroupItem = n70 as Theme
|
|
953
|
+
export const light_Input = n70 as Theme
|
|
954
|
+
export const light_TextArea = n70 as Theme
|
|
955
|
+
const n71 = t([[12, 11],[13, 11],[14, 10],[15, 9],[16, 11],[17, 11],[18, 0],[19, 1],[20, 0],[21, 1],[22, 0],[23, 9],[24, 8],[25, 10],[26, 9],[27, 1]]) as Theme
|
|
956
|
+
|
|
957
|
+
export const light_SwitchThumb = n71 as Theme
|
|
958
|
+
const n72 = t([[12, 8],[13, 7],[14, 6],[15, 5],[16, 9],[17, 10],[18, 0],[19, 1],[20, 0],[21, 1],[22, 1],[23, 5],[24, 4],[25, 6],[26, 5],[27, 5]]) as Theme
|
|
959
|
+
|
|
960
|
+
export const light_SliderTrackActive = n72 as Theme
|
|
961
|
+
const n73 = t([[12, 10],[13, 9],[14, 8],[15, 7],[16, 11],[17, 13],[18, 0],[19, 1],[20, 0],[21, 1],[22, 12],[23, 7],[24, 6],[25, 8],[26, 7],[27, 3]]) as Theme
|
|
962
|
+
|
|
963
|
+
export const light_SliderThumb = n73 as Theme
|
|
964
|
+
export const light_Tooltip = n73 as Theme
|
|
965
|
+
export const light_ProgressIndicator = n73 as Theme
|
|
966
|
+
const n74 = t([[0, 110],[1, 111],[2, 112],[3, 113],[4, 114],[5, 115],[6, 116],[7, 117],[8, 118],[9, 119],[10, 120],[11, 0],[12, 111],[13, 112],[14, 113],[15, 114],[16, 110],[17, 13],[18, 0],[19, 120],[20, 0],[21, 120],[22, 12],[23, 114],[24, 115],[25, 113],[26, 114],[27, 118]]) as Theme
|
|
967
|
+
|
|
968
|
+
export const dark_ListItem = n74 as Theme
|
|
969
|
+
const n75 = t([[12, 112],[13, 113],[14, 114],[15, 115],[16, 111],[17, 110],[18, 0],[19, 120],[20, 0],[21, 120],[22, 0],[23, 115],[24, 116],[25, 114],[26, 115],[27, 117]]) as Theme
|
|
970
|
+
|
|
971
|
+
export const dark_Card = n75 as Theme
|
|
972
|
+
export const dark_DrawerFrame = n75 as Theme
|
|
973
|
+
export const dark_Progress = n75 as Theme
|
|
974
|
+
export const dark_TooltipArrow = n75 as Theme
|
|
975
|
+
const n76 = t([[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 0],[19, 120],[20, 0],[21, 120],[22, 120],[23, 115],[24, 116],[25, 114],[26, 115],[27, 116]]) as Theme
|
|
976
|
+
|
|
977
|
+
export const dark_Button = n76 as Theme
|
|
978
|
+
export const dark_Switch = n76 as Theme
|
|
979
|
+
export const dark_TooltipContent = n76 as Theme
|
|
980
|
+
export const dark_SliderTrack = n76 as Theme
|
|
981
|
+
const n77 = t([[12, 111],[13, 112],[14, 113],[15, 114],[16, 110],[17, 13],[18, 0],[19, 120],[20, 0],[21, 120],[22, 12],[23, 116],[24, 117],[25, 115],[26, 116],[27, 118]]) as Theme
|
|
982
|
+
|
|
983
|
+
export const dark_Checkbox = n77 as Theme
|
|
984
|
+
export const dark_RadioGroupItem = n77 as Theme
|
|
985
|
+
export const dark_Input = n77 as Theme
|
|
986
|
+
export const dark_TextArea = n77 as Theme
|
|
987
|
+
const n78 = t([[12, 0],[13, 0],[14, 120],[15, 119],[16, 0],[17, 0],[18, 110],[19, 111],[20, 110],[21, 111],[22, 110],[23, 119],[24, 118],[25, 120],[26, 119],[27, 111]]) as Theme
|
|
988
|
+
|
|
989
|
+
export const dark_SwitchThumb = n78 as Theme
|
|
990
|
+
const n79 = t([[12, 118],[13, 117],[14, 116],[15, 115],[16, 119],[17, 120],[18, 110],[19, 111],[20, 110],[21, 111],[22, 111],[23, 115],[24, 114],[25, 116],[26, 115],[27, 115]]) as Theme
|
|
991
|
+
|
|
992
|
+
export const dark_SliderTrackActive = n79 as Theme
|
|
993
|
+
const n80 = t([[12, 120],[13, 119],[14, 118],[15, 117],[16, 0],[17, 12],[18, 110],[19, 111],[20, 110],[21, 111],[22, 13],[23, 117],[24, 116],[25, 118],[26, 117],[27, 113]]) as Theme
|
|
994
|
+
|
|
995
|
+
export const dark_SliderThumb = n80 as Theme
|
|
996
|
+
export const dark_Tooltip = n80 as Theme
|
|
997
|
+
export const dark_ProgressIndicator = n80 as Theme
|
|
998
|
+
const n81 = t([[12, 48],[13, 49],[14, 50],[15, 51],[16, 48],[17, 48],[18, 11],[19, 59],[20, 11],[21, 59],[22, 11],[23, 50],[24, 51],[25, 50],[26, 50],[27, 58]]) as Theme
|
|
999
|
+
|
|
1000
|
+
export const light_orange_ListItem = n81 as Theme
|
|
1001
|
+
const n82 = t([[12, 50],[13, 51],[14, 52],[15, 53],[16, 49],[17, 48],[18, 11],[19, 59],[20, 11],[21, 59],[22, 11],[23, 52],[24, 53],[25, 52],[26, 52],[27, 56]]) as Theme
|
|
1002
|
+
|
|
1003
|
+
export const light_orange_Card = n82 as Theme
|
|
1004
|
+
export const light_orange_DrawerFrame = n82 as Theme
|
|
1005
|
+
export const light_orange_Progress = n82 as Theme
|
|
1006
|
+
export const light_orange_TooltipArrow = n82 as Theme
|
|
1007
|
+
const n83 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 11],[19, 59],[20, 11],[21, 59],[22, 59],[23, 52],[24, 53],[25, 52],[26, 52],[27, 55]]) as Theme
|
|
1008
|
+
|
|
1009
|
+
export const light_orange_Button = n83 as Theme
|
|
1010
|
+
export const light_orange_Switch = n83 as Theme
|
|
1011
|
+
export const light_orange_TooltipContent = n83 as Theme
|
|
1012
|
+
export const light_orange_SliderTrack = n83 as Theme
|
|
1013
|
+
const n84 = t([[12, 49],[13, 50],[14, 51],[15, 52],[16, 48],[17, 211],[18, 11],[19, 59],[20, 11],[21, 59],[22, 212],[23, 53],[24, 55],[25, 53],[26, 53],[27, 57]]) as Theme
|
|
1014
|
+
|
|
1015
|
+
export const light_orange_Checkbox = n84 as Theme
|
|
1016
|
+
export const light_orange_RadioGroupItem = n84 as Theme
|
|
1017
|
+
export const light_orange_Input = n84 as Theme
|
|
1018
|
+
export const light_orange_TextArea = n84 as Theme
|
|
1019
|
+
const n85 = t([[12, 11],[13, 11],[14, 59],[15, 58],[16, 11],[17, 11],[18, 48],[19, 49],[20, 48],[21, 49],[22, 48],[23, 59],[24, 58],[25, 59],[26, 59],[27, 49]]) as Theme
|
|
1020
|
+
|
|
1021
|
+
export const light_orange_SwitchThumb = n85 as Theme
|
|
1022
|
+
const n86 = t([[12, 57],[13, 56],[14, 55],[15, 53],[16, 58],[17, 59],[18, 48],[19, 49],[20, 48],[21, 49],[22, 49],[23, 55],[24, 53],[25, 55],[26, 55],[27, 53]]) as Theme
|
|
1023
|
+
|
|
1024
|
+
export const light_orange_SliderTrackActive = n86 as Theme
|
|
1025
|
+
const n87 = t([[12, 59],[13, 58],[14, 57],[15, 56],[16, 11],[17, 212],[18, 48],[19, 49],[20, 48],[21, 49],[22, 211],[23, 57],[24, 56],[25, 57],[26, 57],[27, 51]]) as Theme
|
|
1026
|
+
|
|
1027
|
+
export const light_orange_SliderThumb = n87 as Theme
|
|
1028
|
+
export const light_orange_Tooltip = n87 as Theme
|
|
1029
|
+
export const light_orange_ProgressIndicator = n87 as Theme
|
|
1030
|
+
const n88 = t([[12, 96],[13, 97],[14, 98],[15, 99],[16, 96],[17, 96],[18, 11],[19, 107],[20, 11],[21, 107],[22, 11],[23, 98],[24, 99],[25, 98],[26, 98],[27, 106]]) as Theme
|
|
1031
|
+
|
|
1032
|
+
export const light_yellow_ListItem = n88 as Theme
|
|
1033
|
+
const n89 = t([[12, 98],[13, 99],[14, 100],[15, 101],[16, 97],[17, 96],[18, 11],[19, 107],[20, 11],[21, 107],[22, 11],[23, 100],[24, 101],[25, 100],[26, 100],[27, 104]]) as Theme
|
|
1034
|
+
|
|
1035
|
+
export const light_yellow_Card = n89 as Theme
|
|
1036
|
+
export const light_yellow_DrawerFrame = n89 as Theme
|
|
1037
|
+
export const light_yellow_Progress = n89 as Theme
|
|
1038
|
+
export const light_yellow_TooltipArrow = n89 as Theme
|
|
1039
|
+
const n90 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 11],[19, 107],[20, 11],[21, 107],[22, 107],[23, 100],[24, 101],[25, 100],[26, 100],[27, 103]]) as Theme
|
|
1040
|
+
|
|
1041
|
+
export const light_yellow_Button = n90 as Theme
|
|
1042
|
+
export const light_yellow_Switch = n90 as Theme
|
|
1043
|
+
export const light_yellow_TooltipContent = n90 as Theme
|
|
1044
|
+
export const light_yellow_SliderTrack = n90 as Theme
|
|
1045
|
+
const n91 = t([[12, 97],[13, 98],[14, 99],[15, 100],[16, 96],[17, 213],[18, 11],[19, 107],[20, 11],[21, 107],[22, 214],[23, 101],[24, 103],[25, 101],[26, 101],[27, 105]]) as Theme
|
|
1046
|
+
|
|
1047
|
+
export const light_yellow_Checkbox = n91 as Theme
|
|
1048
|
+
export const light_yellow_RadioGroupItem = n91 as Theme
|
|
1049
|
+
export const light_yellow_Input = n91 as Theme
|
|
1050
|
+
export const light_yellow_TextArea = n91 as Theme
|
|
1051
|
+
const n92 = t([[12, 11],[13, 11],[14, 107],[15, 106],[16, 11],[17, 11],[18, 96],[19, 97],[20, 96],[21, 97],[22, 96],[23, 107],[24, 106],[25, 107],[26, 107],[27, 97]]) as Theme
|
|
1052
|
+
|
|
1053
|
+
export const light_yellow_SwitchThumb = n92 as Theme
|
|
1054
|
+
const n93 = t([[12, 105],[13, 104],[14, 103],[15, 101],[16, 106],[17, 107],[18, 96],[19, 97],[20, 96],[21, 97],[22, 97],[23, 103],[24, 101],[25, 103],[26, 103],[27, 101]]) as Theme
|
|
1055
|
+
|
|
1056
|
+
export const light_yellow_SliderTrackActive = n93 as Theme
|
|
1057
|
+
const n94 = t([[12, 107],[13, 106],[14, 105],[15, 104],[16, 11],[17, 214],[18, 96],[19, 97],[20, 96],[21, 97],[22, 213],[23, 105],[24, 104],[25, 105],[26, 105],[27, 99]]) as Theme
|
|
1058
|
+
|
|
1059
|
+
export const light_yellow_SliderThumb = n94 as Theme
|
|
1060
|
+
export const light_yellow_Tooltip = n94 as Theme
|
|
1061
|
+
export const light_yellow_ProgressIndicator = n94 as Theme
|
|
1062
|
+
const n95 = t([[12, 36],[13, 37],[14, 38],[15, 39],[16, 36],[17, 36],[18, 11],[19, 47],[20, 11],[21, 47],[22, 11],[23, 38],[24, 39],[25, 38],[26, 38],[27, 46]]) as Theme
|
|
1063
|
+
|
|
1064
|
+
export const light_green_ListItem = n95 as Theme
|
|
1065
|
+
const n96 = t([[12, 38],[13, 39],[14, 40],[15, 41],[16, 37],[17, 36],[18, 11],[19, 47],[20, 11],[21, 47],[22, 11],[23, 40],[24, 41],[25, 40],[26, 40],[27, 44]]) as Theme
|
|
1066
|
+
|
|
1067
|
+
export const light_green_Card = n96 as Theme
|
|
1068
|
+
export const light_green_DrawerFrame = n96 as Theme
|
|
1069
|
+
export const light_green_Progress = n96 as Theme
|
|
1070
|
+
export const light_green_TooltipArrow = n96 as Theme
|
|
1071
|
+
const n97 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 11],[19, 47],[20, 11],[21, 47],[22, 47],[23, 40],[24, 41],[25, 40],[26, 40],[27, 43]]) as Theme
|
|
1072
|
+
|
|
1073
|
+
export const light_green_Button = n97 as Theme
|
|
1074
|
+
export const light_green_Switch = n97 as Theme
|
|
1075
|
+
export const light_green_TooltipContent = n97 as Theme
|
|
1076
|
+
export const light_green_SliderTrack = n97 as Theme
|
|
1077
|
+
const n98 = t([[12, 37],[13, 38],[14, 39],[15, 40],[16, 36],[17, 215],[18, 11],[19, 47],[20, 11],[21, 47],[22, 216],[23, 41],[24, 43],[25, 41],[26, 41],[27, 45]]) as Theme
|
|
1078
|
+
|
|
1079
|
+
export const light_green_Checkbox = n98 as Theme
|
|
1080
|
+
export const light_green_RadioGroupItem = n98 as Theme
|
|
1081
|
+
export const light_green_Input = n98 as Theme
|
|
1082
|
+
export const light_green_TextArea = n98 as Theme
|
|
1083
|
+
const n99 = t([[12, 11],[13, 11],[14, 47],[15, 46],[16, 11],[17, 11],[18, 36],[19, 37],[20, 36],[21, 37],[22, 36],[23, 47],[24, 46],[25, 47],[26, 47],[27, 37]]) as Theme
|
|
1084
|
+
|
|
1085
|
+
export const light_green_SwitchThumb = n99 as Theme
|
|
1086
|
+
const n100 = t([[12, 45],[13, 44],[14, 43],[15, 41],[16, 46],[17, 47],[18, 36],[19, 37],[20, 36],[21, 37],[22, 37],[23, 43],[24, 41],[25, 43],[26, 43],[27, 41]]) as Theme
|
|
1087
|
+
|
|
1088
|
+
export const light_green_SliderTrackActive = n100 as Theme
|
|
1089
|
+
const n101 = t([[12, 47],[13, 46],[14, 45],[15, 44],[16, 11],[17, 216],[18, 36],[19, 37],[20, 36],[21, 37],[22, 215],[23, 45],[24, 44],[25, 45],[26, 45],[27, 39]]) as Theme
|
|
1090
|
+
|
|
1091
|
+
export const light_green_SliderThumb = n101 as Theme
|
|
1092
|
+
export const light_green_Tooltip = n101 as Theme
|
|
1093
|
+
export const light_green_ProgressIndicator = n101 as Theme
|
|
1094
|
+
const n102 = t([[12, 14],[13, 15],[14, 16],[15, 17],[16, 14],[17, 14],[18, 11],[19, 25],[20, 11],[21, 25],[22, 11],[23, 16],[24, 17],[25, 16],[26, 16],[27, 24]]) as Theme
|
|
1095
|
+
|
|
1096
|
+
export const light_blue_ListItem = n102 as Theme
|
|
1097
|
+
const n103 = t([[12, 16],[13, 17],[14, 18],[15, 19],[16, 15],[17, 14],[18, 11],[19, 25],[20, 11],[21, 25],[22, 11],[23, 18],[24, 19],[25, 18],[26, 18],[27, 22]]) as Theme
|
|
1098
|
+
|
|
1099
|
+
export const light_blue_Card = n103 as Theme
|
|
1100
|
+
export const light_blue_DrawerFrame = n103 as Theme
|
|
1101
|
+
export const light_blue_Progress = n103 as Theme
|
|
1102
|
+
export const light_blue_TooltipArrow = n103 as Theme
|
|
1103
|
+
const n104 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 11],[19, 25],[20, 11],[21, 25],[22, 25],[23, 18],[24, 19],[25, 18],[26, 18],[27, 21]]) as Theme
|
|
1104
|
+
|
|
1105
|
+
export const light_blue_Button = n104 as Theme
|
|
1106
|
+
export const light_blue_Switch = n104 as Theme
|
|
1107
|
+
export const light_blue_TooltipContent = n104 as Theme
|
|
1108
|
+
export const light_blue_SliderTrack = n104 as Theme
|
|
1109
|
+
const n105 = t([[12, 15],[13, 16],[14, 17],[15, 18],[16, 14],[17, 217],[18, 11],[19, 25],[20, 11],[21, 25],[22, 218],[23, 19],[24, 21],[25, 19],[26, 19],[27, 23]]) as Theme
|
|
1110
|
+
|
|
1111
|
+
export const light_blue_Checkbox = n105 as Theme
|
|
1112
|
+
export const light_blue_RadioGroupItem = n105 as Theme
|
|
1113
|
+
export const light_blue_Input = n105 as Theme
|
|
1114
|
+
export const light_blue_TextArea = n105 as Theme
|
|
1115
|
+
const n106 = t([[12, 11],[13, 11],[14, 25],[15, 24],[16, 11],[17, 11],[18, 14],[19, 15],[20, 14],[21, 15],[22, 14],[23, 25],[24, 24],[25, 25],[26, 25],[27, 15]]) as Theme
|
|
1116
|
+
|
|
1117
|
+
export const light_blue_SwitchThumb = n106 as Theme
|
|
1118
|
+
const n107 = t([[12, 23],[13, 22],[14, 21],[15, 19],[16, 24],[17, 25],[18, 14],[19, 15],[20, 14],[21, 15],[22, 15],[23, 21],[24, 19],[25, 21],[26, 21],[27, 19]]) as Theme
|
|
1119
|
+
|
|
1120
|
+
export const light_blue_SliderTrackActive = n107 as Theme
|
|
1121
|
+
const n108 = t([[12, 25],[13, 24],[14, 23],[15, 22],[16, 11],[17, 218],[18, 14],[19, 15],[20, 14],[21, 15],[22, 217],[23, 23],[24, 22],[25, 23],[26, 23],[27, 17]]) as Theme
|
|
1122
|
+
|
|
1123
|
+
export const light_blue_SliderThumb = n108 as Theme
|
|
1124
|
+
export const light_blue_Tooltip = n108 as Theme
|
|
1125
|
+
export const light_blue_ProgressIndicator = n108 as Theme
|
|
1126
|
+
const n109 = t([[12, 72],[13, 73],[14, 74],[15, 75],[16, 72],[17, 72],[18, 11],[19, 83],[20, 11],[21, 83],[22, 11],[23, 74],[24, 75],[25, 74],[26, 74],[27, 82]]) as Theme
|
|
1127
|
+
|
|
1128
|
+
export const light_purple_ListItem = n109 as Theme
|
|
1129
|
+
const n110 = t([[12, 74],[13, 75],[14, 76],[15, 77],[16, 73],[17, 72],[18, 11],[19, 83],[20, 11],[21, 83],[22, 11],[23, 76],[24, 77],[25, 76],[26, 76],[27, 80]]) as Theme
|
|
1130
|
+
|
|
1131
|
+
export const light_purple_Card = n110 as Theme
|
|
1132
|
+
export const light_purple_DrawerFrame = n110 as Theme
|
|
1133
|
+
export const light_purple_Progress = n110 as Theme
|
|
1134
|
+
export const light_purple_TooltipArrow = n110 as Theme
|
|
1135
|
+
const n111 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 11],[19, 83],[20, 11],[21, 83],[22, 83],[23, 76],[24, 77],[25, 76],[26, 76],[27, 79]]) as Theme
|
|
1136
|
+
|
|
1137
|
+
export const light_purple_Button = n111 as Theme
|
|
1138
|
+
export const light_purple_Switch = n111 as Theme
|
|
1139
|
+
export const light_purple_TooltipContent = n111 as Theme
|
|
1140
|
+
export const light_purple_SliderTrack = n111 as Theme
|
|
1141
|
+
const n112 = t([[12, 73],[13, 74],[14, 75],[15, 76],[16, 72],[17, 219],[18, 11],[19, 83],[20, 11],[21, 83],[22, 220],[23, 77],[24, 79],[25, 77],[26, 77],[27, 81]]) as Theme
|
|
1142
|
+
|
|
1143
|
+
export const light_purple_Checkbox = n112 as Theme
|
|
1144
|
+
export const light_purple_RadioGroupItem = n112 as Theme
|
|
1145
|
+
export const light_purple_Input = n112 as Theme
|
|
1146
|
+
export const light_purple_TextArea = n112 as Theme
|
|
1147
|
+
const n113 = t([[12, 11],[13, 11],[14, 83],[15, 82],[16, 11],[17, 11],[18, 72],[19, 73],[20, 72],[21, 73],[22, 72],[23, 83],[24, 82],[25, 83],[26, 83],[27, 73]]) as Theme
|
|
1148
|
+
|
|
1149
|
+
export const light_purple_SwitchThumb = n113 as Theme
|
|
1150
|
+
const n114 = t([[12, 81],[13, 80],[14, 79],[15, 77],[16, 82],[17, 83],[18, 72],[19, 73],[20, 72],[21, 73],[22, 73],[23, 79],[24, 77],[25, 79],[26, 79],[27, 77]]) as Theme
|
|
1151
|
+
|
|
1152
|
+
export const light_purple_SliderTrackActive = n114 as Theme
|
|
1153
|
+
const n115 = t([[12, 83],[13, 82],[14, 81],[15, 80],[16, 11],[17, 220],[18, 72],[19, 73],[20, 72],[21, 73],[22, 219],[23, 81],[24, 80],[25, 81],[26, 81],[27, 75]]) as Theme
|
|
1154
|
+
|
|
1155
|
+
export const light_purple_SliderThumb = n115 as Theme
|
|
1156
|
+
export const light_purple_Tooltip = n115 as Theme
|
|
1157
|
+
export const light_purple_ProgressIndicator = n115 as Theme
|
|
1158
|
+
const n116 = t([[12, 60],[13, 61],[14, 62],[15, 63],[16, 60],[17, 60],[18, 11],[19, 71],[20, 11],[21, 71],[22, 11],[23, 62],[24, 63],[25, 62],[26, 62],[27, 70]]) as Theme
|
|
1159
|
+
|
|
1160
|
+
export const light_pink_ListItem = n116 as Theme
|
|
1161
|
+
const n117 = t([[12, 62],[13, 63],[14, 64],[15, 65],[16, 61],[17, 60],[18, 11],[19, 71],[20, 11],[21, 71],[22, 11],[23, 64],[24, 65],[25, 64],[26, 64],[27, 68]]) as Theme
|
|
1162
|
+
|
|
1163
|
+
export const light_pink_Card = n117 as Theme
|
|
1164
|
+
export const light_pink_DrawerFrame = n117 as Theme
|
|
1165
|
+
export const light_pink_Progress = n117 as Theme
|
|
1166
|
+
export const light_pink_TooltipArrow = n117 as Theme
|
|
1167
|
+
const n118 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 11],[19, 71],[20, 11],[21, 71],[22, 71],[23, 64],[24, 65],[25, 64],[26, 64],[27, 67]]) as Theme
|
|
1168
|
+
|
|
1169
|
+
export const light_pink_Button = n118 as Theme
|
|
1170
|
+
export const light_pink_Switch = n118 as Theme
|
|
1171
|
+
export const light_pink_TooltipContent = n118 as Theme
|
|
1172
|
+
export const light_pink_SliderTrack = n118 as Theme
|
|
1173
|
+
const n119 = t([[12, 61],[13, 62],[14, 63],[15, 64],[16, 60],[17, 221],[18, 11],[19, 71],[20, 11],[21, 71],[22, 222],[23, 65],[24, 67],[25, 65],[26, 65],[27, 69]]) as Theme
|
|
1174
|
+
|
|
1175
|
+
export const light_pink_Checkbox = n119 as Theme
|
|
1176
|
+
export const light_pink_RadioGroupItem = n119 as Theme
|
|
1177
|
+
export const light_pink_Input = n119 as Theme
|
|
1178
|
+
export const light_pink_TextArea = n119 as Theme
|
|
1179
|
+
const n120 = t([[12, 11],[13, 11],[14, 71],[15, 70],[16, 11],[17, 11],[18, 60],[19, 61],[20, 60],[21, 61],[22, 60],[23, 71],[24, 70],[25, 71],[26, 71],[27, 61]]) as Theme
|
|
1180
|
+
|
|
1181
|
+
export const light_pink_SwitchThumb = n120 as Theme
|
|
1182
|
+
const n121 = t([[12, 69],[13, 68],[14, 67],[15, 65],[16, 70],[17, 71],[18, 60],[19, 61],[20, 60],[21, 61],[22, 61],[23, 67],[24, 65],[25, 67],[26, 67],[27, 65]]) as Theme
|
|
1183
|
+
|
|
1184
|
+
export const light_pink_SliderTrackActive = n121 as Theme
|
|
1185
|
+
const n122 = t([[12, 71],[13, 70],[14, 69],[15, 68],[16, 11],[17, 222],[18, 60],[19, 61],[20, 60],[21, 61],[22, 221],[23, 69],[24, 68],[25, 69],[26, 69],[27, 63]]) as Theme
|
|
1186
|
+
|
|
1187
|
+
export const light_pink_SliderThumb = n122 as Theme
|
|
1188
|
+
export const light_pink_Tooltip = n122 as Theme
|
|
1189
|
+
export const light_pink_ProgressIndicator = n122 as Theme
|
|
1190
|
+
const n123 = t([[12, 84],[13, 85],[14, 86],[15, 87],[16, 84],[17, 84],[18, 11],[19, 95],[20, 11],[21, 95],[22, 11],[23, 86],[24, 87],[25, 86],[26, 86],[27, 94]]) as Theme
|
|
1191
|
+
|
|
1192
|
+
export const light_red_ListItem = n123 as Theme
|
|
1193
|
+
const n124 = t([[12, 86],[13, 87],[14, 88],[15, 89],[16, 85],[17, 84],[18, 11],[19, 95],[20, 11],[21, 95],[22, 11],[23, 88],[24, 89],[25, 88],[26, 88],[27, 92]]) as Theme
|
|
1194
|
+
|
|
1195
|
+
export const light_red_Card = n124 as Theme
|
|
1196
|
+
export const light_red_DrawerFrame = n124 as Theme
|
|
1197
|
+
export const light_red_Progress = n124 as Theme
|
|
1198
|
+
export const light_red_TooltipArrow = n124 as Theme
|
|
1199
|
+
const n125 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 11],[19, 95],[20, 11],[21, 95],[22, 95],[23, 88],[24, 89],[25, 88],[26, 88],[27, 91]]) as Theme
|
|
1200
|
+
|
|
1201
|
+
export const light_red_Button = n125 as Theme
|
|
1202
|
+
export const light_red_Switch = n125 as Theme
|
|
1203
|
+
export const light_red_TooltipContent = n125 as Theme
|
|
1204
|
+
export const light_red_SliderTrack = n125 as Theme
|
|
1205
|
+
const n126 = t([[12, 85],[13, 86],[14, 87],[15, 88],[16, 84],[17, 223],[18, 11],[19, 95],[20, 11],[21, 95],[22, 224],[23, 89],[24, 91],[25, 89],[26, 89],[27, 93]]) as Theme
|
|
1206
|
+
|
|
1207
|
+
export const light_red_Checkbox = n126 as Theme
|
|
1208
|
+
export const light_red_RadioGroupItem = n126 as Theme
|
|
1209
|
+
export const light_red_Input = n126 as Theme
|
|
1210
|
+
export const light_red_TextArea = n126 as Theme
|
|
1211
|
+
const n127 = t([[12, 11],[13, 11],[14, 95],[15, 94],[16, 11],[17, 11],[18, 84],[19, 85],[20, 84],[21, 85],[22, 84],[23, 95],[24, 94],[25, 95],[26, 95],[27, 85]]) as Theme
|
|
1212
|
+
|
|
1213
|
+
export const light_red_SwitchThumb = n127 as Theme
|
|
1214
|
+
const n128 = t([[12, 93],[13, 92],[14, 91],[15, 89],[16, 94],[17, 95],[18, 84],[19, 85],[20, 84],[21, 85],[22, 85],[23, 91],[24, 89],[25, 91],[26, 91],[27, 89]]) as Theme
|
|
1215
|
+
|
|
1216
|
+
export const light_red_SliderTrackActive = n128 as Theme
|
|
1217
|
+
const n129 = t([[12, 95],[13, 94],[14, 93],[15, 92],[16, 11],[17, 224],[18, 84],[19, 85],[20, 84],[21, 85],[22, 223],[23, 93],[24, 92],[25, 93],[26, 93],[27, 87]]) as Theme
|
|
1218
|
+
|
|
1219
|
+
export const light_red_SliderThumb = n129 as Theme
|
|
1220
|
+
export const light_red_Tooltip = n129 as Theme
|
|
1221
|
+
export const light_red_ProgressIndicator = n129 as Theme
|
|
1222
|
+
const n130 = t([[12, 156],[13, 157],[14, 158],[15, 159],[16, 155],[17, 154],[18, 0],[19, 164],[20, 0],[21, 164],[22, 0],[23, 159],[24, 161],[25, 158],[26, 159],[27, 56]]) as Theme
|
|
1223
|
+
|
|
1224
|
+
export const dark_orange_Card = n130 as Theme
|
|
1225
|
+
export const dark_orange_DrawerFrame = n130 as Theme
|
|
1226
|
+
export const dark_orange_Progress = n130 as Theme
|
|
1227
|
+
export const dark_orange_TooltipArrow = n130 as Theme
|
|
1228
|
+
const n131 = t([[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 0],[19, 164],[20, 0],[21, 164],[22, 164],[23, 159],[24, 161],[25, 158],[26, 159],[27, 161]]) as Theme
|
|
1229
|
+
|
|
1230
|
+
export const dark_orange_Button = n131 as Theme
|
|
1231
|
+
export const dark_orange_Switch = n131 as Theme
|
|
1232
|
+
export const dark_orange_TooltipContent = n131 as Theme
|
|
1233
|
+
export const dark_orange_SliderTrack = n131 as Theme
|
|
1234
|
+
const n132 = t([[12, 155],[13, 156],[14, 157],[15, 158],[16, 154],[17, 225],[18, 0],[19, 164],[20, 0],[21, 164],[22, 226],[23, 161],[24, 56],[25, 159],[26, 161],[27, 162]]) as Theme
|
|
1235
|
+
|
|
1236
|
+
export const dark_orange_Checkbox = n132 as Theme
|
|
1237
|
+
export const dark_orange_RadioGroupItem = n132 as Theme
|
|
1238
|
+
export const dark_orange_Input = n132 as Theme
|
|
1239
|
+
export const dark_orange_TextArea = n132 as Theme
|
|
1240
|
+
const n133 = t([[12, 0],[13, 0],[14, 164],[15, 163],[16, 0],[17, 0],[18, 154],[19, 155],[20, 154],[21, 155],[22, 154],[23, 163],[24, 162],[25, 164],[26, 163],[27, 155]]) as Theme
|
|
1241
|
+
|
|
1242
|
+
export const dark_orange_SwitchThumb = n133 as Theme
|
|
1243
|
+
const n134 = t([[12, 162],[13, 56],[14, 161],[15, 159],[16, 163],[17, 164],[18, 154],[19, 155],[20, 154],[21, 155],[22, 155],[23, 159],[24, 158],[25, 161],[26, 159],[27, 159]]) as Theme
|
|
1244
|
+
|
|
1245
|
+
export const dark_orange_SliderTrackActive = n134 as Theme
|
|
1246
|
+
const n135 = t([[12, 164],[13, 163],[14, 162],[15, 56],[16, 0],[17, 226],[18, 154],[19, 155],[20, 154],[21, 155],[22, 225],[23, 56],[24, 161],[25, 162],[26, 56],[27, 157]]) as Theme
|
|
1247
|
+
|
|
1248
|
+
export const dark_orange_SliderThumb = n135 as Theme
|
|
1249
|
+
export const dark_orange_Tooltip = n135 as Theme
|
|
1250
|
+
export const dark_orange_ProgressIndicator = n135 as Theme
|
|
1251
|
+
const n136 = t([[12, 200],[13, 201],[14, 202],[15, 203],[16, 199],[17, 198],[18, 0],[19, 208],[20, 0],[21, 208],[22, 0],[23, 203],[24, 205],[25, 202],[26, 203],[27, 104]]) as Theme
|
|
1252
|
+
|
|
1253
|
+
export const dark_yellow_Card = n136 as Theme
|
|
1254
|
+
export const dark_yellow_DrawerFrame = n136 as Theme
|
|
1255
|
+
export const dark_yellow_Progress = n136 as Theme
|
|
1256
|
+
export const dark_yellow_TooltipArrow = n136 as Theme
|
|
1257
|
+
const n137 = t([[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 0],[19, 208],[20, 0],[21, 208],[22, 208],[23, 203],[24, 205],[25, 202],[26, 203],[27, 205]]) as Theme
|
|
1258
|
+
|
|
1259
|
+
export const dark_yellow_Button = n137 as Theme
|
|
1260
|
+
export const dark_yellow_Switch = n137 as Theme
|
|
1261
|
+
export const dark_yellow_TooltipContent = n137 as Theme
|
|
1262
|
+
export const dark_yellow_SliderTrack = n137 as Theme
|
|
1263
|
+
const n138 = t([[12, 199],[13, 200],[14, 201],[15, 202],[16, 198],[17, 227],[18, 0],[19, 208],[20, 0],[21, 208],[22, 228],[23, 205],[24, 104],[25, 203],[26, 205],[27, 206]]) as Theme
|
|
1264
|
+
|
|
1265
|
+
export const dark_yellow_Checkbox = n138 as Theme
|
|
1266
|
+
export const dark_yellow_RadioGroupItem = n138 as Theme
|
|
1267
|
+
export const dark_yellow_Input = n138 as Theme
|
|
1268
|
+
export const dark_yellow_TextArea = n138 as Theme
|
|
1269
|
+
const n139 = t([[12, 0],[13, 0],[14, 208],[15, 207],[16, 0],[17, 0],[18, 198],[19, 199],[20, 198],[21, 199],[22, 198],[23, 207],[24, 206],[25, 208],[26, 207],[27, 199]]) as Theme
|
|
1270
|
+
|
|
1271
|
+
export const dark_yellow_SwitchThumb = n139 as Theme
|
|
1272
|
+
const n140 = t([[12, 206],[13, 104],[14, 205],[15, 203],[16, 207],[17, 208],[18, 198],[19, 199],[20, 198],[21, 199],[22, 199],[23, 203],[24, 202],[25, 205],[26, 203],[27, 203]]) as Theme
|
|
1273
|
+
|
|
1274
|
+
export const dark_yellow_SliderTrackActive = n140 as Theme
|
|
1275
|
+
const n141 = t([[12, 208],[13, 207],[14, 206],[15, 104],[16, 0],[17, 228],[18, 198],[19, 199],[20, 198],[21, 199],[22, 227],[23, 104],[24, 205],[25, 206],[26, 104],[27, 201]]) as Theme
|
|
1276
|
+
|
|
1277
|
+
export const dark_yellow_SliderThumb = n141 as Theme
|
|
1278
|
+
export const dark_yellow_Tooltip = n141 as Theme
|
|
1279
|
+
export const dark_yellow_ProgressIndicator = n141 as Theme
|
|
1280
|
+
const n142 = t([[12, 145],[13, 146],[14, 147],[15, 148],[16, 144],[17, 143],[18, 0],[19, 153],[20, 0],[21, 153],[22, 0],[23, 148],[24, 150],[25, 147],[26, 148],[27, 44]]) as Theme
|
|
1281
|
+
|
|
1282
|
+
export const dark_green_Card = n142 as Theme
|
|
1283
|
+
export const dark_green_DrawerFrame = n142 as Theme
|
|
1284
|
+
export const dark_green_Progress = n142 as Theme
|
|
1285
|
+
export const dark_green_TooltipArrow = n142 as Theme
|
|
1286
|
+
const n143 = t([[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 0],[19, 153],[20, 0],[21, 153],[22, 153],[23, 148],[24, 150],[25, 147],[26, 148],[27, 150]]) as Theme
|
|
1287
|
+
|
|
1288
|
+
export const dark_green_Button = n143 as Theme
|
|
1289
|
+
export const dark_green_Switch = n143 as Theme
|
|
1290
|
+
export const dark_green_TooltipContent = n143 as Theme
|
|
1291
|
+
export const dark_green_SliderTrack = n143 as Theme
|
|
1292
|
+
const n144 = t([[12, 144],[13, 145],[14, 146],[15, 147],[16, 143],[17, 229],[18, 0],[19, 153],[20, 0],[21, 153],[22, 230],[23, 150],[24, 44],[25, 148],[26, 150],[27, 151]]) as Theme
|
|
1293
|
+
|
|
1294
|
+
export const dark_green_Checkbox = n144 as Theme
|
|
1295
|
+
export const dark_green_RadioGroupItem = n144 as Theme
|
|
1296
|
+
export const dark_green_Input = n144 as Theme
|
|
1297
|
+
export const dark_green_TextArea = n144 as Theme
|
|
1298
|
+
const n145 = t([[12, 0],[13, 0],[14, 153],[15, 152],[16, 0],[17, 0],[18, 143],[19, 144],[20, 143],[21, 144],[22, 143],[23, 152],[24, 151],[25, 153],[26, 152],[27, 144]]) as Theme
|
|
1299
|
+
|
|
1300
|
+
export const dark_green_SwitchThumb = n145 as Theme
|
|
1301
|
+
const n146 = t([[12, 151],[13, 44],[14, 150],[15, 148],[16, 152],[17, 153],[18, 143],[19, 144],[20, 143],[21, 144],[22, 144],[23, 148],[24, 147],[25, 150],[26, 148],[27, 148]]) as Theme
|
|
1302
|
+
|
|
1303
|
+
export const dark_green_SliderTrackActive = n146 as Theme
|
|
1304
|
+
const n147 = t([[12, 153],[13, 152],[14, 151],[15, 44],[16, 0],[17, 230],[18, 143],[19, 144],[20, 143],[21, 144],[22, 229],[23, 44],[24, 150],[25, 151],[26, 44],[27, 146]]) as Theme
|
|
1305
|
+
|
|
1306
|
+
export const dark_green_SliderThumb = n147 as Theme
|
|
1307
|
+
export const dark_green_Tooltip = n147 as Theme
|
|
1308
|
+
export const dark_green_ProgressIndicator = n147 as Theme
|
|
1309
|
+
const n148 = t([[12, 123],[13, 124],[14, 125],[15, 126],[16, 122],[17, 121],[18, 0],[19, 131],[20, 0],[21, 131],[22, 0],[23, 126],[24, 128],[25, 125],[26, 126],[27, 22]]) as Theme
|
|
1310
|
+
|
|
1311
|
+
export const dark_blue_Card = n148 as Theme
|
|
1312
|
+
export const dark_blue_DrawerFrame = n148 as Theme
|
|
1313
|
+
export const dark_blue_Progress = n148 as Theme
|
|
1314
|
+
export const dark_blue_TooltipArrow = n148 as Theme
|
|
1315
|
+
const n149 = t([[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 0],[19, 131],[20, 0],[21, 131],[22, 131],[23, 126],[24, 128],[25, 125],[26, 126],[27, 128]]) as Theme
|
|
1316
|
+
|
|
1317
|
+
export const dark_blue_Button = n149 as Theme
|
|
1318
|
+
export const dark_blue_Switch = n149 as Theme
|
|
1319
|
+
export const dark_blue_TooltipContent = n149 as Theme
|
|
1320
|
+
export const dark_blue_SliderTrack = n149 as Theme
|
|
1321
|
+
const n150 = t([[12, 122],[13, 123],[14, 124],[15, 125],[16, 121],[17, 231],[18, 0],[19, 131],[20, 0],[21, 131],[22, 232],[23, 128],[24, 22],[25, 126],[26, 128],[27, 129]]) as Theme
|
|
1322
|
+
|
|
1323
|
+
export const dark_blue_Checkbox = n150 as Theme
|
|
1324
|
+
export const dark_blue_RadioGroupItem = n150 as Theme
|
|
1325
|
+
export const dark_blue_Input = n150 as Theme
|
|
1326
|
+
export const dark_blue_TextArea = n150 as Theme
|
|
1327
|
+
const n151 = t([[12, 0],[13, 0],[14, 131],[15, 130],[16, 0],[17, 0],[18, 121],[19, 122],[20, 121],[21, 122],[22, 121],[23, 130],[24, 129],[25, 131],[26, 130],[27, 122]]) as Theme
|
|
1328
|
+
|
|
1329
|
+
export const dark_blue_SwitchThumb = n151 as Theme
|
|
1330
|
+
const n152 = t([[12, 129],[13, 22],[14, 128],[15, 126],[16, 130],[17, 131],[18, 121],[19, 122],[20, 121],[21, 122],[22, 122],[23, 126],[24, 125],[25, 128],[26, 126],[27, 126]]) as Theme
|
|
1331
|
+
|
|
1332
|
+
export const dark_blue_SliderTrackActive = n152 as Theme
|
|
1333
|
+
const n153 = t([[12, 131],[13, 130],[14, 129],[15, 22],[16, 0],[17, 232],[18, 121],[19, 122],[20, 121],[21, 122],[22, 231],[23, 22],[24, 128],[25, 129],[26, 22],[27, 124]]) as Theme
|
|
1334
|
+
|
|
1335
|
+
export const dark_blue_SliderThumb = n153 as Theme
|
|
1336
|
+
export const dark_blue_Tooltip = n153 as Theme
|
|
1337
|
+
export const dark_blue_ProgressIndicator = n153 as Theme
|
|
1338
|
+
const n154 = t([[12, 178],[13, 179],[14, 180],[15, 181],[16, 177],[17, 176],[18, 0],[19, 186],[20, 0],[21, 186],[22, 0],[23, 181],[24, 183],[25, 180],[26, 181],[27, 80]]) as Theme
|
|
1339
|
+
|
|
1340
|
+
export const dark_purple_Card = n154 as Theme
|
|
1341
|
+
export const dark_purple_DrawerFrame = n154 as Theme
|
|
1342
|
+
export const dark_purple_Progress = n154 as Theme
|
|
1343
|
+
export const dark_purple_TooltipArrow = n154 as Theme
|
|
1344
|
+
const n155 = t([[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 0],[19, 186],[20, 0],[21, 186],[22, 186],[23, 181],[24, 183],[25, 180],[26, 181],[27, 183]]) as Theme
|
|
1345
|
+
|
|
1346
|
+
export const dark_purple_Button = n155 as Theme
|
|
1347
|
+
export const dark_purple_Switch = n155 as Theme
|
|
1348
|
+
export const dark_purple_TooltipContent = n155 as Theme
|
|
1349
|
+
export const dark_purple_SliderTrack = n155 as Theme
|
|
1350
|
+
const n156 = t([[12, 177],[13, 178],[14, 179],[15, 180],[16, 176],[17, 233],[18, 0],[19, 186],[20, 0],[21, 186],[22, 234],[23, 183],[24, 80],[25, 181],[26, 183],[27, 184]]) as Theme
|
|
1351
|
+
|
|
1352
|
+
export const dark_purple_Checkbox = n156 as Theme
|
|
1353
|
+
export const dark_purple_RadioGroupItem = n156 as Theme
|
|
1354
|
+
export const dark_purple_Input = n156 as Theme
|
|
1355
|
+
export const dark_purple_TextArea = n156 as Theme
|
|
1356
|
+
const n157 = t([[12, 0],[13, 0],[14, 186],[15, 185],[16, 0],[17, 0],[18, 176],[19, 177],[20, 176],[21, 177],[22, 176],[23, 185],[24, 184],[25, 186],[26, 185],[27, 177]]) as Theme
|
|
1357
|
+
|
|
1358
|
+
export const dark_purple_SwitchThumb = n157 as Theme
|
|
1359
|
+
const n158 = t([[12, 184],[13, 80],[14, 183],[15, 181],[16, 185],[17, 186],[18, 176],[19, 177],[20, 176],[21, 177],[22, 177],[23, 181],[24, 180],[25, 183],[26, 181],[27, 181]]) as Theme
|
|
1360
|
+
|
|
1361
|
+
export const dark_purple_SliderTrackActive = n158 as Theme
|
|
1362
|
+
const n159 = t([[12, 186],[13, 185],[14, 184],[15, 80],[16, 0],[17, 234],[18, 176],[19, 177],[20, 176],[21, 177],[22, 233],[23, 80],[24, 183],[25, 184],[26, 80],[27, 179]]) as Theme
|
|
1363
|
+
|
|
1364
|
+
export const dark_purple_SliderThumb = n159 as Theme
|
|
1365
|
+
export const dark_purple_Tooltip = n159 as Theme
|
|
1366
|
+
export const dark_purple_ProgressIndicator = n159 as Theme
|
|
1367
|
+
const n160 = t([[12, 167],[13, 168],[14, 169],[15, 170],[16, 166],[17, 165],[18, 0],[19, 175],[20, 0],[21, 175],[22, 0],[23, 170],[24, 172],[25, 169],[26, 170],[27, 68]]) as Theme
|
|
1368
|
+
|
|
1369
|
+
export const dark_pink_Card = n160 as Theme
|
|
1370
|
+
export const dark_pink_DrawerFrame = n160 as Theme
|
|
1371
|
+
export const dark_pink_Progress = n160 as Theme
|
|
1372
|
+
export const dark_pink_TooltipArrow = n160 as Theme
|
|
1373
|
+
const n161 = t([[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 0],[19, 175],[20, 0],[21, 175],[22, 175],[23, 170],[24, 172],[25, 169],[26, 170],[27, 172]]) as Theme
|
|
1374
|
+
|
|
1375
|
+
export const dark_pink_Button = n161 as Theme
|
|
1376
|
+
export const dark_pink_Switch = n161 as Theme
|
|
1377
|
+
export const dark_pink_TooltipContent = n161 as Theme
|
|
1378
|
+
export const dark_pink_SliderTrack = n161 as Theme
|
|
1379
|
+
const n162 = t([[12, 166],[13, 167],[14, 168],[15, 169],[16, 165],[17, 235],[18, 0],[19, 175],[20, 0],[21, 175],[22, 236],[23, 172],[24, 68],[25, 170],[26, 172],[27, 173]]) as Theme
|
|
1380
|
+
|
|
1381
|
+
export const dark_pink_Checkbox = n162 as Theme
|
|
1382
|
+
export const dark_pink_RadioGroupItem = n162 as Theme
|
|
1383
|
+
export const dark_pink_Input = n162 as Theme
|
|
1384
|
+
export const dark_pink_TextArea = n162 as Theme
|
|
1385
|
+
const n163 = t([[12, 0],[13, 0],[14, 175],[15, 174],[16, 0],[17, 0],[18, 165],[19, 166],[20, 165],[21, 166],[22, 165],[23, 174],[24, 173],[25, 175],[26, 174],[27, 166]]) as Theme
|
|
1386
|
+
|
|
1387
|
+
export const dark_pink_SwitchThumb = n163 as Theme
|
|
1388
|
+
const n164 = t([[12, 173],[13, 68],[14, 172],[15, 170],[16, 174],[17, 175],[18, 165],[19, 166],[20, 165],[21, 166],[22, 166],[23, 170],[24, 169],[25, 172],[26, 170],[27, 170]]) as Theme
|
|
1389
|
+
|
|
1390
|
+
export const dark_pink_SliderTrackActive = n164 as Theme
|
|
1391
|
+
const n165 = t([[12, 175],[13, 174],[14, 173],[15, 68],[16, 0],[17, 236],[18, 165],[19, 166],[20, 165],[21, 166],[22, 235],[23, 68],[24, 172],[25, 173],[26, 68],[27, 168]]) as Theme
|
|
1392
|
+
|
|
1393
|
+
export const dark_pink_SliderThumb = n165 as Theme
|
|
1394
|
+
export const dark_pink_Tooltip = n165 as Theme
|
|
1395
|
+
export const dark_pink_ProgressIndicator = n165 as Theme
|
|
1396
|
+
const n166 = t([[12, 189],[13, 190],[14, 191],[15, 192],[16, 188],[17, 187],[18, 0],[19, 197],[20, 0],[21, 197],[22, 0],[23, 192],[24, 194],[25, 191],[26, 192],[27, 92]]) as Theme
|
|
1397
|
+
|
|
1398
|
+
export const dark_red_Card = n166 as Theme
|
|
1399
|
+
export const dark_red_DrawerFrame = n166 as Theme
|
|
1400
|
+
export const dark_red_Progress = n166 as Theme
|
|
1401
|
+
export const dark_red_TooltipArrow = n166 as Theme
|
|
1402
|
+
const n167 = t([[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 0],[19, 197],[20, 0],[21, 197],[22, 197],[23, 192],[24, 194],[25, 191],[26, 192],[27, 194]]) as Theme
|
|
1403
|
+
|
|
1404
|
+
export const dark_red_Button = n167 as Theme
|
|
1405
|
+
export const dark_red_Switch = n167 as Theme
|
|
1406
|
+
export const dark_red_TooltipContent = n167 as Theme
|
|
1407
|
+
export const dark_red_SliderTrack = n167 as Theme
|
|
1408
|
+
const n168 = t([[12, 188],[13, 189],[14, 190],[15, 191],[16, 187],[17, 237],[18, 0],[19, 197],[20, 0],[21, 197],[22, 238],[23, 194],[24, 92],[25, 192],[26, 194],[27, 195]]) as Theme
|
|
1409
|
+
|
|
1410
|
+
export const dark_red_Checkbox = n168 as Theme
|
|
1411
|
+
export const dark_red_RadioGroupItem = n168 as Theme
|
|
1412
|
+
export const dark_red_Input = n168 as Theme
|
|
1413
|
+
export const dark_red_TextArea = n168 as Theme
|
|
1414
|
+
const n169 = t([[12, 0],[13, 0],[14, 197],[15, 196],[16, 0],[17, 0],[18, 187],[19, 188],[20, 187],[21, 188],[22, 187],[23, 196],[24, 195],[25, 197],[26, 196],[27, 188]]) as Theme
|
|
1415
|
+
|
|
1416
|
+
export const dark_red_SwitchThumb = n169 as Theme
|
|
1417
|
+
const n170 = t([[12, 195],[13, 92],[14, 194],[15, 192],[16, 196],[17, 197],[18, 187],[19, 188],[20, 187],[21, 188],[22, 188],[23, 192],[24, 191],[25, 194],[26, 192],[27, 192]]) as Theme
|
|
1418
|
+
|
|
1419
|
+
export const dark_red_SliderTrackActive = n170 as Theme
|
|
1420
|
+
const n171 = t([[12, 197],[13, 196],[14, 195],[15, 92],[16, 0],[17, 238],[18, 187],[19, 188],[20, 187],[21, 188],[22, 237],[23, 92],[24, 194],[25, 195],[26, 92],[27, 190]]) as Theme
|
|
1421
|
+
|
|
1422
|
+
export const dark_red_SliderThumb = n171 as Theme
|
|
1423
|
+
export const dark_red_Tooltip = n171 as Theme
|
|
1424
|
+
export const dark_red_ProgressIndicator = n171 as Theme
|
|
1425
|
+
const n172 = t([[12, 1],[13, 2],[14, 3],[15, 4],[16, 0],[17, 0],[18, 10],[19, 9],[20, 10],[21, 9],[22, 11],[23, 4],[24, 5],[25, 3],[26, 4],[27, 8]]) as Theme
|
|
1426
|
+
|
|
1427
|
+
export const light_alt1_ListItem = n172 as Theme
|
|
1428
|
+
const n173 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 10],[19, 9],[20, 10],[21, 9],[22, 10],[23, 6],[24, 7],[25, 5],[26, 6],[27, 6]]) as Theme
|
|
1429
|
+
|
|
1430
|
+
export const light_alt1_Card = n173 as Theme
|
|
1431
|
+
export const light_alt1_DrawerFrame = n173 as Theme
|
|
1432
|
+
export const light_alt1_Progress = n173 as Theme
|
|
1433
|
+
export const light_alt1_TooltipArrow = n173 as Theme
|
|
1434
|
+
const n174 = t([[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[18, 10],[19, 9],[20, 10],[21, 9],[22, 9],[23, 6],[24, 7],[25, 5],[26, 6],[27, 5]]) as Theme
|
|
1435
|
+
|
|
1436
|
+
export const light_alt1_Button = n174 as Theme
|
|
1437
|
+
export const light_alt1_Switch = n174 as Theme
|
|
1438
|
+
export const light_alt1_TooltipContent = n174 as Theme
|
|
1439
|
+
export const light_alt1_SliderTrack = n174 as Theme
|
|
1440
|
+
const n175 = t([[12, 2],[13, 3],[14, 4],[15, 5],[16, 1],[17, 0],[18, 10],[19, 9],[20, 10],[21, 9],[22, 11],[23, 7],[24, 8],[25, 6],[26, 7],[27, 7]]) as Theme
|
|
1441
|
+
|
|
1442
|
+
export const light_alt1_Checkbox = n175 as Theme
|
|
1443
|
+
export const light_alt1_RadioGroupItem = n175 as Theme
|
|
1444
|
+
export const light_alt1_Input = n175 as Theme
|
|
1445
|
+
export const light_alt1_TextArea = n175 as Theme
|
|
1446
|
+
const n176 = t([[12, 11],[13, 10],[14, 9],[15, 8],[16, 11],[17, 11],[18, 1],[19, 2],[20, 1],[21, 2],[22, 0],[23, 8],[24, 7],[25, 9],[26, 8],[27, 2]]) as Theme
|
|
1447
|
+
|
|
1448
|
+
export const light_alt1_SwitchThumb = n176 as Theme
|
|
1449
|
+
const n177 = t([[12, 7],[13, 6],[14, 5],[15, 4],[16, 8],[17, 9],[18, 1],[19, 2],[20, 1],[21, 2],[22, 2],[23, 4],[24, 3],[25, 5],[26, 4],[27, 6]]) as Theme
|
|
1450
|
+
|
|
1451
|
+
export const light_alt1_SliderTrackActive = n177 as Theme
|
|
1452
|
+
const n178 = t([[12, 9],[13, 8],[14, 7],[15, 6],[16, 10],[17, 11],[18, 1],[19, 2],[20, 1],[21, 2],[22, 0],[23, 6],[24, 5],[25, 7],[26, 6],[27, 4]]) as Theme
|
|
1453
|
+
|
|
1454
|
+
export const light_alt1_SliderThumb = n178 as Theme
|
|
1455
|
+
export const light_alt1_Tooltip = n178 as Theme
|
|
1456
|
+
export const light_alt1_ProgressIndicator = n178 as Theme
|
|
1457
|
+
const n179 = t([[12, 2],[13, 3],[14, 4],[15, 5],[16, 1],[17, 0],[18, 9],[19, 8],[20, 9],[21, 8],[22, 11],[23, 4],[24, 5],[25, 3],[26, 4],[27, 7]]) as Theme
|
|
1458
|
+
|
|
1459
|
+
export const light_alt2_ListItem = n179 as Theme
|
|
1460
|
+
const n180 = t([[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[18, 9],[19, 8],[20, 9],[21, 8],[22, 9],[23, 6],[24, 7],[25, 5],[26, 6],[27, 5]]) as Theme
|
|
1461
|
+
|
|
1462
|
+
export const light_alt2_Card = n180 as Theme
|
|
1463
|
+
export const light_alt2_DrawerFrame = n180 as Theme
|
|
1464
|
+
export const light_alt2_Progress = n180 as Theme
|
|
1465
|
+
export const light_alt2_TooltipArrow = n180 as Theme
|
|
1466
|
+
const n181 = t([[12, 5],[13, 6],[14, 7],[15, 8],[16, 4],[17, 3],[18, 9],[19, 8],[20, 9],[21, 8],[22, 8],[23, 6],[24, 7],[25, 5],[26, 6],[27, 4]]) as Theme
|
|
1467
|
+
|
|
1468
|
+
export const light_alt2_Button = n181 as Theme
|
|
1469
|
+
export const light_alt2_Switch = n181 as Theme
|
|
1470
|
+
export const light_alt2_TooltipContent = n181 as Theme
|
|
1471
|
+
export const light_alt2_SliderTrack = n181 as Theme
|
|
1472
|
+
const n182 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 9],[19, 8],[20, 9],[21, 8],[22, 10],[23, 7],[24, 8],[25, 6],[26, 7],[27, 6]]) as Theme
|
|
1473
|
+
|
|
1474
|
+
export const light_alt2_Checkbox = n182 as Theme
|
|
1475
|
+
export const light_alt2_RadioGroupItem = n182 as Theme
|
|
1476
|
+
export const light_alt2_Input = n182 as Theme
|
|
1477
|
+
export const light_alt2_TextArea = n182 as Theme
|
|
1478
|
+
const n183 = t([[12, 10],[13, 9],[14, 8],[15, 7],[16, 11],[17, 11],[18, 2],[19, 3],[20, 2],[21, 3],[22, 0],[23, 8],[24, 7],[25, 9],[26, 8],[27, 3]]) as Theme
|
|
1479
|
+
|
|
1480
|
+
export const light_alt2_SwitchThumb = n183 as Theme
|
|
1481
|
+
const n184 = t([[12, 6],[13, 5],[14, 4],[15, 3],[16, 7],[17, 8],[18, 2],[19, 3],[20, 2],[21, 3],[22, 3],[23, 4],[24, 3],[25, 5],[26, 4],[27, 7]]) as Theme
|
|
1482
|
+
|
|
1483
|
+
export const light_alt2_SliderTrackActive = n184 as Theme
|
|
1484
|
+
const n185 = t([[12, 8],[13, 7],[14, 6],[15, 5],[16, 9],[17, 10],[18, 2],[19, 3],[20, 2],[21, 3],[22, 1],[23, 6],[24, 5],[25, 7],[26, 6],[27, 5]]) as Theme
|
|
1485
|
+
|
|
1486
|
+
export const light_alt2_SliderThumb = n185 as Theme
|
|
1487
|
+
export const light_alt2_Tooltip = n185 as Theme
|
|
1488
|
+
export const light_alt2_ProgressIndicator = n185 as Theme
|
|
1489
|
+
const n186 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[19, 7],[20, 8],[21, 7],[22, 10],[23, 5],[24, 6],[25, 4],[26, 5],[27, 6]]) as Theme
|
|
1490
|
+
|
|
1491
|
+
export const light_active_ListItem = n186 as Theme
|
|
1492
|
+
const n187 = t([[12, 5],[13, 6],[14, 7],[15, 8],[16, 4],[17, 3],[19, 7],[20, 8],[21, 7],[22, 8],[23, 7],[24, 8],[25, 6],[26, 7],[27, 4]]) as Theme
|
|
1493
|
+
|
|
1494
|
+
export const light_active_Card = n187 as Theme
|
|
1495
|
+
export const light_active_DrawerFrame = n187 as Theme
|
|
1496
|
+
export const light_active_Progress = n187 as Theme
|
|
1497
|
+
export const light_active_TooltipArrow = n187 as Theme
|
|
1498
|
+
const n188 = t([[12, 6],[13, 7],[14, 8],[15, 9],[16, 5],[17, 4],[19, 7],[20, 8],[21, 7],[22, 7],[23, 7],[24, 8],[25, 6],[26, 7],[27, 3]]) as Theme
|
|
1499
|
+
|
|
1500
|
+
export const light_active_Button = n188 as Theme
|
|
1501
|
+
export const light_active_Switch = n188 as Theme
|
|
1502
|
+
export const light_active_TooltipContent = n188 as Theme
|
|
1503
|
+
export const light_active_SliderTrack = n188 as Theme
|
|
1504
|
+
const n189 = t([[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[19, 7],[20, 8],[21, 7],[22, 9],[23, 8],[24, 9],[25, 7],[26, 8],[27, 5]]) as Theme
|
|
1505
|
+
|
|
1506
|
+
export const light_active_Checkbox = n189 as Theme
|
|
1507
|
+
export const light_active_RadioGroupItem = n189 as Theme
|
|
1508
|
+
export const light_active_Input = n189 as Theme
|
|
1509
|
+
export const light_active_TextArea = n189 as Theme
|
|
1510
|
+
const n190 = t([[12, 9],[13, 8],[14, 7],[15, 6],[16, 10],[17, 11],[19, 4],[20, 3],[21, 4],[22, 0],[23, 7],[24, 6],[25, 8],[26, 7],[27, 4]]) as Theme
|
|
1511
|
+
|
|
1512
|
+
export const light_active_SwitchThumb = n190 as Theme
|
|
1513
|
+
const n191 = t([[12, 5],[13, 4],[14, 3],[15, 2],[16, 6],[17, 7],[19, 4],[20, 3],[21, 4],[22, 4],[23, 3],[24, 2],[25, 4],[26, 3],[27, 8]]) as Theme
|
|
1514
|
+
|
|
1515
|
+
export const light_active_SliderTrackActive = n191 as Theme
|
|
1516
|
+
const n192 = t([[12, 7],[13, 6],[14, 5],[15, 4],[16, 8],[17, 9],[19, 4],[20, 3],[21, 4],[22, 2],[23, 5],[24, 4],[25, 6],[26, 5],[27, 6]]) as Theme
|
|
1517
|
+
|
|
1518
|
+
export const light_active_SliderThumb = n192 as Theme
|
|
1519
|
+
export const light_active_Tooltip = n192 as Theme
|
|
1520
|
+
export const light_active_ProgressIndicator = n192 as Theme
|
|
1521
|
+
const n193 = t([[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 120],[19, 119],[20, 120],[21, 119],[22, 120],[23, 116],[24, 117],[25, 115],[26, 116],[27, 116]]) as Theme
|
|
1522
|
+
|
|
1523
|
+
export const dark_alt1_Card = n193 as Theme
|
|
1524
|
+
export const dark_alt1_DrawerFrame = n193 as Theme
|
|
1525
|
+
export const dark_alt1_Progress = n193 as Theme
|
|
1526
|
+
export const dark_alt1_TooltipArrow = n193 as Theme
|
|
1527
|
+
const n194 = t([[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[18, 120],[19, 119],[20, 120],[21, 119],[22, 119],[23, 116],[24, 117],[25, 115],[26, 116],[27, 115]]) as Theme
|
|
1528
|
+
|
|
1529
|
+
export const dark_alt1_Button = n194 as Theme
|
|
1530
|
+
export const dark_alt1_Switch = n194 as Theme
|
|
1531
|
+
export const dark_alt1_TooltipContent = n194 as Theme
|
|
1532
|
+
export const dark_alt1_SliderTrack = n194 as Theme
|
|
1533
|
+
const n195 = t([[12, 112],[13, 113],[14, 114],[15, 115],[16, 111],[17, 110],[18, 120],[19, 119],[20, 120],[21, 119],[22, 0],[23, 117],[24, 118],[25, 116],[26, 117],[27, 117]]) as Theme
|
|
1534
|
+
|
|
1535
|
+
export const dark_alt1_Checkbox = n195 as Theme
|
|
1536
|
+
export const dark_alt1_RadioGroupItem = n195 as Theme
|
|
1537
|
+
export const dark_alt1_Input = n195 as Theme
|
|
1538
|
+
export const dark_alt1_TextArea = n195 as Theme
|
|
1539
|
+
const n196 = t([[12, 0],[13, 120],[14, 119],[15, 118],[16, 0],[17, 0],[18, 111],[19, 112],[20, 111],[21, 112],[22, 110],[23, 118],[24, 117],[25, 119],[26, 118],[27, 112]]) as Theme
|
|
1540
|
+
|
|
1541
|
+
export const dark_alt1_SwitchThumb = n196 as Theme
|
|
1542
|
+
const n197 = t([[12, 117],[13, 116],[14, 115],[15, 114],[16, 118],[17, 119],[18, 111],[19, 112],[20, 111],[21, 112],[22, 112],[23, 114],[24, 113],[25, 115],[26, 114],[27, 116]]) as Theme
|
|
1543
|
+
|
|
1544
|
+
export const dark_alt1_SliderTrackActive = n197 as Theme
|
|
1545
|
+
const n198 = t([[12, 119],[13, 118],[14, 117],[15, 116],[16, 120],[17, 0],[18, 111],[19, 112],[20, 111],[21, 112],[22, 110],[23, 116],[24, 115],[25, 117],[26, 116],[27, 114]]) as Theme
|
|
1546
|
+
|
|
1547
|
+
export const dark_alt1_SliderThumb = n198 as Theme
|
|
1548
|
+
export const dark_alt1_Tooltip = n198 as Theme
|
|
1549
|
+
export const dark_alt1_ProgressIndicator = n198 as Theme
|
|
1550
|
+
const n199 = t([[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[18, 119],[19, 118],[20, 119],[21, 118],[22, 119],[23, 116],[24, 117],[25, 115],[26, 116],[27, 115]]) as Theme
|
|
1551
|
+
|
|
1552
|
+
export const dark_alt2_Card = n199 as Theme
|
|
1553
|
+
export const dark_alt2_DrawerFrame = n199 as Theme
|
|
1554
|
+
export const dark_alt2_Progress = n199 as Theme
|
|
1555
|
+
export const dark_alt2_TooltipArrow = n199 as Theme
|
|
1556
|
+
const n200 = t([[12, 115],[13, 116],[14, 117],[15, 118],[16, 114],[17, 113],[18, 119],[19, 118],[20, 119],[21, 118],[22, 118],[23, 116],[24, 117],[25, 115],[26, 116],[27, 114]]) as Theme
|
|
1557
|
+
|
|
1558
|
+
export const dark_alt2_Button = n200 as Theme
|
|
1559
|
+
export const dark_alt2_Switch = n200 as Theme
|
|
1560
|
+
export const dark_alt2_TooltipContent = n200 as Theme
|
|
1561
|
+
export const dark_alt2_SliderTrack = n200 as Theme
|
|
1562
|
+
const n201 = t([[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 119],[19, 118],[20, 119],[21, 118],[22, 120],[23, 117],[24, 118],[25, 116],[26, 117],[27, 116]]) as Theme
|
|
1563
|
+
|
|
1564
|
+
export const dark_alt2_Checkbox = n201 as Theme
|
|
1565
|
+
export const dark_alt2_RadioGroupItem = n201 as Theme
|
|
1566
|
+
export const dark_alt2_Input = n201 as Theme
|
|
1567
|
+
export const dark_alt2_TextArea = n201 as Theme
|
|
1568
|
+
const n202 = t([[12, 120],[13, 119],[14, 118],[15, 117],[16, 0],[17, 0],[18, 112],[19, 113],[20, 112],[21, 113],[22, 110],[23, 118],[24, 117],[25, 119],[26, 118],[27, 113]]) as Theme
|
|
1569
|
+
|
|
1570
|
+
export const dark_alt2_SwitchThumb = n202 as Theme
|
|
1571
|
+
const n203 = t([[12, 116],[13, 115],[14, 114],[15, 113],[16, 117],[17, 118],[18, 112],[19, 113],[20, 112],[21, 113],[22, 113],[23, 114],[24, 113],[25, 115],[26, 114],[27, 117]]) as Theme
|
|
1572
|
+
|
|
1573
|
+
export const dark_alt2_SliderTrackActive = n203 as Theme
|
|
1574
|
+
const n204 = t([[12, 118],[13, 117],[14, 116],[15, 115],[16, 119],[17, 120],[18, 112],[19, 113],[20, 112],[21, 113],[22, 111],[23, 116],[24, 115],[25, 117],[26, 116],[27, 115]]) as Theme
|
|
1575
|
+
|
|
1576
|
+
export const dark_alt2_SliderThumb = n204 as Theme
|
|
1577
|
+
export const dark_alt2_Tooltip = n204 as Theme
|
|
1578
|
+
export const dark_alt2_ProgressIndicator = n204 as Theme
|
|
1579
|
+
const n205 = t([[12, 115],[13, 116],[14, 117],[15, 118],[16, 114],[17, 113],[19, 117],[20, 118],[21, 117],[22, 118],[23, 117],[24, 118],[25, 116],[26, 117],[27, 114]]) as Theme
|
|
1580
|
+
|
|
1581
|
+
export const dark_active_Card = n205 as Theme
|
|
1582
|
+
export const dark_active_DrawerFrame = n205 as Theme
|
|
1583
|
+
export const dark_active_Progress = n205 as Theme
|
|
1584
|
+
export const dark_active_TooltipArrow = n205 as Theme
|
|
1585
|
+
const n206 = t([[12, 116],[13, 117],[14, 118],[15, 119],[16, 115],[17, 114],[19, 117],[20, 118],[21, 117],[22, 117],[23, 117],[24, 118],[25, 116],[26, 117],[27, 113]]) as Theme
|
|
1586
|
+
|
|
1587
|
+
export const dark_active_Button = n206 as Theme
|
|
1588
|
+
export const dark_active_Switch = n206 as Theme
|
|
1589
|
+
export const dark_active_TooltipContent = n206 as Theme
|
|
1590
|
+
export const dark_active_SliderTrack = n206 as Theme
|
|
1591
|
+
const n207 = t([[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[19, 117],[20, 118],[21, 117],[22, 119],[23, 118],[24, 119],[25, 117],[26, 118],[27, 115]]) as Theme
|
|
1592
|
+
|
|
1593
|
+
export const dark_active_Checkbox = n207 as Theme
|
|
1594
|
+
export const dark_active_RadioGroupItem = n207 as Theme
|
|
1595
|
+
export const dark_active_Input = n207 as Theme
|
|
1596
|
+
export const dark_active_TextArea = n207 as Theme
|
|
1597
|
+
const n208 = t([[12, 119],[13, 118],[14, 117],[15, 116],[16, 120],[17, 0],[19, 114],[20, 113],[21, 114],[22, 110],[23, 117],[24, 116],[25, 118],[26, 117],[27, 114]]) as Theme
|
|
1598
|
+
|
|
1599
|
+
export const dark_active_SwitchThumb = n208 as Theme
|
|
1600
|
+
const n209 = t([[12, 115],[13, 114],[14, 113],[15, 112],[16, 116],[17, 117],[19, 114],[20, 113],[21, 114],[22, 114],[23, 113],[24, 112],[25, 114],[26, 113],[27, 118]]) as Theme
|
|
1601
|
+
|
|
1602
|
+
export const dark_active_SliderTrackActive = n209 as Theme
|
|
1603
|
+
const n210 = t([[12, 117],[13, 116],[14, 115],[15, 114],[16, 118],[17, 119],[19, 114],[20, 113],[21, 114],[22, 112],[23, 115],[24, 114],[25, 116],[26, 115],[27, 116]]) as Theme
|
|
1604
|
+
|
|
1605
|
+
export const dark_active_SliderThumb = n210 as Theme
|
|
1606
|
+
export const dark_active_Tooltip = n210 as Theme
|
|
1607
|
+
export const dark_active_ProgressIndicator = n210 as Theme
|
|
1608
|
+
const n211 = t([[12, 49],[13, 50],[14, 51],[15, 52],[16, 48],[17, 48],[18, 59],[19, 58],[20, 59],[21, 58],[22, 11],[23, 51],[24, 52],[25, 51],[26, 51],[27, 57]]) as Theme
|
|
1609
|
+
|
|
1610
|
+
export const light_orange_alt1_ListItem = n211 as Theme
|
|
1611
|
+
const n212 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 59],[19, 58],[20, 59],[21, 58],[22, 59],[23, 53],[24, 55],[25, 53],[26, 53],[27, 55]]) as Theme
|
|
1612
|
+
|
|
1613
|
+
export const light_orange_alt1_Card = n212 as Theme
|
|
1614
|
+
export const light_orange_alt1_DrawerFrame = n212 as Theme
|
|
1615
|
+
export const light_orange_alt1_Progress = n212 as Theme
|
|
1616
|
+
export const light_orange_alt1_TooltipArrow = n212 as Theme
|
|
1617
|
+
const n213 = t([[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[18, 59],[19, 58],[20, 59],[21, 58],[22, 58],[23, 53],[24, 55],[25, 53],[26, 53],[27, 53]]) as Theme
|
|
1618
|
+
|
|
1619
|
+
export const light_orange_alt1_Button = n213 as Theme
|
|
1620
|
+
export const light_orange_alt1_Switch = n213 as Theme
|
|
1621
|
+
export const light_orange_alt1_TooltipContent = n213 as Theme
|
|
1622
|
+
export const light_orange_alt1_SliderTrack = n213 as Theme
|
|
1623
|
+
const n214 = t([[12, 50],[13, 51],[14, 52],[15, 53],[16, 49],[17, 48],[18, 59],[19, 58],[20, 59],[21, 58],[22, 11],[23, 55],[24, 56],[25, 55],[26, 55],[27, 56]]) as Theme
|
|
1624
|
+
|
|
1625
|
+
export const light_orange_alt1_Checkbox = n214 as Theme
|
|
1626
|
+
export const light_orange_alt1_RadioGroupItem = n214 as Theme
|
|
1627
|
+
export const light_orange_alt1_Input = n214 as Theme
|
|
1628
|
+
export const light_orange_alt1_TextArea = n214 as Theme
|
|
1629
|
+
const n215 = t([[12, 11],[13, 59],[14, 58],[15, 57],[16, 11],[17, 11],[18, 49],[19, 50],[20, 49],[21, 50],[22, 48],[23, 58],[24, 57],[25, 58],[26, 58],[27, 50]]) as Theme
|
|
1630
|
+
|
|
1631
|
+
export const light_orange_alt1_SwitchThumb = n215 as Theme
|
|
1632
|
+
const n216 = t([[12, 56],[13, 55],[14, 53],[15, 52],[16, 57],[17, 58],[18, 49],[19, 50],[20, 49],[21, 50],[22, 50],[23, 53],[24, 52],[25, 53],[26, 53],[27, 55]]) as Theme
|
|
1633
|
+
|
|
1634
|
+
export const light_orange_alt1_SliderTrackActive = n216 as Theme
|
|
1635
|
+
const n217 = t([[12, 58],[13, 57],[14, 56],[15, 55],[16, 59],[17, 11],[18, 49],[19, 50],[20, 49],[21, 50],[22, 48],[23, 56],[24, 55],[25, 56],[26, 56],[27, 52]]) as Theme
|
|
1636
|
+
|
|
1637
|
+
export const light_orange_alt1_SliderThumb = n217 as Theme
|
|
1638
|
+
export const light_orange_alt1_Tooltip = n217 as Theme
|
|
1639
|
+
export const light_orange_alt1_ProgressIndicator = n217 as Theme
|
|
1640
|
+
const n218 = t([[12, 50],[13, 51],[14, 52],[15, 53],[16, 49],[17, 48],[18, 58],[19, 57],[20, 58],[21, 57],[22, 11],[23, 51],[24, 52],[25, 51],[26, 51],[27, 56]]) as Theme
|
|
1641
|
+
|
|
1642
|
+
export const light_orange_alt2_ListItem = n218 as Theme
|
|
1643
|
+
const n219 = t([[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[18, 58],[19, 57],[20, 58],[21, 57],[22, 58],[23, 53],[24, 55],[25, 53],[26, 53],[27, 53]]) as Theme
|
|
1644
|
+
|
|
1645
|
+
export const light_orange_alt2_Card = n219 as Theme
|
|
1646
|
+
export const light_orange_alt2_DrawerFrame = n219 as Theme
|
|
1647
|
+
export const light_orange_alt2_Progress = n219 as Theme
|
|
1648
|
+
export const light_orange_alt2_TooltipArrow = n219 as Theme
|
|
1649
|
+
const n220 = t([[12, 53],[13, 55],[14, 56],[15, 57],[16, 52],[17, 51],[18, 58],[19, 57],[20, 58],[21, 57],[22, 57],[23, 53],[24, 55],[25, 53],[26, 53],[27, 52]]) as Theme
|
|
1650
|
+
|
|
1651
|
+
export const light_orange_alt2_Button = n220 as Theme
|
|
1652
|
+
export const light_orange_alt2_Switch = n220 as Theme
|
|
1653
|
+
export const light_orange_alt2_TooltipContent = n220 as Theme
|
|
1654
|
+
export const light_orange_alt2_SliderTrack = n220 as Theme
|
|
1655
|
+
const n221 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 58],[19, 57],[20, 58],[21, 57],[22, 59],[23, 55],[24, 56],[25, 55],[26, 55],[27, 55]]) as Theme
|
|
1656
|
+
|
|
1657
|
+
export const light_orange_alt2_Checkbox = n221 as Theme
|
|
1658
|
+
export const light_orange_alt2_RadioGroupItem = n221 as Theme
|
|
1659
|
+
export const light_orange_alt2_Input = n221 as Theme
|
|
1660
|
+
export const light_orange_alt2_TextArea = n221 as Theme
|
|
1661
|
+
const n222 = t([[12, 59],[13, 58],[14, 57],[15, 56],[16, 11],[17, 11],[18, 50],[19, 51],[20, 50],[21, 51],[22, 48],[23, 58],[24, 57],[25, 58],[26, 58],[27, 51]]) as Theme
|
|
1662
|
+
|
|
1663
|
+
export const light_orange_alt2_SwitchThumb = n222 as Theme
|
|
1664
|
+
const n223 = t([[12, 55],[13, 53],[14, 52],[15, 51],[16, 56],[17, 57],[18, 50],[19, 51],[20, 50],[21, 51],[22, 51],[23, 53],[24, 52],[25, 53],[26, 53],[27, 56]]) as Theme
|
|
1665
|
+
|
|
1666
|
+
export const light_orange_alt2_SliderTrackActive = n223 as Theme
|
|
1667
|
+
const n224 = t([[12, 57],[13, 56],[14, 55],[15, 53],[16, 58],[17, 59],[18, 50],[19, 51],[20, 50],[21, 51],[22, 49],[23, 56],[24, 55],[25, 56],[26, 56],[27, 53]]) as Theme
|
|
1668
|
+
|
|
1669
|
+
export const light_orange_alt2_SliderThumb = n224 as Theme
|
|
1670
|
+
export const light_orange_alt2_Tooltip = n224 as Theme
|
|
1671
|
+
export const light_orange_alt2_ProgressIndicator = n224 as Theme
|
|
1672
|
+
const n225 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[19, 56],[20, 57],[21, 56],[22, 59],[23, 52],[24, 53],[25, 52],[26, 52],[27, 55]]) as Theme
|
|
1673
|
+
|
|
1674
|
+
export const light_orange_active_ListItem = n225 as Theme
|
|
1675
|
+
const n226 = t([[12, 53],[13, 55],[14, 56],[15, 57],[16, 52],[17, 51],[19, 56],[20, 57],[21, 56],[22, 57],[23, 55],[24, 56],[25, 55],[26, 55],[27, 52]]) as Theme
|
|
1676
|
+
|
|
1677
|
+
export const light_orange_active_Card = n226 as Theme
|
|
1678
|
+
export const light_orange_active_DrawerFrame = n226 as Theme
|
|
1679
|
+
export const light_orange_active_Progress = n226 as Theme
|
|
1680
|
+
export const light_orange_active_TooltipArrow = n226 as Theme
|
|
1681
|
+
const n227 = t([[12, 55],[13, 56],[14, 57],[15, 58],[16, 53],[17, 52],[19, 56],[20, 57],[21, 56],[22, 56],[23, 55],[24, 56],[25, 55],[26, 55],[27, 51]]) as Theme
|
|
1682
|
+
|
|
1683
|
+
export const light_orange_active_Button = n227 as Theme
|
|
1684
|
+
export const light_orange_active_Switch = n227 as Theme
|
|
1685
|
+
export const light_orange_active_TooltipContent = n227 as Theme
|
|
1686
|
+
export const light_orange_active_SliderTrack = n227 as Theme
|
|
1687
|
+
const n228 = t([[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[19, 56],[20, 57],[21, 56],[22, 58],[23, 56],[24, 57],[25, 56],[26, 56],[27, 53]]) as Theme
|
|
1688
|
+
|
|
1689
|
+
export const light_orange_active_Checkbox = n228 as Theme
|
|
1690
|
+
export const light_orange_active_RadioGroupItem = n228 as Theme
|
|
1691
|
+
export const light_orange_active_Input = n228 as Theme
|
|
1692
|
+
export const light_orange_active_TextArea = n228 as Theme
|
|
1693
|
+
const n229 = t([[12, 58],[13, 57],[14, 56],[15, 55],[16, 59],[17, 11],[19, 52],[20, 51],[21, 52],[22, 48],[23, 57],[24, 56],[25, 57],[26, 57],[27, 52]]) as Theme
|
|
1694
|
+
|
|
1695
|
+
export const light_orange_active_SwitchThumb = n229 as Theme
|
|
1696
|
+
const n230 = t([[12, 53],[13, 52],[14, 51],[15, 50],[16, 55],[17, 56],[19, 52],[20, 51],[21, 52],[22, 52],[23, 52],[24, 51],[25, 52],[26, 52],[27, 57]]) as Theme
|
|
1697
|
+
|
|
1698
|
+
export const light_orange_active_SliderTrackActive = n230 as Theme
|
|
1699
|
+
const n231 = t([[12, 56],[13, 55],[14, 53],[15, 52],[16, 57],[17, 58],[19, 52],[20, 51],[21, 52],[22, 50],[23, 55],[24, 53],[25, 55],[26, 55],[27, 55]]) as Theme
|
|
1700
|
+
|
|
1701
|
+
export const light_orange_active_SliderThumb = n231 as Theme
|
|
1702
|
+
export const light_orange_active_Tooltip = n231 as Theme
|
|
1703
|
+
export const light_orange_active_ProgressIndicator = n231 as Theme
|
|
1704
|
+
const n232 = t([[12, 97],[13, 98],[14, 99],[15, 100],[16, 96],[17, 96],[18, 107],[19, 106],[20, 107],[21, 106],[22, 11],[23, 99],[24, 100],[25, 99],[26, 99],[27, 105]]) as Theme
|
|
1705
|
+
|
|
1706
|
+
export const light_yellow_alt1_ListItem = n232 as Theme
|
|
1707
|
+
const n233 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 107],[19, 106],[20, 107],[21, 106],[22, 107],[23, 101],[24, 103],[25, 101],[26, 101],[27, 103]]) as Theme
|
|
1708
|
+
|
|
1709
|
+
export const light_yellow_alt1_Card = n233 as Theme
|
|
1710
|
+
export const light_yellow_alt1_DrawerFrame = n233 as Theme
|
|
1711
|
+
export const light_yellow_alt1_Progress = n233 as Theme
|
|
1712
|
+
export const light_yellow_alt1_TooltipArrow = n233 as Theme
|
|
1713
|
+
const n234 = t([[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[18, 107],[19, 106],[20, 107],[21, 106],[22, 106],[23, 101],[24, 103],[25, 101],[26, 101],[27, 101]]) as Theme
|
|
1714
|
+
|
|
1715
|
+
export const light_yellow_alt1_Button = n234 as Theme
|
|
1716
|
+
export const light_yellow_alt1_Switch = n234 as Theme
|
|
1717
|
+
export const light_yellow_alt1_TooltipContent = n234 as Theme
|
|
1718
|
+
export const light_yellow_alt1_SliderTrack = n234 as Theme
|
|
1719
|
+
const n235 = t([[12, 98],[13, 99],[14, 100],[15, 101],[16, 97],[17, 96],[18, 107],[19, 106],[20, 107],[21, 106],[22, 11],[23, 103],[24, 104],[25, 103],[26, 103],[27, 104]]) as Theme
|
|
1720
|
+
|
|
1721
|
+
export const light_yellow_alt1_Checkbox = n235 as Theme
|
|
1722
|
+
export const light_yellow_alt1_RadioGroupItem = n235 as Theme
|
|
1723
|
+
export const light_yellow_alt1_Input = n235 as Theme
|
|
1724
|
+
export const light_yellow_alt1_TextArea = n235 as Theme
|
|
1725
|
+
const n236 = t([[12, 11],[13, 107],[14, 106],[15, 105],[16, 11],[17, 11],[18, 97],[19, 98],[20, 97],[21, 98],[22, 96],[23, 106],[24, 105],[25, 106],[26, 106],[27, 98]]) as Theme
|
|
1726
|
+
|
|
1727
|
+
export const light_yellow_alt1_SwitchThumb = n236 as Theme
|
|
1728
|
+
const n237 = t([[12, 104],[13, 103],[14, 101],[15, 100],[16, 105],[17, 106],[18, 97],[19, 98],[20, 97],[21, 98],[22, 98],[23, 101],[24, 100],[25, 101],[26, 101],[27, 103]]) as Theme
|
|
1729
|
+
|
|
1730
|
+
export const light_yellow_alt1_SliderTrackActive = n237 as Theme
|
|
1731
|
+
const n238 = t([[12, 106],[13, 105],[14, 104],[15, 103],[16, 107],[17, 11],[18, 97],[19, 98],[20, 97],[21, 98],[22, 96],[23, 104],[24, 103],[25, 104],[26, 104],[27, 100]]) as Theme
|
|
1732
|
+
|
|
1733
|
+
export const light_yellow_alt1_SliderThumb = n238 as Theme
|
|
1734
|
+
export const light_yellow_alt1_Tooltip = n238 as Theme
|
|
1735
|
+
export const light_yellow_alt1_ProgressIndicator = n238 as Theme
|
|
1736
|
+
const n239 = t([[12, 98],[13, 99],[14, 100],[15, 101],[16, 97],[17, 96],[18, 106],[19, 105],[20, 106],[21, 105],[22, 11],[23, 99],[24, 100],[25, 99],[26, 99],[27, 104]]) as Theme
|
|
1737
|
+
|
|
1738
|
+
export const light_yellow_alt2_ListItem = n239 as Theme
|
|
1739
|
+
const n240 = t([[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[18, 106],[19, 105],[20, 106],[21, 105],[22, 106],[23, 101],[24, 103],[25, 101],[26, 101],[27, 101]]) as Theme
|
|
1740
|
+
|
|
1741
|
+
export const light_yellow_alt2_Card = n240 as Theme
|
|
1742
|
+
export const light_yellow_alt2_DrawerFrame = n240 as Theme
|
|
1743
|
+
export const light_yellow_alt2_Progress = n240 as Theme
|
|
1744
|
+
export const light_yellow_alt2_TooltipArrow = n240 as Theme
|
|
1745
|
+
const n241 = t([[12, 101],[13, 103],[14, 104],[15, 105],[16, 100],[17, 99],[18, 106],[19, 105],[20, 106],[21, 105],[22, 105],[23, 101],[24, 103],[25, 101],[26, 101],[27, 100]]) as Theme
|
|
1746
|
+
|
|
1747
|
+
export const light_yellow_alt2_Button = n241 as Theme
|
|
1748
|
+
export const light_yellow_alt2_Switch = n241 as Theme
|
|
1749
|
+
export const light_yellow_alt2_TooltipContent = n241 as Theme
|
|
1750
|
+
export const light_yellow_alt2_SliderTrack = n241 as Theme
|
|
1751
|
+
const n242 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 106],[19, 105],[20, 106],[21, 105],[22, 107],[23, 103],[24, 104],[25, 103],[26, 103],[27, 103]]) as Theme
|
|
1752
|
+
|
|
1753
|
+
export const light_yellow_alt2_Checkbox = n242 as Theme
|
|
1754
|
+
export const light_yellow_alt2_RadioGroupItem = n242 as Theme
|
|
1755
|
+
export const light_yellow_alt2_Input = n242 as Theme
|
|
1756
|
+
export const light_yellow_alt2_TextArea = n242 as Theme
|
|
1757
|
+
const n243 = t([[12, 107],[13, 106],[14, 105],[15, 104],[16, 11],[17, 11],[18, 98],[19, 99],[20, 98],[21, 99],[22, 96],[23, 106],[24, 105],[25, 106],[26, 106],[27, 99]]) as Theme
|
|
1758
|
+
|
|
1759
|
+
export const light_yellow_alt2_SwitchThumb = n243 as Theme
|
|
1760
|
+
const n244 = t([[12, 103],[13, 101],[14, 100],[15, 99],[16, 104],[17, 105],[18, 98],[19, 99],[20, 98],[21, 99],[22, 99],[23, 101],[24, 100],[25, 101],[26, 101],[27, 104]]) as Theme
|
|
1761
|
+
|
|
1762
|
+
export const light_yellow_alt2_SliderTrackActive = n244 as Theme
|
|
1763
|
+
const n245 = t([[12, 105],[13, 104],[14, 103],[15, 101],[16, 106],[17, 107],[18, 98],[19, 99],[20, 98],[21, 99],[22, 97],[23, 104],[24, 103],[25, 104],[26, 104],[27, 101]]) as Theme
|
|
1764
|
+
|
|
1765
|
+
export const light_yellow_alt2_SliderThumb = n245 as Theme
|
|
1766
|
+
export const light_yellow_alt2_Tooltip = n245 as Theme
|
|
1767
|
+
export const light_yellow_alt2_ProgressIndicator = n245 as Theme
|
|
1768
|
+
const n246 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[19, 104],[20, 105],[21, 104],[22, 107],[23, 100],[24, 101],[25, 100],[26, 100],[27, 103]]) as Theme
|
|
1769
|
+
|
|
1770
|
+
export const light_yellow_active_ListItem = n246 as Theme
|
|
1771
|
+
const n247 = t([[12, 101],[13, 103],[14, 104],[15, 105],[16, 100],[17, 99],[19, 104],[20, 105],[21, 104],[22, 105],[23, 103],[24, 104],[25, 103],[26, 103],[27, 100]]) as Theme
|
|
1772
|
+
|
|
1773
|
+
export const light_yellow_active_Card = n247 as Theme
|
|
1774
|
+
export const light_yellow_active_DrawerFrame = n247 as Theme
|
|
1775
|
+
export const light_yellow_active_Progress = n247 as Theme
|
|
1776
|
+
export const light_yellow_active_TooltipArrow = n247 as Theme
|
|
1777
|
+
const n248 = t([[12, 103],[13, 104],[14, 105],[15, 106],[16, 101],[17, 100],[19, 104],[20, 105],[21, 104],[22, 104],[23, 103],[24, 104],[25, 103],[26, 103],[27, 99]]) as Theme
|
|
1778
|
+
|
|
1779
|
+
export const light_yellow_active_Button = n248 as Theme
|
|
1780
|
+
export const light_yellow_active_Switch = n248 as Theme
|
|
1781
|
+
export const light_yellow_active_TooltipContent = n248 as Theme
|
|
1782
|
+
export const light_yellow_active_SliderTrack = n248 as Theme
|
|
1783
|
+
const n249 = t([[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[19, 104],[20, 105],[21, 104],[22, 106],[23, 104],[24, 105],[25, 104],[26, 104],[27, 101]]) as Theme
|
|
1784
|
+
|
|
1785
|
+
export const light_yellow_active_Checkbox = n249 as Theme
|
|
1786
|
+
export const light_yellow_active_RadioGroupItem = n249 as Theme
|
|
1787
|
+
export const light_yellow_active_Input = n249 as Theme
|
|
1788
|
+
export const light_yellow_active_TextArea = n249 as Theme
|
|
1789
|
+
const n250 = t([[12, 106],[13, 105],[14, 104],[15, 103],[16, 107],[17, 11],[19, 100],[20, 99],[21, 100],[22, 96],[23, 105],[24, 104],[25, 105],[26, 105],[27, 100]]) as Theme
|
|
1790
|
+
|
|
1791
|
+
export const light_yellow_active_SwitchThumb = n250 as Theme
|
|
1792
|
+
const n251 = t([[12, 101],[13, 100],[14, 99],[15, 98],[16, 103],[17, 104],[19, 100],[20, 99],[21, 100],[22, 100],[23, 100],[24, 99],[25, 100],[26, 100],[27, 105]]) as Theme
|
|
1793
|
+
|
|
1794
|
+
export const light_yellow_active_SliderTrackActive = n251 as Theme
|
|
1795
|
+
const n252 = t([[12, 104],[13, 103],[14, 101],[15, 100],[16, 105],[17, 106],[19, 100],[20, 99],[21, 100],[22, 98],[23, 103],[24, 101],[25, 103],[26, 103],[27, 103]]) as Theme
|
|
1796
|
+
|
|
1797
|
+
export const light_yellow_active_SliderThumb = n252 as Theme
|
|
1798
|
+
export const light_yellow_active_Tooltip = n252 as Theme
|
|
1799
|
+
export const light_yellow_active_ProgressIndicator = n252 as Theme
|
|
1800
|
+
const n253 = t([[12, 37],[13, 38],[14, 39],[15, 40],[16, 36],[17, 36],[18, 47],[19, 46],[20, 47],[21, 46],[22, 11],[23, 39],[24, 40],[25, 39],[26, 39],[27, 45]]) as Theme
|
|
1801
|
+
|
|
1802
|
+
export const light_green_alt1_ListItem = n253 as Theme
|
|
1803
|
+
const n254 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 47],[19, 46],[20, 47],[21, 46],[22, 47],[23, 41],[24, 43],[25, 41],[26, 41],[27, 43]]) as Theme
|
|
1804
|
+
|
|
1805
|
+
export const light_green_alt1_Card = n254 as Theme
|
|
1806
|
+
export const light_green_alt1_DrawerFrame = n254 as Theme
|
|
1807
|
+
export const light_green_alt1_Progress = n254 as Theme
|
|
1808
|
+
export const light_green_alt1_TooltipArrow = n254 as Theme
|
|
1809
|
+
const n255 = t([[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[18, 47],[19, 46],[20, 47],[21, 46],[22, 46],[23, 41],[24, 43],[25, 41],[26, 41],[27, 41]]) as Theme
|
|
1810
|
+
|
|
1811
|
+
export const light_green_alt1_Button = n255 as Theme
|
|
1812
|
+
export const light_green_alt1_Switch = n255 as Theme
|
|
1813
|
+
export const light_green_alt1_TooltipContent = n255 as Theme
|
|
1814
|
+
export const light_green_alt1_SliderTrack = n255 as Theme
|
|
1815
|
+
const n256 = t([[12, 38],[13, 39],[14, 40],[15, 41],[16, 37],[17, 36],[18, 47],[19, 46],[20, 47],[21, 46],[22, 11],[23, 43],[24, 44],[25, 43],[26, 43],[27, 44]]) as Theme
|
|
1816
|
+
|
|
1817
|
+
export const light_green_alt1_Checkbox = n256 as Theme
|
|
1818
|
+
export const light_green_alt1_RadioGroupItem = n256 as Theme
|
|
1819
|
+
export const light_green_alt1_Input = n256 as Theme
|
|
1820
|
+
export const light_green_alt1_TextArea = n256 as Theme
|
|
1821
|
+
const n257 = t([[12, 11],[13, 47],[14, 46],[15, 45],[16, 11],[17, 11],[18, 37],[19, 38],[20, 37],[21, 38],[22, 36],[23, 46],[24, 45],[25, 46],[26, 46],[27, 38]]) as Theme
|
|
1822
|
+
|
|
1823
|
+
export const light_green_alt1_SwitchThumb = n257 as Theme
|
|
1824
|
+
const n258 = t([[12, 44],[13, 43],[14, 41],[15, 40],[16, 45],[17, 46],[18, 37],[19, 38],[20, 37],[21, 38],[22, 38],[23, 41],[24, 40],[25, 41],[26, 41],[27, 43]]) as Theme
|
|
1825
|
+
|
|
1826
|
+
export const light_green_alt1_SliderTrackActive = n258 as Theme
|
|
1827
|
+
const n259 = t([[12, 46],[13, 45],[14, 44],[15, 43],[16, 47],[17, 11],[18, 37],[19, 38],[20, 37],[21, 38],[22, 36],[23, 44],[24, 43],[25, 44],[26, 44],[27, 40]]) as Theme
|
|
1828
|
+
|
|
1829
|
+
export const light_green_alt1_SliderThumb = n259 as Theme
|
|
1830
|
+
export const light_green_alt1_Tooltip = n259 as Theme
|
|
1831
|
+
export const light_green_alt1_ProgressIndicator = n259 as Theme
|
|
1832
|
+
const n260 = t([[12, 38],[13, 39],[14, 40],[15, 41],[16, 37],[17, 36],[18, 46],[19, 45],[20, 46],[21, 45],[22, 11],[23, 39],[24, 40],[25, 39],[26, 39],[27, 44]]) as Theme
|
|
1833
|
+
|
|
1834
|
+
export const light_green_alt2_ListItem = n260 as Theme
|
|
1835
|
+
const n261 = t([[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[18, 46],[19, 45],[20, 46],[21, 45],[22, 46],[23, 41],[24, 43],[25, 41],[26, 41],[27, 41]]) as Theme
|
|
1836
|
+
|
|
1837
|
+
export const light_green_alt2_Card = n261 as Theme
|
|
1838
|
+
export const light_green_alt2_DrawerFrame = n261 as Theme
|
|
1839
|
+
export const light_green_alt2_Progress = n261 as Theme
|
|
1840
|
+
export const light_green_alt2_TooltipArrow = n261 as Theme
|
|
1841
|
+
const n262 = t([[12, 41],[13, 43],[14, 44],[15, 45],[16, 40],[17, 39],[18, 46],[19, 45],[20, 46],[21, 45],[22, 45],[23, 41],[24, 43],[25, 41],[26, 41],[27, 40]]) as Theme
|
|
1842
|
+
|
|
1843
|
+
export const light_green_alt2_Button = n262 as Theme
|
|
1844
|
+
export const light_green_alt2_Switch = n262 as Theme
|
|
1845
|
+
export const light_green_alt2_TooltipContent = n262 as Theme
|
|
1846
|
+
export const light_green_alt2_SliderTrack = n262 as Theme
|
|
1847
|
+
const n263 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 46],[19, 45],[20, 46],[21, 45],[22, 47],[23, 43],[24, 44],[25, 43],[26, 43],[27, 43]]) as Theme
|
|
1848
|
+
|
|
1849
|
+
export const light_green_alt2_Checkbox = n263 as Theme
|
|
1850
|
+
export const light_green_alt2_RadioGroupItem = n263 as Theme
|
|
1851
|
+
export const light_green_alt2_Input = n263 as Theme
|
|
1852
|
+
export const light_green_alt2_TextArea = n263 as Theme
|
|
1853
|
+
const n264 = t([[12, 47],[13, 46],[14, 45],[15, 44],[16, 11],[17, 11],[18, 38],[19, 39],[20, 38],[21, 39],[22, 36],[23, 46],[24, 45],[25, 46],[26, 46],[27, 39]]) as Theme
|
|
1854
|
+
|
|
1855
|
+
export const light_green_alt2_SwitchThumb = n264 as Theme
|
|
1856
|
+
const n265 = t([[12, 43],[13, 41],[14, 40],[15, 39],[16, 44],[17, 45],[18, 38],[19, 39],[20, 38],[21, 39],[22, 39],[23, 41],[24, 40],[25, 41],[26, 41],[27, 44]]) as Theme
|
|
1857
|
+
|
|
1858
|
+
export const light_green_alt2_SliderTrackActive = n265 as Theme
|
|
1859
|
+
const n266 = t([[12, 45],[13, 44],[14, 43],[15, 41],[16, 46],[17, 47],[18, 38],[19, 39],[20, 38],[21, 39],[22, 37],[23, 44],[24, 43],[25, 44],[26, 44],[27, 41]]) as Theme
|
|
1860
|
+
|
|
1861
|
+
export const light_green_alt2_SliderThumb = n266 as Theme
|
|
1862
|
+
export const light_green_alt2_Tooltip = n266 as Theme
|
|
1863
|
+
export const light_green_alt2_ProgressIndicator = n266 as Theme
|
|
1864
|
+
const n267 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[19, 44],[20, 45],[21, 44],[22, 47],[23, 40],[24, 41],[25, 40],[26, 40],[27, 43]]) as Theme
|
|
1865
|
+
|
|
1866
|
+
export const light_green_active_ListItem = n267 as Theme
|
|
1867
|
+
const n268 = t([[12, 41],[13, 43],[14, 44],[15, 45],[16, 40],[17, 39],[19, 44],[20, 45],[21, 44],[22, 45],[23, 43],[24, 44],[25, 43],[26, 43],[27, 40]]) as Theme
|
|
1868
|
+
|
|
1869
|
+
export const light_green_active_Card = n268 as Theme
|
|
1870
|
+
export const light_green_active_DrawerFrame = n268 as Theme
|
|
1871
|
+
export const light_green_active_Progress = n268 as Theme
|
|
1872
|
+
export const light_green_active_TooltipArrow = n268 as Theme
|
|
1873
|
+
const n269 = t([[12, 43],[13, 44],[14, 45],[15, 46],[16, 41],[17, 40],[19, 44],[20, 45],[21, 44],[22, 44],[23, 43],[24, 44],[25, 43],[26, 43],[27, 39]]) as Theme
|
|
1874
|
+
|
|
1875
|
+
export const light_green_active_Button = n269 as Theme
|
|
1876
|
+
export const light_green_active_Switch = n269 as Theme
|
|
1877
|
+
export const light_green_active_TooltipContent = n269 as Theme
|
|
1878
|
+
export const light_green_active_SliderTrack = n269 as Theme
|
|
1879
|
+
const n270 = t([[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[19, 44],[20, 45],[21, 44],[22, 46],[23, 44],[24, 45],[25, 44],[26, 44],[27, 41]]) as Theme
|
|
1880
|
+
|
|
1881
|
+
export const light_green_active_Checkbox = n270 as Theme
|
|
1882
|
+
export const light_green_active_RadioGroupItem = n270 as Theme
|
|
1883
|
+
export const light_green_active_Input = n270 as Theme
|
|
1884
|
+
export const light_green_active_TextArea = n270 as Theme
|
|
1885
|
+
const n271 = t([[12, 46],[13, 45],[14, 44],[15, 43],[16, 47],[17, 11],[19, 40],[20, 39],[21, 40],[22, 36],[23, 45],[24, 44],[25, 45],[26, 45],[27, 40]]) as Theme
|
|
1886
|
+
|
|
1887
|
+
export const light_green_active_SwitchThumb = n271 as Theme
|
|
1888
|
+
const n272 = t([[12, 41],[13, 40],[14, 39],[15, 38],[16, 43],[17, 44],[19, 40],[20, 39],[21, 40],[22, 40],[23, 40],[24, 39],[25, 40],[26, 40],[27, 45]]) as Theme
|
|
1889
|
+
|
|
1890
|
+
export const light_green_active_SliderTrackActive = n272 as Theme
|
|
1891
|
+
const n273 = t([[12, 44],[13, 43],[14, 41],[15, 40],[16, 45],[17, 46],[19, 40],[20, 39],[21, 40],[22, 38],[23, 43],[24, 41],[25, 43],[26, 43],[27, 43]]) as Theme
|
|
1892
|
+
|
|
1893
|
+
export const light_green_active_SliderThumb = n273 as Theme
|
|
1894
|
+
export const light_green_active_Tooltip = n273 as Theme
|
|
1895
|
+
export const light_green_active_ProgressIndicator = n273 as Theme
|
|
1896
|
+
const n274 = t([[12, 15],[13, 16],[14, 17],[15, 18],[16, 14],[17, 14],[18, 25],[19, 24],[20, 25],[21, 24],[22, 11],[23, 17],[24, 18],[25, 17],[26, 17],[27, 23]]) as Theme
|
|
1897
|
+
|
|
1898
|
+
export const light_blue_alt1_ListItem = n274 as Theme
|
|
1899
|
+
const n275 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 25],[19, 24],[20, 25],[21, 24],[22, 25],[23, 19],[24, 21],[25, 19],[26, 19],[27, 21]]) as Theme
|
|
1900
|
+
|
|
1901
|
+
export const light_blue_alt1_Card = n275 as Theme
|
|
1902
|
+
export const light_blue_alt1_DrawerFrame = n275 as Theme
|
|
1903
|
+
export const light_blue_alt1_Progress = n275 as Theme
|
|
1904
|
+
export const light_blue_alt1_TooltipArrow = n275 as Theme
|
|
1905
|
+
const n276 = t([[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[18, 25],[19, 24],[20, 25],[21, 24],[22, 24],[23, 19],[24, 21],[25, 19],[26, 19],[27, 19]]) as Theme
|
|
1906
|
+
|
|
1907
|
+
export const light_blue_alt1_Button = n276 as Theme
|
|
1908
|
+
export const light_blue_alt1_Switch = n276 as Theme
|
|
1909
|
+
export const light_blue_alt1_TooltipContent = n276 as Theme
|
|
1910
|
+
export const light_blue_alt1_SliderTrack = n276 as Theme
|
|
1911
|
+
const n277 = t([[12, 16],[13, 17],[14, 18],[15, 19],[16, 15],[17, 14],[18, 25],[19, 24],[20, 25],[21, 24],[22, 11],[23, 21],[24, 22],[25, 21],[26, 21],[27, 22]]) as Theme
|
|
1912
|
+
|
|
1913
|
+
export const light_blue_alt1_Checkbox = n277 as Theme
|
|
1914
|
+
export const light_blue_alt1_RadioGroupItem = n277 as Theme
|
|
1915
|
+
export const light_blue_alt1_Input = n277 as Theme
|
|
1916
|
+
export const light_blue_alt1_TextArea = n277 as Theme
|
|
1917
|
+
const n278 = t([[12, 11],[13, 25],[14, 24],[15, 23],[16, 11],[17, 11],[18, 15],[19, 16],[20, 15],[21, 16],[22, 14],[23, 24],[24, 23],[25, 24],[26, 24],[27, 16]]) as Theme
|
|
1918
|
+
|
|
1919
|
+
export const light_blue_alt1_SwitchThumb = n278 as Theme
|
|
1920
|
+
const n279 = t([[12, 22],[13, 21],[14, 19],[15, 18],[16, 23],[17, 24],[18, 15],[19, 16],[20, 15],[21, 16],[22, 16],[23, 19],[24, 18],[25, 19],[26, 19],[27, 21]]) as Theme
|
|
1921
|
+
|
|
1922
|
+
export const light_blue_alt1_SliderTrackActive = n279 as Theme
|
|
1923
|
+
const n280 = t([[12, 24],[13, 23],[14, 22],[15, 21],[16, 25],[17, 11],[18, 15],[19, 16],[20, 15],[21, 16],[22, 14],[23, 22],[24, 21],[25, 22],[26, 22],[27, 18]]) as Theme
|
|
1924
|
+
|
|
1925
|
+
export const light_blue_alt1_SliderThumb = n280 as Theme
|
|
1926
|
+
export const light_blue_alt1_Tooltip = n280 as Theme
|
|
1927
|
+
export const light_blue_alt1_ProgressIndicator = n280 as Theme
|
|
1928
|
+
const n281 = t([[12, 16],[13, 17],[14, 18],[15, 19],[16, 15],[17, 14],[18, 24],[19, 23],[20, 24],[21, 23],[22, 11],[23, 17],[24, 18],[25, 17],[26, 17],[27, 22]]) as Theme
|
|
1929
|
+
|
|
1930
|
+
export const light_blue_alt2_ListItem = n281 as Theme
|
|
1931
|
+
const n282 = t([[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[18, 24],[19, 23],[20, 24],[21, 23],[22, 24],[23, 19],[24, 21],[25, 19],[26, 19],[27, 19]]) as Theme
|
|
1932
|
+
|
|
1933
|
+
export const light_blue_alt2_Card = n282 as Theme
|
|
1934
|
+
export const light_blue_alt2_DrawerFrame = n282 as Theme
|
|
1935
|
+
export const light_blue_alt2_Progress = n282 as Theme
|
|
1936
|
+
export const light_blue_alt2_TooltipArrow = n282 as Theme
|
|
1937
|
+
const n283 = t([[12, 19],[13, 21],[14, 22],[15, 23],[16, 18],[17, 17],[18, 24],[19, 23],[20, 24],[21, 23],[22, 23],[23, 19],[24, 21],[25, 19],[26, 19],[27, 18]]) as Theme
|
|
1938
|
+
|
|
1939
|
+
export const light_blue_alt2_Button = n283 as Theme
|
|
1940
|
+
export const light_blue_alt2_Switch = n283 as Theme
|
|
1941
|
+
export const light_blue_alt2_TooltipContent = n283 as Theme
|
|
1942
|
+
export const light_blue_alt2_SliderTrack = n283 as Theme
|
|
1943
|
+
const n284 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 24],[19, 23],[20, 24],[21, 23],[22, 25],[23, 21],[24, 22],[25, 21],[26, 21],[27, 21]]) as Theme
|
|
1944
|
+
|
|
1945
|
+
export const light_blue_alt2_Checkbox = n284 as Theme
|
|
1946
|
+
export const light_blue_alt2_RadioGroupItem = n284 as Theme
|
|
1947
|
+
export const light_blue_alt2_Input = n284 as Theme
|
|
1948
|
+
export const light_blue_alt2_TextArea = n284 as Theme
|
|
1949
|
+
const n285 = t([[12, 25],[13, 24],[14, 23],[15, 22],[16, 11],[17, 11],[18, 16],[19, 17],[20, 16],[21, 17],[22, 14],[23, 24],[24, 23],[25, 24],[26, 24],[27, 17]]) as Theme
|
|
1950
|
+
|
|
1951
|
+
export const light_blue_alt2_SwitchThumb = n285 as Theme
|
|
1952
|
+
const n286 = t([[12, 21],[13, 19],[14, 18],[15, 17],[16, 22],[17, 23],[18, 16],[19, 17],[20, 16],[21, 17],[22, 17],[23, 19],[24, 18],[25, 19],[26, 19],[27, 22]]) as Theme
|
|
1953
|
+
|
|
1954
|
+
export const light_blue_alt2_SliderTrackActive = n286 as Theme
|
|
1955
|
+
const n287 = t([[12, 23],[13, 22],[14, 21],[15, 19],[16, 24],[17, 25],[18, 16],[19, 17],[20, 16],[21, 17],[22, 15],[23, 22],[24, 21],[25, 22],[26, 22],[27, 19]]) as Theme
|
|
1956
|
+
|
|
1957
|
+
export const light_blue_alt2_SliderThumb = n287 as Theme
|
|
1958
|
+
export const light_blue_alt2_Tooltip = n287 as Theme
|
|
1959
|
+
export const light_blue_alt2_ProgressIndicator = n287 as Theme
|
|
1960
|
+
const n288 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[19, 22],[20, 23],[21, 22],[22, 25],[23, 18],[24, 19],[25, 18],[26, 18],[27, 21]]) as Theme
|
|
1961
|
+
|
|
1962
|
+
export const light_blue_active_ListItem = n288 as Theme
|
|
1963
|
+
const n289 = t([[12, 19],[13, 21],[14, 22],[15, 23],[16, 18],[17, 17],[19, 22],[20, 23],[21, 22],[22, 23],[23, 21],[24, 22],[25, 21],[26, 21],[27, 18]]) as Theme
|
|
1964
|
+
|
|
1965
|
+
export const light_blue_active_Card = n289 as Theme
|
|
1966
|
+
export const light_blue_active_DrawerFrame = n289 as Theme
|
|
1967
|
+
export const light_blue_active_Progress = n289 as Theme
|
|
1968
|
+
export const light_blue_active_TooltipArrow = n289 as Theme
|
|
1969
|
+
const n290 = t([[12, 21],[13, 22],[14, 23],[15, 24],[16, 19],[17, 18],[19, 22],[20, 23],[21, 22],[22, 22],[23, 21],[24, 22],[25, 21],[26, 21],[27, 17]]) as Theme
|
|
1970
|
+
|
|
1971
|
+
export const light_blue_active_Button = n290 as Theme
|
|
1972
|
+
export const light_blue_active_Switch = n290 as Theme
|
|
1973
|
+
export const light_blue_active_TooltipContent = n290 as Theme
|
|
1974
|
+
export const light_blue_active_SliderTrack = n290 as Theme
|
|
1975
|
+
const n291 = t([[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[19, 22],[20, 23],[21, 22],[22, 24],[23, 22],[24, 23],[25, 22],[26, 22],[27, 19]]) as Theme
|
|
1976
|
+
|
|
1977
|
+
export const light_blue_active_Checkbox = n291 as Theme
|
|
1978
|
+
export const light_blue_active_RadioGroupItem = n291 as Theme
|
|
1979
|
+
export const light_blue_active_Input = n291 as Theme
|
|
1980
|
+
export const light_blue_active_TextArea = n291 as Theme
|
|
1981
|
+
const n292 = t([[12, 24],[13, 23],[14, 22],[15, 21],[16, 25],[17, 11],[19, 18],[20, 17],[21, 18],[22, 14],[23, 23],[24, 22],[25, 23],[26, 23],[27, 18]]) as Theme
|
|
1982
|
+
|
|
1983
|
+
export const light_blue_active_SwitchThumb = n292 as Theme
|
|
1984
|
+
const n293 = t([[12, 19],[13, 18],[14, 17],[15, 16],[16, 21],[17, 22],[19, 18],[20, 17],[21, 18],[22, 18],[23, 18],[24, 17],[25, 18],[26, 18],[27, 23]]) as Theme
|
|
1985
|
+
|
|
1986
|
+
export const light_blue_active_SliderTrackActive = n293 as Theme
|
|
1987
|
+
const n294 = t([[12, 22],[13, 21],[14, 19],[15, 18],[16, 23],[17, 24],[19, 18],[20, 17],[21, 18],[22, 16],[23, 21],[24, 19],[25, 21],[26, 21],[27, 21]]) as Theme
|
|
1988
|
+
|
|
1989
|
+
export const light_blue_active_SliderThumb = n294 as Theme
|
|
1990
|
+
export const light_blue_active_Tooltip = n294 as Theme
|
|
1991
|
+
export const light_blue_active_ProgressIndicator = n294 as Theme
|
|
1992
|
+
const n295 = t([[12, 73],[13, 74],[14, 75],[15, 76],[16, 72],[17, 72],[18, 83],[19, 82],[20, 83],[21, 82],[22, 11],[23, 75],[24, 76],[25, 75],[26, 75],[27, 81]]) as Theme
|
|
1993
|
+
|
|
1994
|
+
export const light_purple_alt1_ListItem = n295 as Theme
|
|
1995
|
+
const n296 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 83],[19, 82],[20, 83],[21, 82],[22, 83],[23, 77],[24, 79],[25, 77],[26, 77],[27, 79]]) as Theme
|
|
1996
|
+
|
|
1997
|
+
export const light_purple_alt1_Card = n296 as Theme
|
|
1998
|
+
export const light_purple_alt1_DrawerFrame = n296 as Theme
|
|
1999
|
+
export const light_purple_alt1_Progress = n296 as Theme
|
|
2000
|
+
export const light_purple_alt1_TooltipArrow = n296 as Theme
|
|
2001
|
+
const n297 = t([[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[18, 83],[19, 82],[20, 83],[21, 82],[22, 82],[23, 77],[24, 79],[25, 77],[26, 77],[27, 77]]) as Theme
|
|
2002
|
+
|
|
2003
|
+
export const light_purple_alt1_Button = n297 as Theme
|
|
2004
|
+
export const light_purple_alt1_Switch = n297 as Theme
|
|
2005
|
+
export const light_purple_alt1_TooltipContent = n297 as Theme
|
|
2006
|
+
export const light_purple_alt1_SliderTrack = n297 as Theme
|
|
2007
|
+
const n298 = t([[12, 74],[13, 75],[14, 76],[15, 77],[16, 73],[17, 72],[18, 83],[19, 82],[20, 83],[21, 82],[22, 11],[23, 79],[24, 80],[25, 79],[26, 79],[27, 80]]) as Theme
|
|
2008
|
+
|
|
2009
|
+
export const light_purple_alt1_Checkbox = n298 as Theme
|
|
2010
|
+
export const light_purple_alt1_RadioGroupItem = n298 as Theme
|
|
2011
|
+
export const light_purple_alt1_Input = n298 as Theme
|
|
2012
|
+
export const light_purple_alt1_TextArea = n298 as Theme
|
|
2013
|
+
const n299 = t([[12, 11],[13, 83],[14, 82],[15, 81],[16, 11],[17, 11],[18, 73],[19, 74],[20, 73],[21, 74],[22, 72],[23, 82],[24, 81],[25, 82],[26, 82],[27, 74]]) as Theme
|
|
2014
|
+
|
|
2015
|
+
export const light_purple_alt1_SwitchThumb = n299 as Theme
|
|
2016
|
+
const n300 = t([[12, 80],[13, 79],[14, 77],[15, 76],[16, 81],[17, 82],[18, 73],[19, 74],[20, 73],[21, 74],[22, 74],[23, 77],[24, 76],[25, 77],[26, 77],[27, 79]]) as Theme
|
|
2017
|
+
|
|
2018
|
+
export const light_purple_alt1_SliderTrackActive = n300 as Theme
|
|
2019
|
+
const n301 = t([[12, 82],[13, 81],[14, 80],[15, 79],[16, 83],[17, 11],[18, 73],[19, 74],[20, 73],[21, 74],[22, 72],[23, 80],[24, 79],[25, 80],[26, 80],[27, 76]]) as Theme
|
|
2020
|
+
|
|
2021
|
+
export const light_purple_alt1_SliderThumb = n301 as Theme
|
|
2022
|
+
export const light_purple_alt1_Tooltip = n301 as Theme
|
|
2023
|
+
export const light_purple_alt1_ProgressIndicator = n301 as Theme
|
|
2024
|
+
const n302 = t([[12, 74],[13, 75],[14, 76],[15, 77],[16, 73],[17, 72],[18, 82],[19, 81],[20, 82],[21, 81],[22, 11],[23, 75],[24, 76],[25, 75],[26, 75],[27, 80]]) as Theme
|
|
2025
|
+
|
|
2026
|
+
export const light_purple_alt2_ListItem = n302 as Theme
|
|
2027
|
+
const n303 = t([[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[18, 82],[19, 81],[20, 82],[21, 81],[22, 82],[23, 77],[24, 79],[25, 77],[26, 77],[27, 77]]) as Theme
|
|
2028
|
+
|
|
2029
|
+
export const light_purple_alt2_Card = n303 as Theme
|
|
2030
|
+
export const light_purple_alt2_DrawerFrame = n303 as Theme
|
|
2031
|
+
export const light_purple_alt2_Progress = n303 as Theme
|
|
2032
|
+
export const light_purple_alt2_TooltipArrow = n303 as Theme
|
|
2033
|
+
const n304 = t([[12, 77],[13, 79],[14, 80],[15, 81],[16, 76],[17, 75],[18, 82],[19, 81],[20, 82],[21, 81],[22, 81],[23, 77],[24, 79],[25, 77],[26, 77],[27, 76]]) as Theme
|
|
2034
|
+
|
|
2035
|
+
export const light_purple_alt2_Button = n304 as Theme
|
|
2036
|
+
export const light_purple_alt2_Switch = n304 as Theme
|
|
2037
|
+
export const light_purple_alt2_TooltipContent = n304 as Theme
|
|
2038
|
+
export const light_purple_alt2_SliderTrack = n304 as Theme
|
|
2039
|
+
const n305 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 82],[19, 81],[20, 82],[21, 81],[22, 83],[23, 79],[24, 80],[25, 79],[26, 79],[27, 79]]) as Theme
|
|
2040
|
+
|
|
2041
|
+
export const light_purple_alt2_Checkbox = n305 as Theme
|
|
2042
|
+
export const light_purple_alt2_RadioGroupItem = n305 as Theme
|
|
2043
|
+
export const light_purple_alt2_Input = n305 as Theme
|
|
2044
|
+
export const light_purple_alt2_TextArea = n305 as Theme
|
|
2045
|
+
const n306 = t([[12, 83],[13, 82],[14, 81],[15, 80],[16, 11],[17, 11],[18, 74],[19, 75],[20, 74],[21, 75],[22, 72],[23, 82],[24, 81],[25, 82],[26, 82],[27, 75]]) as Theme
|
|
2046
|
+
|
|
2047
|
+
export const light_purple_alt2_SwitchThumb = n306 as Theme
|
|
2048
|
+
const n307 = t([[12, 79],[13, 77],[14, 76],[15, 75],[16, 80],[17, 81],[18, 74],[19, 75],[20, 74],[21, 75],[22, 75],[23, 77],[24, 76],[25, 77],[26, 77],[27, 80]]) as Theme
|
|
2049
|
+
|
|
2050
|
+
export const light_purple_alt2_SliderTrackActive = n307 as Theme
|
|
2051
|
+
const n308 = t([[12, 81],[13, 80],[14, 79],[15, 77],[16, 82],[17, 83],[18, 74],[19, 75],[20, 74],[21, 75],[22, 73],[23, 80],[24, 79],[25, 80],[26, 80],[27, 77]]) as Theme
|
|
2052
|
+
|
|
2053
|
+
export const light_purple_alt2_SliderThumb = n308 as Theme
|
|
2054
|
+
export const light_purple_alt2_Tooltip = n308 as Theme
|
|
2055
|
+
export const light_purple_alt2_ProgressIndicator = n308 as Theme
|
|
2056
|
+
const n309 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[19, 80],[20, 81],[21, 80],[22, 83],[23, 76],[24, 77],[25, 76],[26, 76],[27, 79]]) as Theme
|
|
2057
|
+
|
|
2058
|
+
export const light_purple_active_ListItem = n309 as Theme
|
|
2059
|
+
const n310 = t([[12, 77],[13, 79],[14, 80],[15, 81],[16, 76],[17, 75],[19, 80],[20, 81],[21, 80],[22, 81],[23, 79],[24, 80],[25, 79],[26, 79],[27, 76]]) as Theme
|
|
2060
|
+
|
|
2061
|
+
export const light_purple_active_Card = n310 as Theme
|
|
2062
|
+
export const light_purple_active_DrawerFrame = n310 as Theme
|
|
2063
|
+
export const light_purple_active_Progress = n310 as Theme
|
|
2064
|
+
export const light_purple_active_TooltipArrow = n310 as Theme
|
|
2065
|
+
const n311 = t([[12, 79],[13, 80],[14, 81],[15, 82],[16, 77],[17, 76],[19, 80],[20, 81],[21, 80],[22, 80],[23, 79],[24, 80],[25, 79],[26, 79],[27, 75]]) as Theme
|
|
2066
|
+
|
|
2067
|
+
export const light_purple_active_Button = n311 as Theme
|
|
2068
|
+
export const light_purple_active_Switch = n311 as Theme
|
|
2069
|
+
export const light_purple_active_TooltipContent = n311 as Theme
|
|
2070
|
+
export const light_purple_active_SliderTrack = n311 as Theme
|
|
2071
|
+
const n312 = t([[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[19, 80],[20, 81],[21, 80],[22, 82],[23, 80],[24, 81],[25, 80],[26, 80],[27, 77]]) as Theme
|
|
2072
|
+
|
|
2073
|
+
export const light_purple_active_Checkbox = n312 as Theme
|
|
2074
|
+
export const light_purple_active_RadioGroupItem = n312 as Theme
|
|
2075
|
+
export const light_purple_active_Input = n312 as Theme
|
|
2076
|
+
export const light_purple_active_TextArea = n312 as Theme
|
|
2077
|
+
const n313 = t([[12, 82],[13, 81],[14, 80],[15, 79],[16, 83],[17, 11],[19, 76],[20, 75],[21, 76],[22, 72],[23, 81],[24, 80],[25, 81],[26, 81],[27, 76]]) as Theme
|
|
2078
|
+
|
|
2079
|
+
export const light_purple_active_SwitchThumb = n313 as Theme
|
|
2080
|
+
const n314 = t([[12, 77],[13, 76],[14, 75],[15, 74],[16, 79],[17, 80],[19, 76],[20, 75],[21, 76],[22, 76],[23, 76],[24, 75],[25, 76],[26, 76],[27, 81]]) as Theme
|
|
2081
|
+
|
|
2082
|
+
export const light_purple_active_SliderTrackActive = n314 as Theme
|
|
2083
|
+
const n315 = t([[12, 80],[13, 79],[14, 77],[15, 76],[16, 81],[17, 82],[19, 76],[20, 75],[21, 76],[22, 74],[23, 79],[24, 77],[25, 79],[26, 79],[27, 79]]) as Theme
|
|
2084
|
+
|
|
2085
|
+
export const light_purple_active_SliderThumb = n315 as Theme
|
|
2086
|
+
export const light_purple_active_Tooltip = n315 as Theme
|
|
2087
|
+
export const light_purple_active_ProgressIndicator = n315 as Theme
|
|
2088
|
+
const n316 = t([[12, 61],[13, 62],[14, 63],[15, 64],[16, 60],[17, 60],[18, 71],[19, 70],[20, 71],[21, 70],[22, 11],[23, 63],[24, 64],[25, 63],[26, 63],[27, 69]]) as Theme
|
|
2089
|
+
|
|
2090
|
+
export const light_pink_alt1_ListItem = n316 as Theme
|
|
2091
|
+
const n317 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 71],[19, 70],[20, 71],[21, 70],[22, 71],[23, 65],[24, 67],[25, 65],[26, 65],[27, 67]]) as Theme
|
|
2092
|
+
|
|
2093
|
+
export const light_pink_alt1_Card = n317 as Theme
|
|
2094
|
+
export const light_pink_alt1_DrawerFrame = n317 as Theme
|
|
2095
|
+
export const light_pink_alt1_Progress = n317 as Theme
|
|
2096
|
+
export const light_pink_alt1_TooltipArrow = n317 as Theme
|
|
2097
|
+
const n318 = t([[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[18, 71],[19, 70],[20, 71],[21, 70],[22, 70],[23, 65],[24, 67],[25, 65],[26, 65],[27, 65]]) as Theme
|
|
2098
|
+
|
|
2099
|
+
export const light_pink_alt1_Button = n318 as Theme
|
|
2100
|
+
export const light_pink_alt1_Switch = n318 as Theme
|
|
2101
|
+
export const light_pink_alt1_TooltipContent = n318 as Theme
|
|
2102
|
+
export const light_pink_alt1_SliderTrack = n318 as Theme
|
|
2103
|
+
const n319 = t([[12, 62],[13, 63],[14, 64],[15, 65],[16, 61],[17, 60],[18, 71],[19, 70],[20, 71],[21, 70],[22, 11],[23, 67],[24, 68],[25, 67],[26, 67],[27, 68]]) as Theme
|
|
2104
|
+
|
|
2105
|
+
export const light_pink_alt1_Checkbox = n319 as Theme
|
|
2106
|
+
export const light_pink_alt1_RadioGroupItem = n319 as Theme
|
|
2107
|
+
export const light_pink_alt1_Input = n319 as Theme
|
|
2108
|
+
export const light_pink_alt1_TextArea = n319 as Theme
|
|
2109
|
+
const n320 = t([[12, 11],[13, 71],[14, 70],[15, 69],[16, 11],[17, 11],[18, 61],[19, 62],[20, 61],[21, 62],[22, 60],[23, 70],[24, 69],[25, 70],[26, 70],[27, 62]]) as Theme
|
|
2110
|
+
|
|
2111
|
+
export const light_pink_alt1_SwitchThumb = n320 as Theme
|
|
2112
|
+
const n321 = t([[12, 68],[13, 67],[14, 65],[15, 64],[16, 69],[17, 70],[18, 61],[19, 62],[20, 61],[21, 62],[22, 62],[23, 65],[24, 64],[25, 65],[26, 65],[27, 67]]) as Theme
|
|
2113
|
+
|
|
2114
|
+
export const light_pink_alt1_SliderTrackActive = n321 as Theme
|
|
2115
|
+
const n322 = t([[12, 70],[13, 69],[14, 68],[15, 67],[16, 71],[17, 11],[18, 61],[19, 62],[20, 61],[21, 62],[22, 60],[23, 68],[24, 67],[25, 68],[26, 68],[27, 64]]) as Theme
|
|
2116
|
+
|
|
2117
|
+
export const light_pink_alt1_SliderThumb = n322 as Theme
|
|
2118
|
+
export const light_pink_alt1_Tooltip = n322 as Theme
|
|
2119
|
+
export const light_pink_alt1_ProgressIndicator = n322 as Theme
|
|
2120
|
+
const n323 = t([[12, 62],[13, 63],[14, 64],[15, 65],[16, 61],[17, 60],[18, 70],[19, 69],[20, 70],[21, 69],[22, 11],[23, 63],[24, 64],[25, 63],[26, 63],[27, 68]]) as Theme
|
|
2121
|
+
|
|
2122
|
+
export const light_pink_alt2_ListItem = n323 as Theme
|
|
2123
|
+
const n324 = t([[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[18, 70],[19, 69],[20, 70],[21, 69],[22, 70],[23, 65],[24, 67],[25, 65],[26, 65],[27, 65]]) as Theme
|
|
2124
|
+
|
|
2125
|
+
export const light_pink_alt2_Card = n324 as Theme
|
|
2126
|
+
export const light_pink_alt2_DrawerFrame = n324 as Theme
|
|
2127
|
+
export const light_pink_alt2_Progress = n324 as Theme
|
|
2128
|
+
export const light_pink_alt2_TooltipArrow = n324 as Theme
|
|
2129
|
+
const n325 = t([[12, 65],[13, 67],[14, 68],[15, 69],[16, 64],[17, 63],[18, 70],[19, 69],[20, 70],[21, 69],[22, 69],[23, 65],[24, 67],[25, 65],[26, 65],[27, 64]]) as Theme
|
|
2130
|
+
|
|
2131
|
+
export const light_pink_alt2_Button = n325 as Theme
|
|
2132
|
+
export const light_pink_alt2_Switch = n325 as Theme
|
|
2133
|
+
export const light_pink_alt2_TooltipContent = n325 as Theme
|
|
2134
|
+
export const light_pink_alt2_SliderTrack = n325 as Theme
|
|
2135
|
+
const n326 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 70],[19, 69],[20, 70],[21, 69],[22, 71],[23, 67],[24, 68],[25, 67],[26, 67],[27, 67]]) as Theme
|
|
2136
|
+
|
|
2137
|
+
export const light_pink_alt2_Checkbox = n326 as Theme
|
|
2138
|
+
export const light_pink_alt2_RadioGroupItem = n326 as Theme
|
|
2139
|
+
export const light_pink_alt2_Input = n326 as Theme
|
|
2140
|
+
export const light_pink_alt2_TextArea = n326 as Theme
|
|
2141
|
+
const n327 = t([[12, 71],[13, 70],[14, 69],[15, 68],[16, 11],[17, 11],[18, 62],[19, 63],[20, 62],[21, 63],[22, 60],[23, 70],[24, 69],[25, 70],[26, 70],[27, 63]]) as Theme
|
|
2142
|
+
|
|
2143
|
+
export const light_pink_alt2_SwitchThumb = n327 as Theme
|
|
2144
|
+
const n328 = t([[12, 67],[13, 65],[14, 64],[15, 63],[16, 68],[17, 69],[18, 62],[19, 63],[20, 62],[21, 63],[22, 63],[23, 65],[24, 64],[25, 65],[26, 65],[27, 68]]) as Theme
|
|
2145
|
+
|
|
2146
|
+
export const light_pink_alt2_SliderTrackActive = n328 as Theme
|
|
2147
|
+
const n329 = t([[12, 69],[13, 68],[14, 67],[15, 65],[16, 70],[17, 71],[18, 62],[19, 63],[20, 62],[21, 63],[22, 61],[23, 68],[24, 67],[25, 68],[26, 68],[27, 65]]) as Theme
|
|
2148
|
+
|
|
2149
|
+
export const light_pink_alt2_SliderThumb = n329 as Theme
|
|
2150
|
+
export const light_pink_alt2_Tooltip = n329 as Theme
|
|
2151
|
+
export const light_pink_alt2_ProgressIndicator = n329 as Theme
|
|
2152
|
+
const n330 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[19, 68],[20, 69],[21, 68],[22, 71],[23, 64],[24, 65],[25, 64],[26, 64],[27, 67]]) as Theme
|
|
2153
|
+
|
|
2154
|
+
export const light_pink_active_ListItem = n330 as Theme
|
|
2155
|
+
const n331 = t([[12, 65],[13, 67],[14, 68],[15, 69],[16, 64],[17, 63],[19, 68],[20, 69],[21, 68],[22, 69],[23, 67],[24, 68],[25, 67],[26, 67],[27, 64]]) as Theme
|
|
2156
|
+
|
|
2157
|
+
export const light_pink_active_Card = n331 as Theme
|
|
2158
|
+
export const light_pink_active_DrawerFrame = n331 as Theme
|
|
2159
|
+
export const light_pink_active_Progress = n331 as Theme
|
|
2160
|
+
export const light_pink_active_TooltipArrow = n331 as Theme
|
|
2161
|
+
const n332 = t([[12, 67],[13, 68],[14, 69],[15, 70],[16, 65],[17, 64],[19, 68],[20, 69],[21, 68],[22, 68],[23, 67],[24, 68],[25, 67],[26, 67],[27, 63]]) as Theme
|
|
2162
|
+
|
|
2163
|
+
export const light_pink_active_Button = n332 as Theme
|
|
2164
|
+
export const light_pink_active_Switch = n332 as Theme
|
|
2165
|
+
export const light_pink_active_TooltipContent = n332 as Theme
|
|
2166
|
+
export const light_pink_active_SliderTrack = n332 as Theme
|
|
2167
|
+
const n333 = t([[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[19, 68],[20, 69],[21, 68],[22, 70],[23, 68],[24, 69],[25, 68],[26, 68],[27, 65]]) as Theme
|
|
2168
|
+
|
|
2169
|
+
export const light_pink_active_Checkbox = n333 as Theme
|
|
2170
|
+
export const light_pink_active_RadioGroupItem = n333 as Theme
|
|
2171
|
+
export const light_pink_active_Input = n333 as Theme
|
|
2172
|
+
export const light_pink_active_TextArea = n333 as Theme
|
|
2173
|
+
const n334 = t([[12, 70],[13, 69],[14, 68],[15, 67],[16, 71],[17, 11],[19, 64],[20, 63],[21, 64],[22, 60],[23, 69],[24, 68],[25, 69],[26, 69],[27, 64]]) as Theme
|
|
2174
|
+
|
|
2175
|
+
export const light_pink_active_SwitchThumb = n334 as Theme
|
|
2176
|
+
const n335 = t([[12, 65],[13, 64],[14, 63],[15, 62],[16, 67],[17, 68],[19, 64],[20, 63],[21, 64],[22, 64],[23, 64],[24, 63],[25, 64],[26, 64],[27, 69]]) as Theme
|
|
2177
|
+
|
|
2178
|
+
export const light_pink_active_SliderTrackActive = n335 as Theme
|
|
2179
|
+
const n336 = t([[12, 68],[13, 67],[14, 65],[15, 64],[16, 69],[17, 70],[19, 64],[20, 63],[21, 64],[22, 62],[23, 67],[24, 65],[25, 67],[26, 67],[27, 67]]) as Theme
|
|
2180
|
+
|
|
2181
|
+
export const light_pink_active_SliderThumb = n336 as Theme
|
|
2182
|
+
export const light_pink_active_Tooltip = n336 as Theme
|
|
2183
|
+
export const light_pink_active_ProgressIndicator = n336 as Theme
|
|
2184
|
+
const n337 = t([[12, 85],[13, 86],[14, 87],[15, 88],[16, 84],[17, 84],[18, 95],[19, 94],[20, 95],[21, 94],[22, 11],[23, 87],[24, 88],[25, 87],[26, 87],[27, 93]]) as Theme
|
|
2185
|
+
|
|
2186
|
+
export const light_red_alt1_ListItem = n337 as Theme
|
|
2187
|
+
const n338 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 95],[19, 94],[20, 95],[21, 94],[22, 95],[23, 89],[24, 91],[25, 89],[26, 89],[27, 91]]) as Theme
|
|
2188
|
+
|
|
2189
|
+
export const light_red_alt1_Card = n338 as Theme
|
|
2190
|
+
export const light_red_alt1_DrawerFrame = n338 as Theme
|
|
2191
|
+
export const light_red_alt1_Progress = n338 as Theme
|
|
2192
|
+
export const light_red_alt1_TooltipArrow = n338 as Theme
|
|
2193
|
+
const n339 = t([[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[18, 95],[19, 94],[20, 95],[21, 94],[22, 94],[23, 89],[24, 91],[25, 89],[26, 89],[27, 89]]) as Theme
|
|
2194
|
+
|
|
2195
|
+
export const light_red_alt1_Button = n339 as Theme
|
|
2196
|
+
export const light_red_alt1_Switch = n339 as Theme
|
|
2197
|
+
export const light_red_alt1_TooltipContent = n339 as Theme
|
|
2198
|
+
export const light_red_alt1_SliderTrack = n339 as Theme
|
|
2199
|
+
const n340 = t([[12, 86],[13, 87],[14, 88],[15, 89],[16, 85],[17, 84],[18, 95],[19, 94],[20, 95],[21, 94],[22, 11],[23, 91],[24, 92],[25, 91],[26, 91],[27, 92]]) as Theme
|
|
2200
|
+
|
|
2201
|
+
export const light_red_alt1_Checkbox = n340 as Theme
|
|
2202
|
+
export const light_red_alt1_RadioGroupItem = n340 as Theme
|
|
2203
|
+
export const light_red_alt1_Input = n340 as Theme
|
|
2204
|
+
export const light_red_alt1_TextArea = n340 as Theme
|
|
2205
|
+
const n341 = t([[12, 11],[13, 95],[14, 94],[15, 93],[16, 11],[17, 11],[18, 85],[19, 86],[20, 85],[21, 86],[22, 84],[23, 94],[24, 93],[25, 94],[26, 94],[27, 86]]) as Theme
|
|
2206
|
+
|
|
2207
|
+
export const light_red_alt1_SwitchThumb = n341 as Theme
|
|
2208
|
+
const n342 = t([[12, 92],[13, 91],[14, 89],[15, 88],[16, 93],[17, 94],[18, 85],[19, 86],[20, 85],[21, 86],[22, 86],[23, 89],[24, 88],[25, 89],[26, 89],[27, 91]]) as Theme
|
|
2209
|
+
|
|
2210
|
+
export const light_red_alt1_SliderTrackActive = n342 as Theme
|
|
2211
|
+
const n343 = t([[12, 94],[13, 93],[14, 92],[15, 91],[16, 95],[17, 11],[18, 85],[19, 86],[20, 85],[21, 86],[22, 84],[23, 92],[24, 91],[25, 92],[26, 92],[27, 88]]) as Theme
|
|
2212
|
+
|
|
2213
|
+
export const light_red_alt1_SliderThumb = n343 as Theme
|
|
2214
|
+
export const light_red_alt1_Tooltip = n343 as Theme
|
|
2215
|
+
export const light_red_alt1_ProgressIndicator = n343 as Theme
|
|
2216
|
+
const n344 = t([[12, 86],[13, 87],[14, 88],[15, 89],[16, 85],[17, 84],[18, 94],[19, 93],[20, 94],[21, 93],[22, 11],[23, 87],[24, 88],[25, 87],[26, 87],[27, 92]]) as Theme
|
|
2217
|
+
|
|
2218
|
+
export const light_red_alt2_ListItem = n344 as Theme
|
|
2219
|
+
const n345 = t([[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[18, 94],[19, 93],[20, 94],[21, 93],[22, 94],[23, 89],[24, 91],[25, 89],[26, 89],[27, 89]]) as Theme
|
|
2220
|
+
|
|
2221
|
+
export const light_red_alt2_Card = n345 as Theme
|
|
2222
|
+
export const light_red_alt2_DrawerFrame = n345 as Theme
|
|
2223
|
+
export const light_red_alt2_Progress = n345 as Theme
|
|
2224
|
+
export const light_red_alt2_TooltipArrow = n345 as Theme
|
|
2225
|
+
const n346 = t([[12, 89],[13, 91],[14, 92],[15, 93],[16, 88],[17, 87],[18, 94],[19, 93],[20, 94],[21, 93],[22, 93],[23, 89],[24, 91],[25, 89],[26, 89],[27, 88]]) as Theme
|
|
2226
|
+
|
|
2227
|
+
export const light_red_alt2_Button = n346 as Theme
|
|
2228
|
+
export const light_red_alt2_Switch = n346 as Theme
|
|
2229
|
+
export const light_red_alt2_TooltipContent = n346 as Theme
|
|
2230
|
+
export const light_red_alt2_SliderTrack = n346 as Theme
|
|
2231
|
+
const n347 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 94],[19, 93],[20, 94],[21, 93],[22, 95],[23, 91],[24, 92],[25, 91],[26, 91],[27, 91]]) as Theme
|
|
2232
|
+
|
|
2233
|
+
export const light_red_alt2_Checkbox = n347 as Theme
|
|
2234
|
+
export const light_red_alt2_RadioGroupItem = n347 as Theme
|
|
2235
|
+
export const light_red_alt2_Input = n347 as Theme
|
|
2236
|
+
export const light_red_alt2_TextArea = n347 as Theme
|
|
2237
|
+
const n348 = t([[12, 95],[13, 94],[14, 93],[15, 92],[16, 11],[17, 11],[18, 86],[19, 87],[20, 86],[21, 87],[22, 84],[23, 94],[24, 93],[25, 94],[26, 94],[27, 87]]) as Theme
|
|
2238
|
+
|
|
2239
|
+
export const light_red_alt2_SwitchThumb = n348 as Theme
|
|
2240
|
+
const n349 = t([[12, 91],[13, 89],[14, 88],[15, 87],[16, 92],[17, 93],[18, 86],[19, 87],[20, 86],[21, 87],[22, 87],[23, 89],[24, 88],[25, 89],[26, 89],[27, 92]]) as Theme
|
|
2241
|
+
|
|
2242
|
+
export const light_red_alt2_SliderTrackActive = n349 as Theme
|
|
2243
|
+
const n350 = t([[12, 93],[13, 92],[14, 91],[15, 89],[16, 94],[17, 95],[18, 86],[19, 87],[20, 86],[21, 87],[22, 85],[23, 92],[24, 91],[25, 92],[26, 92],[27, 89]]) as Theme
|
|
2244
|
+
|
|
2245
|
+
export const light_red_alt2_SliderThumb = n350 as Theme
|
|
2246
|
+
export const light_red_alt2_Tooltip = n350 as Theme
|
|
2247
|
+
export const light_red_alt2_ProgressIndicator = n350 as Theme
|
|
2248
|
+
const n351 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[19, 92],[20, 93],[21, 92],[22, 95],[23, 88],[24, 89],[25, 88],[26, 88],[27, 91]]) as Theme
|
|
2249
|
+
|
|
2250
|
+
export const light_red_active_ListItem = n351 as Theme
|
|
2251
|
+
const n352 = t([[12, 89],[13, 91],[14, 92],[15, 93],[16, 88],[17, 87],[19, 92],[20, 93],[21, 92],[22, 93],[23, 91],[24, 92],[25, 91],[26, 91],[27, 88]]) as Theme
|
|
2252
|
+
|
|
2253
|
+
export const light_red_active_Card = n352 as Theme
|
|
2254
|
+
export const light_red_active_DrawerFrame = n352 as Theme
|
|
2255
|
+
export const light_red_active_Progress = n352 as Theme
|
|
2256
|
+
export const light_red_active_TooltipArrow = n352 as Theme
|
|
2257
|
+
const n353 = t([[12, 91],[13, 92],[14, 93],[15, 94],[16, 89],[17, 88],[19, 92],[20, 93],[21, 92],[22, 92],[23, 91],[24, 92],[25, 91],[26, 91],[27, 87]]) as Theme
|
|
2258
|
+
|
|
2259
|
+
export const light_red_active_Button = n353 as Theme
|
|
2260
|
+
export const light_red_active_Switch = n353 as Theme
|
|
2261
|
+
export const light_red_active_TooltipContent = n353 as Theme
|
|
2262
|
+
export const light_red_active_SliderTrack = n353 as Theme
|
|
2263
|
+
const n354 = t([[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[19, 92],[20, 93],[21, 92],[22, 94],[23, 92],[24, 93],[25, 92],[26, 92],[27, 89]]) as Theme
|
|
2264
|
+
|
|
2265
|
+
export const light_red_active_Checkbox = n354 as Theme
|
|
2266
|
+
export const light_red_active_RadioGroupItem = n354 as Theme
|
|
2267
|
+
export const light_red_active_Input = n354 as Theme
|
|
2268
|
+
export const light_red_active_TextArea = n354 as Theme
|
|
2269
|
+
const n355 = t([[12, 94],[13, 93],[14, 92],[15, 91],[16, 95],[17, 11],[19, 88],[20, 87],[21, 88],[22, 84],[23, 93],[24, 92],[25, 93],[26, 93],[27, 88]]) as Theme
|
|
2270
|
+
|
|
2271
|
+
export const light_red_active_SwitchThumb = n355 as Theme
|
|
2272
|
+
const n356 = t([[12, 89],[13, 88],[14, 87],[15, 86],[16, 91],[17, 92],[19, 88],[20, 87],[21, 88],[22, 88],[23, 88],[24, 87],[25, 88],[26, 88],[27, 93]]) as Theme
|
|
2273
|
+
|
|
2274
|
+
export const light_red_active_SliderTrackActive = n356 as Theme
|
|
2275
|
+
const n357 = t([[12, 92],[13, 91],[14, 89],[15, 88],[16, 93],[17, 94],[19, 88],[20, 87],[21, 88],[22, 86],[23, 91],[24, 89],[25, 91],[26, 91],[27, 91]]) as Theme
|
|
2276
|
+
|
|
2277
|
+
export const light_red_active_SliderThumb = n357 as Theme
|
|
2278
|
+
export const light_red_active_Tooltip = n357 as Theme
|
|
2279
|
+
export const light_red_active_ProgressIndicator = n357 as Theme
|
|
2280
|
+
const n358 = t([[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 164],[19, 163],[20, 164],[21, 163],[22, 164],[23, 161],[24, 56],[25, 159],[26, 161],[27, 161]]) as Theme
|
|
2281
|
+
|
|
2282
|
+
export const dark_orange_alt1_Card = n358 as Theme
|
|
2283
|
+
export const dark_orange_alt1_DrawerFrame = n358 as Theme
|
|
2284
|
+
export const dark_orange_alt1_Progress = n358 as Theme
|
|
2285
|
+
export const dark_orange_alt1_TooltipArrow = n358 as Theme
|
|
2286
|
+
const n359 = t([[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[18, 164],[19, 163],[20, 164],[21, 163],[22, 163],[23, 161],[24, 56],[25, 159],[26, 161],[27, 159]]) as Theme
|
|
2287
|
+
|
|
2288
|
+
export const dark_orange_alt1_Button = n359 as Theme
|
|
2289
|
+
export const dark_orange_alt1_Switch = n359 as Theme
|
|
2290
|
+
export const dark_orange_alt1_TooltipContent = n359 as Theme
|
|
2291
|
+
export const dark_orange_alt1_SliderTrack = n359 as Theme
|
|
2292
|
+
const n360 = t([[12, 156],[13, 157],[14, 158],[15, 159],[16, 155],[17, 154],[18, 164],[19, 163],[20, 164],[21, 163],[22, 0],[23, 56],[24, 162],[25, 161],[26, 56],[27, 56]]) as Theme
|
|
2293
|
+
|
|
2294
|
+
export const dark_orange_alt1_Checkbox = n360 as Theme
|
|
2295
|
+
export const dark_orange_alt1_RadioGroupItem = n360 as Theme
|
|
2296
|
+
export const dark_orange_alt1_Input = n360 as Theme
|
|
2297
|
+
export const dark_orange_alt1_TextArea = n360 as Theme
|
|
2298
|
+
const n361 = t([[12, 0],[13, 164],[14, 163],[15, 162],[16, 0],[17, 0],[18, 155],[19, 156],[20, 155],[21, 156],[22, 154],[23, 162],[24, 56],[25, 163],[26, 162],[27, 156]]) as Theme
|
|
2299
|
+
|
|
2300
|
+
export const dark_orange_alt1_SwitchThumb = n361 as Theme
|
|
2301
|
+
const n362 = t([[12, 56],[13, 161],[14, 159],[15, 158],[16, 162],[17, 163],[18, 155],[19, 156],[20, 155],[21, 156],[22, 156],[23, 158],[24, 157],[25, 159],[26, 158],[27, 161]]) as Theme
|
|
2302
|
+
|
|
2303
|
+
export const dark_orange_alt1_SliderTrackActive = n362 as Theme
|
|
2304
|
+
const n363 = t([[12, 163],[13, 162],[14, 56],[15, 161],[16, 164],[17, 0],[18, 155],[19, 156],[20, 155],[21, 156],[22, 154],[23, 161],[24, 159],[25, 56],[26, 161],[27, 158]]) as Theme
|
|
2305
|
+
|
|
2306
|
+
export const dark_orange_alt1_SliderThumb = n363 as Theme
|
|
2307
|
+
export const dark_orange_alt1_Tooltip = n363 as Theme
|
|
2308
|
+
export const dark_orange_alt1_ProgressIndicator = n363 as Theme
|
|
2309
|
+
const n364 = t([[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[18, 163],[19, 162],[20, 163],[21, 162],[22, 163],[23, 161],[24, 56],[25, 159],[26, 161],[27, 159]]) as Theme
|
|
2310
|
+
|
|
2311
|
+
export const dark_orange_alt2_Card = n364 as Theme
|
|
2312
|
+
export const dark_orange_alt2_DrawerFrame = n364 as Theme
|
|
2313
|
+
export const dark_orange_alt2_Progress = n364 as Theme
|
|
2314
|
+
export const dark_orange_alt2_TooltipArrow = n364 as Theme
|
|
2315
|
+
const n365 = t([[12, 159],[13, 161],[14, 56],[15, 162],[16, 158],[17, 157],[18, 163],[19, 162],[20, 163],[21, 162],[22, 162],[23, 161],[24, 56],[25, 159],[26, 161],[27, 158]]) as Theme
|
|
2316
|
+
|
|
2317
|
+
export const dark_orange_alt2_Button = n365 as Theme
|
|
2318
|
+
export const dark_orange_alt2_Switch = n365 as Theme
|
|
2319
|
+
export const dark_orange_alt2_TooltipContent = n365 as Theme
|
|
2320
|
+
export const dark_orange_alt2_SliderTrack = n365 as Theme
|
|
2321
|
+
const n366 = t([[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 163],[19, 162],[20, 163],[21, 162],[22, 164],[23, 56],[24, 162],[25, 161],[26, 56],[27, 161]]) as Theme
|
|
2322
|
+
|
|
2323
|
+
export const dark_orange_alt2_Checkbox = n366 as Theme
|
|
2324
|
+
export const dark_orange_alt2_RadioGroupItem = n366 as Theme
|
|
2325
|
+
export const dark_orange_alt2_Input = n366 as Theme
|
|
2326
|
+
export const dark_orange_alt2_TextArea = n366 as Theme
|
|
2327
|
+
const n367 = t([[12, 164],[13, 163],[14, 162],[15, 56],[16, 0],[17, 0],[18, 156],[19, 157],[20, 156],[21, 157],[22, 154],[23, 162],[24, 56],[25, 163],[26, 162],[27, 157]]) as Theme
|
|
2328
|
+
|
|
2329
|
+
export const dark_orange_alt2_SwitchThumb = n367 as Theme
|
|
2330
|
+
const n368 = t([[12, 161],[13, 159],[14, 158],[15, 157],[16, 56],[17, 162],[18, 156],[19, 157],[20, 156],[21, 157],[22, 157],[23, 158],[24, 157],[25, 159],[26, 158],[27, 56]]) as Theme
|
|
2331
|
+
|
|
2332
|
+
export const dark_orange_alt2_SliderTrackActive = n368 as Theme
|
|
2333
|
+
const n369 = t([[12, 162],[13, 56],[14, 161],[15, 159],[16, 163],[17, 164],[18, 156],[19, 157],[20, 156],[21, 157],[22, 155],[23, 161],[24, 159],[25, 56],[26, 161],[27, 159]]) as Theme
|
|
2334
|
+
|
|
2335
|
+
export const dark_orange_alt2_SliderThumb = n369 as Theme
|
|
2336
|
+
export const dark_orange_alt2_Tooltip = n369 as Theme
|
|
2337
|
+
export const dark_orange_alt2_ProgressIndicator = n369 as Theme
|
|
2338
|
+
const n370 = t([[12, 159],[13, 161],[14, 56],[15, 162],[16, 158],[17, 157],[19, 56],[20, 162],[21, 56],[22, 162],[23, 56],[24, 162],[25, 161],[26, 56],[27, 158]]) as Theme
|
|
2339
|
+
|
|
2340
|
+
export const dark_orange_active_Card = n370 as Theme
|
|
2341
|
+
export const dark_orange_active_DrawerFrame = n370 as Theme
|
|
2342
|
+
export const dark_orange_active_Progress = n370 as Theme
|
|
2343
|
+
export const dark_orange_active_TooltipArrow = n370 as Theme
|
|
2344
|
+
const n371 = t([[12, 161],[13, 56],[14, 162],[15, 163],[16, 159],[17, 158],[19, 56],[20, 162],[21, 56],[22, 56],[23, 56],[24, 162],[25, 161],[26, 56],[27, 157]]) as Theme
|
|
2345
|
+
|
|
2346
|
+
export const dark_orange_active_Button = n371 as Theme
|
|
2347
|
+
export const dark_orange_active_Switch = n371 as Theme
|
|
2348
|
+
export const dark_orange_active_TooltipContent = n371 as Theme
|
|
2349
|
+
export const dark_orange_active_SliderTrack = n371 as Theme
|
|
2350
|
+
const n372 = t([[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[19, 56],[20, 162],[21, 56],[22, 163],[23, 162],[24, 163],[25, 56],[26, 162],[27, 159]]) as Theme
|
|
2351
|
+
|
|
2352
|
+
export const dark_orange_active_Checkbox = n372 as Theme
|
|
2353
|
+
export const dark_orange_active_RadioGroupItem = n372 as Theme
|
|
2354
|
+
export const dark_orange_active_Input = n372 as Theme
|
|
2355
|
+
export const dark_orange_active_TextArea = n372 as Theme
|
|
2356
|
+
const n373 = t([[12, 163],[13, 162],[14, 56],[15, 161],[16, 164],[17, 0],[19, 158],[20, 157],[21, 158],[22, 154],[23, 56],[24, 161],[25, 162],[26, 56],[27, 158]]) as Theme
|
|
2357
|
+
|
|
2358
|
+
export const dark_orange_active_SwitchThumb = n373 as Theme
|
|
2359
|
+
const n374 = t([[12, 159],[13, 158],[14, 157],[15, 156],[16, 161],[17, 56],[19, 158],[20, 157],[21, 158],[22, 158],[23, 157],[24, 156],[25, 158],[26, 157],[27, 162]]) as Theme
|
|
2360
|
+
|
|
2361
|
+
export const dark_orange_active_SliderTrackActive = n374 as Theme
|
|
2362
|
+
const n375 = t([[12, 56],[13, 161],[14, 159],[15, 158],[16, 162],[17, 163],[19, 158],[20, 157],[21, 158],[22, 156],[23, 159],[24, 158],[25, 161],[26, 159],[27, 161]]) as Theme
|
|
2363
|
+
|
|
2364
|
+
export const dark_orange_active_SliderThumb = n375 as Theme
|
|
2365
|
+
export const dark_orange_active_Tooltip = n375 as Theme
|
|
2366
|
+
export const dark_orange_active_ProgressIndicator = n375 as Theme
|
|
2367
|
+
const n376 = t([[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 208],[19, 207],[20, 208],[21, 207],[22, 208],[23, 205],[24, 104],[25, 203],[26, 205],[27, 205]]) as Theme
|
|
2368
|
+
|
|
2369
|
+
export const dark_yellow_alt1_Card = n376 as Theme
|
|
2370
|
+
export const dark_yellow_alt1_DrawerFrame = n376 as Theme
|
|
2371
|
+
export const dark_yellow_alt1_Progress = n376 as Theme
|
|
2372
|
+
export const dark_yellow_alt1_TooltipArrow = n376 as Theme
|
|
2373
|
+
const n377 = t([[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[18, 208],[19, 207],[20, 208],[21, 207],[22, 207],[23, 205],[24, 104],[25, 203],[26, 205],[27, 203]]) as Theme
|
|
2374
|
+
|
|
2375
|
+
export const dark_yellow_alt1_Button = n377 as Theme
|
|
2376
|
+
export const dark_yellow_alt1_Switch = n377 as Theme
|
|
2377
|
+
export const dark_yellow_alt1_TooltipContent = n377 as Theme
|
|
2378
|
+
export const dark_yellow_alt1_SliderTrack = n377 as Theme
|
|
2379
|
+
const n378 = t([[12, 200],[13, 201],[14, 202],[15, 203],[16, 199],[17, 198],[18, 208],[19, 207],[20, 208],[21, 207],[22, 0],[23, 104],[24, 206],[25, 205],[26, 104],[27, 104]]) as Theme
|
|
2380
|
+
|
|
2381
|
+
export const dark_yellow_alt1_Checkbox = n378 as Theme
|
|
2382
|
+
export const dark_yellow_alt1_RadioGroupItem = n378 as Theme
|
|
2383
|
+
export const dark_yellow_alt1_Input = n378 as Theme
|
|
2384
|
+
export const dark_yellow_alt1_TextArea = n378 as Theme
|
|
2385
|
+
const n379 = t([[12, 0],[13, 208],[14, 207],[15, 206],[16, 0],[17, 0],[18, 199],[19, 200],[20, 199],[21, 200],[22, 198],[23, 206],[24, 104],[25, 207],[26, 206],[27, 200]]) as Theme
|
|
2386
|
+
|
|
2387
|
+
export const dark_yellow_alt1_SwitchThumb = n379 as Theme
|
|
2388
|
+
const n380 = t([[12, 104],[13, 205],[14, 203],[15, 202],[16, 206],[17, 207],[18, 199],[19, 200],[20, 199],[21, 200],[22, 200],[23, 202],[24, 201],[25, 203],[26, 202],[27, 205]]) as Theme
|
|
2389
|
+
|
|
2390
|
+
export const dark_yellow_alt1_SliderTrackActive = n380 as Theme
|
|
2391
|
+
const n381 = t([[12, 207],[13, 206],[14, 104],[15, 205],[16, 208],[17, 0],[18, 199],[19, 200],[20, 199],[21, 200],[22, 198],[23, 205],[24, 203],[25, 104],[26, 205],[27, 202]]) as Theme
|
|
2392
|
+
|
|
2393
|
+
export const dark_yellow_alt1_SliderThumb = n381 as Theme
|
|
2394
|
+
export const dark_yellow_alt1_Tooltip = n381 as Theme
|
|
2395
|
+
export const dark_yellow_alt1_ProgressIndicator = n381 as Theme
|
|
2396
|
+
const n382 = t([[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[18, 207],[19, 206],[20, 207],[21, 206],[22, 207],[23, 205],[24, 104],[25, 203],[26, 205],[27, 203]]) as Theme
|
|
2397
|
+
|
|
2398
|
+
export const dark_yellow_alt2_Card = n382 as Theme
|
|
2399
|
+
export const dark_yellow_alt2_DrawerFrame = n382 as Theme
|
|
2400
|
+
export const dark_yellow_alt2_Progress = n382 as Theme
|
|
2401
|
+
export const dark_yellow_alt2_TooltipArrow = n382 as Theme
|
|
2402
|
+
const n383 = t([[12, 203],[13, 205],[14, 104],[15, 206],[16, 202],[17, 201],[18, 207],[19, 206],[20, 207],[21, 206],[22, 206],[23, 205],[24, 104],[25, 203],[26, 205],[27, 202]]) as Theme
|
|
2403
|
+
|
|
2404
|
+
export const dark_yellow_alt2_Button = n383 as Theme
|
|
2405
|
+
export const dark_yellow_alt2_Switch = n383 as Theme
|
|
2406
|
+
export const dark_yellow_alt2_TooltipContent = n383 as Theme
|
|
2407
|
+
export const dark_yellow_alt2_SliderTrack = n383 as Theme
|
|
2408
|
+
const n384 = t([[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 207],[19, 206],[20, 207],[21, 206],[22, 208],[23, 104],[24, 206],[25, 205],[26, 104],[27, 205]]) as Theme
|
|
2409
|
+
|
|
2410
|
+
export const dark_yellow_alt2_Checkbox = n384 as Theme
|
|
2411
|
+
export const dark_yellow_alt2_RadioGroupItem = n384 as Theme
|
|
2412
|
+
export const dark_yellow_alt2_Input = n384 as Theme
|
|
2413
|
+
export const dark_yellow_alt2_TextArea = n384 as Theme
|
|
2414
|
+
const n385 = t([[12, 208],[13, 207],[14, 206],[15, 104],[16, 0],[17, 0],[18, 200],[19, 201],[20, 200],[21, 201],[22, 198],[23, 206],[24, 104],[25, 207],[26, 206],[27, 201]]) as Theme
|
|
2415
|
+
|
|
2416
|
+
export const dark_yellow_alt2_SwitchThumb = n385 as Theme
|
|
2417
|
+
const n386 = t([[12, 205],[13, 203],[14, 202],[15, 201],[16, 104],[17, 206],[18, 200],[19, 201],[20, 200],[21, 201],[22, 201],[23, 202],[24, 201],[25, 203],[26, 202],[27, 104]]) as Theme
|
|
2418
|
+
|
|
2419
|
+
export const dark_yellow_alt2_SliderTrackActive = n386 as Theme
|
|
2420
|
+
const n387 = t([[12, 206],[13, 104],[14, 205],[15, 203],[16, 207],[17, 208],[18, 200],[19, 201],[20, 200],[21, 201],[22, 199],[23, 205],[24, 203],[25, 104],[26, 205],[27, 203]]) as Theme
|
|
2421
|
+
|
|
2422
|
+
export const dark_yellow_alt2_SliderThumb = n387 as Theme
|
|
2423
|
+
export const dark_yellow_alt2_Tooltip = n387 as Theme
|
|
2424
|
+
export const dark_yellow_alt2_ProgressIndicator = n387 as Theme
|
|
2425
|
+
const n388 = t([[12, 203],[13, 205],[14, 104],[15, 206],[16, 202],[17, 201],[19, 104],[20, 206],[21, 104],[22, 206],[23, 104],[24, 206],[25, 205],[26, 104],[27, 202]]) as Theme
|
|
2426
|
+
|
|
2427
|
+
export const dark_yellow_active_Card = n388 as Theme
|
|
2428
|
+
export const dark_yellow_active_DrawerFrame = n388 as Theme
|
|
2429
|
+
export const dark_yellow_active_Progress = n388 as Theme
|
|
2430
|
+
export const dark_yellow_active_TooltipArrow = n388 as Theme
|
|
2431
|
+
const n389 = t([[12, 205],[13, 104],[14, 206],[15, 207],[16, 203],[17, 202],[19, 104],[20, 206],[21, 104],[22, 104],[23, 104],[24, 206],[25, 205],[26, 104],[27, 201]]) as Theme
|
|
2432
|
+
|
|
2433
|
+
export const dark_yellow_active_Button = n389 as Theme
|
|
2434
|
+
export const dark_yellow_active_Switch = n389 as Theme
|
|
2435
|
+
export const dark_yellow_active_TooltipContent = n389 as Theme
|
|
2436
|
+
export const dark_yellow_active_SliderTrack = n389 as Theme
|
|
2437
|
+
const n390 = t([[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[19, 104],[20, 206],[21, 104],[22, 207],[23, 206],[24, 207],[25, 104],[26, 206],[27, 203]]) as Theme
|
|
2438
|
+
|
|
2439
|
+
export const dark_yellow_active_Checkbox = n390 as Theme
|
|
2440
|
+
export const dark_yellow_active_RadioGroupItem = n390 as Theme
|
|
2441
|
+
export const dark_yellow_active_Input = n390 as Theme
|
|
2442
|
+
export const dark_yellow_active_TextArea = n390 as Theme
|
|
2443
|
+
const n391 = t([[12, 207],[13, 206],[14, 104],[15, 205],[16, 208],[17, 0],[19, 202],[20, 201],[21, 202],[22, 198],[23, 104],[24, 205],[25, 206],[26, 104],[27, 202]]) as Theme
|
|
2444
|
+
|
|
2445
|
+
export const dark_yellow_active_SwitchThumb = n391 as Theme
|
|
2446
|
+
const n392 = t([[12, 203],[13, 202],[14, 201],[15, 200],[16, 205],[17, 104],[19, 202],[20, 201],[21, 202],[22, 202],[23, 201],[24, 200],[25, 202],[26, 201],[27, 206]]) as Theme
|
|
2447
|
+
|
|
2448
|
+
export const dark_yellow_active_SliderTrackActive = n392 as Theme
|
|
2449
|
+
const n393 = t([[12, 104],[13, 205],[14, 203],[15, 202],[16, 206],[17, 207],[19, 202],[20, 201],[21, 202],[22, 200],[23, 203],[24, 202],[25, 205],[26, 203],[27, 205]]) as Theme
|
|
2450
|
+
|
|
2451
|
+
export const dark_yellow_active_SliderThumb = n393 as Theme
|
|
2452
|
+
export const dark_yellow_active_Tooltip = n393 as Theme
|
|
2453
|
+
export const dark_yellow_active_ProgressIndicator = n393 as Theme
|
|
2454
|
+
const n394 = t([[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 153],[19, 152],[20, 153],[21, 152],[22, 153],[23, 150],[24, 44],[25, 148],[26, 150],[27, 150]]) as Theme
|
|
2455
|
+
|
|
2456
|
+
export const dark_green_alt1_Card = n394 as Theme
|
|
2457
|
+
export const dark_green_alt1_DrawerFrame = n394 as Theme
|
|
2458
|
+
export const dark_green_alt1_Progress = n394 as Theme
|
|
2459
|
+
export const dark_green_alt1_TooltipArrow = n394 as Theme
|
|
2460
|
+
const n395 = t([[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[18, 153],[19, 152],[20, 153],[21, 152],[22, 152],[23, 150],[24, 44],[25, 148],[26, 150],[27, 148]]) as Theme
|
|
2461
|
+
|
|
2462
|
+
export const dark_green_alt1_Button = n395 as Theme
|
|
2463
|
+
export const dark_green_alt1_Switch = n395 as Theme
|
|
2464
|
+
export const dark_green_alt1_TooltipContent = n395 as Theme
|
|
2465
|
+
export const dark_green_alt1_SliderTrack = n395 as Theme
|
|
2466
|
+
const n396 = t([[12, 145],[13, 146],[14, 147],[15, 148],[16, 144],[17, 143],[18, 153],[19, 152],[20, 153],[21, 152],[22, 0],[23, 44],[24, 151],[25, 150],[26, 44],[27, 44]]) as Theme
|
|
2467
|
+
|
|
2468
|
+
export const dark_green_alt1_Checkbox = n396 as Theme
|
|
2469
|
+
export const dark_green_alt1_RadioGroupItem = n396 as Theme
|
|
2470
|
+
export const dark_green_alt1_Input = n396 as Theme
|
|
2471
|
+
export const dark_green_alt1_TextArea = n396 as Theme
|
|
2472
|
+
const n397 = t([[12, 0],[13, 153],[14, 152],[15, 151],[16, 0],[17, 0],[18, 144],[19, 145],[20, 144],[21, 145],[22, 143],[23, 151],[24, 44],[25, 152],[26, 151],[27, 145]]) as Theme
|
|
2473
|
+
|
|
2474
|
+
export const dark_green_alt1_SwitchThumb = n397 as Theme
|
|
2475
|
+
const n398 = t([[12, 44],[13, 150],[14, 148],[15, 147],[16, 151],[17, 152],[18, 144],[19, 145],[20, 144],[21, 145],[22, 145],[23, 147],[24, 146],[25, 148],[26, 147],[27, 150]]) as Theme
|
|
2476
|
+
|
|
2477
|
+
export const dark_green_alt1_SliderTrackActive = n398 as Theme
|
|
2478
|
+
const n399 = t([[12, 152],[13, 151],[14, 44],[15, 150],[16, 153],[17, 0],[18, 144],[19, 145],[20, 144],[21, 145],[22, 143],[23, 150],[24, 148],[25, 44],[26, 150],[27, 147]]) as Theme
|
|
2479
|
+
|
|
2480
|
+
export const dark_green_alt1_SliderThumb = n399 as Theme
|
|
2481
|
+
export const dark_green_alt1_Tooltip = n399 as Theme
|
|
2482
|
+
export const dark_green_alt1_ProgressIndicator = n399 as Theme
|
|
2483
|
+
const n400 = t([[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[18, 152],[19, 151],[20, 152],[21, 151],[22, 152],[23, 150],[24, 44],[25, 148],[26, 150],[27, 148]]) as Theme
|
|
2484
|
+
|
|
2485
|
+
export const dark_green_alt2_Card = n400 as Theme
|
|
2486
|
+
export const dark_green_alt2_DrawerFrame = n400 as Theme
|
|
2487
|
+
export const dark_green_alt2_Progress = n400 as Theme
|
|
2488
|
+
export const dark_green_alt2_TooltipArrow = n400 as Theme
|
|
2489
|
+
const n401 = t([[12, 148],[13, 150],[14, 44],[15, 151],[16, 147],[17, 146],[18, 152],[19, 151],[20, 152],[21, 151],[22, 151],[23, 150],[24, 44],[25, 148],[26, 150],[27, 147]]) as Theme
|
|
2490
|
+
|
|
2491
|
+
export const dark_green_alt2_Button = n401 as Theme
|
|
2492
|
+
export const dark_green_alt2_Switch = n401 as Theme
|
|
2493
|
+
export const dark_green_alt2_TooltipContent = n401 as Theme
|
|
2494
|
+
export const dark_green_alt2_SliderTrack = n401 as Theme
|
|
2495
|
+
const n402 = t([[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 152],[19, 151],[20, 152],[21, 151],[22, 153],[23, 44],[24, 151],[25, 150],[26, 44],[27, 150]]) as Theme
|
|
2496
|
+
|
|
2497
|
+
export const dark_green_alt2_Checkbox = n402 as Theme
|
|
2498
|
+
export const dark_green_alt2_RadioGroupItem = n402 as Theme
|
|
2499
|
+
export const dark_green_alt2_Input = n402 as Theme
|
|
2500
|
+
export const dark_green_alt2_TextArea = n402 as Theme
|
|
2501
|
+
const n403 = t([[12, 153],[13, 152],[14, 151],[15, 44],[16, 0],[17, 0],[18, 145],[19, 146],[20, 145],[21, 146],[22, 143],[23, 151],[24, 44],[25, 152],[26, 151],[27, 146]]) as Theme
|
|
2502
|
+
|
|
2503
|
+
export const dark_green_alt2_SwitchThumb = n403 as Theme
|
|
2504
|
+
const n404 = t([[12, 150],[13, 148],[14, 147],[15, 146],[16, 44],[17, 151],[18, 145],[19, 146],[20, 145],[21, 146],[22, 146],[23, 147],[24, 146],[25, 148],[26, 147],[27, 44]]) as Theme
|
|
2505
|
+
|
|
2506
|
+
export const dark_green_alt2_SliderTrackActive = n404 as Theme
|
|
2507
|
+
const n405 = t([[12, 151],[13, 44],[14, 150],[15, 148],[16, 152],[17, 153],[18, 145],[19, 146],[20, 145],[21, 146],[22, 144],[23, 150],[24, 148],[25, 44],[26, 150],[27, 148]]) as Theme
|
|
2508
|
+
|
|
2509
|
+
export const dark_green_alt2_SliderThumb = n405 as Theme
|
|
2510
|
+
export const dark_green_alt2_Tooltip = n405 as Theme
|
|
2511
|
+
export const dark_green_alt2_ProgressIndicator = n405 as Theme
|
|
2512
|
+
const n406 = t([[12, 148],[13, 150],[14, 44],[15, 151],[16, 147],[17, 146],[19, 44],[20, 151],[21, 44],[22, 151],[23, 44],[24, 151],[25, 150],[26, 44],[27, 147]]) as Theme
|
|
2513
|
+
|
|
2514
|
+
export const dark_green_active_Card = n406 as Theme
|
|
2515
|
+
export const dark_green_active_DrawerFrame = n406 as Theme
|
|
2516
|
+
export const dark_green_active_Progress = n406 as Theme
|
|
2517
|
+
export const dark_green_active_TooltipArrow = n406 as Theme
|
|
2518
|
+
const n407 = t([[12, 150],[13, 44],[14, 151],[15, 152],[16, 148],[17, 147],[19, 44],[20, 151],[21, 44],[22, 44],[23, 44],[24, 151],[25, 150],[26, 44],[27, 146]]) as Theme
|
|
2519
|
+
|
|
2520
|
+
export const dark_green_active_Button = n407 as Theme
|
|
2521
|
+
export const dark_green_active_Switch = n407 as Theme
|
|
2522
|
+
export const dark_green_active_TooltipContent = n407 as Theme
|
|
2523
|
+
export const dark_green_active_SliderTrack = n407 as Theme
|
|
2524
|
+
const n408 = t([[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[19, 44],[20, 151],[21, 44],[22, 152],[23, 151],[24, 152],[25, 44],[26, 151],[27, 148]]) as Theme
|
|
2525
|
+
|
|
2526
|
+
export const dark_green_active_Checkbox = n408 as Theme
|
|
2527
|
+
export const dark_green_active_RadioGroupItem = n408 as Theme
|
|
2528
|
+
export const dark_green_active_Input = n408 as Theme
|
|
2529
|
+
export const dark_green_active_TextArea = n408 as Theme
|
|
2530
|
+
const n409 = t([[12, 152],[13, 151],[14, 44],[15, 150],[16, 153],[17, 0],[19, 147],[20, 146],[21, 147],[22, 143],[23, 44],[24, 150],[25, 151],[26, 44],[27, 147]]) as Theme
|
|
2531
|
+
|
|
2532
|
+
export const dark_green_active_SwitchThumb = n409 as Theme
|
|
2533
|
+
const n410 = t([[12, 148],[13, 147],[14, 146],[15, 145],[16, 150],[17, 44],[19, 147],[20, 146],[21, 147],[22, 147],[23, 146],[24, 145],[25, 147],[26, 146],[27, 151]]) as Theme
|
|
2534
|
+
|
|
2535
|
+
export const dark_green_active_SliderTrackActive = n410 as Theme
|
|
2536
|
+
const n411 = t([[12, 44],[13, 150],[14, 148],[15, 147],[16, 151],[17, 152],[19, 147],[20, 146],[21, 147],[22, 145],[23, 148],[24, 147],[25, 150],[26, 148],[27, 150]]) as Theme
|
|
2537
|
+
|
|
2538
|
+
export const dark_green_active_SliderThumb = n411 as Theme
|
|
2539
|
+
export const dark_green_active_Tooltip = n411 as Theme
|
|
2540
|
+
export const dark_green_active_ProgressIndicator = n411 as Theme
|
|
2541
|
+
const n412 = t([[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 131],[19, 130],[20, 131],[21, 130],[22, 131],[23, 128],[24, 22],[25, 126],[26, 128],[27, 128]]) as Theme
|
|
2542
|
+
|
|
2543
|
+
export const dark_blue_alt1_Card = n412 as Theme
|
|
2544
|
+
export const dark_blue_alt1_DrawerFrame = n412 as Theme
|
|
2545
|
+
export const dark_blue_alt1_Progress = n412 as Theme
|
|
2546
|
+
export const dark_blue_alt1_TooltipArrow = n412 as Theme
|
|
2547
|
+
const n413 = t([[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[18, 131],[19, 130],[20, 131],[21, 130],[22, 130],[23, 128],[24, 22],[25, 126],[26, 128],[27, 126]]) as Theme
|
|
2548
|
+
|
|
2549
|
+
export const dark_blue_alt1_Button = n413 as Theme
|
|
2550
|
+
export const dark_blue_alt1_Switch = n413 as Theme
|
|
2551
|
+
export const dark_blue_alt1_TooltipContent = n413 as Theme
|
|
2552
|
+
export const dark_blue_alt1_SliderTrack = n413 as Theme
|
|
2553
|
+
const n414 = t([[12, 123],[13, 124],[14, 125],[15, 126],[16, 122],[17, 121],[18, 131],[19, 130],[20, 131],[21, 130],[22, 0],[23, 22],[24, 129],[25, 128],[26, 22],[27, 22]]) as Theme
|
|
2554
|
+
|
|
2555
|
+
export const dark_blue_alt1_Checkbox = n414 as Theme
|
|
2556
|
+
export const dark_blue_alt1_RadioGroupItem = n414 as Theme
|
|
2557
|
+
export const dark_blue_alt1_Input = n414 as Theme
|
|
2558
|
+
export const dark_blue_alt1_TextArea = n414 as Theme
|
|
2559
|
+
const n415 = t([[12, 0],[13, 131],[14, 130],[15, 129],[16, 0],[17, 0],[18, 122],[19, 123],[20, 122],[21, 123],[22, 121],[23, 129],[24, 22],[25, 130],[26, 129],[27, 123]]) as Theme
|
|
2560
|
+
|
|
2561
|
+
export const dark_blue_alt1_SwitchThumb = n415 as Theme
|
|
2562
|
+
const n416 = t([[12, 22],[13, 128],[14, 126],[15, 125],[16, 129],[17, 130],[18, 122],[19, 123],[20, 122],[21, 123],[22, 123],[23, 125],[24, 124],[25, 126],[26, 125],[27, 128]]) as Theme
|
|
2563
|
+
|
|
2564
|
+
export const dark_blue_alt1_SliderTrackActive = n416 as Theme
|
|
2565
|
+
const n417 = t([[12, 130],[13, 129],[14, 22],[15, 128],[16, 131],[17, 0],[18, 122],[19, 123],[20, 122],[21, 123],[22, 121],[23, 128],[24, 126],[25, 22],[26, 128],[27, 125]]) as Theme
|
|
2566
|
+
|
|
2567
|
+
export const dark_blue_alt1_SliderThumb = n417 as Theme
|
|
2568
|
+
export const dark_blue_alt1_Tooltip = n417 as Theme
|
|
2569
|
+
export const dark_blue_alt1_ProgressIndicator = n417 as Theme
|
|
2570
|
+
const n418 = t([[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[18, 130],[19, 129],[20, 130],[21, 129],[22, 130],[23, 128],[24, 22],[25, 126],[26, 128],[27, 126]]) as Theme
|
|
2571
|
+
|
|
2572
|
+
export const dark_blue_alt2_Card = n418 as Theme
|
|
2573
|
+
export const dark_blue_alt2_DrawerFrame = n418 as Theme
|
|
2574
|
+
export const dark_blue_alt2_Progress = n418 as Theme
|
|
2575
|
+
export const dark_blue_alt2_TooltipArrow = n418 as Theme
|
|
2576
|
+
const n419 = t([[12, 126],[13, 128],[14, 22],[15, 129],[16, 125],[17, 124],[18, 130],[19, 129],[20, 130],[21, 129],[22, 129],[23, 128],[24, 22],[25, 126],[26, 128],[27, 125]]) as Theme
|
|
2577
|
+
|
|
2578
|
+
export const dark_blue_alt2_Button = n419 as Theme
|
|
2579
|
+
export const dark_blue_alt2_Switch = n419 as Theme
|
|
2580
|
+
export const dark_blue_alt2_TooltipContent = n419 as Theme
|
|
2581
|
+
export const dark_blue_alt2_SliderTrack = n419 as Theme
|
|
2582
|
+
const n420 = t([[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 130],[19, 129],[20, 130],[21, 129],[22, 131],[23, 22],[24, 129],[25, 128],[26, 22],[27, 128]]) as Theme
|
|
2583
|
+
|
|
2584
|
+
export const dark_blue_alt2_Checkbox = n420 as Theme
|
|
2585
|
+
export const dark_blue_alt2_RadioGroupItem = n420 as Theme
|
|
2586
|
+
export const dark_blue_alt2_Input = n420 as Theme
|
|
2587
|
+
export const dark_blue_alt2_TextArea = n420 as Theme
|
|
2588
|
+
const n421 = t([[12, 131],[13, 130],[14, 129],[15, 22],[16, 0],[17, 0],[18, 123],[19, 124],[20, 123],[21, 124],[22, 121],[23, 129],[24, 22],[25, 130],[26, 129],[27, 124]]) as Theme
|
|
2589
|
+
|
|
2590
|
+
export const dark_blue_alt2_SwitchThumb = n421 as Theme
|
|
2591
|
+
const n422 = t([[12, 128],[13, 126],[14, 125],[15, 124],[16, 22],[17, 129],[18, 123],[19, 124],[20, 123],[21, 124],[22, 124],[23, 125],[24, 124],[25, 126],[26, 125],[27, 22]]) as Theme
|
|
2592
|
+
|
|
2593
|
+
export const dark_blue_alt2_SliderTrackActive = n422 as Theme
|
|
2594
|
+
const n423 = t([[12, 129],[13, 22],[14, 128],[15, 126],[16, 130],[17, 131],[18, 123],[19, 124],[20, 123],[21, 124],[22, 122],[23, 128],[24, 126],[25, 22],[26, 128],[27, 126]]) as Theme
|
|
2595
|
+
|
|
2596
|
+
export const dark_blue_alt2_SliderThumb = n423 as Theme
|
|
2597
|
+
export const dark_blue_alt2_Tooltip = n423 as Theme
|
|
2598
|
+
export const dark_blue_alt2_ProgressIndicator = n423 as Theme
|
|
2599
|
+
const n424 = t([[12, 126],[13, 128],[14, 22],[15, 129],[16, 125],[17, 124],[19, 22],[20, 129],[21, 22],[22, 129],[23, 22],[24, 129],[25, 128],[26, 22],[27, 125]]) as Theme
|
|
2600
|
+
|
|
2601
|
+
export const dark_blue_active_Card = n424 as Theme
|
|
2602
|
+
export const dark_blue_active_DrawerFrame = n424 as Theme
|
|
2603
|
+
export const dark_blue_active_Progress = n424 as Theme
|
|
2604
|
+
export const dark_blue_active_TooltipArrow = n424 as Theme
|
|
2605
|
+
const n425 = t([[12, 128],[13, 22],[14, 129],[15, 130],[16, 126],[17, 125],[19, 22],[20, 129],[21, 22],[22, 22],[23, 22],[24, 129],[25, 128],[26, 22],[27, 124]]) as Theme
|
|
2606
|
+
|
|
2607
|
+
export const dark_blue_active_Button = n425 as Theme
|
|
2608
|
+
export const dark_blue_active_Switch = n425 as Theme
|
|
2609
|
+
export const dark_blue_active_TooltipContent = n425 as Theme
|
|
2610
|
+
export const dark_blue_active_SliderTrack = n425 as Theme
|
|
2611
|
+
const n426 = t([[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[19, 22],[20, 129],[21, 22],[22, 130],[23, 129],[24, 130],[25, 22],[26, 129],[27, 126]]) as Theme
|
|
2612
|
+
|
|
2613
|
+
export const dark_blue_active_Checkbox = n426 as Theme
|
|
2614
|
+
export const dark_blue_active_RadioGroupItem = n426 as Theme
|
|
2615
|
+
export const dark_blue_active_Input = n426 as Theme
|
|
2616
|
+
export const dark_blue_active_TextArea = n426 as Theme
|
|
2617
|
+
const n427 = t([[12, 130],[13, 129],[14, 22],[15, 128],[16, 131],[17, 0],[19, 125],[20, 124],[21, 125],[22, 121],[23, 22],[24, 128],[25, 129],[26, 22],[27, 125]]) as Theme
|
|
2618
|
+
|
|
2619
|
+
export const dark_blue_active_SwitchThumb = n427 as Theme
|
|
2620
|
+
const n428 = t([[12, 126],[13, 125],[14, 124],[15, 123],[16, 128],[17, 22],[19, 125],[20, 124],[21, 125],[22, 125],[23, 124],[24, 123],[25, 125],[26, 124],[27, 129]]) as Theme
|
|
2621
|
+
|
|
2622
|
+
export const dark_blue_active_SliderTrackActive = n428 as Theme
|
|
2623
|
+
const n429 = t([[12, 22],[13, 128],[14, 126],[15, 125],[16, 129],[17, 130],[19, 125],[20, 124],[21, 125],[22, 123],[23, 126],[24, 125],[25, 128],[26, 126],[27, 128]]) as Theme
|
|
2624
|
+
|
|
2625
|
+
export const dark_blue_active_SliderThumb = n429 as Theme
|
|
2626
|
+
export const dark_blue_active_Tooltip = n429 as Theme
|
|
2627
|
+
export const dark_blue_active_ProgressIndicator = n429 as Theme
|
|
2628
|
+
const n430 = t([[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 186],[19, 185],[20, 186],[21, 185],[22, 186],[23, 183],[24, 80],[25, 181],[26, 183],[27, 183]]) as Theme
|
|
2629
|
+
|
|
2630
|
+
export const dark_purple_alt1_Card = n430 as Theme
|
|
2631
|
+
export const dark_purple_alt1_DrawerFrame = n430 as Theme
|
|
2632
|
+
export const dark_purple_alt1_Progress = n430 as Theme
|
|
2633
|
+
export const dark_purple_alt1_TooltipArrow = n430 as Theme
|
|
2634
|
+
const n431 = t([[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[18, 186],[19, 185],[20, 186],[21, 185],[22, 185],[23, 183],[24, 80],[25, 181],[26, 183],[27, 181]]) as Theme
|
|
2635
|
+
|
|
2636
|
+
export const dark_purple_alt1_Button = n431 as Theme
|
|
2637
|
+
export const dark_purple_alt1_Switch = n431 as Theme
|
|
2638
|
+
export const dark_purple_alt1_TooltipContent = n431 as Theme
|
|
2639
|
+
export const dark_purple_alt1_SliderTrack = n431 as Theme
|
|
2640
|
+
const n432 = t([[12, 178],[13, 179],[14, 180],[15, 181],[16, 177],[17, 176],[18, 186],[19, 185],[20, 186],[21, 185],[22, 0],[23, 80],[24, 184],[25, 183],[26, 80],[27, 80]]) as Theme
|
|
2641
|
+
|
|
2642
|
+
export const dark_purple_alt1_Checkbox = n432 as Theme
|
|
2643
|
+
export const dark_purple_alt1_RadioGroupItem = n432 as Theme
|
|
2644
|
+
export const dark_purple_alt1_Input = n432 as Theme
|
|
2645
|
+
export const dark_purple_alt1_TextArea = n432 as Theme
|
|
2646
|
+
const n433 = t([[12, 0],[13, 186],[14, 185],[15, 184],[16, 0],[17, 0],[18, 177],[19, 178],[20, 177],[21, 178],[22, 176],[23, 184],[24, 80],[25, 185],[26, 184],[27, 178]]) as Theme
|
|
2647
|
+
|
|
2648
|
+
export const dark_purple_alt1_SwitchThumb = n433 as Theme
|
|
2649
|
+
const n434 = t([[12, 80],[13, 183],[14, 181],[15, 180],[16, 184],[17, 185],[18, 177],[19, 178],[20, 177],[21, 178],[22, 178],[23, 180],[24, 179],[25, 181],[26, 180],[27, 183]]) as Theme
|
|
2650
|
+
|
|
2651
|
+
export const dark_purple_alt1_SliderTrackActive = n434 as Theme
|
|
2652
|
+
const n435 = t([[12, 185],[13, 184],[14, 80],[15, 183],[16, 186],[17, 0],[18, 177],[19, 178],[20, 177],[21, 178],[22, 176],[23, 183],[24, 181],[25, 80],[26, 183],[27, 180]]) as Theme
|
|
2653
|
+
|
|
2654
|
+
export const dark_purple_alt1_SliderThumb = n435 as Theme
|
|
2655
|
+
export const dark_purple_alt1_Tooltip = n435 as Theme
|
|
2656
|
+
export const dark_purple_alt1_ProgressIndicator = n435 as Theme
|
|
2657
|
+
const n436 = t([[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[18, 185],[19, 184],[20, 185],[21, 184],[22, 185],[23, 183],[24, 80],[25, 181],[26, 183],[27, 181]]) as Theme
|
|
2658
|
+
|
|
2659
|
+
export const dark_purple_alt2_Card = n436 as Theme
|
|
2660
|
+
export const dark_purple_alt2_DrawerFrame = n436 as Theme
|
|
2661
|
+
export const dark_purple_alt2_Progress = n436 as Theme
|
|
2662
|
+
export const dark_purple_alt2_TooltipArrow = n436 as Theme
|
|
2663
|
+
const n437 = t([[12, 181],[13, 183],[14, 80],[15, 184],[16, 180],[17, 179],[18, 185],[19, 184],[20, 185],[21, 184],[22, 184],[23, 183],[24, 80],[25, 181],[26, 183],[27, 180]]) as Theme
|
|
2664
|
+
|
|
2665
|
+
export const dark_purple_alt2_Button = n437 as Theme
|
|
2666
|
+
export const dark_purple_alt2_Switch = n437 as Theme
|
|
2667
|
+
export const dark_purple_alt2_TooltipContent = n437 as Theme
|
|
2668
|
+
export const dark_purple_alt2_SliderTrack = n437 as Theme
|
|
2669
|
+
const n438 = t([[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 185],[19, 184],[20, 185],[21, 184],[22, 186],[23, 80],[24, 184],[25, 183],[26, 80],[27, 183]]) as Theme
|
|
2670
|
+
|
|
2671
|
+
export const dark_purple_alt2_Checkbox = n438 as Theme
|
|
2672
|
+
export const dark_purple_alt2_RadioGroupItem = n438 as Theme
|
|
2673
|
+
export const dark_purple_alt2_Input = n438 as Theme
|
|
2674
|
+
export const dark_purple_alt2_TextArea = n438 as Theme
|
|
2675
|
+
const n439 = t([[12, 186],[13, 185],[14, 184],[15, 80],[16, 0],[17, 0],[18, 178],[19, 179],[20, 178],[21, 179],[22, 176],[23, 184],[24, 80],[25, 185],[26, 184],[27, 179]]) as Theme
|
|
2676
|
+
|
|
2677
|
+
export const dark_purple_alt2_SwitchThumb = n439 as Theme
|
|
2678
|
+
const n440 = t([[12, 183],[13, 181],[14, 180],[15, 179],[16, 80],[17, 184],[18, 178],[19, 179],[20, 178],[21, 179],[22, 179],[23, 180],[24, 179],[25, 181],[26, 180],[27, 80]]) as Theme
|
|
2679
|
+
|
|
2680
|
+
export const dark_purple_alt2_SliderTrackActive = n440 as Theme
|
|
2681
|
+
const n441 = t([[12, 184],[13, 80],[14, 183],[15, 181],[16, 185],[17, 186],[18, 178],[19, 179],[20, 178],[21, 179],[22, 177],[23, 183],[24, 181],[25, 80],[26, 183],[27, 181]]) as Theme
|
|
2682
|
+
|
|
2683
|
+
export const dark_purple_alt2_SliderThumb = n441 as Theme
|
|
2684
|
+
export const dark_purple_alt2_Tooltip = n441 as Theme
|
|
2685
|
+
export const dark_purple_alt2_ProgressIndicator = n441 as Theme
|
|
2686
|
+
const n442 = t([[12, 181],[13, 183],[14, 80],[15, 184],[16, 180],[17, 179],[19, 80],[20, 184],[21, 80],[22, 184],[23, 80],[24, 184],[25, 183],[26, 80],[27, 180]]) as Theme
|
|
2687
|
+
|
|
2688
|
+
export const dark_purple_active_Card = n442 as Theme
|
|
2689
|
+
export const dark_purple_active_DrawerFrame = n442 as Theme
|
|
2690
|
+
export const dark_purple_active_Progress = n442 as Theme
|
|
2691
|
+
export const dark_purple_active_TooltipArrow = n442 as Theme
|
|
2692
|
+
const n443 = t([[12, 183],[13, 80],[14, 184],[15, 185],[16, 181],[17, 180],[19, 80],[20, 184],[21, 80],[22, 80],[23, 80],[24, 184],[25, 183],[26, 80],[27, 179]]) as Theme
|
|
2693
|
+
|
|
2694
|
+
export const dark_purple_active_Button = n443 as Theme
|
|
2695
|
+
export const dark_purple_active_Switch = n443 as Theme
|
|
2696
|
+
export const dark_purple_active_TooltipContent = n443 as Theme
|
|
2697
|
+
export const dark_purple_active_SliderTrack = n443 as Theme
|
|
2698
|
+
const n444 = t([[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[19, 80],[20, 184],[21, 80],[22, 185],[23, 184],[24, 185],[25, 80],[26, 184],[27, 181]]) as Theme
|
|
2699
|
+
|
|
2700
|
+
export const dark_purple_active_Checkbox = n444 as Theme
|
|
2701
|
+
export const dark_purple_active_RadioGroupItem = n444 as Theme
|
|
2702
|
+
export const dark_purple_active_Input = n444 as Theme
|
|
2703
|
+
export const dark_purple_active_TextArea = n444 as Theme
|
|
2704
|
+
const n445 = t([[12, 185],[13, 184],[14, 80],[15, 183],[16, 186],[17, 0],[19, 180],[20, 179],[21, 180],[22, 176],[23, 80],[24, 183],[25, 184],[26, 80],[27, 180]]) as Theme
|
|
2705
|
+
|
|
2706
|
+
export const dark_purple_active_SwitchThumb = n445 as Theme
|
|
2707
|
+
const n446 = t([[12, 181],[13, 180],[14, 179],[15, 178],[16, 183],[17, 80],[19, 180],[20, 179],[21, 180],[22, 180],[23, 179],[24, 178],[25, 180],[26, 179],[27, 184]]) as Theme
|
|
2708
|
+
|
|
2709
|
+
export const dark_purple_active_SliderTrackActive = n446 as Theme
|
|
2710
|
+
const n447 = t([[12, 80],[13, 183],[14, 181],[15, 180],[16, 184],[17, 185],[19, 180],[20, 179],[21, 180],[22, 178],[23, 181],[24, 180],[25, 183],[26, 181],[27, 183]]) as Theme
|
|
2711
|
+
|
|
2712
|
+
export const dark_purple_active_SliderThumb = n447 as Theme
|
|
2713
|
+
export const dark_purple_active_Tooltip = n447 as Theme
|
|
2714
|
+
export const dark_purple_active_ProgressIndicator = n447 as Theme
|
|
2715
|
+
const n448 = t([[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 175],[19, 174],[20, 175],[21, 174],[22, 175],[23, 172],[24, 68],[25, 170],[26, 172],[27, 172]]) as Theme
|
|
2716
|
+
|
|
2717
|
+
export const dark_pink_alt1_Card = n448 as Theme
|
|
2718
|
+
export const dark_pink_alt1_DrawerFrame = n448 as Theme
|
|
2719
|
+
export const dark_pink_alt1_Progress = n448 as Theme
|
|
2720
|
+
export const dark_pink_alt1_TooltipArrow = n448 as Theme
|
|
2721
|
+
const n449 = t([[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[18, 175],[19, 174],[20, 175],[21, 174],[22, 174],[23, 172],[24, 68],[25, 170],[26, 172],[27, 170]]) as Theme
|
|
2722
|
+
|
|
2723
|
+
export const dark_pink_alt1_Button = n449 as Theme
|
|
2724
|
+
export const dark_pink_alt1_Switch = n449 as Theme
|
|
2725
|
+
export const dark_pink_alt1_TooltipContent = n449 as Theme
|
|
2726
|
+
export const dark_pink_alt1_SliderTrack = n449 as Theme
|
|
2727
|
+
const n450 = t([[12, 167],[13, 168],[14, 169],[15, 170],[16, 166],[17, 165],[18, 175],[19, 174],[20, 175],[21, 174],[22, 0],[23, 68],[24, 173],[25, 172],[26, 68],[27, 68]]) as Theme
|
|
2728
|
+
|
|
2729
|
+
export const dark_pink_alt1_Checkbox = n450 as Theme
|
|
2730
|
+
export const dark_pink_alt1_RadioGroupItem = n450 as Theme
|
|
2731
|
+
export const dark_pink_alt1_Input = n450 as Theme
|
|
2732
|
+
export const dark_pink_alt1_TextArea = n450 as Theme
|
|
2733
|
+
const n451 = t([[12, 0],[13, 175],[14, 174],[15, 173],[16, 0],[17, 0],[18, 166],[19, 167],[20, 166],[21, 167],[22, 165],[23, 173],[24, 68],[25, 174],[26, 173],[27, 167]]) as Theme
|
|
2734
|
+
|
|
2735
|
+
export const dark_pink_alt1_SwitchThumb = n451 as Theme
|
|
2736
|
+
const n452 = t([[12, 68],[13, 172],[14, 170],[15, 169],[16, 173],[17, 174],[18, 166],[19, 167],[20, 166],[21, 167],[22, 167],[23, 169],[24, 168],[25, 170],[26, 169],[27, 172]]) as Theme
|
|
2737
|
+
|
|
2738
|
+
export const dark_pink_alt1_SliderTrackActive = n452 as Theme
|
|
2739
|
+
const n453 = t([[12, 174],[13, 173],[14, 68],[15, 172],[16, 175],[17, 0],[18, 166],[19, 167],[20, 166],[21, 167],[22, 165],[23, 172],[24, 170],[25, 68],[26, 172],[27, 169]]) as Theme
|
|
2740
|
+
|
|
2741
|
+
export const dark_pink_alt1_SliderThumb = n453 as Theme
|
|
2742
|
+
export const dark_pink_alt1_Tooltip = n453 as Theme
|
|
2743
|
+
export const dark_pink_alt1_ProgressIndicator = n453 as Theme
|
|
2744
|
+
const n454 = t([[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[18, 174],[19, 173],[20, 174],[21, 173],[22, 174],[23, 172],[24, 68],[25, 170],[26, 172],[27, 170]]) as Theme
|
|
2745
|
+
|
|
2746
|
+
export const dark_pink_alt2_Card = n454 as Theme
|
|
2747
|
+
export const dark_pink_alt2_DrawerFrame = n454 as Theme
|
|
2748
|
+
export const dark_pink_alt2_Progress = n454 as Theme
|
|
2749
|
+
export const dark_pink_alt2_TooltipArrow = n454 as Theme
|
|
2750
|
+
const n455 = t([[12, 170],[13, 172],[14, 68],[15, 173],[16, 169],[17, 168],[18, 174],[19, 173],[20, 174],[21, 173],[22, 173],[23, 172],[24, 68],[25, 170],[26, 172],[27, 169]]) as Theme
|
|
2751
|
+
|
|
2752
|
+
export const dark_pink_alt2_Button = n455 as Theme
|
|
2753
|
+
export const dark_pink_alt2_Switch = n455 as Theme
|
|
2754
|
+
export const dark_pink_alt2_TooltipContent = n455 as Theme
|
|
2755
|
+
export const dark_pink_alt2_SliderTrack = n455 as Theme
|
|
2756
|
+
const n456 = t([[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 174],[19, 173],[20, 174],[21, 173],[22, 175],[23, 68],[24, 173],[25, 172],[26, 68],[27, 172]]) as Theme
|
|
2757
|
+
|
|
2758
|
+
export const dark_pink_alt2_Checkbox = n456 as Theme
|
|
2759
|
+
export const dark_pink_alt2_RadioGroupItem = n456 as Theme
|
|
2760
|
+
export const dark_pink_alt2_Input = n456 as Theme
|
|
2761
|
+
export const dark_pink_alt2_TextArea = n456 as Theme
|
|
2762
|
+
const n457 = t([[12, 175],[13, 174],[14, 173],[15, 68],[16, 0],[17, 0],[18, 167],[19, 168],[20, 167],[21, 168],[22, 165],[23, 173],[24, 68],[25, 174],[26, 173],[27, 168]]) as Theme
|
|
2763
|
+
|
|
2764
|
+
export const dark_pink_alt2_SwitchThumb = n457 as Theme
|
|
2765
|
+
const n458 = t([[12, 172],[13, 170],[14, 169],[15, 168],[16, 68],[17, 173],[18, 167],[19, 168],[20, 167],[21, 168],[22, 168],[23, 169],[24, 168],[25, 170],[26, 169],[27, 68]]) as Theme
|
|
2766
|
+
|
|
2767
|
+
export const dark_pink_alt2_SliderTrackActive = n458 as Theme
|
|
2768
|
+
const n459 = t([[12, 173],[13, 68],[14, 172],[15, 170],[16, 174],[17, 175],[18, 167],[19, 168],[20, 167],[21, 168],[22, 166],[23, 172],[24, 170],[25, 68],[26, 172],[27, 170]]) as Theme
|
|
2769
|
+
|
|
2770
|
+
export const dark_pink_alt2_SliderThumb = n459 as Theme
|
|
2771
|
+
export const dark_pink_alt2_Tooltip = n459 as Theme
|
|
2772
|
+
export const dark_pink_alt2_ProgressIndicator = n459 as Theme
|
|
2773
|
+
const n460 = t([[12, 170],[13, 172],[14, 68],[15, 173],[16, 169],[17, 168],[19, 68],[20, 173],[21, 68],[22, 173],[23, 68],[24, 173],[25, 172],[26, 68],[27, 169]]) as Theme
|
|
2774
|
+
|
|
2775
|
+
export const dark_pink_active_Card = n460 as Theme
|
|
2776
|
+
export const dark_pink_active_DrawerFrame = n460 as Theme
|
|
2777
|
+
export const dark_pink_active_Progress = n460 as Theme
|
|
2778
|
+
export const dark_pink_active_TooltipArrow = n460 as Theme
|
|
2779
|
+
const n461 = t([[12, 172],[13, 68],[14, 173],[15, 174],[16, 170],[17, 169],[19, 68],[20, 173],[21, 68],[22, 68],[23, 68],[24, 173],[25, 172],[26, 68],[27, 168]]) as Theme
|
|
2780
|
+
|
|
2781
|
+
export const dark_pink_active_Button = n461 as Theme
|
|
2782
|
+
export const dark_pink_active_Switch = n461 as Theme
|
|
2783
|
+
export const dark_pink_active_TooltipContent = n461 as Theme
|
|
2784
|
+
export const dark_pink_active_SliderTrack = n461 as Theme
|
|
2785
|
+
const n462 = t([[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[19, 68],[20, 173],[21, 68],[22, 174],[23, 173],[24, 174],[25, 68],[26, 173],[27, 170]]) as Theme
|
|
2786
|
+
|
|
2787
|
+
export const dark_pink_active_Checkbox = n462 as Theme
|
|
2788
|
+
export const dark_pink_active_RadioGroupItem = n462 as Theme
|
|
2789
|
+
export const dark_pink_active_Input = n462 as Theme
|
|
2790
|
+
export const dark_pink_active_TextArea = n462 as Theme
|
|
2791
|
+
const n463 = t([[12, 174],[13, 173],[14, 68],[15, 172],[16, 175],[17, 0],[19, 169],[20, 168],[21, 169],[22, 165],[23, 68],[24, 172],[25, 173],[26, 68],[27, 169]]) as Theme
|
|
2792
|
+
|
|
2793
|
+
export const dark_pink_active_SwitchThumb = n463 as Theme
|
|
2794
|
+
const n464 = t([[12, 170],[13, 169],[14, 168],[15, 167],[16, 172],[17, 68],[19, 169],[20, 168],[21, 169],[22, 169],[23, 168],[24, 167],[25, 169],[26, 168],[27, 173]]) as Theme
|
|
2795
|
+
|
|
2796
|
+
export const dark_pink_active_SliderTrackActive = n464 as Theme
|
|
2797
|
+
const n465 = t([[12, 68],[13, 172],[14, 170],[15, 169],[16, 173],[17, 174],[19, 169],[20, 168],[21, 169],[22, 167],[23, 170],[24, 169],[25, 172],[26, 170],[27, 172]]) as Theme
|
|
2798
|
+
|
|
2799
|
+
export const dark_pink_active_SliderThumb = n465 as Theme
|
|
2800
|
+
export const dark_pink_active_Tooltip = n465 as Theme
|
|
2801
|
+
export const dark_pink_active_ProgressIndicator = n465 as Theme
|
|
2802
|
+
const n466 = t([[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 197],[19, 196],[20, 197],[21, 196],[22, 197],[23, 194],[24, 92],[25, 192],[26, 194],[27, 194]]) as Theme
|
|
2803
|
+
|
|
2804
|
+
export const dark_red_alt1_Card = n466 as Theme
|
|
2805
|
+
export const dark_red_alt1_DrawerFrame = n466 as Theme
|
|
2806
|
+
export const dark_red_alt1_Progress = n466 as Theme
|
|
2807
|
+
export const dark_red_alt1_TooltipArrow = n466 as Theme
|
|
2808
|
+
const n467 = t([[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[18, 197],[19, 196],[20, 197],[21, 196],[22, 196],[23, 194],[24, 92],[25, 192],[26, 194],[27, 192]]) as Theme
|
|
2809
|
+
|
|
2810
|
+
export const dark_red_alt1_Button = n467 as Theme
|
|
2811
|
+
export const dark_red_alt1_Switch = n467 as Theme
|
|
2812
|
+
export const dark_red_alt1_TooltipContent = n467 as Theme
|
|
2813
|
+
export const dark_red_alt1_SliderTrack = n467 as Theme
|
|
2814
|
+
const n468 = t([[12, 189],[13, 190],[14, 191],[15, 192],[16, 188],[17, 187],[18, 197],[19, 196],[20, 197],[21, 196],[22, 0],[23, 92],[24, 195],[25, 194],[26, 92],[27, 92]]) as Theme
|
|
2815
|
+
|
|
2816
|
+
export const dark_red_alt1_Checkbox = n468 as Theme
|
|
2817
|
+
export const dark_red_alt1_RadioGroupItem = n468 as Theme
|
|
2818
|
+
export const dark_red_alt1_Input = n468 as Theme
|
|
2819
|
+
export const dark_red_alt1_TextArea = n468 as Theme
|
|
2820
|
+
const n469 = t([[12, 0],[13, 197],[14, 196],[15, 195],[16, 0],[17, 0],[18, 188],[19, 189],[20, 188],[21, 189],[22, 187],[23, 195],[24, 92],[25, 196],[26, 195],[27, 189]]) as Theme
|
|
2821
|
+
|
|
2822
|
+
export const dark_red_alt1_SwitchThumb = n469 as Theme
|
|
2823
|
+
const n470 = t([[12, 92],[13, 194],[14, 192],[15, 191],[16, 195],[17, 196],[18, 188],[19, 189],[20, 188],[21, 189],[22, 189],[23, 191],[24, 190],[25, 192],[26, 191],[27, 194]]) as Theme
|
|
2824
|
+
|
|
2825
|
+
export const dark_red_alt1_SliderTrackActive = n470 as Theme
|
|
2826
|
+
const n471 = t([[12, 196],[13, 195],[14, 92],[15, 194],[16, 197],[17, 0],[18, 188],[19, 189],[20, 188],[21, 189],[22, 187],[23, 194],[24, 192],[25, 92],[26, 194],[27, 191]]) as Theme
|
|
2827
|
+
|
|
2828
|
+
export const dark_red_alt1_SliderThumb = n471 as Theme
|
|
2829
|
+
export const dark_red_alt1_Tooltip = n471 as Theme
|
|
2830
|
+
export const dark_red_alt1_ProgressIndicator = n471 as Theme
|
|
2831
|
+
const n472 = t([[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[18, 196],[19, 195],[20, 196],[21, 195],[22, 196],[23, 194],[24, 92],[25, 192],[26, 194],[27, 192]]) as Theme
|
|
2832
|
+
|
|
2833
|
+
export const dark_red_alt2_Card = n472 as Theme
|
|
2834
|
+
export const dark_red_alt2_DrawerFrame = n472 as Theme
|
|
2835
|
+
export const dark_red_alt2_Progress = n472 as Theme
|
|
2836
|
+
export const dark_red_alt2_TooltipArrow = n472 as Theme
|
|
2837
|
+
const n473 = t([[12, 192],[13, 194],[14, 92],[15, 195],[16, 191],[17, 190],[18, 196],[19, 195],[20, 196],[21, 195],[22, 195],[23, 194],[24, 92],[25, 192],[26, 194],[27, 191]]) as Theme
|
|
2838
|
+
|
|
2839
|
+
export const dark_red_alt2_Button = n473 as Theme
|
|
2840
|
+
export const dark_red_alt2_Switch = n473 as Theme
|
|
2841
|
+
export const dark_red_alt2_TooltipContent = n473 as Theme
|
|
2842
|
+
export const dark_red_alt2_SliderTrack = n473 as Theme
|
|
2843
|
+
const n474 = t([[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 196],[19, 195],[20, 196],[21, 195],[22, 197],[23, 92],[24, 195],[25, 194],[26, 92],[27, 194]]) as Theme
|
|
2844
|
+
|
|
2845
|
+
export const dark_red_alt2_Checkbox = n474 as Theme
|
|
2846
|
+
export const dark_red_alt2_RadioGroupItem = n474 as Theme
|
|
2847
|
+
export const dark_red_alt2_Input = n474 as Theme
|
|
2848
|
+
export const dark_red_alt2_TextArea = n474 as Theme
|
|
2849
|
+
const n475 = t([[12, 197],[13, 196],[14, 195],[15, 92],[16, 0],[17, 0],[18, 189],[19, 190],[20, 189],[21, 190],[22, 187],[23, 195],[24, 92],[25, 196],[26, 195],[27, 190]]) as Theme
|
|
2850
|
+
|
|
2851
|
+
export const dark_red_alt2_SwitchThumb = n475 as Theme
|
|
2852
|
+
const n476 = t([[12, 194],[13, 192],[14, 191],[15, 190],[16, 92],[17, 195],[18, 189],[19, 190],[20, 189],[21, 190],[22, 190],[23, 191],[24, 190],[25, 192],[26, 191],[27, 92]]) as Theme
|
|
2853
|
+
|
|
2854
|
+
export const dark_red_alt2_SliderTrackActive = n476 as Theme
|
|
2855
|
+
const n477 = t([[12, 195],[13, 92],[14, 194],[15, 192],[16, 196],[17, 197],[18, 189],[19, 190],[20, 189],[21, 190],[22, 188],[23, 194],[24, 192],[25, 92],[26, 194],[27, 192]]) as Theme
|
|
2856
|
+
|
|
2857
|
+
export const dark_red_alt2_SliderThumb = n477 as Theme
|
|
2858
|
+
export const dark_red_alt2_Tooltip = n477 as Theme
|
|
2859
|
+
export const dark_red_alt2_ProgressIndicator = n477 as Theme
|
|
2860
|
+
const n478 = t([[12, 192],[13, 194],[14, 92],[15, 195],[16, 191],[17, 190],[19, 92],[20, 195],[21, 92],[22, 195],[23, 92],[24, 195],[25, 194],[26, 92],[27, 191]]) as Theme
|
|
2861
|
+
|
|
2862
|
+
export const dark_red_active_Card = n478 as Theme
|
|
2863
|
+
export const dark_red_active_DrawerFrame = n478 as Theme
|
|
2864
|
+
export const dark_red_active_Progress = n478 as Theme
|
|
2865
|
+
export const dark_red_active_TooltipArrow = n478 as Theme
|
|
2866
|
+
const n479 = t([[12, 194],[13, 92],[14, 195],[15, 196],[16, 192],[17, 191],[19, 92],[20, 195],[21, 92],[22, 92],[23, 92],[24, 195],[25, 194],[26, 92],[27, 190]]) as Theme
|
|
2867
|
+
|
|
2868
|
+
export const dark_red_active_Button = n479 as Theme
|
|
2869
|
+
export const dark_red_active_Switch = n479 as Theme
|
|
2870
|
+
export const dark_red_active_TooltipContent = n479 as Theme
|
|
2871
|
+
export const dark_red_active_SliderTrack = n479 as Theme
|
|
2872
|
+
const n480 = t([[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[19, 92],[20, 195],[21, 92],[22, 196],[23, 195],[24, 196],[25, 92],[26, 195],[27, 192]]) as Theme
|
|
2873
|
+
|
|
2874
|
+
export const dark_red_active_Checkbox = n480 as Theme
|
|
2875
|
+
export const dark_red_active_RadioGroupItem = n480 as Theme
|
|
2876
|
+
export const dark_red_active_Input = n480 as Theme
|
|
2877
|
+
export const dark_red_active_TextArea = n480 as Theme
|
|
2878
|
+
const n481 = t([[12, 196],[13, 195],[14, 92],[15, 194],[16, 197],[17, 0],[19, 191],[20, 190],[21, 191],[22, 187],[23, 92],[24, 194],[25, 195],[26, 92],[27, 191]]) as Theme
|
|
2879
|
+
|
|
2880
|
+
export const dark_red_active_SwitchThumb = n481 as Theme
|
|
2881
|
+
const n482 = t([[12, 192],[13, 191],[14, 190],[15, 189],[16, 194],[17, 92],[19, 191],[20, 190],[21, 191],[22, 191],[23, 190],[24, 189],[25, 191],[26, 190],[27, 195]]) as Theme
|
|
2882
|
+
|
|
2883
|
+
export const dark_red_active_SliderTrackActive = n482 as Theme
|
|
2884
|
+
const n483 = t([[12, 92],[13, 194],[14, 192],[15, 191],[16, 195],[17, 196],[19, 191],[20, 190],[21, 191],[22, 189],[23, 192],[24, 191],[25, 194],[26, 192],[27, 194]]) as Theme
|
|
2885
|
+
|
|
2886
|
+
export const dark_red_active_SliderThumb = n483 as Theme
|
|
2887
|
+
export const dark_red_active_Tooltip = n483 as Theme
|
|
2888
|
+
export const dark_red_active_ProgressIndicator = n483 as Theme
|