@momentum-design/tokens 0.0.28 → 0.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/css/core/complete.css +4 -1
  2. package/dist/css/theme/webex/common-stable.css +66 -0
  3. package/dist/css/theme/webex/dark-complete.css +7 -1
  4. package/dist/css/theme/webex/dark-stable.css +333 -0
  5. package/dist/css/theme/webex/light-complete.css +7 -1
  6. package/dist/css/theme/webex/light-stable.css +337 -0
  7. package/dist/ios/core/complete.swift +4 -1
  8. package/dist/ios/theme/webex/common-stable.swift +72 -0
  9. package/dist/ios/theme/webex/dark-complete.swift +7 -1
  10. package/dist/ios/theme/webex/dark-stable.swift +339 -0
  11. package/dist/ios/theme/webex/light-complete.swift +7 -1
  12. package/dist/ios/theme/webex/light-stable.swift +343 -0
  13. package/dist/json/core/complete.json +69 -8
  14. package/dist/json/theme/webex/common-stable.json +3043 -0
  15. package/dist/json/theme/webex/dark-complete.json +182 -0
  16. package/dist/json/theme/webex/dark-stable.json +16488 -0
  17. package/dist/json/theme/webex/light-complete.json +182 -0
  18. package/dist/json/theme/webex/light-stable.json +16688 -0
  19. package/dist/json-minimal/core/complete.json +3 -0
  20. package/dist/json-minimal/theme/webex/common-stable.json +491 -0
  21. package/dist/json-minimal/theme/webex/dark-complete.json +14 -0
  22. package/dist/json-minimal/theme/webex/dark-stable.json +2634 -0
  23. package/dist/json-minimal/theme/webex/light-complete.json +14 -0
  24. package/dist/json-minimal/theme/webex/light-stable.json +2666 -0
  25. package/dist/resources/core/complete.xml +4 -1
  26. package/dist/resources/theme/webex/common-stable.xml +68 -0
  27. package/dist/resources/theme/webex/dark-complete.xml +7 -1
  28. package/dist/resources/theme/webex/dark-stable.xml +335 -0
  29. package/dist/resources/theme/webex/light-complete.xml +7 -1
  30. package/dist/resources/theme/webex/light-stable.xml +339 -0
  31. package/dist/scss/core/complete.scss +4 -1
  32. package/dist/scss/theme/webex/common-stable.scss +63 -0
  33. package/dist/scss/theme/webex/dark-complete.scss +7 -1
  34. package/dist/scss/theme/webex/dark-stable.scss +330 -0
  35. package/dist/scss/theme/webex/light-complete.scss +7 -1
  36. package/dist/scss/theme/webex/light-stable.scss +334 -0
  37. package/package.json +1 -1
