@oxyhq/bloom 0.74.5 → 0.76.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/lib/commonjs/design-tokens/theme.css +0 -4
- package/lib/commonjs/fab/Fab.js +4 -4
- package/lib/commonjs/fab/Fab.js.map +1 -1
- package/lib/commonjs/fab/Fab.web.js +6 -6
- package/lib/commonjs/fab/Fab.web.js.map +1 -1
- package/lib/commonjs/theme/adaptive-colors.js +0 -10
- package/lib/commonjs/theme/adaptive-colors.js.map +1 -1
- package/lib/commonjs/theme/build-theme-from-seed.js +0 -4
- package/lib/commonjs/theme/build-theme-from-seed.js.map +1 -1
- package/lib/commonjs/theme/build-theme.js +0 -4
- package/lib/commonjs/theme/build-theme.js.map +1 -1
- package/lib/commonjs/theme/color-policy.js +19 -30
- package/lib/commonjs/theme/color-policy.js.map +1 -1
- package/lib/commonjs/theme/token-registry.js +1 -1
- package/lib/commonjs/theme/token-registry.js.map +1 -1
- package/lib/module/design-tokens/theme.css +0 -4
- package/lib/module/fab/Fab.js +4 -4
- package/lib/module/fab/Fab.js.map +1 -1
- package/lib/module/fab/Fab.web.js +6 -6
- package/lib/module/fab/Fab.web.js.map +1 -1
- package/lib/module/theme/adaptive-colors.js +0 -10
- package/lib/module/theme/adaptive-colors.js.map +1 -1
- package/lib/module/theme/build-theme-from-seed.js +0 -4
- package/lib/module/theme/build-theme-from-seed.js.map +1 -1
- package/lib/module/theme/build-theme.js +0 -4
- package/lib/module/theme/build-theme.js.map +1 -1
- package/lib/module/theme/color-policy.js +19 -30
- package/lib/module/theme/color-policy.js.map +1 -1
- package/lib/module/theme/token-registry.js +1 -1
- package/lib/module/theme/token-registry.js.map +1 -1
- package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-policy.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/token-registry.d.ts +1 -1
- package/lib/typescript/commonjs/theme/token-registry.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/types.d.ts +0 -9
- package/lib/typescript/commonjs/theme/types.d.ts.map +1 -1
- package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-policy.d.ts.map +1 -1
- package/lib/typescript/module/theme/token-registry.d.ts +1 -1
- package/lib/typescript/module/theme/token-registry.d.ts.map +1 -1
- package/lib/typescript/module/theme/types.d.ts +0 -9
- package/lib/typescript/module/theme/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/__tests__/theme.test.ts +0 -4
- package/src/design-tokens/theme.css +0 -4
- package/src/fab/Fab.tsx +2 -2
- package/src/fab/Fab.web.tsx +2 -2
- package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +130 -234
- package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +104 -208
- package/src/theme/adaptive-colors.ts +0 -10
- package/src/theme/build-theme-from-seed.ts +0 -4
- package/src/theme/build-theme.ts +0 -4
- package/src/theme/color-policy.ts +19 -35
- package/src/theme/token-registry.ts +0 -4
- package/src/theme/types.ts +0 -9
|
@@ -40,12 +40,8 @@
|
|
|
40
40
|
"--primary-subtle": "rgba(0, 159, 177, 0.13)",
|
|
41
41
|
"--secondary-text": "rgb(164 52 97)",
|
|
42
42
|
"--secondary-subtle": "rgba(255, 73, 148, 0.13)",
|
|
43
|
-
"--secondary-strong": "rgb(199 36 110)",
|
|
44
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
45
43
|
"--tertiary-text": "rgb(142 78 0)",
|
|
46
44
|
"--tertiary-subtle": "rgba(215, 121, 0, 0.13)",
|
|
47
|
-
"--tertiary-strong": "rgb(160 89 0)",
|
|
48
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
49
45
|
"--success": "rgb(0 122 83)",
|
|
50
46
|
"--success-foreground": "rgb(255 255 255)",
|
|
51
47
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -70,8 +66,8 @@
|
|
|
70
66
|
"--surface-foreground": "rgb(215 229 232)",
|
|
71
67
|
"--popover": "rgb(21 34 36)",
|
|
72
68
|
"--popover-foreground": "rgb(215 229 232)",
|
|
73
|
-
"--primary": "rgb(
|
|
74
|
-
"--primary-foreground": "rgb(
|
|
69
|
+
"--primary": "rgb(0 129 143)",
|
|
70
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
75
71
|
"--secondary": "rgb(243 74 143)",
|
|
76
72
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
77
73
|
"--tertiary": "rgb(253 144 0)",
|
|
@@ -104,26 +100,22 @@
|
|
|
104
100
|
"--primary-subtle": "rgba(0, 159, 177, 0.24)",
|
|
105
101
|
"--secondary-text": "rgb(255 177 199)",
|
|
106
102
|
"--secondary-subtle": "rgba(255, 73, 148, 0.24)",
|
|
107
|
-
"--secondary-strong": "rgb(213 49 120)",
|
|
108
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
109
103
|
"--tertiary-text": "rgb(255 183 120)",
|
|
110
104
|
"--tertiary-subtle": "rgba(215, 121, 0, 0.24)",
|
|
111
|
-
"--
|
|
112
|
-
"--
|
|
113
|
-
"--success": "rgb(16 185 129)",
|
|
114
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
105
|
+
"--success": "rgb(0 133 91)",
|
|
106
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
115
107
|
"--success-text": "rgb(59 224 161)",
|
|
116
108
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
117
|
-
"--error": "rgb(
|
|
118
|
-
"--error-foreground": "rgb(
|
|
109
|
+
"--error": "rgb(218 52 55)",
|
|
110
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
119
111
|
"--error-text": "rgb(255 179 173)",
|
|
120
112
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
121
|
-
"--warning": "rgb(
|
|
122
|
-
"--warning-foreground": "rgb(
|
|
113
|
+
"--warning": "rgb(163 103 0)",
|
|
114
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
123
115
|
"--warning-text": "rgb(255 185 95)",
|
|
124
116
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
125
|
-
"--info": "rgb(
|
|
126
|
-
"--info-foreground": "rgb(
|
|
117
|
+
"--info": "rgb(33 112 228)",
|
|
118
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
127
119
|
"--info-text": "rgb(173 198 255)",
|
|
128
120
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
129
121
|
},
|
|
@@ -168,12 +160,8 @@
|
|
|
168
160
|
"--primary-subtle": "rgba(0, 151, 237, 0.13)",
|
|
169
161
|
"--secondary-text": "rgb(167 56 44)",
|
|
170
162
|
"--secondary-subtle": "rgba(255, 85, 66, 0.13)",
|
|
171
|
-
"--secondary-strong": "rgb(200 48 35)",
|
|
172
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
173
163
|
"--tertiary-text": "rgb(109 94 0)",
|
|
174
164
|
"--tertiary-subtle": "rgba(166, 144, 0, 0.13)",
|
|
175
|
-
"--tertiary-strong": "rgb(123 106 0)",
|
|
176
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
177
165
|
"--success": "rgb(0 122 83)",
|
|
178
166
|
"--success-foreground": "rgb(255 255 255)",
|
|
179
167
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -198,8 +186,8 @@
|
|
|
198
186
|
"--surface-foreground": "rgb(220 227 238)",
|
|
199
187
|
"--popover": "rgb(25 32 40)",
|
|
200
188
|
"--popover-foreground": "rgb(220 227 238)",
|
|
201
|
-
"--primary": "rgb(
|
|
202
|
-
"--primary-foreground": "rgb(
|
|
189
|
+
"--primary": "rgb(0 121 192)",
|
|
190
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
203
191
|
"--secondary": "rgb(247 81 63)",
|
|
204
192
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
205
193
|
"--tertiary": "rgb(252 220 0)",
|
|
@@ -232,26 +220,22 @@
|
|
|
232
220
|
"--primary-subtle": "rgba(0, 151, 237, 0.24)",
|
|
233
221
|
"--secondary-text": "rgb(255 180 169)",
|
|
234
222
|
"--secondary-subtle": "rgba(255, 85, 66, 0.24)",
|
|
235
|
-
"--secondary-strong": "rgb(214 58 43)",
|
|
236
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
237
223
|
"--tertiary-text": "rgb(226 198 21)",
|
|
238
224
|
"--tertiary-subtle": "rgba(166, 144, 0, 0.24)",
|
|
239
|
-
"--
|
|
240
|
-
"--
|
|
241
|
-
"--success": "rgb(16 185 129)",
|
|
242
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
225
|
+
"--success": "rgb(0 133 91)",
|
|
226
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
243
227
|
"--success-text": "rgb(59 224 161)",
|
|
244
228
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
245
|
-
"--error": "rgb(
|
|
246
|
-
"--error-foreground": "rgb(
|
|
229
|
+
"--error": "rgb(218 52 55)",
|
|
230
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
247
231
|
"--error-text": "rgb(255 179 173)",
|
|
248
232
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
249
|
-
"--warning": "rgb(
|
|
250
|
-
"--warning-foreground": "rgb(
|
|
233
|
+
"--warning": "rgb(163 103 0)",
|
|
234
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
251
235
|
"--warning-text": "rgb(255 185 95)",
|
|
252
236
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
253
|
-
"--info": "rgb(
|
|
254
|
-
"--info-foreground": "rgb(
|
|
237
|
+
"--info": "rgb(33 112 228)",
|
|
238
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
255
239
|
"--info-text": "rgb(173 198 255)",
|
|
256
240
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
257
241
|
},
|
|
@@ -296,12 +280,8 @@
|
|
|
296
280
|
"--primary-subtle": "rgba(0, 165, 114, 0.13)",
|
|
297
281
|
"--secondary-text": "rgb(167 53 68)",
|
|
298
282
|
"--secondary-subtle": "rgba(255, 81, 105, 0.13)",
|
|
299
|
-
"--secondary-strong": "rgb(202 41 70)",
|
|
300
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
301
283
|
"--tertiary-text": "rgb(128 64 173)",
|
|
302
284
|
"--tertiary-subtle": "rgba(192, 103, 255, 0.13)",
|
|
303
|
-
"--tertiary-strong": "rgb(154 51 223)",
|
|
304
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
305
285
|
"--success": "rgb(0 122 83)",
|
|
306
286
|
"--success-foreground": "rgb(255 255 255)",
|
|
307
287
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -326,8 +306,8 @@
|
|
|
326
306
|
"--surface-foreground": "rgb(217 230 220)",
|
|
327
307
|
"--popover": "rgb(23 34 28)",
|
|
328
308
|
"--popover-foreground": "rgb(217 230 220)",
|
|
329
|
-
"--primary": "rgb(
|
|
330
|
-
"--primary-foreground": "rgb(
|
|
309
|
+
"--primary": "rgb(0 133 91)",
|
|
310
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
331
311
|
"--secondary": "rgb(247 76 101)",
|
|
332
312
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
333
313
|
"--tertiary": "rgb(189 94 255)",
|
|
@@ -360,26 +340,22 @@
|
|
|
360
340
|
"--primary-subtle": "rgba(0, 165, 114, 0.24)",
|
|
361
341
|
"--secondary-text": "rgb(255 178 182)",
|
|
362
342
|
"--secondary-subtle": "rgba(255, 81, 105, 0.24)",
|
|
363
|
-
"--secondary-strong": "rgb(216 52 80)",
|
|
364
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
365
343
|
"--tertiary-text": "rgb(227 181 255)",
|
|
366
344
|
"--tertiary-subtle": "rgba(192, 103, 255, 0.24)",
|
|
367
|
-
"--
|
|
368
|
-
"--
|
|
369
|
-
"--success": "rgb(16 185 129)",
|
|
370
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
345
|
+
"--success": "rgb(0 133 91)",
|
|
346
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
371
347
|
"--success-text": "rgb(59 224 161)",
|
|
372
348
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
373
|
-
"--error": "rgb(
|
|
374
|
-
"--error-foreground": "rgb(
|
|
349
|
+
"--error": "rgb(218 52 55)",
|
|
350
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
375
351
|
"--error-text": "rgb(255 179 173)",
|
|
376
352
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
377
|
-
"--warning": "rgb(
|
|
378
|
-
"--warning-foreground": "rgb(
|
|
353
|
+
"--warning": "rgb(163 103 0)",
|
|
354
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
379
355
|
"--warning-text": "rgb(255 185 95)",
|
|
380
356
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
381
|
-
"--info": "rgb(
|
|
382
|
-
"--info-foreground": "rgb(
|
|
357
|
+
"--info": "rgb(33 112 228)",
|
|
358
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
383
359
|
"--info-text": "rgb(173 198 255)",
|
|
384
360
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
385
361
|
},
|
|
@@ -424,12 +400,8 @@
|
|
|
424
400
|
"--primary-subtle": "rgba(202, 129, 0, 0.13)",
|
|
425
401
|
"--secondary-text": "rgb(0 103 125)",
|
|
426
402
|
"--secondary-subtle": "rgba(0, 158, 189, 0.13)",
|
|
427
|
-
"--secondary-strong": "rgb(0 117 141)",
|
|
428
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
429
403
|
"--tertiary-text": "rgb(68 82 196)",
|
|
430
404
|
"--tertiary-subtle": "rgba(119, 134, 255, 0.13)",
|
|
431
|
-
"--tertiary-strong": "rgb(61 84 255)",
|
|
432
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
433
405
|
"--success": "rgb(0 122 83)",
|
|
434
406
|
"--success-foreground": "rgb(255 255 255)",
|
|
435
407
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -454,8 +426,8 @@
|
|
|
454
426
|
"--surface-foreground": "rgb(244 223 203)",
|
|
455
427
|
"--popover": "rgb(40 30 17)",
|
|
456
428
|
"--popover-foreground": "rgb(244 223 203)",
|
|
457
|
-
"--primary": "rgb(
|
|
458
|
-
"--primary-foreground": "rgb(
|
|
429
|
+
"--primary": "rgb(163 103 0)",
|
|
430
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
459
431
|
"--secondary": "rgb(0 213 255)",
|
|
460
432
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
461
433
|
"--tertiary": "rgb(111 128 255)",
|
|
@@ -488,26 +460,22 @@
|
|
|
488
460
|
"--primary-subtle": "rgba(202, 129, 0, 0.24)",
|
|
489
461
|
"--secondary-text": "rgb(51 215 255)",
|
|
490
462
|
"--secondary-subtle": "rgba(0, 158, 189, 0.24)",
|
|
491
|
-
"--secondary-strong": "rgb(0 127 153)",
|
|
492
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
493
463
|
"--tertiary-text": "rgb(188 194 255)",
|
|
494
464
|
"--tertiary-subtle": "rgba(119, 134, 255, 0.24)",
|
|
495
|
-
"--
|
|
496
|
-
"--
|
|
497
|
-
"--success": "rgb(16 185 129)",
|
|
498
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
465
|
+
"--success": "rgb(0 133 91)",
|
|
466
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
499
467
|
"--success-text": "rgb(59 224 161)",
|
|
500
468
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
501
|
-
"--error": "rgb(
|
|
502
|
-
"--error-foreground": "rgb(
|
|
469
|
+
"--error": "rgb(218 52 55)",
|
|
470
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
503
471
|
"--error-text": "rgb(255 179 173)",
|
|
504
472
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
505
|
-
"--warning": "rgb(
|
|
506
|
-
"--warning-foreground": "rgb(
|
|
473
|
+
"--warning": "rgb(163 103 0)",
|
|
474
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
507
475
|
"--warning-text": "rgb(255 185 95)",
|
|
508
476
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
509
|
-
"--info": "rgb(
|
|
510
|
-
"--info-foreground": "rgb(
|
|
477
|
+
"--info": "rgb(33 112 228)",
|
|
478
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
511
479
|
"--info-text": "rgb(173 198 255)",
|
|
512
480
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
513
481
|
},
|
|
@@ -552,12 +520,8 @@
|
|
|
552
520
|
"--primary-subtle": "rgba(182, 138, 0, 0.13)",
|
|
553
521
|
"--secondary-text": "rgb(0 101 141)",
|
|
554
522
|
"--secondary-subtle": "rgba(0, 155, 213, 0.13)",
|
|
555
|
-
"--secondary-strong": "rgb(0 114 158)",
|
|
556
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
557
523
|
"--tertiary-text": "rgb(102 73 189)",
|
|
558
524
|
"--tertiary-subtle": "rgba(154, 122, 255, 0.13)",
|
|
559
|
-
"--tertiary-strong": "rgb(117 66 250)",
|
|
560
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
561
525
|
"--success": "rgb(0 122 83)",
|
|
562
526
|
"--success-foreground": "rgb(255 255 255)",
|
|
563
527
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -582,8 +546,8 @@
|
|
|
582
546
|
"--surface-foreground": "rgb(238 225 202)",
|
|
583
547
|
"--popover": "rgb(37 31 17)",
|
|
584
548
|
"--popover-foreground": "rgb(238 225 202)",
|
|
585
|
-
"--primary": "rgb(
|
|
586
|
-
"--primary-foreground": "rgb(
|
|
549
|
+
"--primary": "rgb(147 111 0)",
|
|
550
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
587
551
|
"--secondary": "rgb(0 186 255)",
|
|
588
552
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
589
553
|
"--tertiary": "rgb(149 115 255)",
|
|
@@ -616,26 +580,22 @@
|
|
|
616
580
|
"--primary-subtle": "rgba(182, 138, 0, 0.24)",
|
|
617
581
|
"--secondary-text": "rgb(130 207 255)",
|
|
618
582
|
"--secondary-subtle": "rgba(0, 155, 213, 0.24)",
|
|
619
|
-
"--secondary-strong": "rgb(0 125 173)",
|
|
620
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
621
583
|
"--tertiary-text": "rgb(205 189 255)",
|
|
622
584
|
"--tertiary-subtle": "rgba(154, 122, 255, 0.24)",
|
|
623
|
-
"--
|
|
624
|
-
"--
|
|
625
|
-
"--success": "rgb(16 185 129)",
|
|
626
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
585
|
+
"--success": "rgb(0 133 91)",
|
|
586
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
627
587
|
"--success-text": "rgb(59 224 161)",
|
|
628
588
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
629
|
-
"--error": "rgb(
|
|
630
|
-
"--error-foreground": "rgb(
|
|
589
|
+
"--error": "rgb(218 52 55)",
|
|
590
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
631
591
|
"--error-text": "rgb(255 179 173)",
|
|
632
592
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
633
|
-
"--warning": "rgb(
|
|
634
|
-
"--warning-foreground": "rgb(
|
|
593
|
+
"--warning": "rgb(163 103 0)",
|
|
594
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
635
595
|
"--warning-text": "rgb(255 185 95)",
|
|
636
596
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
637
|
-
"--info": "rgb(
|
|
638
|
-
"--info-foreground": "rgb(
|
|
597
|
+
"--info": "rgb(33 112 228)",
|
|
598
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
639
599
|
"--info-text": "rgb(173 198 255)",
|
|
640
600
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
641
601
|
},
|
|
@@ -680,12 +640,8 @@
|
|
|
680
640
|
"--primary-subtle": "rgba(255, 84, 81, 0.13)",
|
|
681
641
|
"--secondary-text": "rgb(0 102 136)",
|
|
682
642
|
"--secondary-subtle": "rgba(0, 156, 206, 0.13)",
|
|
683
|
-
"--secondary-strong": "rgb(0 115 153)",
|
|
684
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
685
643
|
"--tertiary-text": "rgb(0 110 35)",
|
|
686
644
|
"--tertiary-subtle": "rgba(0, 167, 58, 0.13)",
|
|
687
|
-
"--tertiary-strong": "rgb(0 124 41)",
|
|
688
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
689
645
|
"--success": "rgb(0 122 83)",
|
|
690
646
|
"--success-foreground": "rgb(255 255 255)",
|
|
691
647
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -710,8 +666,8 @@
|
|
|
710
666
|
"--surface-foreground": "rgb(249 220 217)",
|
|
711
667
|
"--popover": "rgb(43 28 26)",
|
|
712
668
|
"--popover-foreground": "rgb(249 220 217)",
|
|
713
|
-
"--primary": "rgb(
|
|
714
|
-
"--primary-foreground": "rgb(
|
|
669
|
+
"--primary": "rgb(234 0 37)",
|
|
670
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
715
671
|
"--secondary": "rgb(0 193 253)",
|
|
716
672
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
717
673
|
"--tertiary": "rgb(90 250 115)",
|
|
@@ -744,26 +700,22 @@
|
|
|
744
700
|
"--primary-subtle": "rgba(255, 84, 81, 0.24)",
|
|
745
701
|
"--secondary-text": "rgb(117 209 255)",
|
|
746
702
|
"--secondary-subtle": "rgba(0, 156, 206, 0.24)",
|
|
747
|
-
"--secondary-strong": "rgb(0 126 166)",
|
|
748
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
749
703
|
"--tertiary-text": "rgb(118 220 124)",
|
|
750
704
|
"--tertiary-subtle": "rgba(0, 167, 58, 0.24)",
|
|
751
|
-
"--
|
|
752
|
-
"--
|
|
753
|
-
"--success": "rgb(16 185 129)",
|
|
754
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
705
|
+
"--success": "rgb(0 133 91)",
|
|
706
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
755
707
|
"--success-text": "rgb(59 224 161)",
|
|
756
708
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
757
|
-
"--error": "rgb(
|
|
758
|
-
"--error-foreground": "rgb(
|
|
709
|
+
"--error": "rgb(218 52 55)",
|
|
710
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
759
711
|
"--error-text": "rgb(255 179 173)",
|
|
760
712
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
761
|
-
"--warning": "rgb(
|
|
762
|
-
"--warning-foreground": "rgb(
|
|
713
|
+
"--warning": "rgb(163 103 0)",
|
|
714
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
763
715
|
"--warning-text": "rgb(255 185 95)",
|
|
764
716
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
765
|
-
"--info": "rgb(
|
|
766
|
-
"--info-foreground": "rgb(
|
|
717
|
+
"--info": "rgb(33 112 228)",
|
|
718
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
767
719
|
"--info-text": "rgb(173 198 255)",
|
|
768
720
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
769
721
|
},
|
|
@@ -808,12 +760,8 @@
|
|
|
808
760
|
"--primary-subtle": "rgba(160, 120, 255, 0.13)",
|
|
809
761
|
"--secondary-text": "rgb(117 91 0)",
|
|
810
762
|
"--secondary-subtle": "rgba(179, 139, 0, 0.13)",
|
|
811
|
-
"--secondary-strong": "rgb(132 103 0)",
|
|
812
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
813
763
|
"--tertiary-text": "rgb(25 109 14)",
|
|
814
764
|
"--tertiary-subtle": "rgba(15, 168, 0, 0.13)",
|
|
815
|
-
"--tertiary-strong": "rgb(9 124 0)",
|
|
816
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
817
765
|
"--success": "rgb(0 122 83)",
|
|
818
766
|
"--success-foreground": "rgb(255 255 255)",
|
|
819
767
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -838,8 +786,8 @@
|
|
|
838
786
|
"--surface-foreground": "rgb(231 224 238)",
|
|
839
787
|
"--popover": "rgb(33 30 40)",
|
|
840
788
|
"--popover-foreground": "rgb(231 224 238)",
|
|
841
|
-
"--primary": "rgb(
|
|
842
|
-
"--primary-foreground": "rgb(
|
|
789
|
+
"--primary": "rgb(134 77 255)",
|
|
790
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
843
791
|
"--secondary": "rgb(254 199 0)",
|
|
844
792
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
845
793
|
"--tertiary": "rgb(118 245 94)",
|
|
@@ -872,26 +820,22 @@
|
|
|
872
820
|
"--primary-subtle": "rgba(160, 120, 255, 0.24)",
|
|
873
821
|
"--secondary-text": "rgb(244 191 2)",
|
|
874
822
|
"--secondary-subtle": "rgba(179, 139, 0, 0.24)",
|
|
875
|
-
"--secondary-strong": "rgb(144 112 0)",
|
|
876
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
877
823
|
"--tertiary-text": "rgb(133 219 112)",
|
|
878
824
|
"--tertiary-subtle": "rgba(15, 168, 0, 0.24)",
|
|
879
|
-
"--
|
|
880
|
-
"--
|
|
881
|
-
"--success": "rgb(16 185 129)",
|
|
882
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
825
|
+
"--success": "rgb(0 133 91)",
|
|
826
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
883
827
|
"--success-text": "rgb(59 224 161)",
|
|
884
828
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
885
|
-
"--error": "rgb(
|
|
886
|
-
"--error-foreground": "rgb(
|
|
829
|
+
"--error": "rgb(218 52 55)",
|
|
830
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
887
831
|
"--error-text": "rgb(255 179 173)",
|
|
888
832
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
889
|
-
"--warning": "rgb(
|
|
890
|
-
"--warning-foreground": "rgb(
|
|
833
|
+
"--warning": "rgb(163 103 0)",
|
|
834
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
891
835
|
"--warning-text": "rgb(255 185 95)",
|
|
892
836
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
893
|
-
"--info": "rgb(
|
|
894
|
-
"--info-foreground": "rgb(
|
|
837
|
+
"--info": "rgb(33 112 228)",
|
|
838
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
895
839
|
"--info-text": "rgb(173 198 255)",
|
|
896
840
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
897
841
|
},
|
|
@@ -936,12 +880,8 @@
|
|
|
936
880
|
"--primary-subtle": "rgba(255, 69, 163, 0.13)",
|
|
937
881
|
"--secondary-text": "rgb(0 105 113)",
|
|
938
882
|
"--secondary-subtle": "rgba(0, 160, 172, 0.13)",
|
|
939
|
-
"--secondary-strong": "rgb(0 118 127)",
|
|
940
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
941
883
|
"--tertiary-text": "rgb(0 110 28)",
|
|
942
884
|
"--tertiary-subtle": "rgba(0, 168, 48, 0.13)",
|
|
943
|
-
"--tertiary-strong": "rgb(0 124 33)",
|
|
944
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
945
885
|
"--success": "rgb(0 122 83)",
|
|
946
886
|
"--success-foreground": "rgb(255 255 255)",
|
|
947
887
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -966,8 +906,8 @@
|
|
|
966
906
|
"--surface-foreground": "rgb(245 220 227)",
|
|
967
907
|
"--popover": "rgb(41 28 33)",
|
|
968
908
|
"--popover-foreground": "rgb(245 220 227)",
|
|
969
|
-
"--primary": "rgb(
|
|
970
|
-
"--primary-foreground": "rgb(
|
|
909
|
+
"--primary": "rgb(224 0 136)",
|
|
910
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
971
911
|
"--secondary": "rgb(0 237 255)",
|
|
972
912
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
973
913
|
"--tertiary": "rgb(100 250 110)",
|
|
@@ -1000,26 +940,22 @@
|
|
|
1000
940
|
"--primary-subtle": "rgba(255, 69, 163, 0.24)",
|
|
1001
941
|
"--secondary-text": "rgb(0 219 235)",
|
|
1002
942
|
"--secondary-subtle": "rgba(0, 160, 172, 0.24)",
|
|
1003
|
-
"--secondary-strong": "rgb(0 129 139)",
|
|
1004
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1005
943
|
"--tertiary-text": "rgb(122 220 121)",
|
|
1006
944
|
"--tertiary-subtle": "rgba(0, 168, 48, 0.24)",
|
|
1007
|
-
"--
|
|
1008
|
-
"--
|
|
1009
|
-
"--success": "rgb(16 185 129)",
|
|
1010
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
945
|
+
"--success": "rgb(0 133 91)",
|
|
946
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1011
947
|
"--success-text": "rgb(59 224 161)",
|
|
1012
948
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1013
|
-
"--error": "rgb(
|
|
1014
|
-
"--error-foreground": "rgb(
|
|
949
|
+
"--error": "rgb(218 52 55)",
|
|
950
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1015
951
|
"--error-text": "rgb(255 179 173)",
|
|
1016
952
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1017
|
-
"--warning": "rgb(
|
|
1018
|
-
"--warning-foreground": "rgb(
|
|
953
|
+
"--warning": "rgb(163 103 0)",
|
|
954
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1019
955
|
"--warning-text": "rgb(255 185 95)",
|
|
1020
956
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1021
|
-
"--info": "rgb(
|
|
1022
|
-
"--info-foreground": "rgb(
|
|
957
|
+
"--info": "rgb(33 112 228)",
|
|
958
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1023
959
|
"--info-text": "rgb(173 198 255)",
|
|
1024
960
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1025
961
|
},
|
|
@@ -1064,12 +1000,8 @@
|
|
|
1064
1000
|
"--primary-subtle": "rgba(0, 154, 218, 0.13)",
|
|
1065
1001
|
"--secondary-text": "rgb(166 58 36)",
|
|
1066
1002
|
"--secondary-subtle": "rgba(255, 86, 52, 0.13)",
|
|
1067
|
-
"--secondary-strong": "rgb(199 50 21)",
|
|
1068
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1069
1003
|
"--tertiary-text": "rgb(117 91 0)",
|
|
1070
1004
|
"--tertiary-subtle": "rgba(178, 140, 0, 0.13)",
|
|
1071
|
-
"--tertiary-strong": "rgb(132 103 0)",
|
|
1072
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
1073
1005
|
"--success": "rgb(0 122 83)",
|
|
1074
1006
|
"--success-foreground": "rgb(255 255 255)",
|
|
1075
1007
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -1094,8 +1026,8 @@
|
|
|
1094
1026
|
"--surface-foreground": "rgb(219 227 237)",
|
|
1095
1027
|
"--popover": "rgb(24 33 39)",
|
|
1096
1028
|
"--popover-foreground": "rgb(219 227 237)",
|
|
1097
|
-
"--primary": "rgb(
|
|
1098
|
-
"--primary-foreground": "rgb(
|
|
1029
|
+
"--primary": "rgb(0 124 177)",
|
|
1030
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
1099
1031
|
"--secondary": "rgb(246 83 51)",
|
|
1100
1032
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1101
1033
|
"--tertiary": "rgb(253 200 0)",
|
|
@@ -1128,26 +1060,22 @@
|
|
|
1128
1060
|
"--primary-subtle": "rgba(0, 154, 218, 0.24)",
|
|
1129
1061
|
"--secondary-text": "rgb(255 180 164)",
|
|
1130
1062
|
"--secondary-subtle": "rgba(255, 86, 52, 0.24)",
|
|
1131
|
-
"--secondary-strong": "rgb(213 61 30)",
|
|
1132
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1133
1063
|
"--tertiary-text": "rgb(243 192 3)",
|
|
1134
1064
|
"--tertiary-subtle": "rgba(178, 140, 0, 0.24)",
|
|
1135
|
-
"--
|
|
1136
|
-
"--
|
|
1137
|
-
"--success": "rgb(16 185 129)",
|
|
1138
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
1065
|
+
"--success": "rgb(0 133 91)",
|
|
1066
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1139
1067
|
"--success-text": "rgb(59 224 161)",
|
|
1140
1068
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1141
|
-
"--error": "rgb(
|
|
1142
|
-
"--error-foreground": "rgb(
|
|
1069
|
+
"--error": "rgb(218 52 55)",
|
|
1070
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1143
1071
|
"--error-text": "rgb(255 179 173)",
|
|
1144
1072
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1145
|
-
"--warning": "rgb(
|
|
1146
|
-
"--warning-foreground": "rgb(
|
|
1073
|
+
"--warning": "rgb(163 103 0)",
|
|
1074
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1147
1075
|
"--warning-text": "rgb(255 185 95)",
|
|
1148
1076
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1149
|
-
"--info": "rgb(
|
|
1150
|
-
"--info-foreground": "rgb(
|
|
1077
|
+
"--info": "rgb(33 112 228)",
|
|
1078
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1151
1079
|
"--info-text": "rgb(173 198 255)",
|
|
1152
1080
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1153
1081
|
},
|
|
@@ -1192,12 +1120,8 @@
|
|
|
1192
1120
|
"--primary-subtle": "rgba(237, 105, 0, 0.13)",
|
|
1193
1121
|
"--secondary-text": "rgb(0 106 105)",
|
|
1194
1122
|
"--secondary-subtle": "rgba(0, 161, 161, 0.13)",
|
|
1195
|
-
"--secondary-strong": "rgb(0 119 119)",
|
|
1196
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1197
1123
|
"--tertiary-text": "rgb(70 82 196)",
|
|
1198
1124
|
"--tertiary-subtle": "rgba(121, 133, 255, 0.13)",
|
|
1199
|
-
"--tertiary-strong": "rgb(66 83 255)",
|
|
1200
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
1201
1125
|
"--success": "rgb(0 122 83)",
|
|
1202
1126
|
"--success-foreground": "rgb(255 255 255)",
|
|
1203
1127
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -1222,8 +1146,8 @@
|
|
|
1222
1146
|
"--surface-foreground": "rgb(248 221 209)",
|
|
1223
1147
|
"--popover": "rgb(43 28 21)",
|
|
1224
1148
|
"--popover-foreground": "rgb(248 221 209)",
|
|
1225
|
-
"--primary": "rgb(
|
|
1226
|
-
"--primary-foreground": "rgb(
|
|
1149
|
+
"--primary": "rgb(192 84 0)",
|
|
1150
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
1227
1151
|
"--secondary": "rgb(0 255 254)",
|
|
1228
1152
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1229
1153
|
"--tertiary": "rgb(114 127 255)",
|
|
@@ -1256,26 +1180,22 @@
|
|
|
1256
1180
|
"--primary-subtle": "rgba(237, 105, 0, 0.24)",
|
|
1257
1181
|
"--secondary-text": "rgb(0 221 220)",
|
|
1258
1182
|
"--secondary-subtle": "rgba(0, 161, 161, 0.24)",
|
|
1259
|
-
"--secondary-strong": "rgb(0 130 130)",
|
|
1260
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1261
1183
|
"--tertiary-text": "rgb(189 194 255)",
|
|
1262
1184
|
"--tertiary-subtle": "rgba(121, 133, 255, 0.24)",
|
|
1263
|
-
"--
|
|
1264
|
-
"--
|
|
1265
|
-
"--success": "rgb(16 185 129)",
|
|
1266
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
1185
|
+
"--success": "rgb(0 133 91)",
|
|
1186
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1267
1187
|
"--success-text": "rgb(59 224 161)",
|
|
1268
1188
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1269
|
-
"--error": "rgb(
|
|
1270
|
-
"--error-foreground": "rgb(
|
|
1189
|
+
"--error": "rgb(218 52 55)",
|
|
1190
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1271
1191
|
"--error-text": "rgb(255 179 173)",
|
|
1272
1192
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1273
|
-
"--warning": "rgb(
|
|
1274
|
-
"--warning-foreground": "rgb(
|
|
1193
|
+
"--warning": "rgb(163 103 0)",
|
|
1194
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1275
1195
|
"--warning-text": "rgb(255 185 95)",
|
|
1276
1196
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1277
|
-
"--info": "rgb(
|
|
1278
|
-
"--info-foreground": "rgb(
|
|
1197
|
+
"--info": "rgb(33 112 228)",
|
|
1198
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1279
1199
|
"--info-text": "rgb(173 198 255)",
|
|
1280
1200
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1281
1201
|
},
|
|
@@ -1320,12 +1240,8 @@
|
|
|
1320
1240
|
"--primary-subtle": "rgba(0, 163, 146, 0.13)",
|
|
1321
1241
|
"--secondary-text": "rgb(165 59 26)",
|
|
1322
1242
|
"--secondary-subtle": "rgba(255, 87, 32, 0.13)",
|
|
1323
|
-
"--secondary-strong": "rgb(197 54 0)",
|
|
1324
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1325
1243
|
"--tertiary-text": "rgb(149 56 144)",
|
|
1326
1244
|
"--tertiary-subtle": "rgba(254, 0, 254, 0.13)",
|
|
1327
|
-
"--tertiary-strong": "rgb(181 39 179)",
|
|
1328
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
1329
1245
|
"--success": "rgb(0 122 83)",
|
|
1330
1246
|
"--success-foreground": "rgb(255 255 255)",
|
|
1331
1247
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -1350,8 +1266,8 @@
|
|
|
1350
1266
|
"--surface-foreground": "rgb(215 230 225)",
|
|
1351
1267
|
"--popover": "rgb(21 34 32)",
|
|
1352
1268
|
"--popover-foreground": "rgb(215 230 225)",
|
|
1353
|
-
"--primary": "rgb(
|
|
1354
|
-
"--primary-foreground": "rgb(
|
|
1269
|
+
"--primary": "rgb(0 131 118)",
|
|
1270
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
1355
1271
|
"--secondary": "rgb(244 86 35)",
|
|
1356
1272
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1357
1273
|
"--tertiary": "rgb(227 85 221)",
|
|
@@ -1384,26 +1300,22 @@
|
|
|
1384
1300
|
"--primary-subtle": "rgba(0, 163, 146, 0.24)",
|
|
1385
1301
|
"--secondary-text": "rgb(255 181 159)",
|
|
1386
1302
|
"--secondary-subtle": "rgba(255, 87, 32, 0.24)",
|
|
1387
|
-
"--secondary-strong": "rgb(212 63 10)",
|
|
1388
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1389
1303
|
"--tertiary-text": "rgb(255 171 243)",
|
|
1390
1304
|
"--tertiary-subtle": "rgba(254, 0, 254, 0.24)",
|
|
1391
|
-
"--
|
|
1392
|
-
"--
|
|
1393
|
-
"--success": "rgb(16 185 129)",
|
|
1394
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
1305
|
+
"--success": "rgb(0 133 91)",
|
|
1306
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1395
1307
|
"--success-text": "rgb(59 224 161)",
|
|
1396
1308
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1397
|
-
"--error": "rgb(
|
|
1398
|
-
"--error-foreground": "rgb(
|
|
1309
|
+
"--error": "rgb(218 52 55)",
|
|
1310
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1399
1311
|
"--error-text": "rgb(255 179 173)",
|
|
1400
1312
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1401
|
-
"--warning": "rgb(
|
|
1402
|
-
"--warning-foreground": "rgb(
|
|
1313
|
+
"--warning": "rgb(163 103 0)",
|
|
1314
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1403
1315
|
"--warning-text": "rgb(255 185 95)",
|
|
1404
1316
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1405
|
-
"--info": "rgb(
|
|
1406
|
-
"--info-foreground": "rgb(
|
|
1317
|
+
"--info": "rgb(33 112 228)",
|
|
1318
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1407
1319
|
"--info-text": "rgb(173 198 255)",
|
|
1408
1320
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1409
1321
|
},
|
|
@@ -1448,12 +1360,8 @@
|
|
|
1448
1360
|
"--primary-subtle": "rgba(213, 86, 255, 0.13)",
|
|
1449
1361
|
"--secondary-text": "rgb(0 107 84)",
|
|
1450
1362
|
"--secondary-subtle": "rgba(0, 164, 129, 0.13)",
|
|
1451
|
-
"--secondary-strong": "rgb(0 121 95)",
|
|
1452
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1453
1363
|
"--tertiary-text": "rgb(42 108 0)",
|
|
1454
1364
|
"--tertiary-subtle": "rgba(68, 165, 0, 0.13)",
|
|
1455
|
-
"--tertiary-strong": "rgb(48 122 0)",
|
|
1456
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
1457
1365
|
"--success": "rgb(0 122 83)",
|
|
1458
1366
|
"--success-foreground": "rgb(255 255 255)",
|
|
1459
1367
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -1478,8 +1386,8 @@
|
|
|
1478
1386
|
"--surface-foreground": "rgb(237 222 235)",
|
|
1479
1387
|
"--popover": "rgb(37 29 38)",
|
|
1480
1388
|
"--popover-foreground": "rgb(237 222 235)",
|
|
1481
|
-
"--primary": "rgb(
|
|
1482
|
-
"--primary-foreground": "rgb(
|
|
1389
|
+
"--primary": "rgb(191 0 244)",
|
|
1390
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
1483
1391
|
"--secondary": "rgb(0 253 200)",
|
|
1484
1392
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1485
1393
|
"--tertiary": "rgb(142 249 86)",
|
|
@@ -1512,26 +1420,22 @@
|
|
|
1512
1420
|
"--primary-subtle": "rgba(213, 86, 255, 0.24)",
|
|
1513
1421
|
"--secondary-text": "rgb(0 224 177)",
|
|
1514
1422
|
"--secondary-subtle": "rgba(0, 164, 129, 0.24)",
|
|
1515
|
-
"--secondary-strong": "rgb(0 132 104)",
|
|
1516
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1517
1423
|
"--tertiary-text": "rgb(144 217 104)",
|
|
1518
1424
|
"--tertiary-subtle": "rgba(68, 165, 0, 0.24)",
|
|
1519
|
-
"--
|
|
1520
|
-
"--
|
|
1521
|
-
"--success": "rgb(16 185 129)",
|
|
1522
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
1425
|
+
"--success": "rgb(0 133 91)",
|
|
1426
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1523
1427
|
"--success-text": "rgb(59 224 161)",
|
|
1524
1428
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1525
|
-
"--error": "rgb(
|
|
1526
|
-
"--error-foreground": "rgb(
|
|
1429
|
+
"--error": "rgb(218 52 55)",
|
|
1430
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1527
1431
|
"--error-text": "rgb(255 179 173)",
|
|
1528
1432
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1529
|
-
"--warning": "rgb(
|
|
1530
|
-
"--warning-foreground": "rgb(
|
|
1433
|
+
"--warning": "rgb(163 103 0)",
|
|
1434
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1531
1435
|
"--warning-text": "rgb(255 185 95)",
|
|
1532
1436
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1533
|
-
"--info": "rgb(
|
|
1534
|
-
"--info-foreground": "rgb(
|
|
1437
|
+
"--info": "rgb(33 112 228)",
|
|
1438
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1535
1439
|
"--info-text": "rgb(173 198 255)",
|
|
1536
1440
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1537
1441
|
},
|
|
@@ -1576,12 +1480,8 @@
|
|
|
1576
1480
|
"--primary-subtle": "rgba(87, 163, 0, 0.13)",
|
|
1577
1481
|
"--secondary-text": "rgb(78 80 195)",
|
|
1578
1482
|
"--secondary-subtle": "rgba(128, 131, 255, 0.13)",
|
|
1579
|
-
"--secondary-strong": "rgb(79 79 255)",
|
|
1580
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1581
1483
|
"--tertiary-text": "rgb(156 54 127)",
|
|
1582
1484
|
"--tertiary-subtle": "rgba(255, 52, 205, 0.13)",
|
|
1583
|
-
"--tertiary-strong": "rgb(190 36 152)",
|
|
1584
|
-
"--tertiary-strong-foreground": "rgb(255 255 255)",
|
|
1585
1485
|
"--success": "rgb(0 122 83)",
|
|
1586
1486
|
"--success-foreground": "rgb(255 255 255)",
|
|
1587
1487
|
"--success-text": "rgb(0 108 73)",
|
|
@@ -1606,8 +1506,8 @@
|
|
|
1606
1506
|
"--surface-foreground": "rgb(223 229 211)",
|
|
1607
1507
|
"--popover": "rgb(28 33 22)",
|
|
1608
1508
|
"--popover-foreground": "rgb(223 229 211)",
|
|
1609
|
-
"--primary": "rgb(
|
|
1610
|
-
"--primary-foreground": "rgb(
|
|
1509
|
+
"--primary": "rgb(69 131 0)",
|
|
1510
|
+
"--primary-foreground": "rgb(255 255 255)",
|
|
1611
1511
|
"--secondary": "rgb(122 125 255)",
|
|
1612
1512
|
"--secondary-foreground": "rgb(0 0 0)",
|
|
1613
1513
|
"--tertiary": "rgb(232 76 188)",
|
|
@@ -1640,26 +1540,22 @@
|
|
|
1640
1540
|
"--primary-subtle": "rgba(87, 163, 0, 0.24)",
|
|
1641
1541
|
"--secondary-text": "rgb(192 193 255)",
|
|
1642
1542
|
"--secondary-subtle": "rgba(128, 131, 255, 0.24)",
|
|
1643
|
-
"--secondary-strong": "rgb(92 94 255)",
|
|
1644
|
-
"--secondary-strong-foreground": "rgb(255 255 255)",
|
|
1645
1543
|
"--tertiary-text": "rgb(255 174 223)",
|
|
1646
1544
|
"--tertiary-subtle": "rgba(255, 52, 205, 0.24)",
|
|
1647
|
-
"--
|
|
1648
|
-
"--
|
|
1649
|
-
"--success": "rgb(16 185 129)",
|
|
1650
|
-
"--success-foreground": "rgb(0 0 0)",
|
|
1545
|
+
"--success": "rgb(0 133 91)",
|
|
1546
|
+
"--success-foreground": "rgb(255 255 255)",
|
|
1651
1547
|
"--success-text": "rgb(59 224 161)",
|
|
1652
1548
|
"--success-subtle": "rgba(16, 185, 129, 0.24)",
|
|
1653
|
-
"--error": "rgb(
|
|
1654
|
-
"--error-foreground": "rgb(
|
|
1549
|
+
"--error": "rgb(218 52 55)",
|
|
1550
|
+
"--error-foreground": "rgb(255 255 255)",
|
|
1655
1551
|
"--error-text": "rgb(255 179 173)",
|
|
1656
1552
|
"--error-subtle": "rgba(239, 68, 68, 0.24)",
|
|
1657
|
-
"--warning": "rgb(
|
|
1658
|
-
"--warning-foreground": "rgb(
|
|
1553
|
+
"--warning": "rgb(163 103 0)",
|
|
1554
|
+
"--warning-foreground": "rgb(255 255 255)",
|
|
1659
1555
|
"--warning-text": "rgb(255 185 95)",
|
|
1660
1556
|
"--warning-subtle": "rgba(245, 158, 11, 0.24)",
|
|
1661
|
-
"--info": "rgb(
|
|
1662
|
-
"--info-foreground": "rgb(
|
|
1557
|
+
"--info": "rgb(33 112 228)",
|
|
1558
|
+
"--info-foreground": "rgb(255 255 255)",
|
|
1663
1559
|
"--info-text": "rgb(173 198 255)",
|
|
1664
1560
|
"--info-subtle": "rgba(59, 130, 246, 0.24)"
|
|
1665
1561
|
}
|