@carbon/themes 11.77.0 → 11.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/es/index.js +1360 -1722
  2. package/js/generated/component-tokens/button.d.ts +98 -0
  3. package/{src/component-tokens/button/tokens.ts → js/generated/component-tokens/button.js} +65 -97
  4. package/js/generated/component-tokens/content-switcher.d.ts +25 -0
  5. package/js/generated/component-tokens/content-switcher.js +25 -0
  6. package/js/generated/component-tokens/notification.d.ts +65 -0
  7. package/js/generated/component-tokens/notification.js +65 -0
  8. package/js/generated/component-tokens/status.d.ts +63 -0
  9. package/js/generated/component-tokens/status.js +63 -0
  10. package/js/generated/component-tokens/tag.d.ts +247 -0
  11. package/js/generated/component-tokens/tag.js +247 -0
  12. package/js/generated/themes/g10.d.ts +242 -0
  13. package/js/generated/themes/g10.js +242 -0
  14. package/js/generated/themes/g100.d.ts +242 -0
  15. package/js/generated/themes/g100.js +242 -0
  16. package/js/generated/themes/g90.d.ts +242 -0
  17. package/js/generated/themes/g90.js +242 -0
  18. package/js/generated/themes/white.d.ts +242 -0
  19. package/js/generated/themes/white.js +242 -0
  20. package/lib/index.d.ts +12 -10
  21. package/lib/index.js +1360 -1722
  22. package/package.json +12 -9
  23. package/scss/generated/_button-tokens.scss +2 -2
  24. package/src/dtcg/README.md +210 -0
  25. package/src/dtcg/color-palette.json +3204 -0
  26. package/src/dtcg/components/button.json +193 -0
  27. package/src/dtcg/components/content-switcher.json +60 -0
  28. package/src/dtcg/components/notification.json +130 -0
  29. package/src/dtcg/components/status.json +122 -0
  30. package/src/dtcg/components/tag.json +486 -0
  31. package/src/dtcg/g10.json +1453 -0
  32. package/src/dtcg/g100.json +1478 -0
  33. package/src/dtcg/g90.json +1478 -0
  34. package/src/dtcg/white.json +1345 -0
  35. package/src/index.ts +96 -10
  36. package/test-dtcg.scss +28 -0
  37. package/umd/index.js +1363 -1725
  38. package/lib/component-tokens/button/index.d.ts +0 -7
  39. package/lib/component-tokens/button/tokens.d.ts +0 -98
  40. package/lib/component-tokens/content-switcher/index.d.ts +0 -7
  41. package/lib/component-tokens/content-switcher/tokens.d.ts +0 -24
  42. package/lib/component-tokens/notification/index.d.ts +0 -7
  43. package/lib/component-tokens/notification/tokens.d.ts +0 -64
  44. package/lib/component-tokens/status/index.d.ts +0 -7
  45. package/lib/component-tokens/status/tokens.d.ts +0 -62
  46. package/lib/component-tokens/tag/index.d.ts +0 -7
  47. package/lib/component-tokens/tag/tokens.d.ts +0 -246
  48. package/lib/g10.d.ts +0 -242
  49. package/lib/g100.d.ts +0 -242
  50. package/lib/g90.d.ts +0 -242
  51. package/lib/white.d.ts +0 -243
  52. package/src/component-tokens/button/index.ts +0 -8
  53. package/src/component-tokens/content-switcher/index.ts +0 -7
  54. package/src/component-tokens/content-switcher/tokens.ts +0 -29
  55. package/src/component-tokens/notification/index.ts +0 -8
  56. package/src/component-tokens/notification/tokens.ts +0 -105
  57. package/src/component-tokens/status/index.ts +0 -8
  58. package/src/component-tokens/status/tokens.ts +0 -90
  59. package/src/component-tokens/tag/index.ts +0 -8
  60. package/src/component-tokens/tag/tokens.ts +0 -353
  61. package/src/g10.ts +0 -452
  62. package/src/g100.ts +0 -453
  63. package/src/g90.ts +0 -455
  64. package/src/white.ts +0 -455