@@ -0,0 +1,2666 @@
1
+ {
2
+ "color": {
3
+ "theme": {
4
+ "common": {
5
+ "text": {
6
+ "white": {
7
+ "description": "",
8
+ "value": "#fffffff2",
9
+ "type": "color",
10
+ "filePath": "src/stable/theme/stable-common.json",
11
+ "isSource": true
12
+ },
13
+ "gray": {
14
+ "description": "",
15
+ "value": "#ffffffb3",
16
+ "type": "color",
17
+ "filePath": "src/stable/theme/stable-common.json",
18
+ "isSource": true
19
+ },
20
+ "black": {
21
+ "description": "",
22
+ "value": "#000000f2",
23
+ "type": "color",
24
+ "filePath": "src/stable/theme/stable-common.json",
25
+ "isSource": true
26
+ },
27
+ "disabled": {
28
+ "description": "",
29
+ "value": "#ffffff66",
30
+ "type": "color",
31
+ "filePath": "src/stable/theme/stable-common.json",
32
+ "isSource": true
33
+ },
34
+ "success": {
35
+ "normal": {
36
+ "description": "",
37
+ "value": "#3cc29a",
38
+ "type": "color",
39
+ "filePath": "src/stable/theme/stable-common.json",
40
+ "isSource": true
41
+ },
42
+ "hover": {
43
+ "description": "",
44
+ "value": "#9fedd8",
45
+ "type": "color",
46
+ "filePath": "src/stable/theme/stable-common.json",
47
+ "isSource": true
48
+ }
49
+ },
50
+ "error": {
51
+ "normal": {
52
+ "description": "",
53
+ "value": "#fc8b98",
54
+ "type": "color",
55
+ "filePath": "src/stable/theme/stable-common.json",
56
+ "isSource": true
57
+ },
58
+ "hover": {
59
+ "description": "",
60
+ "value": "#ffd4da",
61
+ "type": "color",
62
+ "filePath": "src/stable/theme/stable-common.json",
63
+ "isSource": true
64
+ }
65
+ },
66
+ "warning": {
67
+ "normal": {
68
+ "description": "",
69
+ "value": "#f2990a",
70
+ "type": "color",
71
+ "filePath": "src/stable/theme/stable-common.json",
72
+ "isSource": true
73
+ }
74
+ },
75
+ "secondary-light": {
76
+ "description": "",
77
+ "value": "#ffffffb3",
78
+ "type": "color",
79
+ "filePath": "src/stable/theme/stable-common.json",
80
+ "isSource": true
81
+ },
82
+ "secondary-dark": {
83
+ "description": "",
84
+ "value": "#00000099",
85
+ "type": "color",
86
+ "filePath": "src/stable/theme/stable-common.json",
87
+ "isSource": true
88
+ }
89
+ },
90
+ "overlay": {
91
+ "primary": {
92
+ "normal": {
93
+ "description": "",
94
+ "value": "#000000e6",
95
+ "type": "color",
96
+ "filePath": "src/stable/theme/stable-common.json",
97
+ "isSource": true
98
+ }
99
+ },
100
+ "secondary": {
101
+ "normal": {
102
+ "description": "",
103
+ "value": "#00000066",
104
+ "type": "color",
105
+ "filePath": "src/stable/theme/stable-common.json",
106
+ "isSource": true
107
+ }
108
+ }
109
+ },
110
+ "button": {
111
+ "primary": {
112
+ "normal": {
113
+ "description": "",
114
+ "value": "#fffffff2",
115
+ "type": "color",
116
+ "filePath": "src/stable/theme/stable-common.json",
117
+ "isSource": true
118
+ },
119
+ "hover": {
120
+ "description": "",
121
+ "value": "#ffffffcc",
122
+ "type": "color",
123
+ "filePath": "src/stable/theme/stable-common.json",
124
+ "isSource": true
125
+ },
126
+ "pressed": {
127
+ "description": "",
128
+ "value": "#ffffffb3",
129
+ "type": "color",
130
+ "filePath": "src/stable/theme/stable-common.json",
131
+ "isSource": true
132
+ },
133
+ "disabled": {
134
+ "description": "",
135
+ "value": "#ffffff33",
136
+ "type": "color",
137
+ "filePath": "src/stable/theme/stable-common.json",
138
+ "isSource": true
139
+ }
140
+ },
141
+ "secondary": {
142
+ "normal": {
143
+ "description": "",
144
+ "value": "#ffffff00",
145
+ "type": "color",
146
+ "filePath": "src/stable/theme/stable-common.json",
147
+ "isSource": true
148
+ },
149
+ "hover": {
150
+ "description": "",
151
+ "value": "#ffffff12",
152
+ "type": "color",
153
+ "filePath": "src/stable/theme/stable-common.json",
154
+ "isSource": true
155
+ },
156
+ "disabled": {
157
+ "description": "",
158
+ "value": "#ffffff00",
159
+ "type": "color",
160
+ "filePath": "src/stable/theme/stable-common.json",
161
+ "isSource": true
162
+ },
163
+ "active": {
164
+ "normal": {
165
+ "description": "",
166
+ "value": "#ffffff33",
167
+ "type": "color",
168
+ "filePath": "src/stable/theme/stable-common.json",
169
+ "isSource": true
170
+ },
171
+ "hover": {
172
+ "description": "",
173
+ "value": "#ffffff4d",
174
+ "type": "color",
175
+ "filePath": "src/stable/theme/stable-common.json",
176
+ "isSource": true
177
+ },
178
+ "pressed": {
179
+ "description": "",
180
+ "value": "#ffffff66",
181
+ "type": "color",
182
+ "filePath": "src/stable/theme/stable-common.json",
183
+ "isSource": true
184
+ }
185
+ }
186
+ },
187
+ "secondary-dark": {
188
+ "normal": {
189
+ "description": "",
190
+ "value": "#00000000",
191
+ "type": "color",
192
+ "filePath": "src/stable/theme/stable-common.json",
193
+ "isSource": true
194
+ },
195
+ "hover": {
196
+ "description": "",
197
+ "value": "#00000012",
198
+ "type": "color",
199
+ "filePath": "src/stable/theme/stable-common.json",
200
+ "isSource": true
201
+ },
202
+ "pressed": {
203
+ "description": "",
204
+ "value": "#00000033",
205
+ "type": "color",
206
+ "filePath": "src/stable/theme/stable-common.json",
207
+ "isSource": true
208
+ },
209
+ "disabled": {
210
+ "description": "",
211
+ "value": "#00000000",
212
+ "type": "color",
213
+ "filePath": "src/stable/theme/stable-common.json",
214
+ "isSource": true
215
+ }
216
+ }
217
+ },
218
+ "outline": {
219
+ "button": {
220
+ "normal": {
221
+ "description": "",
222
+ "value": "#ffffff4d",
223
+ "type": "color",
224
+ "filePath": "src/stable/theme/stable-common.json",
225
+ "isSource": true
226
+ }
227
+ },
228
+ "primary": {
229
+ "normal": {
230
+ "description": "",
231
+ "value": "#ffffff66",
232
+ "type": "color",
233
+ "filePath": "src/stable/theme/stable-common.json",
234
+ "isSource": true
235
+ }
236
+ },
237
+ "input": {
238
+ "normal": {
239
+ "description": "",
240
+ "value": "#ffffff80",
241
+ "type": "color",
242
+ "filePath": "src/stable/theme/stable-common.json",
243
+ "isSource": true
244
+ }
245
+ },
246
+ "disabled": {
247
+ "normal": {
248
+ "description": "",
249
+ "value": "#ffffff33",
250
+ "type": "color",
251
+ "filePath": "src/stable/theme/stable-common.json",
252
+ "isSource": true
253
+ }
254
+ },
255
+ "closed-caption": {
256
+ "secondary": {
257
+ "light": {
258
+ "description": "",
259
+ "value": "#ffffff33",
260
+ "type": "color",
261
+ "filePath": "src/stable/theme/stable-common.json",
262
+ "isSource": true
263
+ },
264
+ "dark": {
265
+ "description": "",
266
+ "value": "#00000033",
267
+ "type": "color",
268
+ "filePath": "src/stable/theme/stable-common.json",
269
+ "isSource": true
270
+ }
271
+ }
272
+ }
273
+ },
274
+ "control": {
275
+ "inactive": {
276
+ "normal": {
277
+ "description": "",
278
+ "value": "#00000033",
279
+ "type": "color",
280
+ "filePath": "src/stable/theme/stable-common.json",
281
+ "isSource": true
282
+ }
283
+ },
284
+ "shareContent": {
285
+ "active": {
286
+ "description": "",
287
+ "value": "#C74F0E",
288
+ "type": "color",
289
+ "filePath": "src/stable/theme/stable-common.json",
290
+ "isSource": true
291
+ },
292
+ "inactive": {
293
+ "description": "",
294
+ "value": "#707070",
295
+ "type": "color",
296
+ "filePath": "src/stable/theme/stable-common.json",
297
+ "isSource": true
298
+ },
299
+ "selected": {
300
+ "description": "",
301
+ "value": "#3cc29a",
302
+ "type": "color",
303
+ "filePath": "src/stable/theme/stable-common.json",
304
+ "isSource": true
305
+ }
306
+ }
307
+ },
308
+ "background": {
309
+ "solid": {
310
+ "secondary-dark": {
311
+ "description": "",
312
+ "value": "#1a1a1a",
313
+ "type": "color",
314
+ "filePath": "src/stable/theme/stable-common.json",
315
+ "isSource": true
316
+ },
317
+ "primary-light": {
318
+ "description": "",
319
+ "value": "#ffffff",
320
+ "type": "color",
321
+ "filePath": "src/stable/theme/stable-common.json",
322
+ "isSource": true
323
+ }
324
+ }
325
+ },
326
+ "touchbar": {
327
+ "background": {
328
+ "blue": {
329
+ "normal": {
330
+ "description": "",
331
+ "value": "#1170cf",
332
+ "type": "color",
333
+ "filePath": "src/stable/theme/stable-common.json",
334
+ "isSource": true
335
+ },
336
+ "pressed": {
337
+ "description": "",
338
+ "value": "#063a75",
339
+ "type": "color",
340
+ "filePath": "src/stable/theme/stable-common.json",
341
+ "isSource": true
342
+ }
343
+ },
344
+ "pink": {
345
+ "normal": {
346
+ "description": "",
347
+ "value": "#d43b52",
348
+ "type": "color",
349
+ "filePath": "src/stable/theme/stable-common.json",
350
+ "isSource": true
351
+ },
352
+ "pressed": {
353
+ "description": "",
354
+ "value": "#66262d",
355
+ "type": "color",
356
+ "filePath": "src/stable/theme/stable-common.json",
357
+ "isSource": true
358
+ }
359
+ },
360
+ "mint": {
361
+ "normal": {
362
+ "description": "",
363
+ "value": "#148579",
364
+ "type": "color",
365
+ "filePath": "src/stable/theme/stable-common.json",
366
+ "isSource": true
367
+ },
368
+ "pressed": {
369
+ "description": "",
370
+ "value": "#12423f",
371
+ "type": "color",
372
+ "filePath": "src/stable/theme/stable-common.json",
373
+ "isSource": true
374
+ }
375
+ },
376
+ "purple": {
377
+ "normal": {
378
+ "description": "",
379
+ "value": "#c233c4",
380
+ "type": "color",
381
+ "filePath": "src/stable/theme/stable-common.json",
382
+ "isSource": true
383
+ },
384
+ "pressed": {
385
+ "description": "",
386
+ "value": "#601e66",
387
+ "type": "color",
388
+ "filePath": "src/stable/theme/stable-common.json",
389
+ "isSource": true
390
+ }
391
+ },
392
+ "violet": {
393
+ "normal": {
394
+ "description": "",
395
+ "value": "#875ae0",
396
+ "type": "color",
397
+ "filePath": "src/stable/theme/stable-common.json",
398
+ "isSource": true
399
+ },
400
+ "pressed": {
401
+ "description": "",
402
+ "value": "#432c78",
403
+ "type": "color",
404
+ "filePath": "src/stable/theme/stable-common.json",
405
+ "isSource": true
406
+ }
407
+ },
408
+ "orange": {
409
+ "normal": {
410
+ "description": "",
411
+ "value": "#C74F0E",
412
+ "type": "color",
413
+ "filePath": "src/stable/theme/stable-common.json",
414
+ "isSource": true
415
+ },
416
+ "pressed": {
417
+ "description": "",
418
+ "value": "#59311E",
419
+ "type": "color",
420
+ "filePath": "src/stable/theme/stable-common.json",
421
+ "isSource": true
422
+ }
423
+ },
424
+ "green": {
425
+ "normal": {
426
+ "description": "",
427
+ "value": "#1d805f",
428
+ "type": "color",
429
+ "filePath": "src/stable/theme/stable-common.json",
430
+ "isSource": true
431
+ },
432
+ "pressed": {
433
+ "description": "",
434
+ "value": "#134231",
435
+ "type": "color",
436
+ "filePath": "src/stable/theme/stable-common.json",
437
+ "isSource": true
438
+ }
439
+ },
440
+ "red": {
441
+ "normal": {
442
+ "description": "",
443
+ "value": "#db1f2e",
444
+ "type": "color",
445
+ "filePath": "src/stable/theme/stable-common.json",
446
+ "isSource": true
447
+ },
448
+ "pressed": {
449
+ "description": "",
450
+ "value": "#780d13",
451
+ "type": "color",
452
+ "filePath": "src/stable/theme/stable-common.json",
453
+ "isSource": true
454
+ }
455
+ },
456
+ "transparent": {
457
+ "description": "",
458
+ "value": "#00000000",
459
+ "type": "color",
460
+ "filePath": "src/stable/theme/stable-common.json",
461
+ "isSource": true
462
+ }
463
+ },
464
+ "icon": {
465
+ "stable": {
466
+ "description": "",
467
+ "value": "#27a17a",
468
+ "type": "color",
469
+ "filePath": "src/stable/theme/stable-common.json",
470
+ "isSource": true
471
+ },
472
+ "attention": {
473
+ "description": "",
474
+ "value": "#fc8b98",
475
+ "type": "color",
476
+ "filePath": "src/stable/theme/stable-common.json",
477
+ "isSource": true
478
+ },
479
+ "secure": {
480
+ "description": "",
481
+ "value": "#64b4fa",
482
+ "type": "color",
483
+ "filePath": "src/stable/theme/stable-common.json",
484
+ "isSource": true
485
+ }
486
+ }
487
+ }
488
+ },
489
+ "text": {
490
+ "primary": {
491
+ "normal": {
492
+ "description": "",
493
+ "value": "#000000f2",
494
+ "type": "color",
495
+ "filePath": "src/stable/theme/stable-light.json",
496
+ "isSource": true
497
+ },
498
+ "disabled": {
499
+ "description": "",
500
+ "value": "#00000066",
501
+ "type": "color",
502
+ "filePath": "src/stable/theme/stable-light.json",
503
+ "isSource": true
504
+ }
505
+ },
506
+ "inverted": {
507
+ "normal": {
508
+ "description": "",
509
+ "value": "#fffffff2",
510
+ "type": "color",
511
+ "filePath": "src/stable/theme/stable-light.json",
512
+ "isSource": true
513
+ },
514
+ "disabled": {
515
+ "description": "",
516
+ "value": "#ffffffcc",
517
+ "type": "color",
518
+ "filePath": "src/stable/theme/stable-light.json",
519
+ "isSource": true
520
+ }
521
+ },
522
+ "secondary": {
523
+ "normal": {
524
+ "description": "",
525
+ "value": "#000000b3",
526
+ "type": "color",
527
+ "filePath": "src/stable/theme/stable-light.json",
528
+ "isSource": true
529
+ },
530
+ "inverted": {
531
+ "normal": {
532
+ "description": "",
533
+ "value": "#ffffffb3",
534
+ "type": "color",
535
+ "filePath": "src/stable/theme/stable-light.json",
536
+ "isSource": true
537
+ }
538
+ }
539
+ },
540
+ "error": {
541
+ "normal": {
542
+ "description": "",
543
+ "value": "#ab0a15",
544
+ "type": "color",
545
+ "filePath": "src/stable/theme/stable-light.json",
546
+ "isSource": true
547
+ },
548
+ "hover": {
549
+ "description": "",
550
+ "value": "#4f0e10",
551
+ "type": "color",
552
+ "filePath": "src/stable/theme/stable-light.json",
553
+ "isSource": true
554
+ },
555
+ "active": {
556
+ "description": "",
557
+ "value": "#4f0e10",
558
+ "type": "color",
559
+ "filePath": "src/stable/theme/stable-light.json",
560
+ "isSource": true
561
+ }
562
+ },
563
+ "success": {
564
+ "normal": {
565
+ "description": "",
566
+ "value": "#185e46",
567
+ "type": "color",
568
+ "filePath": "src/stable/theme/stable-light.json",
569
+ "isSource": true
570
+ },
571
+ "hover": {
572
+ "description": "",
573
+ "value": "#0e2b20",
574
+ "type": "color",
575
+ "filePath": "src/stable/theme/stable-light.json",
576
+ "isSource": true
577
+ },
578
+ "active": {
579
+ "description": "",
580
+ "value": "#0e2b20",
581
+ "type": "color",
582
+ "filePath": "src/stable/theme/stable-light.json",
583
+ "isSource": true
584
+ }
585
+ },
586
+ "warning": {
587
+ "normal": {
588
+ "description": "",
589
+ "value": "#7d4705",
590
+ "type": "color",
591
+ "filePath": "src/stable/theme/stable-light.json",
592
+ "isSource": true
593
+ },
594
+ "hover": {
595
+ "description": "",
596
+ "value": "#36220c",
597
+ "type": "color",
598
+ "filePath": "src/stable/theme/stable-light.json",
599
+ "isSource": true
600
+ },
601
+ "active": {
602
+ "description": "",
603
+ "value": "#36220c",
604
+ "type": "color",
605
+ "filePath": "src/stable/theme/stable-light.json",
606
+ "isSource": true
607
+ }
608
+ },
609
+ "highlight": {
610
+ "description": "",
611
+ "value": "#bfe3ff",
612
+ "type": "color",
613
+ "filePath": "src/stable/theme/stable-light.json",
614
+ "isSource": true
615
+ },
616
+ "accent": {
617
+ "normal": {
618
+ "description": "",
619
+ "value": "#0353a8",
620
+ "type": "color",
621
+ "filePath": "src/stable/theme/stable-light.json",
622
+ "isSource": true
623
+ },
624
+ "hover": {
625
+ "description": "",
626
+ "value": "#0a274a",
627
+ "type": "color",
628
+ "filePath": "src/stable/theme/stable-light.json",
629
+ "isSource": true
630
+ },
631
+ "active": {
632
+ "description": "",
633
+ "value": "#0a274a",
634
+ "type": "color",
635
+ "filePath": "src/stable/theme/stable-light.json",
636
+ "isSource": true
637
+ }
638
+ },
639
+ "teamdefault": {
640
+ "normal": {
641
+ "description": "",
642
+ "value": "#000000b3",
643
+ "type": "color",
644
+ "filePath": "src/stable/theme/stable-light.json",
645
+ "isSource": true
646
+ },
647
+ "hover": {
648
+ "description": "",
649
+ "value": "#000000b3",
650
+ "type": "color",
651
+ "filePath": "src/stable/theme/stable-light.json",
652
+ "isSource": true
653
+ },
654
+ "active": {
655
+ "description": "",
656
+ "value": "#000000f2",
657
+ "type": "color",
658
+ "filePath": "src/stable/theme/stable-light.json",
659
+ "isSource": true
660
+ }
661
+ },
662
+ "alert": {
663
+ "purple": {
664
+ "normal": {
665
+ "description": "",
666
+ "value": "#932099",
667
+ "type": "color",
668
+ "filePath": "src/stable/theme/stable-light.json",
669
+ "isSource": true
670
+ },
671
+ "hover": {
672
+ "description": "",
673
+ "value": "#3b1840",
674
+ "type": "color",
675
+ "filePath": "src/stable/theme/stable-light.json",
676
+ "isSource": true
677
+ },
678
+ "active": {
679
+ "description": "",
680
+ "value": "#3b1840",
681
+ "type": "color",
682
+ "filePath": "src/stable/theme/stable-light.json",
683
+ "isSource": true
684
+ }
685
+ },
686
+ "orange": {
687
+ "normal": {
688
+ "description": "",
689
+ "value": "#914017",
690
+ "type": "color",
691
+ "filePath": "src/stable/theme/stable-light.json",
692
+ "isSource": true
693
+ },
694
+ "hover": {
695
+ "description": "",
696
+ "value": "#33221B",
697
+ "type": "color",
698
+ "filePath": "src/stable/theme/stable-light.json",
699
+ "isSource": true
700
+ },
701
+ "active": {
702
+ "description": "",
703
+ "value": "#33221B",
704
+ "type": "color",
705
+ "filePath": "src/stable/theme/stable-light.json",
706
+ "isSource": true
707
+ }
708
+ }
709
+ },
710
+ "team": {
711
+ "cobalt": {
712
+ "normal": {
713
+ "description": "",
714
+ "value": "#08599c",
715
+ "type": "color",
716
+ "filePath": "src/stable/theme/stable-light.json",
717
+ "isSource": true
718
+ },
719
+ "hover": {
720
+ "description": "",
721
+ "value": "#08599c",
722
+ "type": "color",
723
+ "filePath": "src/stable/theme/stable-light.json",
724
+ "isSource": true
725
+ },
726
+ "active": {
727
+ "description": "",
728
+ "value": "#12283d",
729
+ "type": "color",
730
+ "filePath": "src/stable/theme/stable-light.json",
731
+ "isSource": true
732
+ }
733
+ },
734
+ "cyan": {
735
+ "normal": {
736
+ "description": "",
737
+ "value": "#066070",
738
+ "type": "color",
739
+ "filePath": "src/stable/theme/stable-light.json",
740
+ "isSource": true
741
+ },
742
+ "hover": {
743
+ "description": "",
744
+ "value": "#066070",
745
+ "type": "color",
746
+ "filePath": "src/stable/theme/stable-light.json",
747
+ "isSource": true
748
+ },
749
+ "active": {
750
+ "description": "",
751
+ "value": "#0b2a30",
752
+ "type": "color",
753
+ "filePath": "src/stable/theme/stable-light.json",
754
+ "isSource": true
755
+ }
756
+ },
757
+ "mint": {
758
+ "normal": {
759
+ "description": "",
760
+ "value": "#12615a",
761
+ "type": "color",
762
+ "filePath": "src/stable/theme/stable-light.json",
763
+ "isSource": true
764
+ },
765
+ "hover": {
766
+ "description": "",
767
+ "value": "#12615a",
768
+ "type": "color",
769
+ "filePath": "src/stable/theme/stable-light.json",
770
+ "isSource": true
771
+ },
772
+ "active": {
773
+ "description": "",
774
+ "value": "#102b2a",
775
+ "type": "color",
776
+ "filePath": "src/stable/theme/stable-light.json",
777
+ "isSource": true
778
+ }
779
+ },
780
+ "lime": {
781
+ "normal": {
782
+ "description": "",
783
+ "value": "#416116",
784
+ "type": "color",
785
+ "filePath": "src/stable/theme/stable-light.json",
786
+ "isSource": true
787
+ },
788
+ "hover": {
789
+ "description": "",
790
+ "value": "#416116",
791
+ "type": "color",
792
+ "filePath": "src/stable/theme/stable-light.json",
793
+ "isSource": true
794
+ },
795
+ "active": {
796
+ "description": "",
797
+ "value": "#1e2b10",
798
+ "type": "color",
799
+ "filePath": "src/stable/theme/stable-light.json",
800
+ "isSource": true
801
+ }
802
+ },
803
+ "gold": {
804
+ "normal": {
805
+ "description": "",
806
+ "value": "#735107",
807
+ "type": "color",
808
+ "filePath": "src/stable/theme/stable-light.json",
809
+ "isSource": true
810
+ },
811
+ "hover": {
812
+ "description": "",
813
+ "value": "#735107",
814
+ "type": "color",
815
+ "filePath": "src/stable/theme/stable-light.json",
816
+ "isSource": true
817
+ },
818
+ "active": {
819
+ "description": "",
820
+ "value": "#30240d",
821
+ "type": "color",
822
+ "filePath": "src/stable/theme/stable-light.json",
823
+ "isSource": true
824
+ }
825
+ },
826
+ "orange": {
827
+ "normal": {
828
+ "description": "",
829
+ "value": "#914017",
830
+ "type": "color",
831
+ "filePath": "src/stable/theme/stable-light.json",
832
+ "isSource": true
833
+ },
834
+ "hover": {
835
+ "description": "",
836
+ "value": "#914017",
837
+ "type": "color",
838
+ "filePath": "src/stable/theme/stable-light.json",
839
+ "isSource": true
840
+ },
841
+ "active": {
842
+ "description": "",
843
+ "value": "#33221B",
844
+ "type": "color",
845
+ "filePath": "src/stable/theme/stable-light.json",
846
+ "isSource": true
847
+ }
848
+ },
849
+ "pink": {
850
+ "normal": {
851
+ "description": "",
852
+ "value": "#a12a3a",
853
+ "type": "color",
854
+ "filePath": "src/stable/theme/stable-light.json",
855
+ "isSource": true
856
+ },
857
+ "hover": {
858
+ "description": "",
859
+ "value": "#a12a3a",
860
+ "type": "color",
861
+ "filePath": "src/stable/theme/stable-light.json",
862
+ "isSource": true
863
+ },
864
+ "active": {
865
+ "description": "",
866
+ "value": "#3b1e21",
867
+ "type": "color",
868
+ "filePath": "src/stable/theme/stable-light.json",
869
+ "isSource": true
870
+ }
871
+ },
872
+ "purple": {
873
+ "normal": {
874
+ "description": "",
875
+ "value": "#932099",
876
+ "type": "color",
877
+ "filePath": "src/stable/theme/stable-light.json",
878
+ "isSource": true
879
+ },
880
+ "hover": {
881
+ "description": "",
882
+ "value": "#932099",
883
+ "type": "color",
884
+ "filePath": "src/stable/theme/stable-light.json",
885
+ "isSource": true
886
+ },
887
+ "active": {
888
+ "description": "",
889
+ "value": "#3b1840",
890
+ "type": "color",
891
+ "filePath": "src/stable/theme/stable-light.json",
892
+ "isSource": true
893
+ }
894
+ },
895
+ "violet": {
896
+ "normal": {
897
+ "description": "",
898
+ "value": "#643abd",
899
+ "type": "color",
900
+ "filePath": "src/stable/theme/stable-light.json",
901
+ "isSource": true
902
+ },
903
+ "hover": {
904
+ "description": "",
905
+ "value": "#643abd",
906
+ "type": "color",
907
+ "filePath": "src/stable/theme/stable-light.json",
908
+ "isSource": true
909
+ },
910
+ "active": {
911
+ "description": "",
912
+ "value": "#29223d",
913
+ "type": "color",
914
+ "filePath": "src/stable/theme/stable-light.json",
915
+ "isSource": true
916
+ }
917
+ },
918
+ "slate": {
919
+ "normal": {
920
+ "description": "",
921
+ "value": "#535573",
922
+ "type": "color",
923
+ "filePath": "src/stable/theme/stable-light.json",
924
+ "isSource": true
925
+ },
926
+ "hover": {
927
+ "description": "",
928
+ "value": "#535573",
929
+ "type": "color",
930
+ "filePath": "src/stable/theme/stable-light.json",
931
+ "isSource": true
932
+ },
933
+ "active": {
934
+ "description": "",
935
+ "value": "#26262b",
936
+ "type": "color",
937
+ "filePath": "src/stable/theme/stable-light.json",
938
+ "isSource": true
939
+ }
940
+ }
941
+ }
942
+ },
943
+ "background": {
944
+ "primary": {
945
+ "ghost": {
946
+ "description": "",
947
+ "value": "#ffffff00",
948
+ "type": "color",
949
+ "filePath": "src/stable/theme/stable-light.json",
950
+ "isSource": true
951
+ },
952
+ "hover": {
953
+ "description": "",
954
+ "value": "#00000012",
955
+ "type": "color",
956
+ "filePath": "src/stable/theme/stable-light.json",
957
+ "isSource": true
958
+ },
959
+ "active": {
960
+ "description": "",
961
+ "value": "#0000001c",
962
+ "type": "color",
963
+ "filePath": "src/stable/theme/stable-light.json",
964
+ "isSource": true
965
+ },
966
+ "disabled": {
967
+ "description": "",
968
+ "value": "#0000001c",
969
+ "type": "color",
970
+ "filePath": "src/stable/theme/stable-light.json",
971
+ "isSource": true
972
+ }
973
+ },
974
+ "solid": {
975
+ "primary": {
976
+ "normal": {
977
+ "description": "",
978
+ "value": "#ffffff",
979
+ "type": "color",
980
+ "filePath": "src/stable/theme/stable-light.json",
981
+ "isSource": true
982
+ }
983
+ },
984
+ "secondary": {
985
+ "normal": {
986
+ "description": "",
987
+ "value": "#ededed",
988
+ "type": "color",
989
+ "filePath": "src/stable/theme/stable-light.json",
990
+ "isSource": true
991
+ }
992
+ },
993
+ "tertiary": {
994
+ "normal": {
995
+ "description": "",
996
+ "value": "#f7f7f7",
997
+ "type": "color",
998
+ "filePath": "src/stable/theme/stable-light.json",
999
+ "isSource": true
1000
+ }
1001
+ },
1002
+ "quaternary": {
1003
+ "normal": {
1004
+ "description": "",
1005
+ "value": "#ffffff",
1006
+ "type": "color",
1007
+ "filePath": "src/stable/theme/stable-light.json",
1008
+ "isSource": true
1009
+ }
1010
+ }
1011
+ },
1012
+ "secondary": {
1013
+ "normal": {
1014
+ "description": "",
1015
+ "value": "#0000001c",
1016
+ "type": "color",
1017
+ "filePath": "src/stable/theme/stable-light.json",
1018
+ "isSource": true
1019
+ },
1020
+ "hover": {
1021
+ "description": "",
1022
+ "value": "#00000033",
1023
+ "type": "color",
1024
+ "filePath": "src/stable/theme/stable-light.json",
1025
+ "isSource": true
1026
+ },
1027
+ "active": {
1028
+ "description": "",
1029
+ "value": "#0000004d",
1030
+ "type": "color",
1031
+ "filePath": "src/stable/theme/stable-light.json",
1032
+ "isSource": true
1033
+ },
1034
+ "disabled": {
1035
+ "description": "",
1036
+ "value": "#00000000",
1037
+ "type": "color",
1038
+ "filePath": "src/stable/theme/stable-light.json",
1039
+ "isSource": true
1040
+ }
1041
+ },
1042
+ "accent": {
1043
+ "normal": {
1044
+ "description": "",
1045
+ "value": "#1170cf",
1046
+ "type": "color",
1047
+ "filePath": "src/stable/theme/stable-light.json",
1048
+ "isSource": true
1049
+ }
1050
+ },
1051
+ "gradient": {
1052
+ "primary": {
1053
+ "description": "",
1054
+ "value": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
1055
+ "type": "color",
1056
+ "filePath": "src/stable/theme/stable-light.json",
1057
+ "isSource": true
1058
+ },
1059
+ "secondary": {
1060
+ "description": "",
1061
+ "value": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)",
1062
+ "type": "color",
1063
+ "filePath": "src/stable/theme/stable-light.json",
1064
+ "isSource": true
1065
+ }
1066
+ },
1067
+ "alert": {
1068
+ "default": {
1069
+ "normal": {
1070
+ "description": "",
1071
+ "value": {
1072
+ "description": "",
1073
+ "value": "#f7f7f7",
1074
+ "type": "color",
1075
+ "filePath": "src/stable/theme/stable-light.json",
1076
+ "isSource": true
1077
+ },
1078
+ "type": "color",
1079
+ "filePath": "src/stable/theme/stable-light.json",
1080
+ "isSource": true
1081
+ },
1082
+ "hover": {
1083
+ "description": "",
1084
+ "value": {
1085
+ "description": "",
1086
+ "value": "#f7f7f7",
1087
+ "type": "color",
1088
+ "filePath": "src/stable/theme/stable-light.json",
1089
+ "isSource": true
1090
+ },
1091
+ "type": "color",
1092
+ "filePath": "src/stable/theme/stable-light.json",
1093
+ "isSource": true
1094
+ },
1095
+ "active": {
1096
+ "description": "",
1097
+ "value": "#dedede",
1098
+ "type": "color",
1099
+ "filePath": "src/stable/theme/stable-light.json",
1100
+ "isSource": true
1101
+ }
1102
+ },
1103
+ "success": {
1104
+ "normal": {
1105
+ "description": "",
1106
+ "value": "#cef5eb",
1107
+ "type": "color",
1108
+ "filePath": "src/stable/theme/stable-light.json",
1109
+ "isSource": true
1110
+ },
1111
+ "hover": {
1112
+ "description": "",
1113
+ "value": "#cef5eb",
1114
+ "type": "color",
1115
+ "filePath": "src/stable/theme/stable-light.json",
1116
+ "isSource": true
1117
+ },
1118
+ "active": {
1119
+ "description": "",
1120
+ "value": "#9fedd8",
1121
+ "type": "color",
1122
+ "filePath": "src/stable/theme/stable-light.json",
1123
+ "isSource": true
1124
+ }
1125
+ },
1126
+ "warning": {
1127
+ "normal": {
1128
+ "description": "",
1129
+ "value": "#ffebc2",
1130
+ "type": "color",
1131
+ "filePath": "src/stable/theme/stable-light.json",
1132
+ "isSource": true
1133
+ },
1134
+ "hover": {
1135
+ "description": "",
1136
+ "value": "#ffebc2",
1137
+ "type": "color",
1138
+ "filePath": "src/stable/theme/stable-light.json",
1139
+ "isSource": true
1140
+ },
1141
+ "active": {
1142
+ "description": "",
1143
+ "value": "#ffda94",
1144
+ "type": "color",
1145
+ "filePath": "src/stable/theme/stable-light.json",
1146
+ "isSource": true
1147
+ }
1148
+ },
1149
+ "error": {
1150
+ "normal": {
1151
+ "description": "",
1152
+ "value": "#ffe8ea",
1153
+ "type": "color",
1154
+ "filePath": "src/stable/theme/stable-light.json",
1155
+ "isSource": true
1156
+ },
1157
+ "hover": {
1158
+ "description": "",
1159
+ "value": "#ffe8ea",
1160
+ "type": "color",
1161
+ "filePath": "src/stable/theme/stable-light.json",
1162
+ "isSource": true
1163
+ },
1164
+ "active": {
1165
+ "description": "",
1166
+ "value": "#ffd4da",
1167
+ "type": "color",
1168
+ "filePath": "src/stable/theme/stable-light.json",
1169
+ "isSource": true
1170
+ }
1171
+ },
1172
+ "theme": {
1173
+ "normal": {
1174
+ "description": "",
1175
+ "value": "#dbf0ff",
1176
+ "type": "color",
1177
+ "filePath": "src/stable/theme/stable-light.json",
1178
+ "isSource": true
1179
+ },
1180
+ "hover": {
1181
+ "description": "",
1182
+ "value": "#dbf0ff",
1183
+ "type": "color",
1184
+ "filePath": "src/stable/theme/stable-light.json",
1185
+ "isSource": true
1186
+ },
1187
+ "active": {
1188
+ "description": "",
1189
+ "value": "#bfe3ff",
1190
+ "type": "color",
1191
+ "filePath": "src/stable/theme/stable-light.json",
1192
+ "isSource": true
1193
+ }
1194
+ },
1195
+ "purple": {
1196
+ "normal": {
1197
+ "description": "",
1198
+ "value": "#fcf2fc",
1199
+ "type": "color",
1200
+ "filePath": "src/stable/theme/stable-light.json",
1201
+ "isSource": true
1202
+ },
1203
+ "hover": {
1204
+ "description": "",
1205
+ "value": "#fcf2fc",
1206
+ "type": "color",
1207
+ "filePath": "src/stable/theme/stable-light.json",
1208
+ "isSource": true
1209
+ },
1210
+ "active": {
1211
+ "description": "",
1212
+ "value": "#fce1fc",
1213
+ "type": "color",
1214
+ "filePath": "src/stable/theme/stable-light.json",
1215
+ "isSource": true
1216
+ }
1217
+ },
1218
+ "orange": {
1219
+ "normal": {
1220
+ "description": "",
1221
+ "value": "#FEEBD7",
1222
+ "type": "color",
1223
+ "filePath": "src/stable/theme/stable-light.json",
1224
+ "isSource": true
1225
+ },
1226
+ "hover": {
1227
+ "description": "",
1228
+ "value": "#FEEBD7",
1229
+ "type": "color",
1230
+ "filePath": "src/stable/theme/stable-light.json",
1231
+ "isSource": true
1232
+ },
1233
+ "active": {
1234
+ "description": "",
1235
+ "value": "#FAF4EB",
1236
+ "type": "color",
1237
+ "filePath": "src/stable/theme/stable-light.json",
1238
+ "isSource": true
1239
+ }
1240
+ }
1241
+ },
1242
+ "label": {
1243
+ "cobalt": {
1244
+ "normal": {
1245
+ "description": "",
1246
+ "value": "#e5f8ff",
1247
+ "type": "color",
1248
+ "filePath": "src/stable/theme/stable-light.json",
1249
+ "isSource": true
1250
+ },
1251
+ "hover": {
1252
+ "description": "",
1253
+ "value": "#c7eeff",
1254
+ "type": "color",
1255
+ "filePath": "src/stable/theme/stable-light.json",
1256
+ "isSource": true
1257
+ },
1258
+ "active": {
1259
+ "description": "",
1260
+ "value": "#99ddff",
1261
+ "type": "color",
1262
+ "filePath": "src/stable/theme/stable-light.json",
1263
+ "isSource": true
1264
+ }
1265
+ },
1266
+ "gold": {
1267
+ "normal": {
1268
+ "description": "",
1269
+ "value": "#f7f6dc",
1270
+ "type": "color",
1271
+ "filePath": "src/stable/theme/stable-light.json",
1272
+ "isSource": true
1273
+ },
1274
+ "hover": {
1275
+ "description": "",
1276
+ "value": "#f5eaa2",
1277
+ "type": "color",
1278
+ "filePath": "src/stable/theme/stable-light.json",
1279
+ "isSource": true
1280
+ },
1281
+ "active": {
1282
+ "description": "",
1283
+ "value": "#ebd460",
1284
+ "type": "color",
1285
+ "filePath": "src/stable/theme/stable-light.json",
1286
+ "isSource": true
1287
+ }
1288
+ },
1289
+ "lime": {
1290
+ "normal": {
1291
+ "description": "",
1292
+ "value": "#f3f7e9",
1293
+ "type": "color",
1294
+ "filePath": "src/stable/theme/stable-light.json",
1295
+ "isSource": true
1296
+ },
1297
+ "hover": {
1298
+ "description": "",
1299
+ "value": "#ddf2ae",
1300
+ "type": "color",
1301
+ "filePath": "src/stable/theme/stable-light.json",
1302
+ "isSource": true
1303
+ },
1304
+ "active": {
1305
+ "description": "",
1306
+ "value": "#bce36f",
1307
+ "type": "color",
1308
+ "filePath": "src/stable/theme/stable-light.json",
1309
+ "isSource": true
1310
+ }
1311
+ },
1312
+ "mint": {
1313
+ "normal": {
1314
+ "description": "",
1315
+ "value": "#e9f7f3",
1316
+ "type": "color",
1317
+ "filePath": "src/stable/theme/stable-light.json",
1318
+ "isSource": true
1319
+ },
1320
+ "hover": {
1321
+ "description": "",
1322
+ "value": "#baf5e7",
1323
+ "type": "color",
1324
+ "filePath": "src/stable/theme/stable-light.json",
1325
+ "isSource": true
1326
+ },
1327
+ "active": {
1328
+ "description": "",
1329
+ "value": "#74e8d1",
1330
+ "type": "color",
1331
+ "filePath": "src/stable/theme/stable-light.json",
1332
+ "isSource": true
1333
+ }
1334
+ },
1335
+ "orange": {
1336
+ "normal": {
1337
+ "description": "",
1338
+ "value": "#FEEBD7",
1339
+ "type": "color",
1340
+ "filePath": "src/stable/theme/stable-light.json",
1341
+ "isSource": true
1342
+ },
1343
+ "hover": {
1344
+ "description": "",
1345
+ "value": "#FAF4EB",
1346
+ "type": "color",
1347
+ "filePath": "src/stable/theme/stable-light.json",
1348
+ "isSource": true
1349
+ },
1350
+ "active": {
1351
+ "description": "",
1352
+ "value": "#FFCA99",
1353
+ "type": "color",
1354
+ "filePath": "src/stable/theme/stable-light.json",
1355
+ "isSource": true
1356
+ }
1357
+ },
1358
+ "pink": {
1359
+ "normal": {
1360
+ "description": "",
1361
+ "value": "#fff2f5",
1362
+ "type": "color",
1363
+ "filePath": "src/stable/theme/stable-light.json",
1364
+ "isSource": true
1365
+ },
1366
+ "hover": {
1367
+ "description": "",
1368
+ "value": "#ffe0e7",
1369
+ "type": "color",
1370
+ "filePath": "src/stable/theme/stable-light.json",
1371
+ "isSource": true
1372
+ },
1373
+ "active": {
1374
+ "description": "",
1375
+ "value": "#ffc7d2",
1376
+ "type": "color",
1377
+ "filePath": "src/stable/theme/stable-light.json",
1378
+ "isSource": true
1379
+ }
1380
+ },
1381
+ "purple": {
1382
+ "normal": {
1383
+ "description": "",
1384
+ "value": "#fcf2fc",
1385
+ "type": "color",
1386
+ "filePath": "src/stable/theme/stable-light.json",
1387
+ "isSource": true
1388
+ },
1389
+ "hover": {
1390
+ "description": "",
1391
+ "value": "#fce1fc",
1392
+ "type": "color",
1393
+ "filePath": "src/stable/theme/stable-light.json",
1394
+ "isSource": true
1395
+ },
1396
+ "active": {
1397
+ "description": "",
1398
+ "value": "#fac3f8",
1399
+ "type": "color",
1400
+ "filePath": "src/stable/theme/stable-light.json",
1401
+ "isSource": true
1402
+ }
1403
+ },
1404
+ "slate": {
1405
+ "normal": {
1406
+ "description": "",
1407
+ "value": "#f2f4ff",
1408
+ "type": "color",
1409
+ "filePath": "src/stable/theme/stable-light.json",
1410
+ "isSource": true
1411
+ },
1412
+ "hover": {
1413
+ "description": "",
1414
+ "value": "#e3e7fa",
1415
+ "type": "color",
1416
+ "filePath": "src/stable/theme/stable-light.json",
1417
+ "isSource": true
1418
+ },
1419
+ "active": {
1420
+ "description": "",
1421
+ "value": "#ced2ed",
1422
+ "type": "color",
1423
+ "filePath": "src/stable/theme/stable-light.json",
1424
+ "isSource": true
1425
+ }
1426
+ },
1427
+ "violet": {
1428
+ "normal": {
1429
+ "description": "",
1430
+ "value": "#f8f2fc",
1431
+ "type": "color",
1432
+ "filePath": "src/stable/theme/stable-light.json",
1433
+ "isSource": true
1434
+ },
1435
+ "hover": {
1436
+ "description": "",
1437
+ "value": "#f0e3fc",
1438
+ "type": "color",
1439
+ "filePath": "src/stable/theme/stable-light.json",
1440
+ "isSource": true
1441
+ },
1442
+ "active": {
1443
+ "description": "",
1444
+ "value": "#e2cafc",
1445
+ "type": "color",
1446
+ "filePath": "src/stable/theme/stable-light.json",
1447
+ "isSource": true
1448
+ }
1449
+ }
1450
+ },
1451
+ "common": {
1452
+ "normal": {
1453
+ "description": "",
1454
+ "value": "#ffffff",
1455
+ "type": "color",
1456
+ "filePath": "src/stable/theme/stable-light.json",
1457
+ "isSource": true
1458
+ }
1459
+ },
1460
+ "namelabel": {
1461
+ "normal": {
1462
+ "description": "",
1463
+ "value": "#00000080",
1464
+ "type": "color",
1465
+ "filePath": "src/stable/theme/stable-light.json",
1466
+ "isSource": true
1467
+ }
1468
+ }
1469
+ },
1470
+ "button": {
1471
+ "border": {
1472
+ "normal": {
1473
+ "description": "",
1474
+ "value": "none",
1475
+ "type": "color",
1476
+ "filePath": "src/stable/theme/stable-light.json",
1477
+ "isSource": true
1478
+ }
1479
+ },
1480
+ "primary": {
1481
+ "normal": {
1482
+ "description": "",
1483
+ "value": "#000000f2",
1484
+ "type": "color",
1485
+ "filePath": "src/stable/theme/stable-light.json",
1486
+ "isSource": true
1487
+ },
1488
+ "hover": {
1489
+ "description": "",
1490
+ "value": "#000000cc",
1491
+ "type": "color",
1492
+ "filePath": "src/stable/theme/stable-light.json",
1493
+ "isSource": true
1494
+ },
1495
+ "pressed": {
1496
+ "description": "",
1497
+ "value": "#000000b3",
1498
+ "type": "color",
1499
+ "filePath": "src/stable/theme/stable-light.json",
1500
+ "isSource": true
1501
+ },
1502
+ "disabled": {
1503
+ "description": "",
1504
+ "value": "#00000033",
1505
+ "type": "color",
1506
+ "filePath": "src/stable/theme/stable-light.json",
1507
+ "isSource": true
1508
+ }
1509
+ },
1510
+ "secondary": {
1511
+ "normal": {
1512
+ "description": "",
1513
+ "value": "#00000000",
1514
+ "type": "color",
1515
+ "filePath": "src/stable/theme/stable-light.json",
1516
+ "isSource": true
1517
+ },
1518
+ "hover": {
1519
+ "description": "",
1520
+ "value": "#00000012",
1521
+ "type": "color",
1522
+ "filePath": "src/stable/theme/stable-light.json",
1523
+ "isSource": true
1524
+ },
1525
+ "pressed": {
1526
+ "description": "",
1527
+ "value": "#00000033",
1528
+ "type": "color",
1529
+ "filePath": "src/stable/theme/stable-light.json",
1530
+ "isSource": true
1531
+ },
1532
+ "disabled": {
1533
+ "description": "",
1534
+ "value": "#ffffff00",
1535
+ "type": "color",
1536
+ "filePath": "src/stable/theme/stable-light.json",
1537
+ "isSource": true
1538
+ },
1539
+ "active": {
1540
+ "normal": {
1541
+ "description": "",
1542
+ "value": "#00000033",
1543
+ "type": "color",
1544
+ "filePath": "src/stable/theme/stable-light.json",
1545
+ "isSource": true
1546
+ },
1547
+ "hover": {
1548
+ "description": "",
1549
+ "value": "#0000004d",
1550
+ "type": "color",
1551
+ "filePath": "src/stable/theme/stable-light.json",
1552
+ "isSource": true
1553
+ },
1554
+ "pressed": {
1555
+ "description": "",
1556
+ "value": "#00000066",
1557
+ "type": "color",
1558
+ "filePath": "src/stable/theme/stable-light.json",
1559
+ "isSource": true
1560
+ }
1561
+ }
1562
+ },
1563
+ "inverted": {
1564
+ "normal": {
1565
+ "description": "",
1566
+ "value": "#ffffff",
1567
+ "type": "color",
1568
+ "filePath": "src/stable/theme/stable-light.json",
1569
+ "isSource": true
1570
+ },
1571
+ "hover": {
1572
+ "description": "",
1573
+ "value": "#ededed",
1574
+ "type": "color",
1575
+ "filePath": "src/stable/theme/stable-light.json",
1576
+ "isSource": true
1577
+ },
1578
+ "pressed": {
1579
+ "description": "",
1580
+ "value": "#dedede",
1581
+ "type": "color",
1582
+ "filePath": "src/stable/theme/stable-light.json",
1583
+ "isSource": true
1584
+ }
1585
+ },
1586
+ "join": {
1587
+ "normal": {
1588
+ "description": "",
1589
+ "value": "#1d805f",
1590
+ "type": "color",
1591
+ "filePath": "src/stable/theme/stable-light.json",
1592
+ "isSource": true
1593
+ },
1594
+ "hover": {
1595
+ "description": "",
1596
+ "value": "#185e46",
1597
+ "type": "color",
1598
+ "filePath": "src/stable/theme/stable-light.json",
1599
+ "isSource": true
1600
+ },
1601
+ "pressed": {
1602
+ "description": "",
1603
+ "value": "#134231",
1604
+ "type": "color",
1605
+ "filePath": "src/stable/theme/stable-light.json",
1606
+ "isSource": true
1607
+ }
1608
+ },
1609
+ "cancel": {
1610
+ "normal": {
1611
+ "description": "",
1612
+ "value": "#db1f2e",
1613
+ "type": "color",
1614
+ "filePath": "src/stable/theme/stable-light.json",
1615
+ "isSource": true
1616
+ },
1617
+ "hover": {
1618
+ "description": "",
1619
+ "value": "#ab0a15",
1620
+ "type": "color",
1621
+ "filePath": "src/stable/theme/stable-light.json",
1622
+ "isSource": true
1623
+ },
1624
+ "pressed": {
1625
+ "description": "",
1626
+ "value": "#780d13",
1627
+ "type": "color",
1628
+ "filePath": "src/stable/theme/stable-light.json",
1629
+ "isSource": true
1630
+ }
1631
+ },
1632
+ "accent": {
1633
+ "normal": {
1634
+ "description": "",
1635
+ "value": "#1170cf",
1636
+ "type": "color",
1637
+ "filePath": "src/stable/theme/stable-light.json",
1638
+ "isSource": true
1639
+ },
1640
+ "hover": {
1641
+ "description": "",
1642
+ "value": "#0353a8",
1643
+ "type": "color",
1644
+ "filePath": "src/stable/theme/stable-light.json",
1645
+ "isSource": true
1646
+ },
1647
+ "pressed": {
1648
+ "description": "",
1649
+ "value": "#063a75",
1650
+ "type": "color",
1651
+ "filePath": "src/stable/theme/stable-light.json",
1652
+ "isSource": true
1653
+ }
1654
+ }
1655
+ },
1656
+ "outline": {
1657
+ "primary": {
1658
+ "normal": {
1659
+ "description": "",
1660
+ "value": "#00000066",
1661
+ "type": "color",
1662
+ "filePath": "src/stable/theme/stable-light.json",
1663
+ "isSource": true
1664
+ }
1665
+ },
1666
+ "theme": {
1667
+ "normal": {
1668
+ "description": "",
1669
+ "value": "#1170cf",
1670
+ "type": "color",
1671
+ "filePath": "src/stable/theme/stable-light.json",
1672
+ "isSource": true
1673
+ }
1674
+ },
1675
+ "secondary": {
1676
+ "normal": {
1677
+ "description": "",
1678
+ "value": "#00000033",
1679
+ "type": "color",
1680
+ "filePath": "src/stable/theme/stable-light.json",
1681
+ "isSource": true
1682
+ }
1683
+ },
1684
+ "input": {
1685
+ "normal": {
1686
+ "description": "",
1687
+ "value": "#00000080",
1688
+ "type": "color",
1689
+ "filePath": "src/stable/theme/stable-light.json",
1690
+ "isSource": true
1691
+ },
1692
+ "active": {
1693
+ "description": "",
1694
+ "value": "#000000e6",
1695
+ "type": "color",
1696
+ "filePath": "src/stable/theme/stable-light.json",
1697
+ "isSource": true
1698
+ }
1699
+ },
1700
+ "button": {
1701
+ "normal": {
1702
+ "description": "",
1703
+ "value": "#0000004d",
1704
+ "type": "color",
1705
+ "filePath": "src/stable/theme/stable-light.json",
1706
+ "isSource": true
1707
+ }
1708
+ },
1709
+ "join": {
1710
+ "normal": {
1711
+ "description": "",
1712
+ "value": "#185e46",
1713
+ "type": "color",
1714
+ "filePath": "src/stable/theme/stable-light.json",
1715
+ "isSource": true
1716
+ }
1717
+ },
1718
+ "cancel": {
1719
+ "normal": {
1720
+ "description": "",
1721
+ "value": "#ab0a15",
1722
+ "type": "color",
1723
+ "filePath": "src/stable/theme/stable-light.json",
1724
+ "isSource": true
1725
+ }
1726
+ },
1727
+ "disabled": {
1728
+ "normal": {
1729
+ "description": "",
1730
+ "value": "#00000033",
1731
+ "type": "color",
1732
+ "filePath": "src/stable/theme/stable-light.json",
1733
+ "isSource": true
1734
+ }
1735
+ },
1736
+ "share": {
1737
+ "selected": {
1738
+ "description": "",
1739
+ "value": "#27a17a",
1740
+ "type": "color",
1741
+ "filePath": "src/stable/theme/stable-light.json",
1742
+ "isSource": true
1743
+ },
1744
+ "active": {
1745
+ "description": "",
1746
+ "value": "#F26B1D",
1747
+ "type": "color",
1748
+ "filePath": "src/stable/theme/stable-light.json",
1749
+ "isSource": true
1750
+ },
1751
+ "inactive": {
1752
+ "description": "",
1753
+ "value": "#8f8f8f",
1754
+ "type": "color",
1755
+ "filePath": "src/stable/theme/stable-light.json",
1756
+ "isSource": true
1757
+ }
1758
+ },
1759
+ "overlay": {
1760
+ "normal": {
1761
+ "description": "",
1762
+ "value": "#707070",
1763
+ "type": "color",
1764
+ "filePath": "src/stable/theme/stable-light.json",
1765
+ "isSource": true
1766
+ }
1767
+ },
1768
+ "high-contrast": {
1769
+ "focus": {
1770
+ "description": "",
1771
+ "value": "#000000",
1772
+ "type": "color",
1773
+ "filePath": "src/stable/theme/stable-light.json",
1774
+ "isSource": true
1775
+ }
1776
+ },
1777
+ "label": {
1778
+ "cobalt": {
1779
+ "description": "",
1780
+ "value": "#5ebff7",
1781
+ "type": "color",
1782
+ "filePath": "src/stable/theme/stable-light.json",
1783
+ "isSource": true
1784
+ },
1785
+ "gold": {
1786
+ "description": "",
1787
+ "value": "#d6b220",
1788
+ "type": "color",
1789
+ "filePath": "src/stable/theme/stable-light.json",
1790
+ "isSource": true
1791
+ },
1792
+ "lime": {
1793
+ "description": "",
1794
+ "value": "#93c437",
1795
+ "type": "color",
1796
+ "filePath": "src/stable/theme/stable-light.json",
1797
+ "isSource": true
1798
+ },
1799
+ "mint": {
1800
+ "description": "",
1801
+ "value": "#30c9b0",
1802
+ "type": "color",
1803
+ "filePath": "src/stable/theme/stable-light.json",
1804
+ "isSource": true
1805
+ },
1806
+ "orange": {
1807
+ "description": "",
1808
+ "value": "#FF9D52",
1809
+ "type": "color",
1810
+ "filePath": "src/stable/theme/stable-light.json",
1811
+ "isSource": true
1812
+ },
1813
+ "pink": {
1814
+ "description": "",
1815
+ "value": "#fc97aa",
1816
+ "type": "color",
1817
+ "filePath": "src/stable/theme/stable-light.json",
1818
+ "isSource": true
1819
+ },
1820
+ "purple": {
1821
+ "description": "",
1822
+ "value": "#f294f1",
1823
+ "type": "color",
1824
+ "filePath": "src/stable/theme/stable-light.json",
1825
+ "isSource": true
1826
+ },
1827
+ "slate": {
1828
+ "description": "",
1829
+ "value": "#b0b4d9",
1830
+ "type": "color",
1831
+ "filePath": "src/stable/theme/stable-light.json",
1832
+ "isSource": true
1833
+ },
1834
+ "violet": {
1835
+ "description": "",
1836
+ "value": "#c7a5fa",
1837
+ "type": "color",
1838
+ "filePath": "src/stable/theme/stable-light.json",
1839
+ "isSource": true
1840
+ }
1841
+ }
1842
+ },
1843
+ "control": {
1844
+ "active": {
1845
+ "normal": {
1846
+ "description": "",
1847
+ "value": "#1170cf",
1848
+ "type": "color",
1849
+ "filePath": "src/stable/theme/stable-light.json",
1850
+ "isSource": true
1851
+ },
1852
+ "hover": {
1853
+ "description": "",
1854
+ "value": "#0353a8",
1855
+ "type": "color",
1856
+ "filePath": "src/stable/theme/stable-light.json",
1857
+ "isSource": true
1858
+ },
1859
+ "pressed": {
1860
+ "description": "",
1861
+ "value": "#063a75",
1862
+ "type": "color",
1863
+ "filePath": "src/stable/theme/stable-light.json",
1864
+ "isSource": true
1865
+ },
1866
+ "active": {
1867
+ "description": "",
1868
+ "value": "#063a75",
1869
+ "type": "color",
1870
+ "filePath": "src/stable/theme/stable-light.json",
1871
+ "isSource": true
1872
+ },
1873
+ "disabled": {
1874
+ "description": "",
1875
+ "value": "#bfe3ff",
1876
+ "type": "color",
1877
+ "filePath": "src/stable/theme/stable-light.json",
1878
+ "isSource": true
1879
+ }
1880
+ },
1881
+ "inactive": {
1882
+ "normal": {
1883
+ "description": "",
1884
+ "value": "#00000033",
1885
+ "type": "color",
1886
+ "filePath": "src/stable/theme/stable-light.json",
1887
+ "isSource": true
1888
+ },
1889
+ "hover": {
1890
+ "description": "",
1891
+ "value": "#0000004d",
1892
+ "type": "color",
1893
+ "filePath": "src/stable/theme/stable-light.json",
1894
+ "isSource": true
1895
+ },
1896
+ "pressed": {
1897
+ "description": "",
1898
+ "value": "#00000066",
1899
+ "type": "color",
1900
+ "filePath": "src/stable/theme/stable-light.json",
1901
+ "isSource": true
1902
+ },
1903
+ "disabled": {
1904
+ "description": "",
1905
+ "value": "#0000001c",
1906
+ "type": "color",
1907
+ "filePath": "src/stable/theme/stable-light.json",
1908
+ "isSource": true
1909
+ }
1910
+ }
1911
+ },
1912
+ "overlay": {
1913
+ "meetings": {
1914
+ "normal": {
1915
+ "description": "",
1916
+ "value": "#ffffffcc",
1917
+ "type": "color",
1918
+ "filePath": "src/stable/theme/stable-light.json",
1919
+ "isSource": true
1920
+ }
1921
+ }
1922
+ },
1923
+ "indicator": {
1924
+ "unstable": {
1925
+ "description": "",
1926
+ "value": "#C74F0E",
1927
+ "type": "color",
1928
+ "filePath": "src/stable/theme/stable-light.json",
1929
+ "isSource": true
1930
+ },
1931
+ "attention": {
1932
+ "description": "",
1933
+ "value": "#db1f2e",
1934
+ "type": "color",
1935
+ "filePath": "src/stable/theme/stable-light.json",
1936
+ "isSource": true
1937
+ },
1938
+ "stable": {
1939
+ "description": "",
1940
+ "value": "#1d805f",
1941
+ "type": "color",
1942
+ "filePath": "src/stable/theme/stable-light.json",
1943
+ "isSource": true
1944
+ },
1945
+ "locked": {
1946
+ "description": "",
1947
+ "value": "#707070",
1948
+ "type": "color",
1949
+ "filePath": "src/stable/theme/stable-light.json",
1950
+ "isSource": true
1951
+ },
1952
+ "caution": {
1953
+ "description": "",
1954
+ "value": "#cf7900",
1955
+ "type": "color",
1956
+ "filePath": "src/stable/theme/stable-light.json",
1957
+ "isSource": true
1958
+ },
1959
+ "secure": {
1960
+ "description": "",
1961
+ "value": "#1170cf",
1962
+ "type": "color",
1963
+ "filePath": "src/stable/theme/stable-light.json",
1964
+ "isSource": true
1965
+ }
1966
+ },
1967
+ "whiteboard": {
1968
+ "stickyNote": {
1969
+ "yellow": {
1970
+ "description": "",
1971
+ "value": "#ffbe4f",
1972
+ "type": "color",
1973
+ "filePath": "src/stable/theme/stable-light.json",
1974
+ "isSource": true
1975
+ },
1976
+ "red": {
1977
+ "description": "",
1978
+ "value": "#fc8b98",
1979
+ "type": "color",
1980
+ "filePath": "src/stable/theme/stable-light.json",
1981
+ "isSource": true
1982
+ },
1983
+ "purple": {
1984
+ "description": "",
1985
+ "value": "#f294f1",
1986
+ "type": "color",
1987
+ "filePath": "src/stable/theme/stable-light.json",
1988
+ "isSource": true
1989
+ },
1990
+ "cyan": {
1991
+ "description": "",
1992
+ "value": "#22c7d6",
1993
+ "type": "color",
1994
+ "filePath": "src/stable/theme/stable-light.json",
1995
+ "isSource": true
1996
+ },
1997
+ "mint": {
1998
+ "description": "",
1999
+ "value": "#30c9b0",
2000
+ "type": "color",
2001
+ "filePath": "src/stable/theme/stable-light.json",
2002
+ "isSource": true
2003
+ }
2004
+ }
2005
+ },
2006
+ "scrollbar": {
2007
+ "button": {
2008
+ "normal": {
2009
+ "description": "",
2010
+ "value": "#00000033",
2011
+ "type": "color",
2012
+ "filePath": "src/stable/theme/stable-light.json",
2013
+ "isSource": true
2014
+ },
2015
+ "hover": {
2016
+ "description": "",
2017
+ "value": "#0000004d",
2018
+ "type": "color",
2019
+ "filePath": "src/stable/theme/stable-light.json",
2020
+ "isSource": true
2021
+ },
2022
+ "pressed": {
2023
+ "description": "",
2024
+ "value": "#00000066",
2025
+ "type": "color",
2026
+ "filePath": "src/stable/theme/stable-light.json",
2027
+ "isSource": true
2028
+ }
2029
+ },
2030
+ "arrow": {
2031
+ "normal": {
2032
+ "description": "",
2033
+ "value": "#00000099",
2034
+ "type": "color",
2035
+ "filePath": "src/stable/theme/stable-light.json",
2036
+ "isSource": true
2037
+ },
2038
+ "background": {
2039
+ "normal": {
2040
+ "description": "",
2041
+ "value": "#00000000",
2042
+ "type": "color",
2043
+ "filePath": "src/stable/theme/stable-light.json",
2044
+ "isSource": true
2045
+ },
2046
+ "hover": {
2047
+ "description": "",
2048
+ "value": "#0000001c",
2049
+ "type": "color",
2050
+ "filePath": "src/stable/theme/stable-light.json",
2051
+ "isSource": true
2052
+ },
2053
+ "pressed": {
2054
+ "description": "",
2055
+ "value": "#00000033",
2056
+ "type": "color",
2057
+ "filePath": "src/stable/theme/stable-light.json",
2058
+ "isSource": true
2059
+ }
2060
+ }
2061
+ },
2062
+ "background": {
2063
+ "secondary": {
2064
+ "ghost": {
2065
+ "description": "",
2066
+ "value": "#00000000",
2067
+ "type": "color",
2068
+ "filePath": "src/stable/theme/stable-light.json",
2069
+ "isSource": true
2070
+ },
2071
+ "normal": {
2072
+ "description": "",
2073
+ "value": "#0000001c",
2074
+ "type": "color",
2075
+ "filePath": "src/stable/theme/stable-light.json",
2076
+ "isSource": true
2077
+ }
2078
+ }
2079
+ }
2080
+ },
2081
+ "illustrations": {
2082
+ "empty": {
2083
+ "primary": {
2084
+ "0": {
2085
+ "description": "",
2086
+ "value": "#93c437",
2087
+ "type": "color",
2088
+ "filePath": "src/stable/theme/stable-light.json",
2089
+ "isSource": true
2090
+ },
2091
+ "1": {
2092
+ "description": "",
2093
+ "value": "#279be8",
2094
+ "type": "color",
2095
+ "filePath": "src/stable/theme/stable-light.json",
2096
+ "isSource": true
2097
+ }
2098
+ },
2099
+ "secondary": {
2100
+ "0": {
2101
+ "description": "",
2102
+ "value": "#279be8",
2103
+ "type": "color",
2104
+ "filePath": "src/stable/theme/stable-light.json",
2105
+ "isSource": true
2106
+ },
2107
+ "1": {
2108
+ "description": "",
2109
+ "value": "#875ae0",
2110
+ "type": "color",
2111
+ "filePath": "src/stable/theme/stable-light.json",
2112
+ "isSource": true
2113
+ }
2114
+ }
2115
+ },
2116
+ "onboarding": {
2117
+ "primary": {
2118
+ "0": {
2119
+ "description": "",
2120
+ "value": "#ffbe4f",
2121
+ "type": "color",
2122
+ "filePath": "src/stable/theme/stable-light.json",
2123
+ "isSource": true
2124
+ },
2125
+ "1": {
2126
+ "description": "",
2127
+ "value": "#93c437",
2128
+ "type": "color",
2129
+ "filePath": "src/stable/theme/stable-light.json",
2130
+ "isSource": true
2131
+ }
2132
+ },
2133
+ "secondary": {
2134
+ "0": {
2135
+ "description": "",
2136
+ "value": "#f55868",
2137
+ "type": "color",
2138
+ "filePath": "src/stable/theme/stable-light.json",
2139
+ "isSource": true
2140
+ },
2141
+ "1": {
2142
+ "description": "",
2143
+ "value": "#875ae0",
2144
+ "type": "color",
2145
+ "filePath": "src/stable/theme/stable-light.json",
2146
+ "isSource": true
2147
+ }
2148
+ },
2149
+ "tertiary": {
2150
+ "0": {
2151
+ "description": "",
2152
+ "value": "#ffbe4f",
2153
+ "type": "color",
2154
+ "filePath": "src/stable/theme/stable-light.json",
2155
+ "isSource": true
2156
+ },
2157
+ "1": {
2158
+ "description": "",
2159
+ "value": "#F26B1D",
2160
+ "type": "color",
2161
+ "filePath": "src/stable/theme/stable-light.json",
2162
+ "isSource": true
2163
+ }
2164
+ },
2165
+ "quartenary": {
2166
+ "0": {
2167
+ "description": "",
2168
+ "value": "#93c437",
2169
+ "type": "color",
2170
+ "filePath": "src/stable/theme/stable-light.json",
2171
+ "isSource": true
2172
+ },
2173
+ "1": {
2174
+ "description": "",
2175
+ "value": "#279be8",
2176
+ "type": "color",
2177
+ "filePath": "src/stable/theme/stable-light.json",
2178
+ "isSource": true
2179
+ }
2180
+ },
2181
+ "quinary": {
2182
+ "0": {
2183
+ "description": "",
2184
+ "value": "#279be8",
2185
+ "type": "color",
2186
+ "filePath": "src/stable/theme/stable-light.json",
2187
+ "isSource": true
2188
+ },
2189
+ "1": {
2190
+ "description": "",
2191
+ "value": "#875ae0",
2192
+ "type": "color",
2193
+ "filePath": "src/stable/theme/stable-light.json",
2194
+ "isSource": true
2195
+ }
2196
+ }
2197
+ },
2198
+ "success": {
2199
+ "0": {
2200
+ "description": "",
2201
+ "value": "#3cc29a",
2202
+ "type": "color",
2203
+ "filePath": "src/stable/theme/stable-light.json",
2204
+ "isSource": true
2205
+ },
2206
+ "1": {
2207
+ "description": "",
2208
+ "value": "#93c437",
2209
+ "type": "color",
2210
+ "filePath": "src/stable/theme/stable-light.json",
2211
+ "isSource": true
2212
+ }
2213
+ },
2214
+ "error": {
2215
+ "0": {
2216
+ "description": "",
2217
+ "value": "#f0677e",
2218
+ "type": "color",
2219
+ "filePath": "src/stable/theme/stable-light.json",
2220
+ "isSource": true
2221
+ },
2222
+ "1": {
2223
+ "description": "",
2224
+ "value": "#db1f2e",
2225
+ "type": "color",
2226
+ "filePath": "src/stable/theme/stable-light.json",
2227
+ "isSource": true
2228
+ }
2229
+ },
2230
+ "default": {
2231
+ "description": "",
2232
+ "value": "#0f0f0f",
2233
+ "type": "color",
2234
+ "filePath": "src/stable/theme/stable-light.json",
2235
+ "isSource": true
2236
+ }
2237
+ },
2238
+ "globaltint": {
2239
+ "normal": {
2240
+ "description": "",
2241
+ "value": "#1170cf",
2242
+ "type": "color",
2243
+ "filePath": "src/stable/theme/stable-light.json",
2244
+ "isSource": true
2245
+ },
2246
+ "selected": {
2247
+ "description": "",
2248
+ "value": "#1170cf",
2249
+ "type": "color",
2250
+ "filePath": "src/stable/theme/stable-light.json",
2251
+ "isSource": true
2252
+ }
2253
+ },
2254
+ "groupedbackground": {
2255
+ "primary": {
2256
+ "normal": {
2257
+ "description": "",
2258
+ "value": "#f7f7f7",
2259
+ "type": "color",
2260
+ "filePath": "src/stable/theme/stable-light.json",
2261
+ "isSource": true
2262
+ }
2263
+ },
2264
+ "secondary": {
2265
+ "normal": {
2266
+ "description": "",
2267
+ "value": "#ffffff",
2268
+ "type": "color",
2269
+ "filePath": "src/stable/theme/stable-light.json",
2270
+ "isSource": true
2271
+ }
2272
+ },
2273
+ "tertiary": {
2274
+ "normal": {
2275
+ "description": "",
2276
+ "value": "#f7f7f7",
2277
+ "type": "color",
2278
+ "filePath": "src/stable/theme/stable-light.json",
2279
+ "isSource": true
2280
+ }
2281
+ },
2282
+ "quaternary": {
2283
+ "normal": {
2284
+ "description": "",
2285
+ "value": "#ffffff",
2286
+ "type": "color",
2287
+ "filePath": "src/stable/theme/stable-light.json",
2288
+ "isSource": true
2289
+ }
2290
+ }
2291
+ },
2292
+ "teaching": {
2293
+ "background": {
2294
+ "normal": {
2295
+ "description": "",
2296
+ "value": "#000000",
2297
+ "type": "color",
2298
+ "filePath": "src/stable/theme/stable-light.json",
2299
+ "isSource": true
2300
+ }
2301
+ },
2302
+ "button": {
2303
+ "primary": {
2304
+ "normal": {
2305
+ "description": "",
2306
+ "value": "#fffffff2",
2307
+ "type": "color",
2308
+ "filePath": "src/stable/theme/stable-light.json",
2309
+ "isSource": true
2310
+ },
2311
+ "hover": {
2312
+ "description": "",
2313
+ "value": "#ffffffcc",
2314
+ "type": "color",
2315
+ "filePath": "src/stable/theme/stable-light.json",
2316
+ "isSource": true
2317
+ },
2318
+ "pressed": {
2319
+ "description": "",
2320
+ "value": "#ffffffb3",
2321
+ "type": "color",
2322
+ "filePath": "src/stable/theme/stable-light.json",
2323
+ "isSource": true
2324
+ },
2325
+ "disabled": {
2326
+ "description": "",
2327
+ "value": "#ffffff33",
2328
+ "type": "color",
2329
+ "filePath": "src/stable/theme/stable-light.json",
2330
+ "isSource": true
2331
+ }
2332
+ },
2333
+ "secondary": {
2334
+ "normal": {
2335
+ "description": "",
2336
+ "value": "#ffffff00",
2337
+ "type": "color",
2338
+ "filePath": "src/stable/theme/stable-light.json",
2339
+ "isSource": true
2340
+ },
2341
+ "hover": {
2342
+ "description": "",
2343
+ "value": "#ffffff12",
2344
+ "type": "color",
2345
+ "filePath": "src/stable/theme/stable-light.json",
2346
+ "isSource": true
2347
+ },
2348
+ "pressed": {
2349
+ "description": "",
2350
+ "value": "#ffffff33",
2351
+ "type": "color",
2352
+ "filePath": "src/stable/theme/stable-light.json",
2353
+ "isSource": true
2354
+ }
2355
+ }
2356
+ },
2357
+ "outline": {
2358
+ "button": {
2359
+ "normal": {
2360
+ "description": "",
2361
+ "value": "#ffffff4d",
2362
+ "type": "color",
2363
+ "filePath": "src/stable/theme/stable-light.json",
2364
+ "isSource": true
2365
+ }
2366
+ },
2367
+ "normal": {
2368
+ "description": "",
2369
+ "value": "#ffffff33",
2370
+ "type": "color",
2371
+ "filePath": "src/stable/theme/stable-light.json",
2372
+ "isSource": true
2373
+ },
2374
+ "disabled": {
2375
+ "normal": {
2376
+ "description": "",
2377
+ "value": "#ffffff33",
2378
+ "type": "color",
2379
+ "filePath": "src/stable/theme/stable-light.json",
2380
+ "isSource": true
2381
+ }
2382
+ },
2383
+ "theme": {
2384
+ "description": "",
2385
+ "value": "#64b4fa",
2386
+ "type": "color",
2387
+ "filePath": "src/stable/theme/stable-light.json",
2388
+ "isSource": true
2389
+ }
2390
+ },
2391
+ "text": {
2392
+ "accent": {
2393
+ "normal": {
2394
+ "description": "",
2395
+ "value": "#64b4fa",
2396
+ "type": "color",
2397
+ "filePath": "src/stable/theme/stable-light.json",
2398
+ "isSource": true
2399
+ },
2400
+ "hover": {
2401
+ "description": "",
2402
+ "value": "#bfe3ff",
2403
+ "type": "color",
2404
+ "filePath": "src/stable/theme/stable-light.json",
2405
+ "isSource": true
2406
+ },
2407
+ "disabled": {
2408
+ "description": "",
2409
+ "value": "#ffffff66",
2410
+ "type": "color",
2411
+ "filePath": "src/stable/theme/stable-light.json",
2412
+ "isSource": true
2413
+ }
2414
+ },
2415
+ "primary": {
2416
+ "disabled": {
2417
+ "description": "",
2418
+ "value": "#ffffff66",
2419
+ "type": "color",
2420
+ "filePath": "src/stable/theme/stable-light.json",
2421
+ "isSource": true
2422
+ }
2423
+ }
2424
+ }
2425
+ },
2426
+ "gradientdivider": {
2427
+ "normal": {
2428
+ "0": {
2429
+ "description": "",
2430
+ "value": "#00000000",
2431
+ "type": "color",
2432
+ "filePath": "src/stable/theme/stable-light.json",
2433
+ "isSource": true
2434
+ },
2435
+ "1": {
2436
+ "description": "",
2437
+ "value": "#00000033",
2438
+ "type": "color",
2439
+ "filePath": "src/stable/theme/stable-light.json",
2440
+ "isSource": true
2441
+ }
2442
+ },
2443
+ "hover": {
2444
+ "0": {
2445
+ "description": "",
2446
+ "value": "#00000000",
2447
+ "type": "color",
2448
+ "filePath": "src/stable/theme/stable-light.json",
2449
+ "isSource": true
2450
+ },
2451
+ "1": {
2452
+ "description": "",
2453
+ "value": "#00000099",
2454
+ "type": "color",
2455
+ "filePath": "src/stable/theme/stable-light.json",
2456
+ "isSource": true
2457
+ }
2458
+ },
2459
+ "error": {
2460
+ "normal": {
2461
+ "0": {
2462
+ "description": "",
2463
+ "value": "#ab0a1500",
2464
+ "type": "color",
2465
+ "filePath": "src/stable/theme/stable-light.json",
2466
+ "isSource": true
2467
+ },
2468
+ "1": {
2469
+ "description": "",
2470
+ "value": "#ab0a1599",
2471
+ "type": "color",
2472
+ "filePath": "src/stable/theme/stable-light.json",
2473
+ "isSource": true
2474
+ }
2475
+ },
2476
+ "hover": {
2477
+ "0": {
2478
+ "description": "",
2479
+ "value": "#ab0a1500",
2480
+ "type": "color",
2481
+ "filePath": "src/stable/theme/stable-light.json",
2482
+ "isSource": true
2483
+ },
2484
+ "1": {
2485
+ "description": "",
2486
+ "value": "#ab0a15E6",
2487
+ "type": "color",
2488
+ "filePath": "src/stable/theme/stable-light.json",
2489
+ "isSource": true
2490
+ }
2491
+ }
2492
+ },
2493
+ "warning": {
2494
+ "normal": {
2495
+ "0": {
2496
+ "description": "",
2497
+ "value": "#7d470500",
2498
+ "type": "color",
2499
+ "filePath": "src/stable/theme/stable-light.json",
2500
+ "isSource": true
2501
+ },
2502
+ "1": {
2503
+ "description": "",
2504
+ "value": "#7d470599",
2505
+ "type": "color",
2506
+ "filePath": "src/stable/theme/stable-light.json",
2507
+ "isSource": true
2508
+ }
2509
+ },
2510
+ "hover": {
2511
+ "0": {
2512
+ "description": "",
2513
+ "value": "#7d470500",
2514
+ "type": "color",
2515
+ "filePath": "src/stable/theme/stable-light.json",
2516
+ "isSource": true
2517
+ },
2518
+ "1": {
2519
+ "description": "",
2520
+ "value": "#7d4705E6",
2521
+ "type": "color",
2522
+ "filePath": "src/stable/theme/stable-light.json",
2523
+ "isSource": true
2524
+ }
2525
+ }
2526
+ },
2527
+ "announce": {
2528
+ "normal": {
2529
+ "0": {
2530
+ "description": "",
2531
+ "value": "#0353a800",
2532
+ "type": "color",
2533
+ "filePath": "src/stable/theme/stable-light.json",
2534
+ "isSource": true
2535
+ },
2536
+ "1": {
2537
+ "description": "",
2538
+ "value": "#0353a899",
2539
+ "type": "color",
2540
+ "filePath": "src/stable/theme/stable-light.json",
2541
+ "isSource": true
2542
+ }
2543
+ },
2544
+ "hover": {
2545
+ "0": {
2546
+ "description": "",
2547
+ "value": "#0353a800",
2548
+ "type": "color",
2549
+ "filePath": "src/stable/theme/stable-light.json",
2550
+ "isSource": true
2551
+ },
2552
+ "1": {
2553
+ "description": "",
2554
+ "value": "#0353a8E6",
2555
+ "type": "color",
2556
+ "filePath": "src/stable/theme/stable-light.json",
2557
+ "isSource": true
2558
+ }
2559
+ }
2560
+ }
2561
+ },
2562
+ "avatar": {
2563
+ "default": {
2564
+ "description": "",
2565
+ "value": "#545454",
2566
+ "type": "color",
2567
+ "filePath": "src/stable/theme/stable-light.json",
2568
+ "isSource": true
2569
+ },
2570
+ "cobalt": {
2571
+ "description": "",
2572
+ "value": "#08599c",
2573
+ "type": "color",
2574
+ "filePath": "src/stable/theme/stable-light.json",
2575
+ "isSource": true
2576
+ },
2577
+ "cyan": {
2578
+ "description": "",
2579
+ "value": "#066070",
2580
+ "type": "color",
2581
+ "filePath": "src/stable/theme/stable-light.json",
2582
+ "isSource": true
2583
+ },
2584
+ "gold": {
2585
+ "description": "",
2586
+ "value": "#735107",
2587
+ "type": "color",
2588
+ "filePath": "src/stable/theme/stable-light.json",
2589
+ "isSource": true
2590
+ },
2591
+ "lime": {
2592
+ "description": "",
2593
+ "value": "#416116",
2594
+ "type": "color",
2595
+ "filePath": "src/stable/theme/stable-light.json",
2596
+ "isSource": true
2597
+ },
2598
+ "mint": {
2599
+ "description": "",
2600
+ "value": "#12615a",
2601
+ "type": "color",
2602
+ "filePath": "src/stable/theme/stable-light.json",
2603
+ "isSource": true
2604
+ },
2605
+ "orange": {
2606
+ "description": "",
2607
+ "value": "#914017",
2608
+ "type": "color",
2609
+ "filePath": "src/stable/theme/stable-light.json",
2610
+ "isSource": true
2611
+ },
2612
+ "pink": {
2613
+ "description": "",
2614
+ "value": "#a12a3a",
2615
+ "type": "color",
2616
+ "filePath": "src/stable/theme/stable-light.json",
2617
+ "isSource": true
2618
+ },
2619
+ "purple": {
2620
+ "description": "",
2621
+ "value": "#932099",
2622
+ "type": "color",
2623
+ "filePath": "src/stable/theme/stable-light.json",
2624
+ "isSource": true
2625
+ },
2626
+ "slate": {
2627
+ "description": "",
2628
+ "value": "#535573",
2629
+ "type": "color",
2630
+ "filePath": "src/stable/theme/stable-light.json",
2631
+ "isSource": true
2632
+ },
2633
+ "violet": {
2634
+ "description": "",
2635
+ "value": "#643abd",
2636
+ "type": "color",
2637
+ "filePath": "src/stable/theme/stable-light.json",
2638
+ "isSource": true
2639
+ },
2640
+ "yellow": {
2641
+ "description": "",
2642
+ "value": "#7d4705",
2643
+ "type": "color",
2644
+ "filePath": "src/stable/theme/stable-light.json",
2645
+ "isSource": true
2646
+ }
2647
+ },
2648
+ "gradation": {
2649
+ "primary": {
2650
+ "description": "",
2651
+ "value": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
2652
+ "type": "color",
2653
+ "filePath": "src/stable/theme/stable-light.json",
2654
+ "isSource": true
2655
+ },
2656
+ "secondary": {
2657
+ "description": "",
2658
+ "value": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)",
2659
+ "type": "color",
2660
+ "filePath": "src/stable/theme/stable-light.json",
2661
+ "isSource": true
2662
+ }
2663
+ }
2664
+ }
2665
+ }
2666
+ }