@@ -0,0 +1,1345 @@
1
+ {
2
+ "$schema": "https://tr.designtokens.org/format/",
3
+ "$description": "White theme - Light theme with high contrast for optimal readability",
4
+ "$extensions": {
5
+ "org.carbon": {
6
+ "color-scheme": "light"
7
+ }
8
+ },
9
+ "background": {
10
+ "$type": "color",
11
+ "$value": "{white.default}",
12
+ "$description": "Default page background color. Use as the base surface for the entire application or page."
13
+ },
14
+ "background-inverse": {
15
+ "$type": "color",
16
+ "$value": "{gray.80}",
17
+ "$description": "Inverse background color for dark UI elements. Use for tooltips, inverse buttons, or dark-themed sections."
18
+ },
19
+ "background-brand": {
20
+ "$type": "color",
21
+ "$value": "{blue.60}",
22
+ "$description": "Brand color for backgrounds. Use for branded sections, headers, or promotional areas."
23
+ },
24
+ "background-active": {
25
+ "$type": "color",
26
+ "$value": "{gray.50}",
27
+ "$description": "Background color for active/pressed state. Use when user clicks or presses interactive elements.",
28
+ "$extensions": {
29
+ "org.carbon": {
30
+ "alphaModifier": 0.5
31
+ }
32
+ }
33
+ },
34
+ "background-hover": {
35
+ "$type": "color",
36
+ "$value": "{gray.50}",
37
+ "$description": "Background color for hover state. Use when user hovers over interactive elements to provide visual feedback.",
38
+ "$extensions": {
39
+ "org.carbon": {
40
+ "alphaModifier": 0.12
41
+ }
42
+ }
43
+ },
44
+ "background-inverse-hover": {
45
+ "$type": "color",
46
+ "$value": "{gray.80Hover}",
47
+ "$description": "Hover state for inverse backgrounds"
48
+ },
49
+ "background-selected": {
50
+ "$type": "color",
51
+ "$value": "{gray.50}",
52
+ "$description": "Background color for selected state. Use to highlight currently selected items or active states.",
53
+ "$extensions": {
54
+ "org.carbon": {
55
+ "alphaModifier": 0.2
56
+ }
57
+ }
58
+ },
59
+ "background-selected-hover": {
60
+ "$type": "color",
61
+ "$value": "{gray.50}",
62
+ "$description": "Hover state for selected backgrounds",
63
+ "$extensions": {
64
+ "org.carbon": {
65
+ "alphaModifier": 0.32
66
+ }
67
+ }
68
+ },
69
+ "layer": {
70
+ "01": {
71
+ "$type": "color",
72
+ "$value": "{gray.10}",
73
+ "$description": "01. Token for 01 in the design system."
74
+ },
75
+ "active-01": {
76
+ "$type": "color",
77
+ "$value": "{gray.30}",
78
+ "$description": "01. Token for 01 in the design system."
79
+ },
80
+ "background-01": {
81
+ "$type": "color",
82
+ "$value": "{white.default}",
83
+ "$description": "01. Token for 01 in the design system."
84
+ },
85
+ "hover-01": {
86
+ "$type": "color",
87
+ "$value": "{gray.10Hover}",
88
+ "$description": "01. Token for 01 in the design system."
89
+ },
90
+ "selected-01": {
91
+ "$type": "color",
92
+ "$value": "{gray.20}",
93
+ "$description": "01. Token for 01 in the design system."
94
+ },
95
+ "selected-hover-01": {
96
+ "$type": "color",
97
+ "$value": "{gray.20Hover}",
98
+ "$description": "01. Token for 01 in the design system."
99
+ },
100
+ "02": {
101
+ "$type": "color",
102
+ "$value": "{white.default}",
103
+ "$description": "02. Token for 02 in the design system."
104
+ },
105
+ "active-02": {
106
+ "$type": "color",
107
+ "$value": "{gray.30}",
108
+ "$description": "02. Token for 02 in the design system."
109
+ },
110
+ "background-02": {
111
+ "$type": "color",
112
+ "$value": "{gray.10}",
113
+ "$description": "02. Token for 02 in the design system."
114
+ },
115
+ "hover-02": {
116
+ "$type": "color",
117
+ "$value": "{gray.10Hover}",
118
+ "$description": "02. Token for 02 in the design system."
119
+ },
120
+ "selected-02": {
121
+ "$type": "color",
122
+ "$value": "{gray.20}",
123
+ "$description": "02. Token for 02 in the design system."
124
+ },
125
+ "selected-hover-02": {
126
+ "$type": "color",
127
+ "$value": "{gray.20Hover}",
128
+ "$description": "02. Token for 02 in the design system."
129
+ },
130
+ "03": {
131
+ "$type": "color",
132
+ "$value": "{gray.10}",
133
+ "$description": "03. Token for 03 in the design system."
134
+ },
135
+ "active-03": {
136
+ "$type": "color",
137
+ "$value": "{gray.30}",
138
+ "$description": "03. Token for 03 in the design system."
139
+ },
140
+ "background-03": {
141
+ "$type": "color",
142
+ "$value": "{white.default}",
143
+ "$description": "03. Token for 03 in the design system."
144
+ },
145
+ "hover-03": {
146
+ "$type": "color",
147
+ "$value": "{gray.10Hover}",
148
+ "$description": "03. Token for 03 in the design system."
149
+ },
150
+ "selected-03": {
151
+ "$type": "color",
152
+ "$value": "{gray.20}",
153
+ "$description": "03. Token for 03 in the design system."
154
+ },
155
+ "selected-hover-03": {
156
+ "$type": "color",
157
+ "$value": "{gray.20Hover}",
158
+ "$description": "03. Token for 03 in the design system."
159
+ },
160
+ "selected-inverse": {
161
+ "$type": "color",
162
+ "$value": "{gray.100}",
163
+ "$description": "Inverse. Token for inverse in the design system."
164
+ },
165
+ "selected-disabled": {
166
+ "$type": "color",
167
+ "$value": "{gray.50}",
168
+ "$description": "Disabled. Token for disabled in the design system."
169
+ },
170
+ "accent-01": {
171
+ "$type": "color",
172
+ "$value": "{gray.20}",
173
+ "$description": "01. Token for 01 in the design system."
174
+ },
175
+ "accent-active-01": {
176
+ "$type": "color",
177
+ "$value": "{gray.40}",
178
+ "$description": "01. Token for 01 in the design system."
179
+ },
180
+ "accent-hover-01": {
181
+ "$type": "color",
182
+ "$value": "{gray.20Hover}",
183
+ "$description": "01. Token for 01 in the design system."
184
+ },
185
+ "accent-02": {
186
+ "$type": "color",
187
+ "$value": "{gray.20}",
188
+ "$description": "02. Token for 02 in the design system."
189
+ },
190
+ "accent-active-02": {
191
+ "$type": "color",
192
+ "$value": "{gray.40}",
193
+ "$description": "02. Token for 02 in the design system."
194
+ },
195
+ "accent-hover-02": {
196
+ "$type": "color",
197
+ "$value": "{gray.20Hover}",
198
+ "$description": "02. Token for 02 in the design system."
199
+ },
200
+ "accent-03": {
201
+ "$type": "color",
202
+ "$value": "{gray.20}",
203
+ "$description": "03. Token for 03 in the design system."
204
+ },
205
+ "accent-active-03": {
206
+ "$type": "color",
207
+ "$value": "{gray.40}",
208
+ "$description": "03. Token for 03 in the design system."
209
+ },
210
+ "accent-hover-03": {
211
+ "$type": "color",
212
+ "$value": "{gray.20Hover}",
213
+ "$description": "03. Token for 03 in the design system."
214
+ }
215
+ },
216
+ "field": {
217
+ "01": {
218
+ "$type": "color",
219
+ "$value": "{gray.10}",
220
+ "$description": "Background color for form fields on layer 01. Use for input fields, text areas, and selects on first layer."
221
+ },
222
+ "hover-01": {
223
+ "$type": "color",
224
+ "$value": "{gray.10Hover}",
225
+ "$description": "Hover background for fields on layer 01. Use when user hovers over input fields on first layer."
226
+ },
227
+ "02": {
228
+ "$type": "color",
229
+ "$value": "{white.default}",
230
+ "$description": "Background color for form fields on layer 02. Use for input fields on second layer surfaces."
231
+ },
232
+ "hover-02": {
233
+ "$type": "color",
234
+ "$value": "{gray.10Hover}",
235
+ "$description": "Hover background for fields on layer 02. Use when user hovers over input fields on second layer."
236
+ },
237
+ "03": {
238
+ "$type": "color",
239
+ "$value": "{gray.10}",
240
+ "$description": "Background color for form fields on layer 03. Use for input fields on third layer surfaces."
241
+ },
242
+ "hover-03": {
243
+ "$type": "color",
244
+ "$value": "{gray.10Hover}",
245
+ "$description": "Hover background for fields on layer 03. Use when user hovers over input fields on third layer."
246
+ }
247
+ },
248
+ "border": {
249
+ "subtle-00": {
250
+ "$type": "color",
251
+ "$value": "{gray.20}",
252
+ "$description": "Subtle border color for base layer. Use for low-contrast borders on page background."
253
+ },
254
+ "subtle-01": {
255
+ "$type": "color",
256
+ "$value": "{gray.30}",
257
+ "$description": "Subtle border color for layer 01. Use for low-contrast borders on first layer surfaces."
258
+ },
259
+ "subtle-selected-01": {
260
+ "$type": "color",
261
+ "$value": "{gray.30}",
262
+ "$description": "Subtle border for selected items on layer 01. Use for low-contrast borders on selected elements."
263
+ },
264
+ "subtle-02": {
265
+ "$type": "color",
266
+ "$value": "{gray.20}",
267
+ "$description": "Subtle border color for layer 02. Use for low-contrast borders on second layer surfaces."
268
+ },
269
+ "subtle-selected-02": {
270
+ "$type": "color",
271
+ "$value": "{gray.30}",
272
+ "$description": "Subtle border for selected items on layer 02. Use for low-contrast borders on selected elements."
273
+ },
274
+ "subtle-03": {
275
+ "$type": "color",
276
+ "$value": "{gray.30}",
277
+ "$description": "Subtle border color for layer 03. Use for low-contrast borders on third layer surfaces."
278
+ },
279
+ "subtle-selected-03": {
280
+ "$type": "color",
281
+ "$value": "{gray.30}",
282
+ "$description": "Subtle border for selected items on layer 03. Use for low-contrast borders on selected elements."
283
+ },
284
+ "strong-01": {
285
+ "$type": "color",
286
+ "$value": "{gray.50}",
287
+ "$description": "Strong border color for layer 01. Use for high-contrast borders that need clear definition on first layer."
288
+ },
289
+ "strong-02": {
290
+ "$type": "color",
291
+ "$value": "{gray.50}",
292
+ "$description": "Strong border color for layer 02. Use for high-contrast borders on second layer surfaces."
293
+ },
294
+ "strong-03": {
295
+ "$type": "color",
296
+ "$value": "{gray.50}",
297
+ "$description": "Strong border color for layer 03. Use for high-contrast borders on third layer surfaces."
298
+ },
299
+ "tile-01": {
300
+ "$type": "color",
301
+ "$value": "{gray.30}",
302
+ "$description": "Border color for tiles on layer 01. Use for card or tile borders on first layer."
303
+ },
304
+ "tile-02": {
305
+ "$type": "color",
306
+ "$value": "{gray.40}",
307
+ "$description": "Border color for tiles on layer 02. Use for card or tile borders on second layer."
308
+ },
309
+ "tile-03": {
310
+ "$type": "color",
311
+ "$value": "{gray.30}",
312
+ "$description": "Border color for tiles on layer 03. Use for card or tile borders on third layer."
313
+ },
314
+ "inverse": {
315
+ "$type": "color",
316
+ "$value": "{gray.100}",
317
+ "$description": "Border color for inverse/dark UI elements. Use for borders on dark backgrounds or inverse components."
318
+ },
319
+ "interactive": {
320
+ "$type": "color",
321
+ "$value": "{blue.60}",
322
+ "$description": "Border color for interactive elements. Use for focused inputs, active selections, or clickable borders."
323
+ },
324
+ "disabled": {
325
+ "$type": "color",
326
+ "$value": "{gray.30}",
327
+ "$description": "Border color for disabled elements. Use when borders need to indicate unavailable or inactive state."
328
+ }
329
+ },
330
+ "text": {
331
+ "primary": {
332
+ "$type": "color",
333
+ "$value": "{gray.100}",
334
+ "$description": "Primary. Token for primary in the design system."
335
+ },
336
+ "secondary": {
337
+ "$type": "color",
338
+ "$value": "{gray.70}",
339
+ "$description": "Secondary. Token for secondary in the design system."
340
+ },
341
+ "placeholder": {
342
+ "$type": "color",
343
+ "$value": "{gray.100}",
344
+ "$description": "Placeholder. Token for placeholder in the design system.",
345
+ "$extensions": {
346
+ "org.carbon": {
347
+ "alphaModifier": 0.4
348
+ }
349
+ }
350
+ },
351
+ "helper": {
352
+ "$type": "color",
353
+ "$value": "{gray.60}",
354
+ "$description": "Helper. Token for helper in the design system."
355
+ },
356
+ "error": {
357
+ "$type": "color",
358
+ "$value": "{red.60}",
359
+ "$description": "Error. Token for error in the design system."
360
+ },
361
+ "inverse": {
362
+ "$type": "color",
363
+ "$value": "{white.default}",
364
+ "$description": "Inverse. Token for inverse in the design system."
365
+ },
366
+ "on-color": {
367
+ "$type": "color",
368
+ "$value": "{white.default}",
369
+ "$description": "Color. Token for color in the design system."
370
+ },
371
+ "on-color-disabled": {
372
+ "$type": "color",
373
+ "$value": "{gray.50}",
374
+ "$description": "Disabled. Token for disabled in the design system."
375
+ },
376
+ "disabled": {
377
+ "$type": "color",
378
+ "$value": "{gray.100}",
379
+ "$description": "Disabled. Token for disabled in the design system.",
380
+ "$extensions": {
381
+ "org.carbon": {
382
+ "alphaModifier": 0.25
383
+ }
384
+ }
385
+ }
386
+ },
387
+ "link": {
388
+ "primary": {
389
+ "$type": "color",
390
+ "$value": "{blue.60}",
391
+ "$description": "Primary. Token for primary in the design system."
392
+ },
393
+ "primary-hover": {
394
+ "$type": "color",
395
+ "$value": "{blue.70}",
396
+ "$description": "Hover. Token for hover in the design system."
397
+ },
398
+ "secondary": {
399
+ "$type": "color",
400
+ "$value": "{blue.70}",
401
+ "$description": "Secondary. Token for secondary in the design system."
402
+ },
403
+ "inverse": {
404
+ "$type": "color",
405
+ "$value": "{blue.40}",
406
+ "$description": "Inverse. Token for inverse in the design system."
407
+ },
408
+ "visited": {
409
+ "$type": "color",
410
+ "$value": "{purple.60}",
411
+ "$description": "Visited. Token for visited in the design system."
412
+ },
413
+ "inverse-visited": {
414
+ "$type": "color",
415
+ "$value": "{purple.40}",
416
+ "$description": "Visited. Token for visited in the design system."
417
+ },
418
+ "inverse-active": {
419
+ "$type": "color",
420
+ "$value": "{gray.10}",
421
+ "$description": "Active. Token for active in the design system."
422
+ },
423
+ "inverse-hover": {
424
+ "$type": "color",
425
+ "$value": "{blue.30}",
426
+ "$description": "Hover. Token for hover in the design system."
427
+ }
428
+ },
429
+ "icon": {
430
+ "primary": {
431
+ "$type": "color",
432
+ "$value": "{gray.100}",
433
+ "$description": "Primary icon color. Use for main icons with highest visual priority and emphasis."
434
+ },
435
+ "secondary": {
436
+ "$type": "color",
437
+ "$value": "{gray.70}",
438
+ "$description": "Secondary. Token for secondary in the design system."
439
+ },
440
+ "inverse": {
441
+ "$type": "color",
442
+ "$value": "{white.default}",
443
+ "$description": "Icon color for inverse/dark backgrounds. Use for icons on dark surfaces or inverse components."
444
+ },
445
+ "on-color": {
446
+ "$type": "color",
447
+ "$value": "{white.default}",
448
+ "$description": "Icon color for colored backgrounds. Use for icons on brand colors, buttons, or colored surfaces."
449
+ },
450
+ "on-color-disabled": {
451
+ "$type": "color",
452
+ "$value": "{gray.50}",
453
+ "$description": "Disabled icon color on colored backgrounds. Use when icons on colored surfaces are inactive."
454
+ },
455
+ "disabled": {
456
+ "$type": "color",
457
+ "$value": "{gray.100}",
458
+ "$description": "Icon color for disabled state. Use when icons need to indicate unavailable or inactive functionality.",
459
+ "$extensions": {
460
+ "org.carbon": {
461
+ "alphaModifier": 0.25
462
+ }
463
+ }
464
+ },
465
+ "interactive": {
466
+ "$type": "color",
467
+ "$value": "{blue.60}",
468
+ "$description": "Icon color for interactive elements. Use for clickable icons, buttons, and actionable items."
469
+ }
470
+ },
471
+ "support": {
472
+ "error": {
473
+ "$type": "color",
474
+ "$value": "{red.60}",
475
+ "$description": "Error. Token for error in the design system."
476
+ },
477
+ "success": {
478
+ "$type": "color",
479
+ "$value": "{green.50}",
480
+ "$description": "Success. Token for success in the design system."
481
+ },
482
+ "warning": {
483
+ "$type": "color",
484
+ "$value": "{yellow.30}",
485
+ "$description": "Warning. Token for warning in the design system."
486
+ },
487
+ "info": {
488
+ "$type": "color",
489
+ "$value": "{blue.70}",
490
+ "$description": "Info. Token for info in the design system."
491
+ },
492
+ "error-inverse": {
493
+ "$type": "color",
494
+ "$value": "{red.50}",
495
+ "$description": "Inverse. Token for inverse in the design system."
496
+ },
497
+ "success-inverse": {
498
+ "$type": "color",
499
+ "$value": "{green.40}",
500
+ "$description": "Inverse. Token for inverse in the design system."
501
+ },
502
+ "warning-inverse": {
503
+ "$type": "color",
504
+ "$value": "{yellow.30}",
505
+ "$description": "Inverse. Token for inverse in the design system."
506
+ },
507
+ "info-inverse": {
508
+ "$type": "color",
509
+ "$value": "{blue.50}",
510
+ "$description": "Inverse. Token for inverse in the design system."
511
+ },
512
+ "caution-minor": {
513
+ "$type": "color",
514
+ "$value": "{yellow.30}",
515
+ "$description": "Minor. Token for minor in the design system."
516
+ },
517
+ "caution-major": {
518
+ "$type": "color",
519
+ "$value": "{orange.40}",
520
+ "$description": "Major. Token for major in the design system."
521
+ },
522
+ "caution-undefined": {
523
+ "$type": "color",
524
+ "$value": "{purple.60}",
525
+ "$description": "Undefined. Token for undefined in the design system."
526
+ }
527
+ },
528
+ "focus": {
529
+ "$type": "color",
530
+ "$value": "{blue.60}",
531
+ "$description": "Focus indicator color. Use for focus rings and outlines on interactive elements for keyboard navigation."
532
+ },
533
+ "focus-inset": {
534
+ "$type": "color",
535
+ "$value": "{white.default}",
536
+ "$description": "Inset focus indicator color. Use for inner focus rings on elements with colored backgrounds."
537
+ },
538
+ "focus-inverse": {
539
+ "$type": "color",
540
+ "$value": "{white.default}",
541
+ "$description": "Focus indicator for inverse/dark elements. Use for focus rings on dark backgrounds."
542
+ },
543
+ "interactive": {
544
+ "$type": "color",
545
+ "$value": "{blue.60}",
546
+ "$description": "Interactive element color. Use for clickable elements, links, and actionable items."
547
+ },
548
+ "highlight": {
549
+ "$type": "color",
550
+ "$value": "{blue.20}",
551
+ "$description": "Highlight color for selected text or emphasized content. Use for text selection or search result highlighting."
552
+ },
553
+ "overlay": {
554
+ "$type": "color",
555
+ "$value": "{black.default}",
556
+ "$description": "Overlay color for modal backgrounds. Use to dim content behind dialogs and modals.",
557
+ "$extensions": {
558
+ "org.carbon": {
559
+ "alphaModifier": 0.6
560
+ }
561
+ }
562
+ },
563
+ "toggle-off": {
564
+ "$type": "color",
565
+ "$value": "{gray.50}",
566
+ "$description": "Off. Token for off in the design system."
567
+ },
568
+ "shadow": {
569
+ "$type": "color",
570
+ "$value": "{black.default}",
571
+ "$description": "Shadow color for elevation. Provides depth and layering for elevated components.",
572
+ "$extensions": {
573
+ "org.carbon": {
574
+ "alphaModifier": 0.3
575
+ }
576
+ }
577
+ },
578
+ "skeleton": {
579
+ "background": {
580
+ "$type": "color",
581
+ "$value": "{gray.10Hover}",
582
+ "$description": "Background. Token for background in the design system."
583
+ },
584
+ "element": {
585
+ "$type": "color",
586
+ "$value": "{gray.30}",
587
+ "$description": "Element. Token for element in the design system."
588
+ }
589
+ },
590
+ "syntax": {
591
+ "comment": {
592
+ "$type": "color",
593
+ "$value": "{green.60}",
594
+ "$description": "Syntax highlighting color for comments. Use for all comment types in code editors."
595
+ },
596
+ "line-comment": {
597
+ "$type": "color",
598
+ "$value": "{green.60}",
599
+ "$description": "Syntax highlighting color for line comments. Use for single-line comments in code."
600
+ },
601
+ "block-comment": {
602
+ "$type": "color",
603
+ "$value": "{green.60}",
604
+ "$description": "Syntax highlighting color for block comments. Use for multi-line comment blocks."
605
+ },
606
+ "doc-comment": {
607
+ "$type": "color",
608
+ "$value": "{green.60}",
609
+ "$description": "Syntax highlighting color for documentation comments. Use for JSDoc, docstrings, etc."
610
+ },
611
+ "string": {
612
+ "$type": "color",
613
+ "$value": "{gray.100}",
614
+ "$description": "Syntax highlighting color for strings. Use for string literals in code."
615
+ },
616
+ "doc-string": {
617
+ "$type": "color",
618
+ "$value": "{gray.100}",
619
+ "$description": "Syntax highlighting color for documentation strings. Use for docstring literals."
620
+ },
621
+ "keyword": {
622
+ "$type": "color",
623
+ "$value": "{blue.60}",
624
+ "$description": "Syntax highlighting color for keywords. Use for language keywords like if, for, class."
625
+ },
626
+ "operator-keyword": {
627
+ "$type": "color",
628
+ "$value": "{blue.60}",
629
+ "$description": "Syntax highlighting color for operator keywords. Use for keywords like and, or, not."
630
+ },
631
+ "control-keyword": {
632
+ "$type": "color",
633
+ "$value": "{purple.70}",
634
+ "$description": "Syntax highlighting color for control flow keywords. Use for if, else, while, return."
635
+ },
636
+ "definition-keyword": {
637
+ "$type": "color",
638
+ "$value": "{cyan.70}",
639
+ "$description": "Syntax highlighting color for definition keywords. Use for def, function, class declarations."
640
+ },
641
+ "module-keyword": {
642
+ "$type": "color",
643
+ "$value": "{purple.70}",
644
+ "$description": "Syntax highlighting color for module keywords. Use for import, export, require."
645
+ },
646
+ "variable": {
647
+ "$type": "color",
648
+ "$value": "{blue.60}",
649
+ "$description": "Syntax highlighting color for variables. Use for variable names and identifiers."
650
+ },
651
+ "name": {
652
+ "$type": "color",
653
+ "$value": "{blue.60}",
654
+ "$description": "Syntax name"
655
+ },
656
+ "variable-name": {
657
+ "$type": "color",
658
+ "$value": "{blue.60}",
659
+ "$description": "Syntax variable name"
660
+ },
661
+ "label-name": {
662
+ "$type": "color",
663
+ "$value": "{blue.60}",
664
+ "$description": "Syntax label name"
665
+ },
666
+ "attribute": {
667
+ "$type": "color",
668
+ "$value": "{cyan.70}",
669
+ "$description": "Syntax attribute"
670
+ },
671
+ "attribute-name": {
672
+ "$type": "color",
673
+ "$value": "{cyan.70}",
674
+ "$description": "Syntax attribute name"
675
+ },
676
+ "property-name": {
677
+ "$type": "color",
678
+ "$value": "{cyan.70}",
679
+ "$description": "Syntax property name"
680
+ },
681
+ "tag": {
682
+ "$type": "color",
683
+ "$value": "{teal.60}",
684
+ "$description": "Syntax tag"
685
+ },
686
+ "tag-name": {
687
+ "$type": "color",
688
+ "$value": "{teal.60}",
689
+ "$description": "Syntax tag name"
690
+ },
691
+ "type": {
692
+ "$type": "color",
693
+ "$value": "{teal.60}",
694
+ "$description": "Syntax type"
695
+ },
696
+ "type-name": {
697
+ "$type": "color",
698
+ "$value": "{teal.60}",
699
+ "$description": "Syntax type name"
700
+ },
701
+ "class-name": {
702
+ "$type": "color",
703
+ "$value": "{teal.60}",
704
+ "$description": "Syntax class name"
705
+ },
706
+ "namespace": {
707
+ "$type": "color",
708
+ "$value": "{teal.60}",
709
+ "$description": "Syntax namespace"
710
+ },
711
+ "macro-name": {
712
+ "$type": "color",
713
+ "$value": "{gray.100}",
714
+ "$description": "Syntax macro name"
715
+ },
716
+ "atom": {
717
+ "$type": "color",
718
+ "$value": "{gray.100}",
719
+ "$description": "Syntax atom"
720
+ },
721
+ "literal": {
722
+ "$type": "color",
723
+ "$value": "{gray.100}",
724
+ "$description": "Syntax literal"
725
+ },
726
+ "bool": {
727
+ "$type": "color",
728
+ "$value": "{gray.100}",
729
+ "$description": "Syntax bool"
730
+ },
731
+ "null": {
732
+ "$type": "color",
733
+ "$value": "{gray.100}",
734
+ "$description": "Syntax null"
735
+ },
736
+ "self": {
737
+ "$type": "color",
738
+ "$value": "{teal.60}",
739
+ "$description": "Syntax self"
740
+ },
741
+ "number": {
742
+ "$type": "color",
743
+ "$value": "{green.60}",
744
+ "$description": "Syntax number"
745
+ },
746
+ "integer": {
747
+ "$type": "color",
748
+ "$value": "{green.60}",
749
+ "$description": "Syntax integer"
750
+ },
751
+ "float": {
752
+ "$type": "color",
753
+ "$value": "{green.60}",
754
+ "$description": "Syntax float"
755
+ },
756
+ "unit": {
757
+ "$type": "color",
758
+ "$value": "{green.60}",
759
+ "$description": "Syntax unit"
760
+ },
761
+ "character": {
762
+ "$type": "color",
763
+ "$value": "{gray.100}",
764
+ "$description": "Syntax character"
765
+ },
766
+ "attribute-value": {
767
+ "$type": "color",
768
+ "$value": "{gray.100}",
769
+ "$description": "Syntax attribute value"
770
+ },
771
+ "special-string": {
772
+ "$type": "color",
773
+ "$value": "{purple.60}",
774
+ "$description": "Syntax special string"
775
+ },
776
+ "regexp": {
777
+ "$type": "color",
778
+ "$value": "{purple.70}",
779
+ "$description": "Syntax regexp"
780
+ },
781
+ "escape": {
782
+ "$type": "color",
783
+ "$value": "{coolGray.80}",
784
+ "$description": "Syntax escape"
785
+ },
786
+ "url": {
787
+ "$type": "color",
788
+ "$value": "{coolGray.80}",
789
+ "$description": "Syntax url"
790
+ },
791
+ "color": {
792
+ "$type": "color",
793
+ "$value": "{gray.100}",
794
+ "$description": "Syntax color"
795
+ },
796
+ "operator": {
797
+ "$type": "color",
798
+ "$value": "{coolGray.80}",
799
+ "$description": "Syntax operator"
800
+ },
801
+ "deref-operator": {
802
+ "$type": "color",
803
+ "$value": "{coolGray.80}",
804
+ "$description": "Syntax deref operator"
805
+ },
806
+ "arithmetic-operator": {
807
+ "$type": "color",
808
+ "$value": "{coolGray.80}",
809
+ "$description": "Syntax arithmetic operator"
810
+ },
811
+ "logic-operator": {
812
+ "$type": "color",
813
+ "$value": "{coolGray.80}",
814
+ "$description": "Syntax logic operator"
815
+ },
816
+ "bitwise-operator": {
817
+ "$type": "color",
818
+ "$value": "{coolGray.80}",
819
+ "$description": "Syntax bitwise operator"
820
+ },
821
+ "compare-operator": {
822
+ "$type": "color",
823
+ "$value": "{coolGray.80}",
824
+ "$description": "Syntax compare operator"
825
+ },
826
+ "update-operator": {
827
+ "$type": "color",
828
+ "$value": "{coolGray.80}",
829
+ "$description": "Syntax update operator"
830
+ },
831
+ "definition-operator": {
832
+ "$type": "color",
833
+ "$value": "{cyan.70}",
834
+ "$description": "Syntax definition operator"
835
+ },
836
+ "type-operator": {
837
+ "$type": "color",
838
+ "$value": "{teal.60}",
839
+ "$description": "Syntax type operator"
840
+ },
841
+ "control-operator": {
842
+ "$type": "color",
843
+ "$value": "{purple.70}",
844
+ "$description": "Syntax control operator"
845
+ },
846
+ "modifier": {
847
+ "$type": "color",
848
+ "$value": "{blue.60}",
849
+ "$description": "Syntax modifier"
850
+ },
851
+ "punctuation": {
852
+ "$type": "color",
853
+ "$value": "{coolGray.80}",
854
+ "$description": "Syntax punctuation"
855
+ },
856
+ "separator": {
857
+ "$type": "color",
858
+ "$value": "{coolGray.80}",
859
+ "$description": "Syntax separator"
860
+ },
861
+ "bracket": {
862
+ "$type": "color",
863
+ "$value": "{coolGray.80}",
864
+ "$description": "Syntax bracket"
865
+ },
866
+ "angle-bracket": {
867
+ "$type": "color",
868
+ "$value": "{coolGray.60}",
869
+ "$description": "Syntax angle bracket"
870
+ },
871
+ "square-bracket": {
872
+ "$type": "color",
873
+ "$value": "{coolGray.80}",
874
+ "$description": "Syntax square bracket"
875
+ },
876
+ "paren": {
877
+ "$type": "color",
878
+ "$value": "{coolGray.80}",
879
+ "$description": "Syntax paren"
880
+ },
881
+ "brace": {
882
+ "$type": "color",
883
+ "$value": "{coolGray.80}",
884
+ "$description": "Syntax brace"
885
+ },
886
+ "content": {
887
+ "$type": "color",
888
+ "$value": "{gray.100}",
889
+ "$description": "Syntax content"
890
+ },
891
+ "list": {
892
+ "$type": "color",
893
+ "$value": "{gray.100}",
894
+ "$description": "Syntax list"
895
+ },
896
+ "emphasis": {
897
+ "$type": "color",
898
+ "$value": "{gray.100}",
899
+ "$description": "Syntax emphasis"
900
+ },
901
+ "strong": {
902
+ "$type": "color",
903
+ "$value": "{gray.100}",
904
+ "$description": "Syntax strong"
905
+ },
906
+ "monospace": {
907
+ "$type": "color",
908
+ "$value": "{gray.100}",
909
+ "$description": "Syntax monospace"
910
+ },
911
+ "strikethrough": {
912
+ "$type": "color",
913
+ "$value": "{gray.100}",
914
+ "$description": "Syntax strikethrough"
915
+ },
916
+ "heading": {
917
+ "$type": "color",
918
+ "$value": "{cyan.70}",
919
+ "$description": "Syntax heading"
920
+ },
921
+ "content-separator": {
922
+ "$type": "color",
923
+ "$value": "{coolGray.80}",
924
+ "$description": "Syntax content separator"
925
+ },
926
+ "quote": {
927
+ "$type": "color",
928
+ "$value": "{green.60}",
929
+ "$description": "Syntax quote"
930
+ },
931
+ "link": {
932
+ "$type": "color",
933
+ "$value": "{blue.60}",
934
+ "$description": "Syntax link"
935
+ },
936
+ "invalid": {
937
+ "$type": "color",
938
+ "$value": "{red.60}",
939
+ "$description": "Syntax invalid"
940
+ },
941
+ "meta": {
942
+ "$type": "color",
943
+ "$value": "{green.60}",
944
+ "$description": "Syntax meta"
945
+ },
946
+ "document-meta": {
947
+ "$type": "color",
948
+ "$value": "{green.60}",
949
+ "$description": "Syntax document meta"
950
+ },
951
+ "annotation": {
952
+ "$type": "color",
953
+ "$value": "{teal.60}",
954
+ "$description": "Syntax annotation"
955
+ },
956
+ "processing-instruction": {
957
+ "$type": "color",
958
+ "$value": "{gray.100}",
959
+ "$description": "Syntax processing instruction"
960
+ },
961
+ "definition": {
962
+ "$type": "color",
963
+ "$value": "{cyan.70}",
964
+ "$description": "Syntax definition"
965
+ },
966
+ "constant": {
967
+ "$type": "color",
968
+ "$value": "{blue.60}",
969
+ "$description": "Syntax constant"
970
+ },
971
+ "function": {
972
+ "$type": "color",
973
+ "$value": "{yellow.60}",
974
+ "$description": "Syntax function"
975
+ },
976
+ "standard": {
977
+ "$type": "color",
978
+ "$value": "{blue.60}",
979
+ "$description": "Syntax standard"
980
+ },
981
+ "local": {
982
+ "$type": "color",
983
+ "$value": "{blue.60}",
984
+ "$description": "Syntax local"
985
+ },
986
+ "special": {
987
+ "$type": "color",
988
+ "$value": "{blue.60}",
989
+ "$description": "Syntax special"
990
+ },
991
+ "inserted": {
992
+ "$type": "color",
993
+ "$value": "{green.20}",
994
+ "$description": "Syntax inserted"
995
+ },
996
+ "deleted": {
997
+ "$type": "color",
998
+ "$value": "{red.20}",
999
+ "$description": "Syntax deleted"
1000
+ },
1001
+ "heading-1": {
1002
+ "$type": "color",
1003
+ "$value": "{cyan.70}",
1004
+ "$description": "Syntax heading 1"
1005
+ },
1006
+ "heading-2": {
1007
+ "$type": "color",
1008
+ "$value": "{cyan.70}",
1009
+ "$description": "Syntax heading 2"
1010
+ },
1011
+ "heading-3": {
1012
+ "$type": "color",
1013
+ "$value": "{cyan.70}",
1014
+ "$description": "Syntax heading 3"
1015
+ },
1016
+ "heading-4": {
1017
+ "$type": "color",
1018
+ "$value": "{cyan.70}",
1019
+ "$description": "Syntax heading 4"
1020
+ },
1021
+ "heading-5": {
1022
+ "$type": "color",
1023
+ "$value": "{cyan.70}",
1024
+ "$description": "Syntax heading 5"
1025
+ },
1026
+ "heading-6": {
1027
+ "$type": "color",
1028
+ "$value": "{cyan.70}",
1029
+ "$description": "Syntax heading 6"
1030
+ }
1031
+ },
1032
+ "ai": {
1033
+ "inner-shadow": {
1034
+ "$type": "color",
1035
+ "$value": "{blue.50}",
1036
+ "$description": "AI inner shadow",
1037
+ "$extensions": {
1038
+ "org.carbon": {
1039
+ "alphaModifier": 0.1
1040
+ }
1041
+ }
1042
+ },
1043
+ "aura-start-sm": {
1044
+ "$type": "color",
1045
+ "$value": "{blue.50}",
1046
+ "$description": "AI aura start small",
1047
+ "$extensions": {
1048
+ "org.carbon": {
1049
+ "alphaModifier": 0.16
1050
+ }
1051
+ }
1052
+ },
1053
+ "aura-start": {
1054
+ "$type": "color",
1055
+ "$value": "{blue.50}",
1056
+ "$description": "AI aura start",
1057
+ "$extensions": {
1058
+ "org.carbon": {
1059
+ "alphaModifier": 0.1
1060
+ }
1061
+ }
1062
+ },
1063
+ "aura-end": {
1064
+ "$type": "color",
1065
+ "$value": "{white.default}",
1066
+ "$description": "AI aura end",
1067
+ "$extensions": {
1068
+ "org.carbon": {
1069
+ "alphaModifier": 0
1070
+ }
1071
+ }
1072
+ },
1073
+ "border-strong": {
1074
+ "$type": "color",
1075
+ "$value": "{blue.50}",
1076
+ "$description": "AI strong border"
1077
+ },
1078
+ "border-start": {
1079
+ "$type": "color",
1080
+ "$value": "{blue.30}",
1081
+ "$description": "AI border start",
1082
+ "$extensions": {
1083
+ "org.carbon": {
1084
+ "alphaModifier": 0.64
1085
+ }
1086
+ }
1087
+ },
1088
+ "border-end": {
1089
+ "$type": "color",
1090
+ "$value": "{blue.40}",
1091
+ "$description": "AI border end"
1092
+ },
1093
+ "drop-shadow": {
1094
+ "$type": "color",
1095
+ "$value": "{blue.60}",
1096
+ "$description": "AI drop shadow",
1097
+ "$extensions": {
1098
+ "org.carbon": {
1099
+ "alphaModifier": 0.1
1100
+ }
1101
+ }
1102
+ },
1103
+ "aura-hover-background": {
1104
+ "$type": "color",
1105
+ "$value": "{blue.10}",
1106
+ "$description": "AI aura hover background"
1107
+ },
1108
+ "aura-hover-start": {
1109
+ "$type": "color",
1110
+ "$value": "{blue.50}",
1111
+ "$description": "AI aura hover start",
1112
+ "$extensions": {
1113
+ "org.carbon": {
1114
+ "alphaModifier": 0.32
1115
+ }
1116
+ }
1117
+ },
1118
+ "aura-hover-end": {
1119
+ "$type": "color",
1120
+ "$value": "{white.default}",
1121
+ "$description": "AI aura hover end",
1122
+ "$extensions": {
1123
+ "org.carbon": {
1124
+ "alphaModifier": 0
1125
+ }
1126
+ }
1127
+ },
1128
+ "popover-background": {
1129
+ "$type": "color",
1130
+ "$value": "{white.default}",
1131
+ "$description": "AI popover background"
1132
+ },
1133
+ "popover-shadow-outer-01": {
1134
+ "$type": "color",
1135
+ "$value": "{blue.70}",
1136
+ "$description": "AI popover outer shadow 01",
1137
+ "$extensions": {
1138
+ "org.carbon": {
1139
+ "alphaModifier": 0.06
1140
+ }
1141
+ }
1142
+ },
1143
+ "popover-shadow-outer-02": {
1144
+ "$type": "color",
1145
+ "$value": "{black.default}",
1146
+ "$description": "AI popover outer shadow 02",
1147
+ "$extensions": {
1148
+ "org.carbon": {
1149
+ "alphaModifier": 0.04
1150
+ }
1151
+ }
1152
+ },
1153
+ "skeleton-background": {
1154
+ "$type": "color",
1155
+ "$value": "{blue.20}",
1156
+ "$description": "AI skeleton background"
1157
+ },
1158
+ "skeleton-element-background": {
1159
+ "$type": "color",
1160
+ "$value": "{blue.50}",
1161
+ "$description": "AI skeleton element background"
1162
+ },
1163
+ "overlay": {
1164
+ "$type": "color",
1165
+ "$value": "{blue.100}",
1166
+ "$description": "AI modal overlay",
1167
+ "$extensions": {
1168
+ "org.carbon": {
1169
+ "alphaModifier": 0.5
1170
+ }
1171
+ }
1172
+ },
1173
+ "popover-caret-center": {
1174
+ "$type": "color",
1175
+ "$value": {
1176
+ "colorSpace": "srgb",
1177
+ "components": [
1178
+ 0.627451,
1179
+ 0.764706,
1180
+ 1
1181
+ ],
1182
+ "hex": "#a0c3ff"
1183
+ },
1184
+ "$description": "AI popover caret center"
1185
+ },
1186
+ "popover-caret-bottom": {
1187
+ "$type": "color",
1188
+ "$value": "{blue.40}",
1189
+ "$description": "AI popover caret bottom"
1190
+ },
1191
+ "popover-caret-bottom-background-actions": {
1192
+ "$type": "color",
1193
+ "$value": {
1194
+ "colorSpace": "srgb",
1195
+ "components": [
1196
+ 0.913725,
1197
+ 0.937255,
1198
+ 0.980392
1199
+ ],
1200
+ "hex": "#e9effa"
1201
+ },
1202
+ "$description": "AI popover caret bottom background for actions"
1203
+ },
1204
+ "popover-caret-bottom-background": {
1205
+ "$type": "color",
1206
+ "$value": {
1207
+ "colorSpace": "srgb",
1208
+ "components": [
1209
+ 0.917647,
1210
+ 0.945098,
1211
+ 1
1212
+ ],
1213
+ "hex": "#eaf1ff"
1214
+ },
1215
+ "$description": "AI popover caret bottom background"
1216
+ }
1217
+ },
1218
+ "chat": {
1219
+ "prompt-background": {
1220
+ "$type": "color",
1221
+ "$value": "{white.default}",
1222
+ "$description": "Chat prompt background"
1223
+ },
1224
+ "prompt-border-start": {
1225
+ "$type": "color",
1226
+ "$value": "{gray.10}",
1227
+ "$description": "Chat prompt border start"
1228
+ },
1229
+ "prompt-border-end": {
1230
+ "$type": "color",
1231
+ "$value": "{gray.10}",
1232
+ "$description": "Chat prompt border end",
1233
+ "$extensions": {
1234
+ "org.carbon": {
1235
+ "alphaModifier": 0
1236
+ }
1237
+ }
1238
+ },
1239
+ "prompt-text": {
1240
+ "$type": "color",
1241
+ "$value": "{gray.100}",
1242
+ "$description": "Chat prompt text"
1243
+ },
1244
+ "bubble-user": {
1245
+ "$type": "color",
1246
+ "$value": "{gray.20}",
1247
+ "$description": "Chat bubble user background"
1248
+ },
1249
+ "bubble-user-text": {
1250
+ "$type": "color",
1251
+ "$value": "{gray.100}",
1252
+ "$description": "Chat bubble user text"
1253
+ },
1254
+ "bubble-agent": {
1255
+ "$type": "color",
1256
+ "$value": "{white.default}",
1257
+ "$description": "Chat bubble agent background"
1258
+ },
1259
+ "bubble-agent-text": {
1260
+ "$type": "color",
1261
+ "$value": "{gray.100}",
1262
+ "$description": "Chat bubble agent text"
1263
+ },
1264
+ "bubble-border": {
1265
+ "$type": "color",
1266
+ "$value": "{gray.20}",
1267
+ "$description": "Chat bubble border"
1268
+ },
1269
+ "avatar-bot": {
1270
+ "$type": "color",
1271
+ "$value": "{gray.60}",
1272
+ "$description": "Chat avatar bot"
1273
+ },
1274
+ "avatar-agent": {
1275
+ "$type": "color",
1276
+ "$value": "{gray.80}",
1277
+ "$description": "Chat avatar agent"
1278
+ },
1279
+ "avatar-user": {
1280
+ "$type": "color",
1281
+ "$value": "{blue.60}",
1282
+ "$description": "Chat avatar user"
1283
+ },
1284
+ "shell-background": {
1285
+ "$type": "color",
1286
+ "$value": "{white.default}",
1287
+ "$description": "Chat shell background"
1288
+ },
1289
+ "header-background": {
1290
+ "$type": "color",
1291
+ "$value": "{white.default}",
1292
+ "$description": "Chat header background"
1293
+ },
1294
+ "header-text": {
1295
+ "$type": "color",
1296
+ "$value": "{gray.100}",
1297
+ "$description": "Chat header text"
1298
+ },
1299
+ "button": {
1300
+ "$type": "color",
1301
+ "$value": "{blue.60}",
1302
+ "$description": "Chat button color"
1303
+ },
1304
+ "button-hover": {
1305
+ "$type": "color",
1306
+ "$value": "{gray.50}",
1307
+ "$description": "Chat button hover background",
1308
+ "$extensions": {
1309
+ "org.carbon": {
1310
+ "alphaModifier": 0.12
1311
+ }
1312
+ }
1313
+ },
1314
+ "button-text-hover": {
1315
+ "$type": "color",
1316
+ "$value": "{blue.70}",
1317
+ "$description": "Chat button text hover"
1318
+ },
1319
+ "button-active": {
1320
+ "$type": "color",
1321
+ "$value": "{gray.50}",
1322
+ "$description": "Chat button active background",
1323
+ "$extensions": {
1324
+ "org.carbon": {
1325
+ "alphaModifier": 0.5
1326
+ }
1327
+ }
1328
+ },
1329
+ "button-selected": {
1330
+ "$type": "color",
1331
+ "$value": "{gray.50}",
1332
+ "$description": "Chat button selected background",
1333
+ "$extensions": {
1334
+ "org.carbon": {
1335
+ "alphaModifier": 0.2
1336
+ }
1337
+ }
1338
+ },
1339
+ "button-text-selected": {
1340
+ "$type": "color",
1341
+ "$value": "{gray.70}",
1342
+ "$description": "Chat button text selected"
1343
+ }
1344
+ }
1345
+ }