@carbon/themes 11.78.0 → 11.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.js +7 -7
- package/js/generated/themes/g10.d.ts +2 -2
- package/js/generated/themes/g10.js +2 -2
- package/js/generated/themes/g100.d.ts +2 -2
- package/js/generated/themes/g100.js +2 -2
- package/js/generated/themes/g90.d.ts +2 -2
- package/js/generated/themes/g90.js +2 -2
- package/js/generated/themes/white.d.ts +1 -1
- package/js/generated/themes/white.js +1 -1
- package/lib/index.js +7 -7
- package/package.json +11 -7
- package/src/dtcg/color-palette.json +1464 -244
- package/style-dictionary/formats/js-component-tokens.js +128 -0
- package/style-dictionary/formats/js-themes.js +84 -0
- package/style-dictionary/formats/scss-component-tokens.js +149 -0
- package/style-dictionary/formats/scss-themes.js +127 -0
- package/style-dictionary/formats/scss-tokens.js +91 -0
- package/style-dictionary/preprocessors/component-tokens.js +119 -0
- package/style-dictionary/preprocessors/dual-role.js +157 -0
- package/style-dictionary/preprocessors/theme-metadata.js +46 -0
- package/style-dictionary/sd.config.js +342 -0
- package/style-dictionary/transforms/alpha-modifier.js +68 -0
- package/style-dictionary/transforms/color-flatten.js +79 -0
- package/umd/index.js +7 -7
|
@@ -13,7 +13,12 @@
|
|
|
13
13
|
],
|
|
14
14
|
"hex": "#000000"
|
|
15
15
|
},
|
|
16
|
-
"$description": "black default"
|
|
16
|
+
"$description": "black default",
|
|
17
|
+
"$extensions": {
|
|
18
|
+
"org.carbon": {
|
|
19
|
+
"role": "reference"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
17
22
|
},
|
|
18
23
|
"Hover": {
|
|
19
24
|
"$type": "color",
|
|
@@ -26,7 +31,12 @@
|
|
|
26
31
|
],
|
|
27
32
|
"hex": "#212121"
|
|
28
33
|
},
|
|
29
|
-
"$description": "black Hover"
|
|
34
|
+
"$description": "black Hover",
|
|
35
|
+
"$extensions": {
|
|
36
|
+
"org.carbon": {
|
|
37
|
+
"role": "reference"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
30
40
|
}
|
|
31
41
|
},
|
|
32
42
|
"blue": {
|
|
@@ -41,7 +51,12 @@
|
|
|
41
51
|
],
|
|
42
52
|
"hex": "#edf5ff"
|
|
43
53
|
},
|
|
44
|
-
"$description": "blue 10"
|
|
54
|
+
"$description": "blue 10",
|
|
55
|
+
"$extensions": {
|
|
56
|
+
"org.carbon": {
|
|
57
|
+
"role": "reference"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
45
60
|
},
|
|
46
61
|
"20": {
|
|
47
62
|
"$type": "color",
|
|
@@ -54,7 +69,12 @@
|
|
|
54
69
|
],
|
|
55
70
|
"hex": "#d0e2ff"
|
|
56
71
|
},
|
|
57
|
-
"$description": "blue 20"
|
|
72
|
+
"$description": "blue 20",
|
|
73
|
+
"$extensions": {
|
|
74
|
+
"org.carbon": {
|
|
75
|
+
"role": "reference"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
58
78
|
},
|
|
59
79
|
"30": {
|
|
60
80
|
"$type": "color",
|
|
@@ -67,7 +87,12 @@
|
|
|
67
87
|
],
|
|
68
88
|
"hex": "#a6c8ff"
|
|
69
89
|
},
|
|
70
|
-
"$description": "blue 30"
|
|
90
|
+
"$description": "blue 30",
|
|
91
|
+
"$extensions": {
|
|
92
|
+
"org.carbon": {
|
|
93
|
+
"role": "reference"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
71
96
|
},
|
|
72
97
|
"40": {
|
|
73
98
|
"$type": "color",
|
|
@@ -80,7 +105,12 @@
|
|
|
80
105
|
],
|
|
81
106
|
"hex": "#78a9ff"
|
|
82
107
|
},
|
|
83
|
-
"$description": "blue 40"
|
|
108
|
+
"$description": "blue 40",
|
|
109
|
+
"$extensions": {
|
|
110
|
+
"org.carbon": {
|
|
111
|
+
"role": "reference"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
84
114
|
},
|
|
85
115
|
"50": {
|
|
86
116
|
"$type": "color",
|
|
@@ -93,7 +123,12 @@
|
|
|
93
123
|
],
|
|
94
124
|
"hex": "#4589ff"
|
|
95
125
|
},
|
|
96
|
-
"$description": "blue 50"
|
|
126
|
+
"$description": "blue 50",
|
|
127
|
+
"$extensions": {
|
|
128
|
+
"org.carbon": {
|
|
129
|
+
"role": "reference"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
97
132
|
},
|
|
98
133
|
"60": {
|
|
99
134
|
"$type": "color",
|
|
@@ -106,7 +141,12 @@
|
|
|
106
141
|
],
|
|
107
142
|
"hex": "#0f62fe"
|
|
108
143
|
},
|
|
109
|
-
"$description": "blue 60"
|
|
144
|
+
"$description": "blue 60",
|
|
145
|
+
"$extensions": {
|
|
146
|
+
"org.carbon": {
|
|
147
|
+
"role": "reference"
|
|
148
|
+
}
|
|
149
|
+
}
|
|
110
150
|
},
|
|
111
151
|
"70": {
|
|
112
152
|
"$type": "color",
|
|
@@ -119,7 +159,12 @@
|
|
|
119
159
|
],
|
|
120
160
|
"hex": "#0043ce"
|
|
121
161
|
},
|
|
122
|
-
"$description": "blue 70"
|
|
162
|
+
"$description": "blue 70",
|
|
163
|
+
"$extensions": {
|
|
164
|
+
"org.carbon": {
|
|
165
|
+
"role": "reference"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
123
168
|
},
|
|
124
169
|
"80": {
|
|
125
170
|
"$type": "color",
|
|
@@ -132,7 +177,12 @@
|
|
|
132
177
|
],
|
|
133
178
|
"hex": "#002d9c"
|
|
134
179
|
},
|
|
135
|
-
"$description": "blue 80"
|
|
180
|
+
"$description": "blue 80",
|
|
181
|
+
"$extensions": {
|
|
182
|
+
"org.carbon": {
|
|
183
|
+
"role": "reference"
|
|
184
|
+
}
|
|
185
|
+
}
|
|
136
186
|
},
|
|
137
187
|
"90": {
|
|
138
188
|
"$type": "color",
|
|
@@ -145,7 +195,12 @@
|
|
|
145
195
|
],
|
|
146
196
|
"hex": "#001d6c"
|
|
147
197
|
},
|
|
148
|
-
"$description": "blue 90"
|
|
198
|
+
"$description": "blue 90",
|
|
199
|
+
"$extensions": {
|
|
200
|
+
"org.carbon": {
|
|
201
|
+
"role": "reference"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
149
204
|
},
|
|
150
205
|
"100": {
|
|
151
206
|
"$type": "color",
|
|
@@ -158,7 +213,12 @@
|
|
|
158
213
|
],
|
|
159
214
|
"hex": "#001141"
|
|
160
215
|
},
|
|
161
|
-
"$description": "blue 100"
|
|
216
|
+
"$description": "blue 100",
|
|
217
|
+
"$extensions": {
|
|
218
|
+
"org.carbon": {
|
|
219
|
+
"role": "reference"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
162
222
|
},
|
|
163
223
|
"100Hover": {
|
|
164
224
|
"$type": "color",
|
|
@@ -171,7 +231,12 @@
|
|
|
171
231
|
],
|
|
172
232
|
"hex": "#001f75"
|
|
173
233
|
},
|
|
174
|
-
"$description": "blue 100Hover"
|
|
234
|
+
"$description": "blue 100Hover",
|
|
235
|
+
"$extensions": {
|
|
236
|
+
"org.carbon": {
|
|
237
|
+
"role": "reference"
|
|
238
|
+
}
|
|
239
|
+
}
|
|
175
240
|
},
|
|
176
241
|
"10Hover": {
|
|
177
242
|
"$type": "color",
|
|
@@ -184,7 +249,12 @@
|
|
|
184
249
|
],
|
|
185
250
|
"hex": "#dbebff"
|
|
186
251
|
},
|
|
187
|
-
"$description": "blue 10Hover"
|
|
252
|
+
"$description": "blue 10Hover",
|
|
253
|
+
"$extensions": {
|
|
254
|
+
"org.carbon": {
|
|
255
|
+
"role": "reference"
|
|
256
|
+
}
|
|
257
|
+
}
|
|
188
258
|
},
|
|
189
259
|
"20Hover": {
|
|
190
260
|
"$type": "color",
|
|
@@ -197,7 +267,12 @@
|
|
|
197
267
|
],
|
|
198
268
|
"hex": "#b8d3ff"
|
|
199
269
|
},
|
|
200
|
-
"$description": "blue 20Hover"
|
|
270
|
+
"$description": "blue 20Hover",
|
|
271
|
+
"$extensions": {
|
|
272
|
+
"org.carbon": {
|
|
273
|
+
"role": "reference"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
201
276
|
},
|
|
202
277
|
"30Hover": {
|
|
203
278
|
"$type": "color",
|
|
@@ -210,7 +285,12 @@
|
|
|
210
285
|
],
|
|
211
286
|
"hex": "#8ab6ff"
|
|
212
287
|
},
|
|
213
|
-
"$description": "blue 30Hover"
|
|
288
|
+
"$description": "blue 30Hover",
|
|
289
|
+
"$extensions": {
|
|
290
|
+
"org.carbon": {
|
|
291
|
+
"role": "reference"
|
|
292
|
+
}
|
|
293
|
+
}
|
|
214
294
|
},
|
|
215
295
|
"40Hover": {
|
|
216
296
|
"$type": "color",
|
|
@@ -223,7 +303,12 @@
|
|
|
223
303
|
],
|
|
224
304
|
"hex": "#5c97ff"
|
|
225
305
|
},
|
|
226
|
-
"$description": "blue 40Hover"
|
|
306
|
+
"$description": "blue 40Hover",
|
|
307
|
+
"$extensions": {
|
|
308
|
+
"org.carbon": {
|
|
309
|
+
"role": "reference"
|
|
310
|
+
}
|
|
311
|
+
}
|
|
227
312
|
},
|
|
228
313
|
"50Hover": {
|
|
229
314
|
"$type": "color",
|
|
@@ -236,7 +321,12 @@
|
|
|
236
321
|
],
|
|
237
322
|
"hex": "#1f70ff"
|
|
238
323
|
},
|
|
239
|
-
"$description": "blue 50Hover"
|
|
324
|
+
"$description": "blue 50Hover",
|
|
325
|
+
"$extensions": {
|
|
326
|
+
"org.carbon": {
|
|
327
|
+
"role": "reference"
|
|
328
|
+
}
|
|
329
|
+
}
|
|
240
330
|
},
|
|
241
331
|
"60Hover": {
|
|
242
332
|
"$type": "color",
|
|
@@ -249,7 +339,12 @@
|
|
|
249
339
|
],
|
|
250
340
|
"hex": "#0050e6"
|
|
251
341
|
},
|
|
252
|
-
"$description": "blue 60Hover"
|
|
342
|
+
"$description": "blue 60Hover",
|
|
343
|
+
"$extensions": {
|
|
344
|
+
"org.carbon": {
|
|
345
|
+
"role": "reference"
|
|
346
|
+
}
|
|
347
|
+
}
|
|
253
348
|
},
|
|
254
349
|
"70Hover": {
|
|
255
350
|
"$type": "color",
|
|
@@ -262,7 +357,12 @@
|
|
|
262
357
|
],
|
|
263
358
|
"hex": "#0053ff"
|
|
264
359
|
},
|
|
265
|
-
"$description": "blue 70Hover"
|
|
360
|
+
"$description": "blue 70Hover",
|
|
361
|
+
"$extensions": {
|
|
362
|
+
"org.carbon": {
|
|
363
|
+
"role": "reference"
|
|
364
|
+
}
|
|
365
|
+
}
|
|
266
366
|
},
|
|
267
367
|
"80Hover": {
|
|
268
368
|
"$type": "color",
|
|
@@ -275,7 +375,12 @@
|
|
|
275
375
|
],
|
|
276
376
|
"hex": "#0039c7"
|
|
277
377
|
},
|
|
278
|
-
"$description": "blue 80Hover"
|
|
378
|
+
"$description": "blue 80Hover",
|
|
379
|
+
"$extensions": {
|
|
380
|
+
"org.carbon": {
|
|
381
|
+
"role": "reference"
|
|
382
|
+
}
|
|
383
|
+
}
|
|
279
384
|
},
|
|
280
385
|
"90Hover": {
|
|
281
386
|
"$type": "color",
|
|
@@ -288,7 +393,12 @@
|
|
|
288
393
|
],
|
|
289
394
|
"hex": "#00258a"
|
|
290
395
|
},
|
|
291
|
-
"$description": "blue 90Hover"
|
|
396
|
+
"$description": "blue 90Hover",
|
|
397
|
+
"$extensions": {
|
|
398
|
+
"org.carbon": {
|
|
399
|
+
"role": "reference"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
292
402
|
}
|
|
293
403
|
},
|
|
294
404
|
"coolGray": {
|
|
@@ -303,7 +413,12 @@
|
|
|
303
413
|
],
|
|
304
414
|
"hex": "#f2f4f8"
|
|
305
415
|
},
|
|
306
|
-
"$description": "coolGray 10"
|
|
416
|
+
"$description": "coolGray 10",
|
|
417
|
+
"$extensions": {
|
|
418
|
+
"org.carbon": {
|
|
419
|
+
"role": "reference"
|
|
420
|
+
}
|
|
421
|
+
}
|
|
307
422
|
},
|
|
308
423
|
"20": {
|
|
309
424
|
"$type": "color",
|
|
@@ -316,7 +431,12 @@
|
|
|
316
431
|
],
|
|
317
432
|
"hex": "#dde1e6"
|
|
318
433
|
},
|
|
319
|
-
"$description": "coolGray 20"
|
|
434
|
+
"$description": "coolGray 20",
|
|
435
|
+
"$extensions": {
|
|
436
|
+
"org.carbon": {
|
|
437
|
+
"role": "reference"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
320
440
|
},
|
|
321
441
|
"30": {
|
|
322
442
|
"$type": "color",
|
|
@@ -329,7 +449,12 @@
|
|
|
329
449
|
],
|
|
330
450
|
"hex": "#c1c7cd"
|
|
331
451
|
},
|
|
332
|
-
"$description": "coolGray 30"
|
|
452
|
+
"$description": "coolGray 30",
|
|
453
|
+
"$extensions": {
|
|
454
|
+
"org.carbon": {
|
|
455
|
+
"role": "reference"
|
|
456
|
+
}
|
|
457
|
+
}
|
|
333
458
|
},
|
|
334
459
|
"40": {
|
|
335
460
|
"$type": "color",
|
|
@@ -342,7 +467,12 @@
|
|
|
342
467
|
],
|
|
343
468
|
"hex": "#a2a9b0"
|
|
344
469
|
},
|
|
345
|
-
"$description": "coolGray 40"
|
|
470
|
+
"$description": "coolGray 40",
|
|
471
|
+
"$extensions": {
|
|
472
|
+
"org.carbon": {
|
|
473
|
+
"role": "reference"
|
|
474
|
+
}
|
|
475
|
+
}
|
|
346
476
|
},
|
|
347
477
|
"50": {
|
|
348
478
|
"$type": "color",
|
|
@@ -355,7 +485,12 @@
|
|
|
355
485
|
],
|
|
356
486
|
"hex": "#878d96"
|
|
357
487
|
},
|
|
358
|
-
"$description": "coolGray 50"
|
|
488
|
+
"$description": "coolGray 50",
|
|
489
|
+
"$extensions": {
|
|
490
|
+
"org.carbon": {
|
|
491
|
+
"role": "reference"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
359
494
|
},
|
|
360
495
|
"60": {
|
|
361
496
|
"$type": "color",
|
|
@@ -368,7 +503,12 @@
|
|
|
368
503
|
],
|
|
369
504
|
"hex": "#697077"
|
|
370
505
|
},
|
|
371
|
-
"$description": "coolGray 60"
|
|
506
|
+
"$description": "coolGray 60",
|
|
507
|
+
"$extensions": {
|
|
508
|
+
"org.carbon": {
|
|
509
|
+
"role": "reference"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
372
512
|
},
|
|
373
513
|
"70": {
|
|
374
514
|
"$type": "color",
|
|
@@ -381,7 +521,12 @@
|
|
|
381
521
|
],
|
|
382
522
|
"hex": "#4d5358"
|
|
383
523
|
},
|
|
384
|
-
"$description": "coolGray 70"
|
|
524
|
+
"$description": "coolGray 70",
|
|
525
|
+
"$extensions": {
|
|
526
|
+
"org.carbon": {
|
|
527
|
+
"role": "reference"
|
|
528
|
+
}
|
|
529
|
+
}
|
|
385
530
|
},
|
|
386
531
|
"80": {
|
|
387
532
|
"$type": "color",
|
|
@@ -394,7 +539,12 @@
|
|
|
394
539
|
],
|
|
395
540
|
"hex": "#343a3f"
|
|
396
541
|
},
|
|
397
|
-
"$description": "coolGray 80"
|
|
542
|
+
"$description": "coolGray 80",
|
|
543
|
+
"$extensions": {
|
|
544
|
+
"org.carbon": {
|
|
545
|
+
"role": "reference"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
398
548
|
},
|
|
399
549
|
"90": {
|
|
400
550
|
"$type": "color",
|
|
@@ -407,7 +557,12 @@
|
|
|
407
557
|
],
|
|
408
558
|
"hex": "#21272a"
|
|
409
559
|
},
|
|
410
|
-
"$description": "coolGray 90"
|
|
560
|
+
"$description": "coolGray 90",
|
|
561
|
+
"$extensions": {
|
|
562
|
+
"org.carbon": {
|
|
563
|
+
"role": "reference"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
411
566
|
},
|
|
412
567
|
"100": {
|
|
413
568
|
"$type": "color",
|
|
@@ -420,7 +575,12 @@
|
|
|
420
575
|
],
|
|
421
576
|
"hex": "#121619"
|
|
422
577
|
},
|
|
423
|
-
"$description": "coolGray 100"
|
|
578
|
+
"$description": "coolGray 100",
|
|
579
|
+
"$extensions": {
|
|
580
|
+
"org.carbon": {
|
|
581
|
+
"role": "reference"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
424
584
|
},
|
|
425
585
|
"100Hover": {
|
|
426
586
|
"$type": "color",
|
|
@@ -433,7 +593,12 @@
|
|
|
433
593
|
],
|
|
434
594
|
"hex": "#222a2f"
|
|
435
595
|
},
|
|
436
|
-
"$description": "coolGray 100Hover"
|
|
596
|
+
"$description": "coolGray 100Hover",
|
|
597
|
+
"$extensions": {
|
|
598
|
+
"org.carbon": {
|
|
599
|
+
"role": "reference"
|
|
600
|
+
}
|
|
601
|
+
}
|
|
437
602
|
},
|
|
438
603
|
"10Hover": {
|
|
439
604
|
"$type": "color",
|
|
@@ -446,7 +611,12 @@
|
|
|
446
611
|
],
|
|
447
612
|
"hex": "#e4e9f1"
|
|
448
613
|
},
|
|
449
|
-
"$description": "coolGray 10Hover"
|
|
614
|
+
"$description": "coolGray 10Hover",
|
|
615
|
+
"$extensions": {
|
|
616
|
+
"org.carbon": {
|
|
617
|
+
"role": "reference"
|
|
618
|
+
}
|
|
619
|
+
}
|
|
450
620
|
},
|
|
451
621
|
"20Hover": {
|
|
452
622
|
"$type": "color",
|
|
@@ -459,7 +629,12 @@
|
|
|
459
629
|
],
|
|
460
630
|
"hex": "#cdd3da"
|
|
461
631
|
},
|
|
462
|
-
"$description": "coolGray 20Hover"
|
|
632
|
+
"$description": "coolGray 20Hover",
|
|
633
|
+
"$extensions": {
|
|
634
|
+
"org.carbon": {
|
|
635
|
+
"role": "reference"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
463
638
|
},
|
|
464
639
|
"30Hover": {
|
|
465
640
|
"$type": "color",
|
|
@@ -472,7 +647,12 @@
|
|
|
472
647
|
],
|
|
473
648
|
"hex": "#adb5bd"
|
|
474
649
|
},
|
|
475
|
-
"$description": "coolGray 30Hover"
|
|
650
|
+
"$description": "coolGray 30Hover",
|
|
651
|
+
"$extensions": {
|
|
652
|
+
"org.carbon": {
|
|
653
|
+
"role": "reference"
|
|
654
|
+
}
|
|
655
|
+
}
|
|
476
656
|
},
|
|
477
657
|
"40Hover": {
|
|
478
658
|
"$type": "color",
|
|
@@ -485,7 +665,12 @@
|
|
|
485
665
|
],
|
|
486
666
|
"hex": "#9199a1"
|
|
487
667
|
},
|
|
488
|
-
"$description": "coolGray 40Hover"
|
|
668
|
+
"$description": "coolGray 40Hover",
|
|
669
|
+
"$extensions": {
|
|
670
|
+
"org.carbon": {
|
|
671
|
+
"role": "reference"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
489
674
|
},
|
|
490
675
|
"50Hover": {
|
|
491
676
|
"$type": "color",
|
|
@@ -498,7 +683,12 @@
|
|
|
498
683
|
],
|
|
499
684
|
"hex": "#757b85"
|
|
500
685
|
},
|
|
501
|
-
"$description": "coolGray 50Hover"
|
|
686
|
+
"$description": "coolGray 50Hover",
|
|
687
|
+
"$extensions": {
|
|
688
|
+
"org.carbon": {
|
|
689
|
+
"role": "reference"
|
|
690
|
+
}
|
|
691
|
+
}
|
|
502
692
|
},
|
|
503
693
|
"60Hover": {
|
|
504
694
|
"$type": "color",
|
|
@@ -511,7 +701,12 @@
|
|
|
511
701
|
],
|
|
512
702
|
"hex": "#585e64"
|
|
513
703
|
},
|
|
514
|
-
"$description": "coolGray 60Hover"
|
|
704
|
+
"$description": "coolGray 60Hover",
|
|
705
|
+
"$extensions": {
|
|
706
|
+
"org.carbon": {
|
|
707
|
+
"role": "reference"
|
|
708
|
+
}
|
|
709
|
+
}
|
|
515
710
|
},
|
|
516
711
|
"70Hover": {
|
|
517
712
|
"$type": "color",
|
|
@@ -524,7 +719,12 @@
|
|
|
524
719
|
],
|
|
525
720
|
"hex": "#5d646a"
|
|
526
721
|
},
|
|
527
|
-
"$description": "coolGray 70Hover"
|
|
722
|
+
"$description": "coolGray 70Hover",
|
|
723
|
+
"$extensions": {
|
|
724
|
+
"org.carbon": {
|
|
725
|
+
"role": "reference"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
528
728
|
},
|
|
529
729
|
"80Hover": {
|
|
530
730
|
"$type": "color",
|
|
@@ -537,7 +737,12 @@
|
|
|
537
737
|
],
|
|
538
738
|
"hex": "#434a51"
|
|
539
739
|
},
|
|
540
|
-
"$description": "coolGray 80Hover"
|
|
740
|
+
"$description": "coolGray 80Hover",
|
|
741
|
+
"$extensions": {
|
|
742
|
+
"org.carbon": {
|
|
743
|
+
"role": "reference"
|
|
744
|
+
}
|
|
745
|
+
}
|
|
541
746
|
},
|
|
542
747
|
"90Hover": {
|
|
543
748
|
"$type": "color",
|
|
@@ -550,7 +755,12 @@
|
|
|
550
755
|
],
|
|
551
756
|
"hex": "#2b3236"
|
|
552
757
|
},
|
|
553
|
-
"$description": "coolGray 90Hover"
|
|
758
|
+
"$description": "coolGray 90Hover",
|
|
759
|
+
"$extensions": {
|
|
760
|
+
"org.carbon": {
|
|
761
|
+
"role": "reference"
|
|
762
|
+
}
|
|
763
|
+
}
|
|
554
764
|
}
|
|
555
765
|
},
|
|
556
766
|
"cyan": {
|
|
@@ -565,7 +775,12 @@
|
|
|
565
775
|
],
|
|
566
776
|
"hex": "#e5f6ff"
|
|
567
777
|
},
|
|
568
|
-
"$description": "cyan 10"
|
|
778
|
+
"$description": "cyan 10",
|
|
779
|
+
"$extensions": {
|
|
780
|
+
"org.carbon": {
|
|
781
|
+
"role": "reference"
|
|
782
|
+
}
|
|
783
|
+
}
|
|
569
784
|
},
|
|
570
785
|
"20": {
|
|
571
786
|
"$type": "color",
|
|
@@ -578,7 +793,12 @@
|
|
|
578
793
|
],
|
|
579
794
|
"hex": "#bae6ff"
|
|
580
795
|
},
|
|
581
|
-
"$description": "cyan 20"
|
|
796
|
+
"$description": "cyan 20",
|
|
797
|
+
"$extensions": {
|
|
798
|
+
"org.carbon": {
|
|
799
|
+
"role": "reference"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
582
802
|
},
|
|
583
803
|
"30": {
|
|
584
804
|
"$type": "color",
|
|
@@ -591,7 +811,12 @@
|
|
|
591
811
|
],
|
|
592
812
|
"hex": "#82cfff"
|
|
593
813
|
},
|
|
594
|
-
"$description": "cyan 30"
|
|
814
|
+
"$description": "cyan 30",
|
|
815
|
+
"$extensions": {
|
|
816
|
+
"org.carbon": {
|
|
817
|
+
"role": "reference"
|
|
818
|
+
}
|
|
819
|
+
}
|
|
595
820
|
},
|
|
596
821
|
"40": {
|
|
597
822
|
"$type": "color",
|
|
@@ -604,7 +829,12 @@
|
|
|
604
829
|
],
|
|
605
830
|
"hex": "#33b1ff"
|
|
606
831
|
},
|
|
607
|
-
"$description": "cyan 40"
|
|
832
|
+
"$description": "cyan 40",
|
|
833
|
+
"$extensions": {
|
|
834
|
+
"org.carbon": {
|
|
835
|
+
"role": "reference"
|
|
836
|
+
}
|
|
837
|
+
}
|
|
608
838
|
},
|
|
609
839
|
"50": {
|
|
610
840
|
"$type": "color",
|
|
@@ -617,7 +847,12 @@
|
|
|
617
847
|
],
|
|
618
848
|
"hex": "#1192e8"
|
|
619
849
|
},
|
|
620
|
-
"$description": "cyan 50"
|
|
850
|
+
"$description": "cyan 50",
|
|
851
|
+
"$extensions": {
|
|
852
|
+
"org.carbon": {
|
|
853
|
+
"role": "reference"
|
|
854
|
+
}
|
|
855
|
+
}
|
|
621
856
|
},
|
|
622
857
|
"60": {
|
|
623
858
|
"$type": "color",
|
|
@@ -630,7 +865,12 @@
|
|
|
630
865
|
],
|
|
631
866
|
"hex": "#0072c3"
|
|
632
867
|
},
|
|
633
|
-
"$description": "cyan 60"
|
|
868
|
+
"$description": "cyan 60",
|
|
869
|
+
"$extensions": {
|
|
870
|
+
"org.carbon": {
|
|
871
|
+
"role": "reference"
|
|
872
|
+
}
|
|
873
|
+
}
|
|
634
874
|
},
|
|
635
875
|
"70": {
|
|
636
876
|
"$type": "color",
|
|
@@ -643,7 +883,12 @@
|
|
|
643
883
|
],
|
|
644
884
|
"hex": "#00539a"
|
|
645
885
|
},
|
|
646
|
-
"$description": "cyan 70"
|
|
886
|
+
"$description": "cyan 70",
|
|
887
|
+
"$extensions": {
|
|
888
|
+
"org.carbon": {
|
|
889
|
+
"role": "reference"
|
|
890
|
+
}
|
|
891
|
+
}
|
|
647
892
|
},
|
|
648
893
|
"80": {
|
|
649
894
|
"$type": "color",
|
|
@@ -656,7 +901,12 @@
|
|
|
656
901
|
],
|
|
657
902
|
"hex": "#003a6d"
|
|
658
903
|
},
|
|
659
|
-
"$description": "cyan 80"
|
|
904
|
+
"$description": "cyan 80",
|
|
905
|
+
"$extensions": {
|
|
906
|
+
"org.carbon": {
|
|
907
|
+
"role": "reference"
|
|
908
|
+
}
|
|
909
|
+
}
|
|
660
910
|
},
|
|
661
911
|
"90": {
|
|
662
912
|
"$type": "color",
|
|
@@ -669,7 +919,12 @@
|
|
|
669
919
|
],
|
|
670
920
|
"hex": "#012749"
|
|
671
921
|
},
|
|
672
|
-
"$description": "cyan 90"
|
|
922
|
+
"$description": "cyan 90",
|
|
923
|
+
"$extensions": {
|
|
924
|
+
"org.carbon": {
|
|
925
|
+
"role": "reference"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
673
928
|
},
|
|
674
929
|
"100": {
|
|
675
930
|
"$type": "color",
|
|
@@ -682,7 +937,12 @@
|
|
|
682
937
|
],
|
|
683
938
|
"hex": "#061727"
|
|
684
939
|
},
|
|
685
|
-
"$description": "cyan 100"
|
|
940
|
+
"$description": "cyan 100",
|
|
941
|
+
"$extensions": {
|
|
942
|
+
"org.carbon": {
|
|
943
|
+
"role": "reference"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
686
946
|
},
|
|
687
947
|
"100Hover": {
|
|
688
948
|
"$type": "color",
|
|
@@ -695,7 +955,12 @@
|
|
|
695
955
|
],
|
|
696
956
|
"hex": "#0b2947"
|
|
697
957
|
},
|
|
698
|
-
"$description": "cyan 100Hover"
|
|
958
|
+
"$description": "cyan 100Hover",
|
|
959
|
+
"$extensions": {
|
|
960
|
+
"org.carbon": {
|
|
961
|
+
"role": "reference"
|
|
962
|
+
}
|
|
963
|
+
}
|
|
699
964
|
},
|
|
700
965
|
"10Hover": {
|
|
701
966
|
"$type": "color",
|
|
@@ -708,7 +973,12 @@
|
|
|
708
973
|
],
|
|
709
974
|
"hex": "#cceeff"
|
|
710
975
|
},
|
|
711
|
-
"$description": "cyan 10Hover"
|
|
976
|
+
"$description": "cyan 10Hover",
|
|
977
|
+
"$extensions": {
|
|
978
|
+
"org.carbon": {
|
|
979
|
+
"role": "reference"
|
|
980
|
+
}
|
|
981
|
+
}
|
|
712
982
|
},
|
|
713
983
|
"20Hover": {
|
|
714
984
|
"$type": "color",
|
|
@@ -721,7 +991,12 @@
|
|
|
721
991
|
],
|
|
722
992
|
"hex": "#99daff"
|
|
723
993
|
},
|
|
724
|
-
"$description": "cyan 20Hover"
|
|
994
|
+
"$description": "cyan 20Hover",
|
|
995
|
+
"$extensions": {
|
|
996
|
+
"org.carbon": {
|
|
997
|
+
"role": "reference"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
725
1000
|
},
|
|
726
1001
|
"30Hover": {
|
|
727
1002
|
"$type": "color",
|
|
@@ -734,7 +1009,12 @@
|
|
|
734
1009
|
],
|
|
735
1010
|
"hex": "#57beff"
|
|
736
1011
|
},
|
|
737
|
-
"$description": "cyan 30Hover"
|
|
1012
|
+
"$description": "cyan 30Hover",
|
|
1013
|
+
"$extensions": {
|
|
1014
|
+
"org.carbon": {
|
|
1015
|
+
"role": "reference"
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
738
1018
|
},
|
|
739
1019
|
"40Hover": {
|
|
740
1020
|
"$type": "color",
|
|
@@ -747,7 +1027,12 @@
|
|
|
747
1027
|
],
|
|
748
1028
|
"hex": "#059fff"
|
|
749
1029
|
},
|
|
750
|
-
"$description": "cyan 40Hover"
|
|
1030
|
+
"$description": "cyan 40Hover",
|
|
1031
|
+
"$extensions": {
|
|
1032
|
+
"org.carbon": {
|
|
1033
|
+
"role": "reference"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
751
1036
|
},
|
|
752
1037
|
"50Hover": {
|
|
753
1038
|
"$type": "color",
|
|
@@ -760,7 +1045,12 @@
|
|
|
760
1045
|
],
|
|
761
1046
|
"hex": "#0f7ec8"
|
|
762
1047
|
},
|
|
763
|
-
"$description": "cyan 50Hover"
|
|
1048
|
+
"$description": "cyan 50Hover",
|
|
1049
|
+
"$extensions": {
|
|
1050
|
+
"org.carbon": {
|
|
1051
|
+
"role": "reference"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
764
1054
|
},
|
|
765
1055
|
"60Hover": {
|
|
766
1056
|
"$type": "color",
|
|
@@ -773,7 +1063,12 @@
|
|
|
773
1063
|
],
|
|
774
1064
|
"hex": "#005fa3"
|
|
775
1065
|
},
|
|
776
|
-
"$description": "cyan 60Hover"
|
|
1066
|
+
"$description": "cyan 60Hover",
|
|
1067
|
+
"$extensions": {
|
|
1068
|
+
"org.carbon": {
|
|
1069
|
+
"role": "reference"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
777
1072
|
},
|
|
778
1073
|
"70Hover": {
|
|
779
1074
|
"$type": "color",
|
|
@@ -786,7 +1081,12 @@
|
|
|
786
1081
|
],
|
|
787
1082
|
"hex": "#0066bd"
|
|
788
1083
|
},
|
|
789
|
-
"$description": "cyan 70Hover"
|
|
1084
|
+
"$description": "cyan 70Hover",
|
|
1085
|
+
"$extensions": {
|
|
1086
|
+
"org.carbon": {
|
|
1087
|
+
"role": "reference"
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
790
1090
|
},
|
|
791
1091
|
"80Hover": {
|
|
792
1092
|
"$type": "color",
|
|
@@ -799,7 +1099,12 @@
|
|
|
799
1099
|
],
|
|
800
1100
|
"hex": "#00498a"
|
|
801
1101
|
},
|
|
802
|
-
"$description": "cyan 80Hover"
|
|
1102
|
+
"$description": "cyan 80Hover",
|
|
1103
|
+
"$extensions": {
|
|
1104
|
+
"org.carbon": {
|
|
1105
|
+
"role": "reference"
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
803
1108
|
},
|
|
804
1109
|
"90Hover": {
|
|
805
1110
|
"$type": "color",
|
|
@@ -812,7 +1117,12 @@
|
|
|
812
1117
|
],
|
|
813
1118
|
"hex": "#013360"
|
|
814
1119
|
},
|
|
815
|
-
"$description": "cyan 90Hover"
|
|
1120
|
+
"$description": "cyan 90Hover",
|
|
1121
|
+
"$extensions": {
|
|
1122
|
+
"org.carbon": {
|
|
1123
|
+
"role": "reference"
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
816
1126
|
}
|
|
817
1127
|
},
|
|
818
1128
|
"gray": {
|
|
@@ -827,7 +1137,12 @@
|
|
|
827
1137
|
],
|
|
828
1138
|
"hex": "#f4f4f4"
|
|
829
1139
|
},
|
|
830
|
-
"$description": "gray 10"
|
|
1140
|
+
"$description": "gray 10",
|
|
1141
|
+
"$extensions": {
|
|
1142
|
+
"org.carbon": {
|
|
1143
|
+
"role": "reference"
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
831
1146
|
},
|
|
832
1147
|
"20": {
|
|
833
1148
|
"$type": "color",
|
|
@@ -840,7 +1155,12 @@
|
|
|
840
1155
|
],
|
|
841
1156
|
"hex": "#e0e0e0"
|
|
842
1157
|
},
|
|
843
|
-
"$description": "gray 20"
|
|
1158
|
+
"$description": "gray 20",
|
|
1159
|
+
"$extensions": {
|
|
1160
|
+
"org.carbon": {
|
|
1161
|
+
"role": "reference"
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
844
1164
|
},
|
|
845
1165
|
"30": {
|
|
846
1166
|
"$type": "color",
|
|
@@ -853,7 +1173,12 @@
|
|
|
853
1173
|
],
|
|
854
1174
|
"hex": "#c6c6c6"
|
|
855
1175
|
},
|
|
856
|
-
"$description": "gray 30"
|
|
1176
|
+
"$description": "gray 30",
|
|
1177
|
+
"$extensions": {
|
|
1178
|
+
"org.carbon": {
|
|
1179
|
+
"role": "reference"
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
857
1182
|
},
|
|
858
1183
|
"40": {
|
|
859
1184
|
"$type": "color",
|
|
@@ -866,7 +1191,12 @@
|
|
|
866
1191
|
],
|
|
867
1192
|
"hex": "#a8a8a8"
|
|
868
1193
|
},
|
|
869
|
-
"$description": "gray 40"
|
|
1194
|
+
"$description": "gray 40",
|
|
1195
|
+
"$extensions": {
|
|
1196
|
+
"org.carbon": {
|
|
1197
|
+
"role": "reference"
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
870
1200
|
},
|
|
871
1201
|
"50": {
|
|
872
1202
|
"$type": "color",
|
|
@@ -879,7 +1209,12 @@
|
|
|
879
1209
|
],
|
|
880
1210
|
"hex": "#8d8d8d"
|
|
881
1211
|
},
|
|
882
|
-
"$description": "gray 50"
|
|
1212
|
+
"$description": "gray 50",
|
|
1213
|
+
"$extensions": {
|
|
1214
|
+
"org.carbon": {
|
|
1215
|
+
"role": "reference"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
883
1218
|
},
|
|
884
1219
|
"60": {
|
|
885
1220
|
"$type": "color",
|
|
@@ -892,7 +1227,12 @@
|
|
|
892
1227
|
],
|
|
893
1228
|
"hex": "#6f6f6f"
|
|
894
1229
|
},
|
|
895
|
-
"$description": "gray 60"
|
|
1230
|
+
"$description": "gray 60",
|
|
1231
|
+
"$extensions": {
|
|
1232
|
+
"org.carbon": {
|
|
1233
|
+
"role": "reference"
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
896
1236
|
},
|
|
897
1237
|
"70": {
|
|
898
1238
|
"$type": "color",
|
|
@@ -905,7 +1245,12 @@
|
|
|
905
1245
|
],
|
|
906
1246
|
"hex": "#525252"
|
|
907
1247
|
},
|
|
908
|
-
"$description": "gray 70"
|
|
1248
|
+
"$description": "gray 70",
|
|
1249
|
+
"$extensions": {
|
|
1250
|
+
"org.carbon": {
|
|
1251
|
+
"role": "reference"
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
909
1254
|
},
|
|
910
1255
|
"80": {
|
|
911
1256
|
"$type": "color",
|
|
@@ -918,7 +1263,12 @@
|
|
|
918
1263
|
],
|
|
919
1264
|
"hex": "#393939"
|
|
920
1265
|
},
|
|
921
|
-
"$description": "gray 80"
|
|
1266
|
+
"$description": "gray 80",
|
|
1267
|
+
"$extensions": {
|
|
1268
|
+
"org.carbon": {
|
|
1269
|
+
"role": "reference"
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
922
1272
|
},
|
|
923
1273
|
"90": {
|
|
924
1274
|
"$type": "color",
|
|
@@ -931,7 +1281,12 @@
|
|
|
931
1281
|
],
|
|
932
1282
|
"hex": "#262626"
|
|
933
1283
|
},
|
|
934
|
-
"$description": "gray 90"
|
|
1284
|
+
"$description": "gray 90",
|
|
1285
|
+
"$extensions": {
|
|
1286
|
+
"org.carbon": {
|
|
1287
|
+
"role": "reference"
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
935
1290
|
},
|
|
936
1291
|
"100": {
|
|
937
1292
|
"$type": "color",
|
|
@@ -944,7 +1299,12 @@
|
|
|
944
1299
|
],
|
|
945
1300
|
"hex": "#161616"
|
|
946
1301
|
},
|
|
947
|
-
"$description": "gray 100"
|
|
1302
|
+
"$description": "gray 100",
|
|
1303
|
+
"$extensions": {
|
|
1304
|
+
"org.carbon": {
|
|
1305
|
+
"role": "reference"
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
948
1308
|
},
|
|
949
1309
|
"100Hover": {
|
|
950
1310
|
"$type": "color",
|
|
@@ -957,7 +1317,12 @@
|
|
|
957
1317
|
],
|
|
958
1318
|
"hex": "#292929"
|
|
959
1319
|
},
|
|
960
|
-
"$description": "gray 100Hover"
|
|
1320
|
+
"$description": "gray 100Hover",
|
|
1321
|
+
"$extensions": {
|
|
1322
|
+
"org.carbon": {
|
|
1323
|
+
"role": "reference"
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
961
1326
|
},
|
|
962
1327
|
"10Hover": {
|
|
963
1328
|
"$type": "color",
|
|
@@ -970,7 +1335,12 @@
|
|
|
970
1335
|
],
|
|
971
1336
|
"hex": "#e8e8e8"
|
|
972
1337
|
},
|
|
973
|
-
"$description": "gray 10Hover"
|
|
1338
|
+
"$description": "gray 10Hover",
|
|
1339
|
+
"$extensions": {
|
|
1340
|
+
"org.carbon": {
|
|
1341
|
+
"role": "reference"
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
974
1344
|
},
|
|
975
1345
|
"20Hover": {
|
|
976
1346
|
"$type": "color",
|
|
@@ -983,7 +1353,12 @@
|
|
|
983
1353
|
],
|
|
984
1354
|
"hex": "#d1d1d1"
|
|
985
1355
|
},
|
|
986
|
-
"$description": "gray 20Hover"
|
|
1356
|
+
"$description": "gray 20Hover",
|
|
1357
|
+
"$extensions": {
|
|
1358
|
+
"org.carbon": {
|
|
1359
|
+
"role": "reference"
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
987
1362
|
},
|
|
988
1363
|
"30Hover": {
|
|
989
1364
|
"$type": "color",
|
|
@@ -996,7 +1371,12 @@
|
|
|
996
1371
|
],
|
|
997
1372
|
"hex": "#b5b5b5"
|
|
998
1373
|
},
|
|
999
|
-
"$description": "gray 30Hover"
|
|
1374
|
+
"$description": "gray 30Hover",
|
|
1375
|
+
"$extensions": {
|
|
1376
|
+
"org.carbon": {
|
|
1377
|
+
"role": "reference"
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1000
1380
|
},
|
|
1001
1381
|
"40Hover": {
|
|
1002
1382
|
"$type": "color",
|
|
@@ -1009,7 +1389,12 @@
|
|
|
1009
1389
|
],
|
|
1010
1390
|
"hex": "#999999"
|
|
1011
1391
|
},
|
|
1012
|
-
"$description": "gray 40Hover"
|
|
1392
|
+
"$description": "gray 40Hover",
|
|
1393
|
+
"$extensions": {
|
|
1394
|
+
"org.carbon": {
|
|
1395
|
+
"role": "reference"
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1013
1398
|
},
|
|
1014
1399
|
"50Hover": {
|
|
1015
1400
|
"$type": "color",
|
|
@@ -1022,7 +1407,12 @@
|
|
|
1022
1407
|
],
|
|
1023
1408
|
"hex": "#7a7a7a"
|
|
1024
1409
|
},
|
|
1025
|
-
"$description": "gray 50Hover"
|
|
1410
|
+
"$description": "gray 50Hover",
|
|
1411
|
+
"$extensions": {
|
|
1412
|
+
"org.carbon": {
|
|
1413
|
+
"role": "reference"
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1026
1416
|
},
|
|
1027
1417
|
"60Hover": {
|
|
1028
1418
|
"$type": "color",
|
|
@@ -1035,7 +1425,12 @@
|
|
|
1035
1425
|
],
|
|
1036
1426
|
"hex": "#5e5e5e"
|
|
1037
1427
|
},
|
|
1038
|
-
"$description": "gray 60Hover"
|
|
1428
|
+
"$description": "gray 60Hover",
|
|
1429
|
+
"$extensions": {
|
|
1430
|
+
"org.carbon": {
|
|
1431
|
+
"role": "reference"
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1039
1434
|
},
|
|
1040
1435
|
"70Hover": {
|
|
1041
1436
|
"$type": "color",
|
|
@@ -1048,7 +1443,12 @@
|
|
|
1048
1443
|
],
|
|
1049
1444
|
"hex": "#636363"
|
|
1050
1445
|
},
|
|
1051
|
-
"$description": "gray 70Hover"
|
|
1446
|
+
"$description": "gray 70Hover",
|
|
1447
|
+
"$extensions": {
|
|
1448
|
+
"org.carbon": {
|
|
1449
|
+
"role": "reference"
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1052
1452
|
},
|
|
1053
1453
|
"80Hover": {
|
|
1054
1454
|
"$type": "color",
|
|
@@ -1061,7 +1461,12 @@
|
|
|
1061
1461
|
],
|
|
1062
1462
|
"hex": "#474747"
|
|
1063
1463
|
},
|
|
1064
|
-
"$description": "gray 80Hover"
|
|
1464
|
+
"$description": "gray 80Hover",
|
|
1465
|
+
"$extensions": {
|
|
1466
|
+
"org.carbon": {
|
|
1467
|
+
"role": "reference"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1065
1470
|
},
|
|
1066
1471
|
"90Hover": {
|
|
1067
1472
|
"$type": "color",
|
|
@@ -1074,7 +1479,12 @@
|
|
|
1074
1479
|
],
|
|
1075
1480
|
"hex": "#333333"
|
|
1076
1481
|
},
|
|
1077
|
-
"$description": "gray 90Hover"
|
|
1482
|
+
"$description": "gray 90Hover",
|
|
1483
|
+
"$extensions": {
|
|
1484
|
+
"org.carbon": {
|
|
1485
|
+
"role": "reference"
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1078
1488
|
}
|
|
1079
1489
|
},
|
|
1080
1490
|
"green": {
|
|
@@ -1089,7 +1499,12 @@
|
|
|
1089
1499
|
],
|
|
1090
1500
|
"hex": "#defbe6"
|
|
1091
1501
|
},
|
|
1092
|
-
"$description": "green 10"
|
|
1502
|
+
"$description": "green 10",
|
|
1503
|
+
"$extensions": {
|
|
1504
|
+
"org.carbon": {
|
|
1505
|
+
"role": "reference"
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1093
1508
|
},
|
|
1094
1509
|
"20": {
|
|
1095
1510
|
"$type": "color",
|
|
@@ -1102,7 +1517,12 @@
|
|
|
1102
1517
|
],
|
|
1103
1518
|
"hex": "#a7f0ba"
|
|
1104
1519
|
},
|
|
1105
|
-
"$description": "green 20"
|
|
1520
|
+
"$description": "green 20",
|
|
1521
|
+
"$extensions": {
|
|
1522
|
+
"org.carbon": {
|
|
1523
|
+
"role": "reference"
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1106
1526
|
},
|
|
1107
1527
|
"30": {
|
|
1108
1528
|
"$type": "color",
|
|
@@ -1115,7 +1535,12 @@
|
|
|
1115
1535
|
],
|
|
1116
1536
|
"hex": "#6fdc8c"
|
|
1117
1537
|
},
|
|
1118
|
-
"$description": "green 30"
|
|
1538
|
+
"$description": "green 30",
|
|
1539
|
+
"$extensions": {
|
|
1540
|
+
"org.carbon": {
|
|
1541
|
+
"role": "reference"
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1119
1544
|
},
|
|
1120
1545
|
"40": {
|
|
1121
1546
|
"$type": "color",
|
|
@@ -1128,7 +1553,12 @@
|
|
|
1128
1553
|
],
|
|
1129
1554
|
"hex": "#42be65"
|
|
1130
1555
|
},
|
|
1131
|
-
"$description": "green 40"
|
|
1556
|
+
"$description": "green 40",
|
|
1557
|
+
"$extensions": {
|
|
1558
|
+
"org.carbon": {
|
|
1559
|
+
"role": "reference"
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1132
1562
|
},
|
|
1133
1563
|
"50": {
|
|
1134
1564
|
"$type": "color",
|
|
@@ -1141,7 +1571,12 @@
|
|
|
1141
1571
|
],
|
|
1142
1572
|
"hex": "#24a148"
|
|
1143
1573
|
},
|
|
1144
|
-
"$description": "green 50"
|
|
1574
|
+
"$description": "green 50",
|
|
1575
|
+
"$extensions": {
|
|
1576
|
+
"org.carbon": {
|
|
1577
|
+
"role": "reference"
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1145
1580
|
},
|
|
1146
1581
|
"60": {
|
|
1147
1582
|
"$type": "color",
|
|
@@ -1154,7 +1589,12 @@
|
|
|
1154
1589
|
],
|
|
1155
1590
|
"hex": "#198038"
|
|
1156
1591
|
},
|
|
1157
|
-
"$description": "green 60"
|
|
1592
|
+
"$description": "green 60",
|
|
1593
|
+
"$extensions": {
|
|
1594
|
+
"org.carbon": {
|
|
1595
|
+
"role": "reference"
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1158
1598
|
},
|
|
1159
1599
|
"70": {
|
|
1160
1600
|
"$type": "color",
|
|
@@ -1167,7 +1607,12 @@
|
|
|
1167
1607
|
],
|
|
1168
1608
|
"hex": "#0e6027"
|
|
1169
1609
|
},
|
|
1170
|
-
"$description": "green 70"
|
|
1610
|
+
"$description": "green 70",
|
|
1611
|
+
"$extensions": {
|
|
1612
|
+
"org.carbon": {
|
|
1613
|
+
"role": "reference"
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1171
1616
|
},
|
|
1172
1617
|
"80": {
|
|
1173
1618
|
"$type": "color",
|
|
@@ -1180,7 +1625,12 @@
|
|
|
1180
1625
|
],
|
|
1181
1626
|
"hex": "#044317"
|
|
1182
1627
|
},
|
|
1183
|
-
"$description": "green 80"
|
|
1628
|
+
"$description": "green 80",
|
|
1629
|
+
"$extensions": {
|
|
1630
|
+
"org.carbon": {
|
|
1631
|
+
"role": "reference"
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1184
1634
|
},
|
|
1185
1635
|
"90": {
|
|
1186
1636
|
"$type": "color",
|
|
@@ -1193,7 +1643,12 @@
|
|
|
1193
1643
|
],
|
|
1194
1644
|
"hex": "#022d0d"
|
|
1195
1645
|
},
|
|
1196
|
-
"$description": "green 90"
|
|
1646
|
+
"$description": "green 90",
|
|
1647
|
+
"$extensions": {
|
|
1648
|
+
"org.carbon": {
|
|
1649
|
+
"role": "reference"
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1197
1652
|
},
|
|
1198
1653
|
"100": {
|
|
1199
1654
|
"$type": "color",
|
|
@@ -1206,7 +1661,12 @@
|
|
|
1206
1661
|
],
|
|
1207
1662
|
"hex": "#071908"
|
|
1208
1663
|
},
|
|
1209
|
-
"$description": "green 100"
|
|
1664
|
+
"$description": "green 100",
|
|
1665
|
+
"$extensions": {
|
|
1666
|
+
"org.carbon": {
|
|
1667
|
+
"role": "reference"
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1210
1670
|
},
|
|
1211
1671
|
"100Hover": {
|
|
1212
1672
|
"$type": "color",
|
|
@@ -1219,7 +1679,12 @@
|
|
|
1219
1679
|
],
|
|
1220
1680
|
"hex": "#0d300f"
|
|
1221
1681
|
},
|
|
1222
|
-
"$description": "green 100Hover"
|
|
1682
|
+
"$description": "green 100Hover",
|
|
1683
|
+
"$extensions": {
|
|
1684
|
+
"org.carbon": {
|
|
1685
|
+
"role": "reference"
|
|
1686
|
+
}
|
|
1687
|
+
}
|
|
1223
1688
|
},
|
|
1224
1689
|
"10Hover": {
|
|
1225
1690
|
"$type": "color",
|
|
@@ -1232,7 +1697,12 @@
|
|
|
1232
1697
|
],
|
|
1233
1698
|
"hex": "#b6f6c8"
|
|
1234
1699
|
},
|
|
1235
|
-
"$description": "green 10Hover"
|
|
1700
|
+
"$description": "green 10Hover",
|
|
1701
|
+
"$extensions": {
|
|
1702
|
+
"org.carbon": {
|
|
1703
|
+
"role": "reference"
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1236
1706
|
},
|
|
1237
1707
|
"20Hover": {
|
|
1238
1708
|
"$type": "color",
|
|
@@ -1245,7 +1715,12 @@
|
|
|
1245
1715
|
],
|
|
1246
1716
|
"hex": "#74e792"
|
|
1247
1717
|
},
|
|
1248
|
-
"$description": "green 20Hover"
|
|
1718
|
+
"$description": "green 20Hover",
|
|
1719
|
+
"$extensions": {
|
|
1720
|
+
"org.carbon": {
|
|
1721
|
+
"role": "reference"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1249
1724
|
},
|
|
1250
1725
|
"30Hover": {
|
|
1251
1726
|
"$type": "color",
|
|
@@ -1258,7 +1733,12 @@
|
|
|
1258
1733
|
],
|
|
1259
1734
|
"hex": "#36ce5e"
|
|
1260
1735
|
},
|
|
1261
|
-
"$description": "green 30Hover"
|
|
1736
|
+
"$description": "green 30Hover",
|
|
1737
|
+
"$extensions": {
|
|
1738
|
+
"org.carbon": {
|
|
1739
|
+
"role": "reference"
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1262
1742
|
},
|
|
1263
1743
|
"40Hover": {
|
|
1264
1744
|
"$type": "color",
|
|
@@ -1271,7 +1751,12 @@
|
|
|
1271
1751
|
],
|
|
1272
1752
|
"hex": "#3bab5a"
|
|
1273
1753
|
},
|
|
1274
|
-
"$description": "green 40Hover"
|
|
1754
|
+
"$description": "green 40Hover",
|
|
1755
|
+
"$extensions": {
|
|
1756
|
+
"org.carbon": {
|
|
1757
|
+
"role": "reference"
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1275
1760
|
},
|
|
1276
1761
|
"50Hover": {
|
|
1277
1762
|
"$type": "color",
|
|
@@ -1284,7 +1769,12 @@
|
|
|
1284
1769
|
],
|
|
1285
1770
|
"hex": "#208e3f"
|
|
1286
1771
|
},
|
|
1287
|
-
"$description": "green 50Hover"
|
|
1772
|
+
"$description": "green 50Hover",
|
|
1773
|
+
"$extensions": {
|
|
1774
|
+
"org.carbon": {
|
|
1775
|
+
"role": "reference"
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1288
1778
|
},
|
|
1289
1779
|
"60Hover": {
|
|
1290
1780
|
"$type": "color",
|
|
@@ -1297,7 +1787,12 @@
|
|
|
1297
1787
|
],
|
|
1298
1788
|
"hex": "#166f31"
|
|
1299
1789
|
},
|
|
1300
|
-
"$description": "green 60Hover"
|
|
1790
|
+
"$description": "green 60Hover",
|
|
1791
|
+
"$extensions": {
|
|
1792
|
+
"org.carbon": {
|
|
1793
|
+
"role": "reference"
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1301
1796
|
},
|
|
1302
1797
|
"70Hover": {
|
|
1303
1798
|
"$type": "color",
|
|
@@ -1310,7 +1805,12 @@
|
|
|
1310
1805
|
],
|
|
1311
1806
|
"hex": "#11742f"
|
|
1312
1807
|
},
|
|
1313
|
-
"$description": "green 70Hover"
|
|
1808
|
+
"$description": "green 70Hover",
|
|
1809
|
+
"$extensions": {
|
|
1810
|
+
"org.carbon": {
|
|
1811
|
+
"role": "reference"
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1314
1814
|
},
|
|
1315
1815
|
"80Hover": {
|
|
1316
1816
|
"$type": "color",
|
|
@@ -1323,7 +1823,12 @@
|
|
|
1323
1823
|
],
|
|
1324
1824
|
"hex": "#05521c"
|
|
1325
1825
|
},
|
|
1326
|
-
"$description": "green 80Hover"
|
|
1826
|
+
"$description": "green 80Hover",
|
|
1827
|
+
"$extensions": {
|
|
1828
|
+
"org.carbon": {
|
|
1829
|
+
"role": "reference"
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1327
1832
|
},
|
|
1328
1833
|
"90Hover": {
|
|
1329
1834
|
"$type": "color",
|
|
@@ -1336,7 +1841,12 @@
|
|
|
1336
1841
|
],
|
|
1337
1842
|
"hex": "#033b11"
|
|
1338
1843
|
},
|
|
1339
|
-
"$description": "green 90Hover"
|
|
1844
|
+
"$description": "green 90Hover",
|
|
1845
|
+
"$extensions": {
|
|
1846
|
+
"org.carbon": {
|
|
1847
|
+
"role": "reference"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1340
1850
|
}
|
|
1341
1851
|
},
|
|
1342
1852
|
"magenta": {
|
|
@@ -1351,7 +1861,12 @@
|
|
|
1351
1861
|
],
|
|
1352
1862
|
"hex": "#fff0f7"
|
|
1353
1863
|
},
|
|
1354
|
-
"$description": "magenta 10"
|
|
1864
|
+
"$description": "magenta 10",
|
|
1865
|
+
"$extensions": {
|
|
1866
|
+
"org.carbon": {
|
|
1867
|
+
"role": "reference"
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1355
1870
|
},
|
|
1356
1871
|
"20": {
|
|
1357
1872
|
"$type": "color",
|
|
@@ -1364,7 +1879,12 @@
|
|
|
1364
1879
|
],
|
|
1365
1880
|
"hex": "#ffd6e8"
|
|
1366
1881
|
},
|
|
1367
|
-
"$description": "magenta 20"
|
|
1882
|
+
"$description": "magenta 20",
|
|
1883
|
+
"$extensions": {
|
|
1884
|
+
"org.carbon": {
|
|
1885
|
+
"role": "reference"
|
|
1886
|
+
}
|
|
1887
|
+
}
|
|
1368
1888
|
},
|
|
1369
1889
|
"30": {
|
|
1370
1890
|
"$type": "color",
|
|
@@ -1377,7 +1897,12 @@
|
|
|
1377
1897
|
],
|
|
1378
1898
|
"hex": "#ffafd2"
|
|
1379
1899
|
},
|
|
1380
|
-
"$description": "magenta 30"
|
|
1900
|
+
"$description": "magenta 30",
|
|
1901
|
+
"$extensions": {
|
|
1902
|
+
"org.carbon": {
|
|
1903
|
+
"role": "reference"
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1381
1906
|
},
|
|
1382
1907
|
"40": {
|
|
1383
1908
|
"$type": "color",
|
|
@@ -1390,7 +1915,12 @@
|
|
|
1390
1915
|
],
|
|
1391
1916
|
"hex": "#ff7eb6"
|
|
1392
1917
|
},
|
|
1393
|
-
"$description": "magenta 40"
|
|
1918
|
+
"$description": "magenta 40",
|
|
1919
|
+
"$extensions": {
|
|
1920
|
+
"org.carbon": {
|
|
1921
|
+
"role": "reference"
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1394
1924
|
},
|
|
1395
1925
|
"50": {
|
|
1396
1926
|
"$type": "color",
|
|
@@ -1403,7 +1933,12 @@
|
|
|
1403
1933
|
],
|
|
1404
1934
|
"hex": "#ee5396"
|
|
1405
1935
|
},
|
|
1406
|
-
"$description": "magenta 50"
|
|
1936
|
+
"$description": "magenta 50",
|
|
1937
|
+
"$extensions": {
|
|
1938
|
+
"org.carbon": {
|
|
1939
|
+
"role": "reference"
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1407
1942
|
},
|
|
1408
1943
|
"60": {
|
|
1409
1944
|
"$type": "color",
|
|
@@ -1416,7 +1951,12 @@
|
|
|
1416
1951
|
],
|
|
1417
1952
|
"hex": "#d02670"
|
|
1418
1953
|
},
|
|
1419
|
-
"$description": "magenta 60"
|
|
1954
|
+
"$description": "magenta 60",
|
|
1955
|
+
"$extensions": {
|
|
1956
|
+
"org.carbon": {
|
|
1957
|
+
"role": "reference"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1420
1960
|
},
|
|
1421
1961
|
"70": {
|
|
1422
1962
|
"$type": "color",
|
|
@@ -1429,7 +1969,12 @@
|
|
|
1429
1969
|
],
|
|
1430
1970
|
"hex": "#9f1853"
|
|
1431
1971
|
},
|
|
1432
|
-
"$description": "magenta 70"
|
|
1972
|
+
"$description": "magenta 70",
|
|
1973
|
+
"$extensions": {
|
|
1974
|
+
"org.carbon": {
|
|
1975
|
+
"role": "reference"
|
|
1976
|
+
}
|
|
1977
|
+
}
|
|
1433
1978
|
},
|
|
1434
1979
|
"80": {
|
|
1435
1980
|
"$type": "color",
|
|
@@ -1442,7 +1987,12 @@
|
|
|
1442
1987
|
],
|
|
1443
1988
|
"hex": "#740937"
|
|
1444
1989
|
},
|
|
1445
|
-
"$description": "magenta 80"
|
|
1990
|
+
"$description": "magenta 80",
|
|
1991
|
+
"$extensions": {
|
|
1992
|
+
"org.carbon": {
|
|
1993
|
+
"role": "reference"
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1446
1996
|
},
|
|
1447
1997
|
"90": {
|
|
1448
1998
|
"$type": "color",
|
|
@@ -1455,7 +2005,12 @@
|
|
|
1455
2005
|
],
|
|
1456
2006
|
"hex": "#510224"
|
|
1457
2007
|
},
|
|
1458
|
-
"$description": "magenta 90"
|
|
2008
|
+
"$description": "magenta 90",
|
|
2009
|
+
"$extensions": {
|
|
2010
|
+
"org.carbon": {
|
|
2011
|
+
"role": "reference"
|
|
2012
|
+
}
|
|
2013
|
+
}
|
|
1459
2014
|
},
|
|
1460
2015
|
"100": {
|
|
1461
2016
|
"$type": "color",
|
|
@@ -1468,7 +2023,12 @@
|
|
|
1468
2023
|
],
|
|
1469
2024
|
"hex": "#2a0a18"
|
|
1470
2025
|
},
|
|
1471
|
-
"$description": "magenta 100"
|
|
2026
|
+
"$description": "magenta 100",
|
|
2027
|
+
"$extensions": {
|
|
2028
|
+
"org.carbon": {
|
|
2029
|
+
"role": "reference"
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
1472
2032
|
},
|
|
1473
2033
|
"100Hover": {
|
|
1474
2034
|
"$type": "color",
|
|
@@ -1481,7 +2041,12 @@
|
|
|
1481
2041
|
],
|
|
1482
2042
|
"hex": "#53142f"
|
|
1483
2043
|
},
|
|
1484
|
-
"$description": "magenta 100Hover"
|
|
2044
|
+
"$description": "magenta 100Hover",
|
|
2045
|
+
"$extensions": {
|
|
2046
|
+
"org.carbon": {
|
|
2047
|
+
"role": "reference"
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
1485
2050
|
},
|
|
1486
2051
|
"10Hover": {
|
|
1487
2052
|
"$type": "color",
|
|
@@ -1494,7 +2059,12 @@
|
|
|
1494
2059
|
],
|
|
1495
2060
|
"hex": "#ffe0ef"
|
|
1496
2061
|
},
|
|
1497
|
-
"$description": "magenta 10Hover"
|
|
2062
|
+
"$description": "magenta 10Hover",
|
|
2063
|
+
"$extensions": {
|
|
2064
|
+
"org.carbon": {
|
|
2065
|
+
"role": "reference"
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
1498
2068
|
},
|
|
1499
2069
|
"20Hover": {
|
|
1500
2070
|
"$type": "color",
|
|
@@ -1507,7 +2077,12 @@
|
|
|
1507
2077
|
],
|
|
1508
2078
|
"hex": "#ffbdda"
|
|
1509
2079
|
},
|
|
1510
|
-
"$description": "magenta 20Hover"
|
|
2080
|
+
"$description": "magenta 20Hover",
|
|
2081
|
+
"$extensions": {
|
|
2082
|
+
"org.carbon": {
|
|
2083
|
+
"role": "reference"
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
1511
2086
|
},
|
|
1512
2087
|
"30Hover": {
|
|
1513
2088
|
"$type": "color",
|
|
@@ -1520,7 +2095,12 @@
|
|
|
1520
2095
|
],
|
|
1521
2096
|
"hex": "#ff94c3"
|
|
1522
2097
|
},
|
|
1523
|
-
"$description": "magenta 30Hover"
|
|
2098
|
+
"$description": "magenta 30Hover",
|
|
2099
|
+
"$extensions": {
|
|
2100
|
+
"org.carbon": {
|
|
2101
|
+
"role": "reference"
|
|
2102
|
+
}
|
|
2103
|
+
}
|
|
1524
2104
|
},
|
|
1525
2105
|
"40Hover": {
|
|
1526
2106
|
"$type": "color",
|
|
@@ -1533,7 +2113,12 @@
|
|
|
1533
2113
|
],
|
|
1534
2114
|
"hex": "#ff57a0"
|
|
1535
2115
|
},
|
|
1536
|
-
"$description": "magenta 40Hover"
|
|
2116
|
+
"$description": "magenta 40Hover",
|
|
2117
|
+
"$extensions": {
|
|
2118
|
+
"org.carbon": {
|
|
2119
|
+
"role": "reference"
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
1537
2122
|
},
|
|
1538
2123
|
"50Hover": {
|
|
1539
2124
|
"$type": "color",
|
|
@@ -1546,7 +2131,12 @@
|
|
|
1546
2131
|
],
|
|
1547
2132
|
"hex": "#e3176f"
|
|
1548
2133
|
},
|
|
1549
|
-
"$description": "magenta 50Hover"
|
|
2134
|
+
"$description": "magenta 50Hover",
|
|
2135
|
+
"$extensions": {
|
|
2136
|
+
"org.carbon": {
|
|
2137
|
+
"role": "reference"
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
1550
2140
|
},
|
|
1551
2141
|
"60Hover": {
|
|
1552
2142
|
"$type": "color",
|
|
@@ -1559,7 +2149,12 @@
|
|
|
1559
2149
|
],
|
|
1560
2150
|
"hex": "#b0215f"
|
|
1561
2151
|
},
|
|
1562
|
-
"$description": "magenta 60Hover"
|
|
2152
|
+
"$description": "magenta 60Hover",
|
|
2153
|
+
"$extensions": {
|
|
2154
|
+
"org.carbon": {
|
|
2155
|
+
"role": "reference"
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
1563
2158
|
},
|
|
1564
2159
|
"70Hover": {
|
|
1565
2160
|
"$type": "color",
|
|
@@ -1572,7 +2167,12 @@
|
|
|
1572
2167
|
],
|
|
1573
2168
|
"hex": "#bf1d63"
|
|
1574
2169
|
},
|
|
1575
|
-
"$description": "magenta 70Hover"
|
|
2170
|
+
"$description": "magenta 70Hover",
|
|
2171
|
+
"$extensions": {
|
|
2172
|
+
"org.carbon": {
|
|
2173
|
+
"role": "reference"
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
1576
2176
|
},
|
|
1577
2177
|
"80Hover": {
|
|
1578
2178
|
"$type": "color",
|
|
@@ -1585,7 +2185,12 @@
|
|
|
1585
2185
|
],
|
|
1586
2186
|
"hex": "#8e0b43"
|
|
1587
2187
|
},
|
|
1588
|
-
"$description": "magenta 80Hover"
|
|
2188
|
+
"$description": "magenta 80Hover",
|
|
2189
|
+
"$extensions": {
|
|
2190
|
+
"org.carbon": {
|
|
2191
|
+
"role": "reference"
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
1589
2194
|
},
|
|
1590
2195
|
"90Hover": {
|
|
1591
2196
|
"$type": "color",
|
|
@@ -1598,7 +2203,12 @@
|
|
|
1598
2203
|
],
|
|
1599
2204
|
"hex": "#68032e"
|
|
1600
2205
|
},
|
|
1601
|
-
"$description": "magenta 90Hover"
|
|
2206
|
+
"$description": "magenta 90Hover",
|
|
2207
|
+
"$extensions": {
|
|
2208
|
+
"org.carbon": {
|
|
2209
|
+
"role": "reference"
|
|
2210
|
+
}
|
|
2211
|
+
}
|
|
1602
2212
|
}
|
|
1603
2213
|
},
|
|
1604
2214
|
"orange": {
|
|
@@ -1613,7 +2223,12 @@
|
|
|
1613
2223
|
],
|
|
1614
2224
|
"hex": "#fff2e8"
|
|
1615
2225
|
},
|
|
1616
|
-
"$description": "orange 10"
|
|
2226
|
+
"$description": "orange 10",
|
|
2227
|
+
"$extensions": {
|
|
2228
|
+
"org.carbon": {
|
|
2229
|
+
"role": "reference"
|
|
2230
|
+
}
|
|
2231
|
+
}
|
|
1617
2232
|
},
|
|
1618
2233
|
"20": {
|
|
1619
2234
|
"$type": "color",
|
|
@@ -1626,7 +2241,12 @@
|
|
|
1626
2241
|
],
|
|
1627
2242
|
"hex": "#ffd9be"
|
|
1628
2243
|
},
|
|
1629
|
-
"$description": "orange 20"
|
|
2244
|
+
"$description": "orange 20",
|
|
2245
|
+
"$extensions": {
|
|
2246
|
+
"org.carbon": {
|
|
2247
|
+
"role": "reference"
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
1630
2250
|
},
|
|
1631
2251
|
"30": {
|
|
1632
2252
|
"$type": "color",
|
|
@@ -1639,7 +2259,12 @@
|
|
|
1639
2259
|
],
|
|
1640
2260
|
"hex": "#ffb784"
|
|
1641
2261
|
},
|
|
1642
|
-
"$description": "orange 30"
|
|
2262
|
+
"$description": "orange 30",
|
|
2263
|
+
"$extensions": {
|
|
2264
|
+
"org.carbon": {
|
|
2265
|
+
"role": "reference"
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
1643
2268
|
},
|
|
1644
2269
|
"40": {
|
|
1645
2270
|
"$type": "color",
|
|
@@ -1652,7 +2277,12 @@
|
|
|
1652
2277
|
],
|
|
1653
2278
|
"hex": "#ff832b"
|
|
1654
2279
|
},
|
|
1655
|
-
"$description": "orange 40"
|
|
2280
|
+
"$description": "orange 40",
|
|
2281
|
+
"$extensions": {
|
|
2282
|
+
"org.carbon": {
|
|
2283
|
+
"role": "reference"
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
1656
2286
|
},
|
|
1657
2287
|
"50": {
|
|
1658
2288
|
"$type": "color",
|
|
@@ -1665,7 +2295,12 @@
|
|
|
1665
2295
|
],
|
|
1666
2296
|
"hex": "#eb6200"
|
|
1667
2297
|
},
|
|
1668
|
-
"$description": "orange 50"
|
|
2298
|
+
"$description": "orange 50",
|
|
2299
|
+
"$extensions": {
|
|
2300
|
+
"org.carbon": {
|
|
2301
|
+
"role": "reference"
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
1669
2304
|
},
|
|
1670
2305
|
"60": {
|
|
1671
2306
|
"$type": "color",
|
|
@@ -1678,7 +2313,12 @@
|
|
|
1678
2313
|
],
|
|
1679
2314
|
"hex": "#ba4e00"
|
|
1680
2315
|
},
|
|
1681
|
-
"$description": "orange 60"
|
|
2316
|
+
"$description": "orange 60",
|
|
2317
|
+
"$extensions": {
|
|
2318
|
+
"org.carbon": {
|
|
2319
|
+
"role": "reference"
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
1682
2322
|
},
|
|
1683
2323
|
"70": {
|
|
1684
2324
|
"$type": "color",
|
|
@@ -1691,7 +2331,12 @@
|
|
|
1691
2331
|
],
|
|
1692
2332
|
"hex": "#8a3800"
|
|
1693
2333
|
},
|
|
1694
|
-
"$description": "orange 70"
|
|
2334
|
+
"$description": "orange 70",
|
|
2335
|
+
"$extensions": {
|
|
2336
|
+
"org.carbon": {
|
|
2337
|
+
"role": "reference"
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
1695
2340
|
},
|
|
1696
2341
|
"80": {
|
|
1697
2342
|
"$type": "color",
|
|
@@ -1704,7 +2349,12 @@
|
|
|
1704
2349
|
],
|
|
1705
2350
|
"hex": "#5e2900"
|
|
1706
2351
|
},
|
|
1707
|
-
"$description": "orange 80"
|
|
2352
|
+
"$description": "orange 80",
|
|
2353
|
+
"$extensions": {
|
|
2354
|
+
"org.carbon": {
|
|
2355
|
+
"role": "reference"
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
1708
2358
|
},
|
|
1709
2359
|
"90": {
|
|
1710
2360
|
"$type": "color",
|
|
@@ -1717,7 +2367,12 @@
|
|
|
1717
2367
|
],
|
|
1718
2368
|
"hex": "#3e1a00"
|
|
1719
2369
|
},
|
|
1720
|
-
"$description": "orange 90"
|
|
2370
|
+
"$description": "orange 90",
|
|
2371
|
+
"$extensions": {
|
|
2372
|
+
"org.carbon": {
|
|
2373
|
+
"role": "reference"
|
|
2374
|
+
}
|
|
2375
|
+
}
|
|
1721
2376
|
},
|
|
1722
2377
|
"100": {
|
|
1723
2378
|
"$type": "color",
|
|
@@ -1730,7 +2385,12 @@
|
|
|
1730
2385
|
],
|
|
1731
2386
|
"hex": "#231000"
|
|
1732
2387
|
},
|
|
1733
|
-
"$description": "orange 100"
|
|
2388
|
+
"$description": "orange 100",
|
|
2389
|
+
"$extensions": {
|
|
2390
|
+
"org.carbon": {
|
|
2391
|
+
"role": "reference"
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
1734
2394
|
},
|
|
1735
2395
|
"100Hover": {
|
|
1736
2396
|
"$type": "color",
|
|
@@ -1743,7 +2403,12 @@
|
|
|
1743
2403
|
],
|
|
1744
2404
|
"hex": "#421e00"
|
|
1745
2405
|
},
|
|
1746
|
-
"$description": "orange 100Hover"
|
|
2406
|
+
"$description": "orange 100Hover",
|
|
2407
|
+
"$extensions": {
|
|
2408
|
+
"org.carbon": {
|
|
2409
|
+
"role": "reference"
|
|
2410
|
+
}
|
|
2411
|
+
}
|
|
1747
2412
|
},
|
|
1748
2413
|
"10Hover": {
|
|
1749
2414
|
"$type": "color",
|
|
@@ -1756,7 +2421,12 @@
|
|
|
1756
2421
|
],
|
|
1757
2422
|
"hex": "#ffe2cc"
|
|
1758
2423
|
},
|
|
1759
|
-
"$description": "orange 10Hover"
|
|
2424
|
+
"$description": "orange 10Hover",
|
|
2425
|
+
"$extensions": {
|
|
2426
|
+
"org.carbon": {
|
|
2427
|
+
"role": "reference"
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
1760
2430
|
},
|
|
1761
2431
|
"20Hover": {
|
|
1762
2432
|
"$type": "color",
|
|
@@ -1769,7 +2439,12 @@
|
|
|
1769
2439
|
],
|
|
1770
2440
|
"hex": "#ffc69e"
|
|
1771
2441
|
},
|
|
1772
|
-
"$description": "orange 20Hover"
|
|
2442
|
+
"$description": "orange 20Hover",
|
|
2443
|
+
"$extensions": {
|
|
2444
|
+
"org.carbon": {
|
|
2445
|
+
"role": "reference"
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
1773
2448
|
},
|
|
1774
2449
|
"30Hover": {
|
|
1775
2450
|
"$type": "color",
|
|
@@ -1782,7 +2457,12 @@
|
|
|
1782
2457
|
],
|
|
1783
2458
|
"hex": "#ff9d57"
|
|
1784
2459
|
},
|
|
1785
|
-
"$description": "orange 30Hover"
|
|
2460
|
+
"$description": "orange 30Hover",
|
|
2461
|
+
"$extensions": {
|
|
2462
|
+
"org.carbon": {
|
|
2463
|
+
"role": "reference"
|
|
2464
|
+
}
|
|
2465
|
+
}
|
|
1786
2466
|
},
|
|
1787
2467
|
"40Hover": {
|
|
1788
2468
|
"$type": "color",
|
|
@@ -1795,7 +2475,12 @@
|
|
|
1795
2475
|
],
|
|
1796
2476
|
"hex": "#fa6800"
|
|
1797
2477
|
},
|
|
1798
|
-
"$description": "orange 40Hover"
|
|
2478
|
+
"$description": "orange 40Hover",
|
|
2479
|
+
"$extensions": {
|
|
2480
|
+
"org.carbon": {
|
|
2481
|
+
"role": "reference"
|
|
2482
|
+
}
|
|
2483
|
+
}
|
|
1799
2484
|
},
|
|
1800
2485
|
"50Hover": {
|
|
1801
2486
|
"$type": "color",
|
|
@@ -1808,7 +2493,12 @@
|
|
|
1808
2493
|
],
|
|
1809
2494
|
"hex": "#cc5500"
|
|
1810
2495
|
},
|
|
1811
|
-
"$description": "orange 50Hover"
|
|
2496
|
+
"$description": "orange 50Hover",
|
|
2497
|
+
"$extensions": {
|
|
2498
|
+
"org.carbon": {
|
|
2499
|
+
"role": "reference"
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
1812
2502
|
},
|
|
1813
2503
|
"60Hover": {
|
|
1814
2504
|
"$type": "color",
|
|
@@ -1821,7 +2511,12 @@
|
|
|
1821
2511
|
],
|
|
1822
2512
|
"hex": "#9e4200"
|
|
1823
2513
|
},
|
|
1824
|
-
"$description": "orange 60Hover"
|
|
2514
|
+
"$description": "orange 60Hover",
|
|
2515
|
+
"$extensions": {
|
|
2516
|
+
"org.carbon": {
|
|
2517
|
+
"role": "reference"
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
1825
2520
|
},
|
|
1826
2521
|
"70Hover": {
|
|
1827
2522
|
"$type": "color",
|
|
@@ -1834,7 +2529,12 @@
|
|
|
1834
2529
|
],
|
|
1835
2530
|
"hex": "#a84400"
|
|
1836
2531
|
},
|
|
1837
|
-
"$description": "orange 70Hover"
|
|
2532
|
+
"$description": "orange 70Hover",
|
|
2533
|
+
"$extensions": {
|
|
2534
|
+
"org.carbon": {
|
|
2535
|
+
"role": "reference"
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
1838
2538
|
},
|
|
1839
2539
|
"80Hover": {
|
|
1840
2540
|
"$type": "color",
|
|
@@ -1847,7 +2547,12 @@
|
|
|
1847
2547
|
],
|
|
1848
2548
|
"hex": "#753300"
|
|
1849
2549
|
},
|
|
1850
|
-
"$description": "orange 80Hover"
|
|
2550
|
+
"$description": "orange 80Hover",
|
|
2551
|
+
"$extensions": {
|
|
2552
|
+
"org.carbon": {
|
|
2553
|
+
"role": "reference"
|
|
2554
|
+
}
|
|
2555
|
+
}
|
|
1851
2556
|
},
|
|
1852
2557
|
"90Hover": {
|
|
1853
2558
|
"$type": "color",
|
|
@@ -1860,7 +2565,12 @@
|
|
|
1860
2565
|
],
|
|
1861
2566
|
"hex": "#522200"
|
|
1862
2567
|
},
|
|
1863
|
-
"$description": "orange 90Hover"
|
|
2568
|
+
"$description": "orange 90Hover",
|
|
2569
|
+
"$extensions": {
|
|
2570
|
+
"org.carbon": {
|
|
2571
|
+
"role": "reference"
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
1864
2574
|
}
|
|
1865
2575
|
},
|
|
1866
2576
|
"purple": {
|
|
@@ -1875,7 +2585,12 @@
|
|
|
1875
2585
|
],
|
|
1876
2586
|
"hex": "#f6f2ff"
|
|
1877
2587
|
},
|
|
1878
|
-
"$description": "purple 10"
|
|
2588
|
+
"$description": "purple 10",
|
|
2589
|
+
"$extensions": {
|
|
2590
|
+
"org.carbon": {
|
|
2591
|
+
"role": "reference"
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
1879
2594
|
},
|
|
1880
2595
|
"20": {
|
|
1881
2596
|
"$type": "color",
|
|
@@ -1888,7 +2603,12 @@
|
|
|
1888
2603
|
],
|
|
1889
2604
|
"hex": "#e8daff"
|
|
1890
2605
|
},
|
|
1891
|
-
"$description": "purple 20"
|
|
2606
|
+
"$description": "purple 20",
|
|
2607
|
+
"$extensions": {
|
|
2608
|
+
"org.carbon": {
|
|
2609
|
+
"role": "reference"
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
1892
2612
|
},
|
|
1893
2613
|
"30": {
|
|
1894
2614
|
"$type": "color",
|
|
@@ -1901,7 +2621,12 @@
|
|
|
1901
2621
|
],
|
|
1902
2622
|
"hex": "#d4bbff"
|
|
1903
2623
|
},
|
|
1904
|
-
"$description": "purple 30"
|
|
2624
|
+
"$description": "purple 30",
|
|
2625
|
+
"$extensions": {
|
|
2626
|
+
"org.carbon": {
|
|
2627
|
+
"role": "reference"
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
1905
2630
|
},
|
|
1906
2631
|
"40": {
|
|
1907
2632
|
"$type": "color",
|
|
@@ -1914,7 +2639,12 @@
|
|
|
1914
2639
|
],
|
|
1915
2640
|
"hex": "#be95ff"
|
|
1916
2641
|
},
|
|
1917
|
-
"$description": "purple 40"
|
|
2642
|
+
"$description": "purple 40",
|
|
2643
|
+
"$extensions": {
|
|
2644
|
+
"org.carbon": {
|
|
2645
|
+
"role": "reference"
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
1918
2648
|
},
|
|
1919
2649
|
"50": {
|
|
1920
2650
|
"$type": "color",
|
|
@@ -1927,7 +2657,12 @@
|
|
|
1927
2657
|
],
|
|
1928
2658
|
"hex": "#a56eff"
|
|
1929
2659
|
},
|
|
1930
|
-
"$description": "purple 50"
|
|
2660
|
+
"$description": "purple 50",
|
|
2661
|
+
"$extensions": {
|
|
2662
|
+
"org.carbon": {
|
|
2663
|
+
"role": "reference"
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
1931
2666
|
},
|
|
1932
2667
|
"60": {
|
|
1933
2668
|
"$type": "color",
|
|
@@ -1940,7 +2675,12 @@
|
|
|
1940
2675
|
],
|
|
1941
2676
|
"hex": "#8a3ffc"
|
|
1942
2677
|
},
|
|
1943
|
-
"$description": "purple 60"
|
|
2678
|
+
"$description": "purple 60",
|
|
2679
|
+
"$extensions": {
|
|
2680
|
+
"org.carbon": {
|
|
2681
|
+
"role": "reference"
|
|
2682
|
+
}
|
|
2683
|
+
}
|
|
1944
2684
|
},
|
|
1945
2685
|
"70": {
|
|
1946
2686
|
"$type": "color",
|
|
@@ -1953,7 +2693,12 @@
|
|
|
1953
2693
|
],
|
|
1954
2694
|
"hex": "#6929c4"
|
|
1955
2695
|
},
|
|
1956
|
-
"$description": "purple 70"
|
|
2696
|
+
"$description": "purple 70",
|
|
2697
|
+
"$extensions": {
|
|
2698
|
+
"org.carbon": {
|
|
2699
|
+
"role": "reference"
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
1957
2702
|
},
|
|
1958
2703
|
"80": {
|
|
1959
2704
|
"$type": "color",
|
|
@@ -1966,7 +2711,12 @@
|
|
|
1966
2711
|
],
|
|
1967
2712
|
"hex": "#491d8b"
|
|
1968
2713
|
},
|
|
1969
|
-
"$description": "purple 80"
|
|
2714
|
+
"$description": "purple 80",
|
|
2715
|
+
"$extensions": {
|
|
2716
|
+
"org.carbon": {
|
|
2717
|
+
"role": "reference"
|
|
2718
|
+
}
|
|
2719
|
+
}
|
|
1970
2720
|
},
|
|
1971
2721
|
"90": {
|
|
1972
2722
|
"$type": "color",
|
|
@@ -1979,7 +2729,12 @@
|
|
|
1979
2729
|
],
|
|
1980
2730
|
"hex": "#31135e"
|
|
1981
2731
|
},
|
|
1982
|
-
"$description": "purple 90"
|
|
2732
|
+
"$description": "purple 90",
|
|
2733
|
+
"$extensions": {
|
|
2734
|
+
"org.carbon": {
|
|
2735
|
+
"role": "reference"
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
1983
2738
|
},
|
|
1984
2739
|
"100": {
|
|
1985
2740
|
"$type": "color",
|
|
@@ -1992,7 +2747,12 @@
|
|
|
1992
2747
|
],
|
|
1993
2748
|
"hex": "#1c0f30"
|
|
1994
2749
|
},
|
|
1995
|
-
"$description": "purple 100"
|
|
2750
|
+
"$description": "purple 100",
|
|
2751
|
+
"$extensions": {
|
|
2752
|
+
"org.carbon": {
|
|
2753
|
+
"role": "reference"
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
1996
2756
|
},
|
|
1997
2757
|
"100Hover": {
|
|
1998
2758
|
"$type": "color",
|
|
@@ -2005,7 +2765,12 @@
|
|
|
2005
2765
|
],
|
|
2006
2766
|
"hex": "#341c59"
|
|
2007
2767
|
},
|
|
2008
|
-
"$description": "purple 100Hover"
|
|
2768
|
+
"$description": "purple 100Hover",
|
|
2769
|
+
"$extensions": {
|
|
2770
|
+
"org.carbon": {
|
|
2771
|
+
"role": "reference"
|
|
2772
|
+
}
|
|
2773
|
+
}
|
|
2009
2774
|
},
|
|
2010
2775
|
"10Hover": {
|
|
2011
2776
|
"$type": "color",
|
|
@@ -2018,7 +2783,12 @@
|
|
|
2018
2783
|
],
|
|
2019
2784
|
"hex": "#ede5ff"
|
|
2020
2785
|
},
|
|
2021
|
-
"$description": "purple 10Hover"
|
|
2786
|
+
"$description": "purple 10Hover",
|
|
2787
|
+
"$extensions": {
|
|
2788
|
+
"org.carbon": {
|
|
2789
|
+
"role": "reference"
|
|
2790
|
+
}
|
|
2791
|
+
}
|
|
2022
2792
|
},
|
|
2023
2793
|
"20Hover": {
|
|
2024
2794
|
"$type": "color",
|
|
@@ -2031,7 +2801,12 @@
|
|
|
2031
2801
|
],
|
|
2032
2802
|
"hex": "#dcc7ff"
|
|
2033
2803
|
},
|
|
2034
|
-
"$description": "purple 20Hover"
|
|
2804
|
+
"$description": "purple 20Hover",
|
|
2805
|
+
"$extensions": {
|
|
2806
|
+
"org.carbon": {
|
|
2807
|
+
"role": "reference"
|
|
2808
|
+
}
|
|
2809
|
+
}
|
|
2035
2810
|
},
|
|
2036
2811
|
"30Hover": {
|
|
2037
2812
|
"$type": "color",
|
|
@@ -2044,7 +2819,12 @@
|
|
|
2044
2819
|
],
|
|
2045
2820
|
"hex": "#c5a3ff"
|
|
2046
2821
|
},
|
|
2047
|
-
"$description": "purple 30Hover"
|
|
2822
|
+
"$description": "purple 30Hover",
|
|
2823
|
+
"$extensions": {
|
|
2824
|
+
"org.carbon": {
|
|
2825
|
+
"role": "reference"
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2048
2828
|
},
|
|
2049
2829
|
"40Hover": {
|
|
2050
2830
|
"$type": "color",
|
|
@@ -2057,7 +2837,12 @@
|
|
|
2057
2837
|
],
|
|
2058
2838
|
"hex": "#ae7aff"
|
|
2059
2839
|
},
|
|
2060
|
-
"$description": "purple 40Hover"
|
|
2840
|
+
"$description": "purple 40Hover",
|
|
2841
|
+
"$extensions": {
|
|
2842
|
+
"org.carbon": {
|
|
2843
|
+
"role": "reference"
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2061
2846
|
},
|
|
2062
2847
|
"50Hover": {
|
|
2063
2848
|
"$type": "color",
|
|
@@ -2070,7 +2855,12 @@
|
|
|
2070
2855
|
],
|
|
2071
2856
|
"hex": "#9352ff"
|
|
2072
2857
|
},
|
|
2073
|
-
"$description": "purple 50Hover"
|
|
2858
|
+
"$description": "purple 50Hover",
|
|
2859
|
+
"$extensions": {
|
|
2860
|
+
"org.carbon": {
|
|
2861
|
+
"role": "reference"
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2074
2864
|
},
|
|
2075
2865
|
"60Hover": {
|
|
2076
2866
|
"$type": "color",
|
|
@@ -2083,7 +2873,12 @@
|
|
|
2083
2873
|
],
|
|
2084
2874
|
"hex": "#7822fb"
|
|
2085
2875
|
},
|
|
2086
|
-
"$description": "purple 60Hover"
|
|
2876
|
+
"$description": "purple 60Hover",
|
|
2877
|
+
"$extensions": {
|
|
2878
|
+
"org.carbon": {
|
|
2879
|
+
"role": "reference"
|
|
2880
|
+
}
|
|
2881
|
+
}
|
|
2087
2882
|
},
|
|
2088
2883
|
"70Hover": {
|
|
2089
2884
|
"$type": "color",
|
|
@@ -2096,7 +2891,12 @@
|
|
|
2096
2891
|
],
|
|
2097
2892
|
"hex": "#7c3dd6"
|
|
2098
2893
|
},
|
|
2099
|
-
"$description": "purple 70Hover"
|
|
2894
|
+
"$description": "purple 70Hover",
|
|
2895
|
+
"$extensions": {
|
|
2896
|
+
"org.carbon": {
|
|
2897
|
+
"role": "reference"
|
|
2898
|
+
}
|
|
2899
|
+
}
|
|
2100
2900
|
},
|
|
2101
2901
|
"80Hover": {
|
|
2102
2902
|
"$type": "color",
|
|
@@ -2109,7 +2909,12 @@
|
|
|
2109
2909
|
],
|
|
2110
2910
|
"hex": "#5b24ad"
|
|
2111
2911
|
},
|
|
2112
|
-
"$description": "purple 80Hover"
|
|
2912
|
+
"$description": "purple 80Hover",
|
|
2913
|
+
"$extensions": {
|
|
2914
|
+
"org.carbon": {
|
|
2915
|
+
"role": "reference"
|
|
2916
|
+
}
|
|
2917
|
+
}
|
|
2113
2918
|
},
|
|
2114
2919
|
"90Hover": {
|
|
2115
2920
|
"$type": "color",
|
|
@@ -2122,7 +2927,12 @@
|
|
|
2122
2927
|
],
|
|
2123
2928
|
"hex": "#40197b"
|
|
2124
2929
|
},
|
|
2125
|
-
"$description": "purple 90Hover"
|
|
2930
|
+
"$description": "purple 90Hover",
|
|
2931
|
+
"$extensions": {
|
|
2932
|
+
"org.carbon": {
|
|
2933
|
+
"role": "reference"
|
|
2934
|
+
}
|
|
2935
|
+
}
|
|
2126
2936
|
}
|
|
2127
2937
|
},
|
|
2128
2938
|
"red": {
|
|
@@ -2137,7 +2947,12 @@
|
|
|
2137
2947
|
],
|
|
2138
2948
|
"hex": "#fff1f1"
|
|
2139
2949
|
},
|
|
2140
|
-
"$description": "red 10"
|
|
2950
|
+
"$description": "red 10",
|
|
2951
|
+
"$extensions": {
|
|
2952
|
+
"org.carbon": {
|
|
2953
|
+
"role": "reference"
|
|
2954
|
+
}
|
|
2955
|
+
}
|
|
2141
2956
|
},
|
|
2142
2957
|
"20": {
|
|
2143
2958
|
"$type": "color",
|
|
@@ -2150,7 +2965,12 @@
|
|
|
2150
2965
|
],
|
|
2151
2966
|
"hex": "#ffd7d9"
|
|
2152
2967
|
},
|
|
2153
|
-
"$description": "red 20"
|
|
2968
|
+
"$description": "red 20",
|
|
2969
|
+
"$extensions": {
|
|
2970
|
+
"org.carbon": {
|
|
2971
|
+
"role": "reference"
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2154
2974
|
},
|
|
2155
2975
|
"30": {
|
|
2156
2976
|
"$type": "color",
|
|
@@ -2163,7 +2983,12 @@
|
|
|
2163
2983
|
],
|
|
2164
2984
|
"hex": "#ffb3b8"
|
|
2165
2985
|
},
|
|
2166
|
-
"$description": "red 30"
|
|
2986
|
+
"$description": "red 30",
|
|
2987
|
+
"$extensions": {
|
|
2988
|
+
"org.carbon": {
|
|
2989
|
+
"role": "reference"
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2167
2992
|
},
|
|
2168
2993
|
"40": {
|
|
2169
2994
|
"$type": "color",
|
|
@@ -2176,7 +3001,12 @@
|
|
|
2176
3001
|
],
|
|
2177
3002
|
"hex": "#ff8389"
|
|
2178
3003
|
},
|
|
2179
|
-
"$description": "red 40"
|
|
3004
|
+
"$description": "red 40",
|
|
3005
|
+
"$extensions": {
|
|
3006
|
+
"org.carbon": {
|
|
3007
|
+
"role": "reference"
|
|
3008
|
+
}
|
|
3009
|
+
}
|
|
2180
3010
|
},
|
|
2181
3011
|
"50": {
|
|
2182
3012
|
"$type": "color",
|
|
@@ -2189,7 +3019,12 @@
|
|
|
2189
3019
|
],
|
|
2190
3020
|
"hex": "#fa4d56"
|
|
2191
3021
|
},
|
|
2192
|
-
"$description": "red 50"
|
|
3022
|
+
"$description": "red 50",
|
|
3023
|
+
"$extensions": {
|
|
3024
|
+
"org.carbon": {
|
|
3025
|
+
"role": "reference"
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
2193
3028
|
},
|
|
2194
3029
|
"60": {
|
|
2195
3030
|
"$type": "color",
|
|
@@ -2202,7 +3037,12 @@
|
|
|
2202
3037
|
],
|
|
2203
3038
|
"hex": "#da1e28"
|
|
2204
3039
|
},
|
|
2205
|
-
"$description": "red 60"
|
|
3040
|
+
"$description": "red 60",
|
|
3041
|
+
"$extensions": {
|
|
3042
|
+
"org.carbon": {
|
|
3043
|
+
"role": "reference"
|
|
3044
|
+
}
|
|
3045
|
+
}
|
|
2206
3046
|
},
|
|
2207
3047
|
"70": {
|
|
2208
3048
|
"$type": "color",
|
|
@@ -2215,7 +3055,12 @@
|
|
|
2215
3055
|
],
|
|
2216
3056
|
"hex": "#a2191f"
|
|
2217
3057
|
},
|
|
2218
|
-
"$description": "red 70"
|
|
3058
|
+
"$description": "red 70",
|
|
3059
|
+
"$extensions": {
|
|
3060
|
+
"org.carbon": {
|
|
3061
|
+
"role": "reference"
|
|
3062
|
+
}
|
|
3063
|
+
}
|
|
2219
3064
|
},
|
|
2220
3065
|
"80": {
|
|
2221
3066
|
"$type": "color",
|
|
@@ -2228,7 +3073,12 @@
|
|
|
2228
3073
|
],
|
|
2229
3074
|
"hex": "#750e13"
|
|
2230
3075
|
},
|
|
2231
|
-
"$description": "red 80"
|
|
3076
|
+
"$description": "red 80",
|
|
3077
|
+
"$extensions": {
|
|
3078
|
+
"org.carbon": {
|
|
3079
|
+
"role": "reference"
|
|
3080
|
+
}
|
|
3081
|
+
}
|
|
2232
3082
|
},
|
|
2233
3083
|
"90": {
|
|
2234
3084
|
"$type": "color",
|
|
@@ -2241,7 +3091,12 @@
|
|
|
2241
3091
|
],
|
|
2242
3092
|
"hex": "#520408"
|
|
2243
3093
|
},
|
|
2244
|
-
"$description": "red 90"
|
|
3094
|
+
"$description": "red 90",
|
|
3095
|
+
"$extensions": {
|
|
3096
|
+
"org.carbon": {
|
|
3097
|
+
"role": "reference"
|
|
3098
|
+
}
|
|
3099
|
+
}
|
|
2245
3100
|
},
|
|
2246
3101
|
"100": {
|
|
2247
3102
|
"$type": "color",
|
|
@@ -2254,7 +3109,12 @@
|
|
|
2254
3109
|
],
|
|
2255
3110
|
"hex": "#2d0709"
|
|
2256
3111
|
},
|
|
2257
|
-
"$description": "red 100"
|
|
3112
|
+
"$description": "red 100",
|
|
3113
|
+
"$extensions": {
|
|
3114
|
+
"org.carbon": {
|
|
3115
|
+
"role": "reference"
|
|
3116
|
+
}
|
|
3117
|
+
}
|
|
2258
3118
|
},
|
|
2259
3119
|
"100Hover": {
|
|
2260
3120
|
"$type": "color",
|
|
@@ -2267,7 +3127,12 @@
|
|
|
2267
3127
|
],
|
|
2268
3128
|
"hex": "#540d11"
|
|
2269
3129
|
},
|
|
2270
|
-
"$description": "red 100Hover"
|
|
3130
|
+
"$description": "red 100Hover",
|
|
3131
|
+
"$extensions": {
|
|
3132
|
+
"org.carbon": {
|
|
3133
|
+
"role": "reference"
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
2271
3136
|
},
|
|
2272
3137
|
"10Hover": {
|
|
2273
3138
|
"$type": "color",
|
|
@@ -2280,7 +3145,12 @@
|
|
|
2280
3145
|
],
|
|
2281
3146
|
"hex": "#ffe0e0"
|
|
2282
3147
|
},
|
|
2283
|
-
"$description": "red 10Hover"
|
|
3148
|
+
"$description": "red 10Hover",
|
|
3149
|
+
"$extensions": {
|
|
3150
|
+
"org.carbon": {
|
|
3151
|
+
"role": "reference"
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
2284
3154
|
},
|
|
2285
3155
|
"20Hover": {
|
|
2286
3156
|
"$type": "color",
|
|
@@ -2293,7 +3163,12 @@
|
|
|
2293
3163
|
],
|
|
2294
3164
|
"hex": "#ffc2c5"
|
|
2295
3165
|
},
|
|
2296
|
-
"$description": "red 20Hover"
|
|
3166
|
+
"$description": "red 20Hover",
|
|
3167
|
+
"$extensions": {
|
|
3168
|
+
"org.carbon": {
|
|
3169
|
+
"role": "reference"
|
|
3170
|
+
}
|
|
3171
|
+
}
|
|
2297
3172
|
},
|
|
2298
3173
|
"30Hover": {
|
|
2299
3174
|
"$type": "color",
|
|
@@ -2306,7 +3181,12 @@
|
|
|
2306
3181
|
],
|
|
2307
3182
|
"hex": "#ff99a0"
|
|
2308
3183
|
},
|
|
2309
|
-
"$description": "red 30Hover"
|
|
3184
|
+
"$description": "red 30Hover",
|
|
3185
|
+
"$extensions": {
|
|
3186
|
+
"org.carbon": {
|
|
3187
|
+
"role": "reference"
|
|
3188
|
+
}
|
|
3189
|
+
}
|
|
2310
3190
|
},
|
|
2311
3191
|
"40Hover": {
|
|
2312
3192
|
"$type": "color",
|
|
@@ -2319,7 +3199,12 @@
|
|
|
2319
3199
|
],
|
|
2320
3200
|
"hex": "#ff6168"
|
|
2321
3201
|
},
|
|
2322
|
-
"$description": "red 40Hover"
|
|
3202
|
+
"$description": "red 40Hover",
|
|
3203
|
+
"$extensions": {
|
|
3204
|
+
"org.carbon": {
|
|
3205
|
+
"role": "reference"
|
|
3206
|
+
}
|
|
3207
|
+
}
|
|
2323
3208
|
},
|
|
2324
3209
|
"50Hover": {
|
|
2325
3210
|
"$type": "color",
|
|
@@ -2332,7 +3217,12 @@
|
|
|
2332
3217
|
],
|
|
2333
3218
|
"hex": "#ee0713"
|
|
2334
3219
|
},
|
|
2335
|
-
"$description": "red 50Hover"
|
|
3220
|
+
"$description": "red 50Hover",
|
|
3221
|
+
"$extensions": {
|
|
3222
|
+
"org.carbon": {
|
|
3223
|
+
"role": "reference"
|
|
3224
|
+
}
|
|
3225
|
+
}
|
|
2336
3226
|
},
|
|
2337
3227
|
"60Hover": {
|
|
2338
3228
|
"$type": "color",
|
|
@@ -2345,7 +3235,12 @@
|
|
|
2345
3235
|
],
|
|
2346
3236
|
"hex": "#b81922"
|
|
2347
3237
|
},
|
|
2348
|
-
"$description": "red 60Hover"
|
|
3238
|
+
"$description": "red 60Hover",
|
|
3239
|
+
"$extensions": {
|
|
3240
|
+
"org.carbon": {
|
|
3241
|
+
"role": "reference"
|
|
3242
|
+
}
|
|
3243
|
+
}
|
|
2349
3244
|
},
|
|
2350
3245
|
"70Hover": {
|
|
2351
3246
|
"$type": "color",
|
|
@@ -2358,7 +3253,12 @@
|
|
|
2358
3253
|
],
|
|
2359
3254
|
"hex": "#c21e25"
|
|
2360
3255
|
},
|
|
2361
|
-
"$description": "red 70Hover"
|
|
3256
|
+
"$description": "red 70Hover",
|
|
3257
|
+
"$extensions": {
|
|
3258
|
+
"org.carbon": {
|
|
3259
|
+
"role": "reference"
|
|
3260
|
+
}
|
|
3261
|
+
}
|
|
2362
3262
|
},
|
|
2363
3263
|
"80Hover": {
|
|
2364
3264
|
"$type": "color",
|
|
@@ -2371,7 +3271,12 @@
|
|
|
2371
3271
|
],
|
|
2372
3272
|
"hex": "#921118"
|
|
2373
3273
|
},
|
|
2374
|
-
"$description": "red 80Hover"
|
|
3274
|
+
"$description": "red 80Hover",
|
|
3275
|
+
"$extensions": {
|
|
3276
|
+
"org.carbon": {
|
|
3277
|
+
"role": "reference"
|
|
3278
|
+
}
|
|
3279
|
+
}
|
|
2375
3280
|
},
|
|
2376
3281
|
"90Hover": {
|
|
2377
3282
|
"$type": "color",
|
|
@@ -2384,7 +3289,12 @@
|
|
|
2384
3289
|
],
|
|
2385
3290
|
"hex": "#66050a"
|
|
2386
3291
|
},
|
|
2387
|
-
"$description": "red 90Hover"
|
|
3292
|
+
"$description": "red 90Hover",
|
|
3293
|
+
"$extensions": {
|
|
3294
|
+
"org.carbon": {
|
|
3295
|
+
"role": "reference"
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
2388
3298
|
}
|
|
2389
3299
|
},
|
|
2390
3300
|
"teal": {
|
|
@@ -2399,7 +3309,12 @@
|
|
|
2399
3309
|
],
|
|
2400
3310
|
"hex": "#d9fbfb"
|
|
2401
3311
|
},
|
|
2402
|
-
"$description": "teal 10"
|
|
3312
|
+
"$description": "teal 10",
|
|
3313
|
+
"$extensions": {
|
|
3314
|
+
"org.carbon": {
|
|
3315
|
+
"role": "reference"
|
|
3316
|
+
}
|
|
3317
|
+
}
|
|
2403
3318
|
},
|
|
2404
3319
|
"20": {
|
|
2405
3320
|
"$type": "color",
|
|
@@ -2412,7 +3327,12 @@
|
|
|
2412
3327
|
],
|
|
2413
3328
|
"hex": "#9ef0f0"
|
|
2414
3329
|
},
|
|
2415
|
-
"$description": "teal 20"
|
|
3330
|
+
"$description": "teal 20",
|
|
3331
|
+
"$extensions": {
|
|
3332
|
+
"org.carbon": {
|
|
3333
|
+
"role": "reference"
|
|
3334
|
+
}
|
|
3335
|
+
}
|
|
2416
3336
|
},
|
|
2417
3337
|
"30": {
|
|
2418
3338
|
"$type": "color",
|
|
@@ -2425,7 +3345,12 @@
|
|
|
2425
3345
|
],
|
|
2426
3346
|
"hex": "#3ddbd9"
|
|
2427
3347
|
},
|
|
2428
|
-
"$description": "teal 30"
|
|
3348
|
+
"$description": "teal 30",
|
|
3349
|
+
"$extensions": {
|
|
3350
|
+
"org.carbon": {
|
|
3351
|
+
"role": "reference"
|
|
3352
|
+
}
|
|
3353
|
+
}
|
|
2429
3354
|
},
|
|
2430
3355
|
"40": {
|
|
2431
3356
|
"$type": "color",
|
|
@@ -2438,7 +3363,12 @@
|
|
|
2438
3363
|
],
|
|
2439
3364
|
"hex": "#08bdba"
|
|
2440
3365
|
},
|
|
2441
|
-
"$description": "teal 40"
|
|
3366
|
+
"$description": "teal 40",
|
|
3367
|
+
"$extensions": {
|
|
3368
|
+
"org.carbon": {
|
|
3369
|
+
"role": "reference"
|
|
3370
|
+
}
|
|
3371
|
+
}
|
|
2442
3372
|
},
|
|
2443
3373
|
"50": {
|
|
2444
3374
|
"$type": "color",
|
|
@@ -2451,7 +3381,12 @@
|
|
|
2451
3381
|
],
|
|
2452
3382
|
"hex": "#009d9a"
|
|
2453
3383
|
},
|
|
2454
|
-
"$description": "teal 50"
|
|
3384
|
+
"$description": "teal 50",
|
|
3385
|
+
"$extensions": {
|
|
3386
|
+
"org.carbon": {
|
|
3387
|
+
"role": "reference"
|
|
3388
|
+
}
|
|
3389
|
+
}
|
|
2455
3390
|
},
|
|
2456
3391
|
"60": {
|
|
2457
3392
|
"$type": "color",
|
|
@@ -2464,7 +3399,12 @@
|
|
|
2464
3399
|
],
|
|
2465
3400
|
"hex": "#007d79"
|
|
2466
3401
|
},
|
|
2467
|
-
"$description": "teal 60"
|
|
3402
|
+
"$description": "teal 60",
|
|
3403
|
+
"$extensions": {
|
|
3404
|
+
"org.carbon": {
|
|
3405
|
+
"role": "reference"
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
2468
3408
|
},
|
|
2469
3409
|
"70": {
|
|
2470
3410
|
"$type": "color",
|
|
@@ -2477,7 +3417,12 @@
|
|
|
2477
3417
|
],
|
|
2478
3418
|
"hex": "#005d5d"
|
|
2479
3419
|
},
|
|
2480
|
-
"$description": "teal 70"
|
|
3420
|
+
"$description": "teal 70",
|
|
3421
|
+
"$extensions": {
|
|
3422
|
+
"org.carbon": {
|
|
3423
|
+
"role": "reference"
|
|
3424
|
+
}
|
|
3425
|
+
}
|
|
2481
3426
|
},
|
|
2482
3427
|
"80": {
|
|
2483
3428
|
"$type": "color",
|
|
@@ -2490,7 +3435,12 @@
|
|
|
2490
3435
|
],
|
|
2491
3436
|
"hex": "#004144"
|
|
2492
3437
|
},
|
|
2493
|
-
"$description": "teal 80"
|
|
3438
|
+
"$description": "teal 80",
|
|
3439
|
+
"$extensions": {
|
|
3440
|
+
"org.carbon": {
|
|
3441
|
+
"role": "reference"
|
|
3442
|
+
}
|
|
3443
|
+
}
|
|
2494
3444
|
},
|
|
2495
3445
|
"90": {
|
|
2496
3446
|
"$type": "color",
|
|
@@ -2503,7 +3453,12 @@
|
|
|
2503
3453
|
],
|
|
2504
3454
|
"hex": "#022b30"
|
|
2505
3455
|
},
|
|
2506
|
-
"$description": "teal 90"
|
|
3456
|
+
"$description": "teal 90",
|
|
3457
|
+
"$extensions": {
|
|
3458
|
+
"org.carbon": {
|
|
3459
|
+
"role": "reference"
|
|
3460
|
+
}
|
|
3461
|
+
}
|
|
2507
3462
|
},
|
|
2508
3463
|
"100": {
|
|
2509
3464
|
"$type": "color",
|
|
@@ -2516,7 +3471,12 @@
|
|
|
2516
3471
|
],
|
|
2517
3472
|
"hex": "#081a1c"
|
|
2518
3473
|
},
|
|
2519
|
-
"$description": "teal 100"
|
|
3474
|
+
"$description": "teal 100",
|
|
3475
|
+
"$extensions": {
|
|
3476
|
+
"org.carbon": {
|
|
3477
|
+
"role": "reference"
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
2520
3480
|
},
|
|
2521
3481
|
"100Hover": {
|
|
2522
3482
|
"$type": "color",
|
|
@@ -2529,7 +3489,12 @@
|
|
|
2529
3489
|
],
|
|
2530
3490
|
"hex": "#0f3034"
|
|
2531
3491
|
},
|
|
2532
|
-
"$description": "teal 100Hover"
|
|
3492
|
+
"$description": "teal 100Hover",
|
|
3493
|
+
"$extensions": {
|
|
3494
|
+
"org.carbon": {
|
|
3495
|
+
"role": "reference"
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
2533
3498
|
},
|
|
2534
3499
|
"10Hover": {
|
|
2535
3500
|
"$type": "color",
|
|
@@ -2542,7 +3507,12 @@
|
|
|
2542
3507
|
],
|
|
2543
3508
|
"hex": "#acf6f6"
|
|
2544
3509
|
},
|
|
2545
|
-
"$description": "teal 10Hover"
|
|
3510
|
+
"$description": "teal 10Hover",
|
|
3511
|
+
"$extensions": {
|
|
3512
|
+
"org.carbon": {
|
|
3513
|
+
"role": "reference"
|
|
3514
|
+
}
|
|
3515
|
+
}
|
|
2546
3516
|
},
|
|
2547
3517
|
"20Hover": {
|
|
2548
3518
|
"$type": "color",
|
|
@@ -2555,7 +3525,12 @@
|
|
|
2555
3525
|
],
|
|
2556
3526
|
"hex": "#57e5e5"
|
|
2557
3527
|
},
|
|
2558
|
-
"$description": "teal 20Hover"
|
|
3528
|
+
"$description": "teal 20Hover",
|
|
3529
|
+
"$extensions": {
|
|
3530
|
+
"org.carbon": {
|
|
3531
|
+
"role": "reference"
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
2559
3534
|
},
|
|
2560
3535
|
"30Hover": {
|
|
2561
3536
|
"$type": "color",
|
|
@@ -2568,7 +3543,12 @@
|
|
|
2568
3543
|
],
|
|
2569
3544
|
"hex": "#25cac8"
|
|
2570
3545
|
},
|
|
2571
|
-
"$description": "teal 30Hover"
|
|
3546
|
+
"$description": "teal 30Hover",
|
|
3547
|
+
"$extensions": {
|
|
3548
|
+
"org.carbon": {
|
|
3549
|
+
"role": "reference"
|
|
3550
|
+
}
|
|
3551
|
+
}
|
|
2572
3552
|
},
|
|
2573
3553
|
"40Hover": {
|
|
2574
3554
|
"$type": "color",
|
|
@@ -2581,7 +3561,12 @@
|
|
|
2581
3561
|
],
|
|
2582
3562
|
"hex": "#07aba9"
|
|
2583
3563
|
},
|
|
2584
|
-
"$description": "teal 40Hover"
|
|
3564
|
+
"$description": "teal 40Hover",
|
|
3565
|
+
"$extensions": {
|
|
3566
|
+
"org.carbon": {
|
|
3567
|
+
"role": "reference"
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
2585
3570
|
},
|
|
2586
3571
|
"50Hover": {
|
|
2587
3572
|
"$type": "color",
|
|
@@ -2594,7 +3579,12 @@
|
|
|
2594
3579
|
],
|
|
2595
3580
|
"hex": "#008a87"
|
|
2596
3581
|
},
|
|
2597
|
-
"$description": "teal 50Hover"
|
|
3582
|
+
"$description": "teal 50Hover",
|
|
3583
|
+
"$extensions": {
|
|
3584
|
+
"org.carbon": {
|
|
3585
|
+
"role": "reference"
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
2598
3588
|
},
|
|
2599
3589
|
"60Hover": {
|
|
2600
3590
|
"$type": "color",
|
|
@@ -2607,7 +3597,12 @@
|
|
|
2607
3597
|
],
|
|
2608
3598
|
"hex": "#006b68"
|
|
2609
3599
|
},
|
|
2610
|
-
"$description": "teal 60Hover"
|
|
3600
|
+
"$description": "teal 60Hover",
|
|
3601
|
+
"$extensions": {
|
|
3602
|
+
"org.carbon": {
|
|
3603
|
+
"role": "reference"
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
2611
3606
|
},
|
|
2612
3607
|
"70Hover": {
|
|
2613
3608
|
"$type": "color",
|
|
@@ -2620,7 +3615,12 @@
|
|
|
2620
3615
|
],
|
|
2621
3616
|
"hex": "#007070"
|
|
2622
3617
|
},
|
|
2623
|
-
"$description": "teal 70Hover"
|
|
3618
|
+
"$description": "teal 70Hover",
|
|
3619
|
+
"$extensions": {
|
|
3620
|
+
"org.carbon": {
|
|
3621
|
+
"role": "reference"
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
2624
3624
|
},
|
|
2625
3625
|
"80Hover": {
|
|
2626
3626
|
"$type": "color",
|
|
@@ -2633,7 +3633,12 @@
|
|
|
2633
3633
|
],
|
|
2634
3634
|
"hex": "#005357"
|
|
2635
3635
|
},
|
|
2636
|
-
"$description": "teal 80Hover"
|
|
3636
|
+
"$description": "teal 80Hover",
|
|
3637
|
+
"$extensions": {
|
|
3638
|
+
"org.carbon": {
|
|
3639
|
+
"role": "reference"
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
2637
3642
|
},
|
|
2638
3643
|
"90Hover": {
|
|
2639
3644
|
"$type": "color",
|
|
@@ -2646,7 +3651,12 @@
|
|
|
2646
3651
|
],
|
|
2647
3652
|
"hex": "#033940"
|
|
2648
3653
|
},
|
|
2649
|
-
"$description": "teal 90Hover"
|
|
3654
|
+
"$description": "teal 90Hover",
|
|
3655
|
+
"$extensions": {
|
|
3656
|
+
"org.carbon": {
|
|
3657
|
+
"role": "reference"
|
|
3658
|
+
}
|
|
3659
|
+
}
|
|
2650
3660
|
}
|
|
2651
3661
|
},
|
|
2652
3662
|
"warmGray": {
|
|
@@ -2661,7 +3671,12 @@
|
|
|
2661
3671
|
],
|
|
2662
3672
|
"hex": "#f7f3f2"
|
|
2663
3673
|
},
|
|
2664
|
-
"$description": "warmGray 10"
|
|
3674
|
+
"$description": "warmGray 10",
|
|
3675
|
+
"$extensions": {
|
|
3676
|
+
"org.carbon": {
|
|
3677
|
+
"role": "reference"
|
|
3678
|
+
}
|
|
3679
|
+
}
|
|
2665
3680
|
},
|
|
2666
3681
|
"20": {
|
|
2667
3682
|
"$type": "color",
|
|
@@ -2674,7 +3689,12 @@
|
|
|
2674
3689
|
],
|
|
2675
3690
|
"hex": "#e5e0df"
|
|
2676
3691
|
},
|
|
2677
|
-
"$description": "warmGray 20"
|
|
3692
|
+
"$description": "warmGray 20",
|
|
3693
|
+
"$extensions": {
|
|
3694
|
+
"org.carbon": {
|
|
3695
|
+
"role": "reference"
|
|
3696
|
+
}
|
|
3697
|
+
}
|
|
2678
3698
|
},
|
|
2679
3699
|
"30": {
|
|
2680
3700
|
"$type": "color",
|
|
@@ -2687,7 +3707,12 @@
|
|
|
2687
3707
|
],
|
|
2688
3708
|
"hex": "#cac5c4"
|
|
2689
3709
|
},
|
|
2690
|
-
"$description": "warmGray 30"
|
|
3710
|
+
"$description": "warmGray 30",
|
|
3711
|
+
"$extensions": {
|
|
3712
|
+
"org.carbon": {
|
|
3713
|
+
"role": "reference"
|
|
3714
|
+
}
|
|
3715
|
+
}
|
|
2691
3716
|
},
|
|
2692
3717
|
"40": {
|
|
2693
3718
|
"$type": "color",
|
|
@@ -2700,7 +3725,12 @@
|
|
|
2700
3725
|
],
|
|
2701
3726
|
"hex": "#ada8a8"
|
|
2702
3727
|
},
|
|
2703
|
-
"$description": "warmGray 40"
|
|
3728
|
+
"$description": "warmGray 40",
|
|
3729
|
+
"$extensions": {
|
|
3730
|
+
"org.carbon": {
|
|
3731
|
+
"role": "reference"
|
|
3732
|
+
}
|
|
3733
|
+
}
|
|
2704
3734
|
},
|
|
2705
3735
|
"50": {
|
|
2706
3736
|
"$type": "color",
|
|
@@ -2713,7 +3743,12 @@
|
|
|
2713
3743
|
],
|
|
2714
3744
|
"hex": "#8f8b8b"
|
|
2715
3745
|
},
|
|
2716
|
-
"$description": "warmGray 50"
|
|
3746
|
+
"$description": "warmGray 50",
|
|
3747
|
+
"$extensions": {
|
|
3748
|
+
"org.carbon": {
|
|
3749
|
+
"role": "reference"
|
|
3750
|
+
}
|
|
3751
|
+
}
|
|
2717
3752
|
},
|
|
2718
3753
|
"60": {
|
|
2719
3754
|
"$type": "color",
|
|
@@ -2726,7 +3761,12 @@
|
|
|
2726
3761
|
],
|
|
2727
3762
|
"hex": "#726e6e"
|
|
2728
3763
|
},
|
|
2729
|
-
"$description": "warmGray 60"
|
|
3764
|
+
"$description": "warmGray 60",
|
|
3765
|
+
"$extensions": {
|
|
3766
|
+
"org.carbon": {
|
|
3767
|
+
"role": "reference"
|
|
3768
|
+
}
|
|
3769
|
+
}
|
|
2730
3770
|
},
|
|
2731
3771
|
"70": {
|
|
2732
3772
|
"$type": "color",
|
|
@@ -2739,7 +3779,12 @@
|
|
|
2739
3779
|
],
|
|
2740
3780
|
"hex": "#565151"
|
|
2741
3781
|
},
|
|
2742
|
-
"$description": "warmGray 70"
|
|
3782
|
+
"$description": "warmGray 70",
|
|
3783
|
+
"$extensions": {
|
|
3784
|
+
"org.carbon": {
|
|
3785
|
+
"role": "reference"
|
|
3786
|
+
}
|
|
3787
|
+
}
|
|
2743
3788
|
},
|
|
2744
3789
|
"80": {
|
|
2745
3790
|
"$type": "color",
|
|
@@ -2752,7 +3797,12 @@
|
|
|
2752
3797
|
],
|
|
2753
3798
|
"hex": "#3c3838"
|
|
2754
3799
|
},
|
|
2755
|
-
"$description": "warmGray 80"
|
|
3800
|
+
"$description": "warmGray 80",
|
|
3801
|
+
"$extensions": {
|
|
3802
|
+
"org.carbon": {
|
|
3803
|
+
"role": "reference"
|
|
3804
|
+
}
|
|
3805
|
+
}
|
|
2756
3806
|
},
|
|
2757
3807
|
"90": {
|
|
2758
3808
|
"$type": "color",
|
|
@@ -2765,7 +3815,12 @@
|
|
|
2765
3815
|
],
|
|
2766
3816
|
"hex": "#272525"
|
|
2767
3817
|
},
|
|
2768
|
-
"$description": "warmGray 90"
|
|
3818
|
+
"$description": "warmGray 90",
|
|
3819
|
+
"$extensions": {
|
|
3820
|
+
"org.carbon": {
|
|
3821
|
+
"role": "reference"
|
|
3822
|
+
}
|
|
3823
|
+
}
|
|
2769
3824
|
},
|
|
2770
3825
|
"100": {
|
|
2771
3826
|
"$type": "color",
|
|
@@ -2778,7 +3833,12 @@
|
|
|
2778
3833
|
],
|
|
2779
3834
|
"hex": "#171414"
|
|
2780
3835
|
},
|
|
2781
|
-
"$description": "warmGray 100"
|
|
3836
|
+
"$description": "warmGray 100",
|
|
3837
|
+
"$extensions": {
|
|
3838
|
+
"org.carbon": {
|
|
3839
|
+
"role": "reference"
|
|
3840
|
+
}
|
|
3841
|
+
}
|
|
2782
3842
|
},
|
|
2783
3843
|
"100Hover": {
|
|
2784
3844
|
"$type": "color",
|
|
@@ -2791,7 +3851,12 @@
|
|
|
2791
3851
|
],
|
|
2792
3852
|
"hex": "#2c2626"
|
|
2793
3853
|
},
|
|
2794
|
-
"$description": "warmGray 100Hover"
|
|
3854
|
+
"$description": "warmGray 100Hover",
|
|
3855
|
+
"$extensions": {
|
|
3856
|
+
"org.carbon": {
|
|
3857
|
+
"role": "reference"
|
|
3858
|
+
}
|
|
3859
|
+
}
|
|
2795
3860
|
},
|
|
2796
3861
|
"10Hover": {
|
|
2797
3862
|
"$type": "color",
|
|
@@ -2804,7 +3869,12 @@
|
|
|
2804
3869
|
],
|
|
2805
3870
|
"hex": "#f0e8e6"
|
|
2806
3871
|
},
|
|
2807
|
-
"$description": "warmGray 10Hover"
|
|
3872
|
+
"$description": "warmGray 10Hover",
|
|
3873
|
+
"$extensions": {
|
|
3874
|
+
"org.carbon": {
|
|
3875
|
+
"role": "reference"
|
|
3876
|
+
}
|
|
3877
|
+
}
|
|
2808
3878
|
},
|
|
2809
3879
|
"20Hover": {
|
|
2810
3880
|
"$type": "color",
|
|
@@ -2817,7 +3887,12 @@
|
|
|
2817
3887
|
],
|
|
2818
3888
|
"hex": "#d8d0cf"
|
|
2819
3889
|
},
|
|
2820
|
-
"$description": "warmGray 20Hover"
|
|
3890
|
+
"$description": "warmGray 20Hover",
|
|
3891
|
+
"$extensions": {
|
|
3892
|
+
"org.carbon": {
|
|
3893
|
+
"role": "reference"
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
2821
3896
|
},
|
|
2822
3897
|
"30Hover": {
|
|
2823
3898
|
"$type": "color",
|
|
@@ -2830,7 +3905,12 @@
|
|
|
2830
3905
|
],
|
|
2831
3906
|
"hex": "#b9b3b1"
|
|
2832
3907
|
},
|
|
2833
|
-
"$description": "warmGray 30Hover"
|
|
3908
|
+
"$description": "warmGray 30Hover",
|
|
3909
|
+
"$extensions": {
|
|
3910
|
+
"org.carbon": {
|
|
3911
|
+
"role": "reference"
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
2834
3914
|
},
|
|
2835
3915
|
"40Hover": {
|
|
2836
3916
|
"$type": "color",
|
|
@@ -2843,7 +3923,12 @@
|
|
|
2843
3923
|
],
|
|
2844
3924
|
"hex": "#9c9696"
|
|
2845
3925
|
},
|
|
2846
|
-
"$description": "warmGray 40Hover"
|
|
3926
|
+
"$description": "warmGray 40Hover",
|
|
3927
|
+
"$extensions": {
|
|
3928
|
+
"org.carbon": {
|
|
3929
|
+
"role": "reference"
|
|
3930
|
+
}
|
|
3931
|
+
}
|
|
2847
3932
|
},
|
|
2848
3933
|
"50Hover": {
|
|
2849
3934
|
"$type": "color",
|
|
@@ -2856,7 +3941,12 @@
|
|
|
2856
3941
|
],
|
|
2857
3942
|
"hex": "#7f7b7b"
|
|
2858
3943
|
},
|
|
2859
|
-
"$description": "warmGray 50Hover"
|
|
3944
|
+
"$description": "warmGray 50Hover",
|
|
3945
|
+
"$extensions": {
|
|
3946
|
+
"org.carbon": {
|
|
3947
|
+
"role": "reference"
|
|
3948
|
+
}
|
|
3949
|
+
}
|
|
2860
3950
|
},
|
|
2861
3951
|
"60Hover": {
|
|
2862
3952
|
"$type": "color",
|
|
@@ -2869,7 +3959,12 @@
|
|
|
2869
3959
|
],
|
|
2870
3960
|
"hex": "#605d5d"
|
|
2871
3961
|
},
|
|
2872
|
-
"$description": "warmGray 60Hover"
|
|
3962
|
+
"$description": "warmGray 60Hover",
|
|
3963
|
+
"$extensions": {
|
|
3964
|
+
"org.carbon": {
|
|
3965
|
+
"role": "reference"
|
|
3966
|
+
}
|
|
3967
|
+
}
|
|
2873
3968
|
},
|
|
2874
3969
|
"70Hover": {
|
|
2875
3970
|
"$type": "color",
|
|
@@ -2882,7 +3977,12 @@
|
|
|
2882
3977
|
],
|
|
2883
3978
|
"hex": "#696363"
|
|
2884
3979
|
},
|
|
2885
|
-
"$description": "warmGray 70Hover"
|
|
3980
|
+
"$description": "warmGray 70Hover",
|
|
3981
|
+
"$extensions": {
|
|
3982
|
+
"org.carbon": {
|
|
3983
|
+
"role": "reference"
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
2886
3986
|
},
|
|
2887
3987
|
"80Hover": {
|
|
2888
3988
|
"$type": "color",
|
|
@@ -2895,7 +3995,12 @@
|
|
|
2895
3995
|
],
|
|
2896
3996
|
"hex": "#4c4848"
|
|
2897
3997
|
},
|
|
2898
|
-
"$description": "warmGray 80Hover"
|
|
3998
|
+
"$description": "warmGray 80Hover",
|
|
3999
|
+
"$extensions": {
|
|
4000
|
+
"org.carbon": {
|
|
4001
|
+
"role": "reference"
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
2899
4004
|
},
|
|
2900
4005
|
"90Hover": {
|
|
2901
4006
|
"$type": "color",
|
|
@@ -2908,7 +4013,12 @@
|
|
|
2908
4013
|
],
|
|
2909
4014
|
"hex": "#343232"
|
|
2910
4015
|
},
|
|
2911
|
-
"$description": "warmGray 90Hover"
|
|
4016
|
+
"$description": "warmGray 90Hover",
|
|
4017
|
+
"$extensions": {
|
|
4018
|
+
"org.carbon": {
|
|
4019
|
+
"role": "reference"
|
|
4020
|
+
}
|
|
4021
|
+
}
|
|
2912
4022
|
}
|
|
2913
4023
|
},
|
|
2914
4024
|
"white": {
|
|
@@ -2923,7 +4033,12 @@
|
|
|
2923
4033
|
],
|
|
2924
4034
|
"hex": "#ffffff"
|
|
2925
4035
|
},
|
|
2926
|
-
"$description": "white default"
|
|
4036
|
+
"$description": "white default",
|
|
4037
|
+
"$extensions": {
|
|
4038
|
+
"org.carbon": {
|
|
4039
|
+
"role": "reference"
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
2927
4042
|
},
|
|
2928
4043
|
"Hover": {
|
|
2929
4044
|
"$type": "color",
|
|
@@ -2936,7 +4051,12 @@
|
|
|
2936
4051
|
],
|
|
2937
4052
|
"hex": "#e8e8e8"
|
|
2938
4053
|
},
|
|
2939
|
-
"$description": "white Hover"
|
|
4054
|
+
"$description": "white Hover",
|
|
4055
|
+
"$extensions": {
|
|
4056
|
+
"org.carbon": {
|
|
4057
|
+
"role": "reference"
|
|
4058
|
+
}
|
|
4059
|
+
}
|
|
2940
4060
|
}
|
|
2941
4061
|
},
|
|
2942
4062
|
"yellow": {
|
|
@@ -2951,7 +4071,12 @@
|
|
|
2951
4071
|
],
|
|
2952
4072
|
"hex": "#fcf4d6"
|
|
2953
4073
|
},
|
|
2954
|
-
"$description": "yellow 10"
|
|
4074
|
+
"$description": "yellow 10",
|
|
4075
|
+
"$extensions": {
|
|
4076
|
+
"org.carbon": {
|
|
4077
|
+
"role": "reference"
|
|
4078
|
+
}
|
|
4079
|
+
}
|
|
2955
4080
|
},
|
|
2956
4081
|
"20": {
|
|
2957
4082
|
"$type": "color",
|
|
@@ -2964,7 +4089,12 @@
|
|
|
2964
4089
|
],
|
|
2965
4090
|
"hex": "#fddc69"
|
|
2966
4091
|
},
|
|
2967
|
-
"$description": "yellow 20"
|
|
4092
|
+
"$description": "yellow 20",
|
|
4093
|
+
"$extensions": {
|
|
4094
|
+
"org.carbon": {
|
|
4095
|
+
"role": "reference"
|
|
4096
|
+
}
|
|
4097
|
+
}
|
|
2968
4098
|
},
|
|
2969
4099
|
"30": {
|
|
2970
4100
|
"$type": "color",
|
|
@@ -2977,7 +4107,12 @@
|
|
|
2977
4107
|
],
|
|
2978
4108
|
"hex": "#f1c21b"
|
|
2979
4109
|
},
|
|
2980
|
-
"$description": "yellow 30"
|
|
4110
|
+
"$description": "yellow 30",
|
|
4111
|
+
"$extensions": {
|
|
4112
|
+
"org.carbon": {
|
|
4113
|
+
"role": "reference"
|
|
4114
|
+
}
|
|
4115
|
+
}
|
|
2981
4116
|
},
|
|
2982
4117
|
"40": {
|
|
2983
4118
|
"$type": "color",
|
|
@@ -2990,7 +4125,12 @@
|
|
|
2990
4125
|
],
|
|
2991
4126
|
"hex": "#d2a106"
|
|
2992
4127
|
},
|
|
2993
|
-
"$description": "yellow 40"
|
|
4128
|
+
"$description": "yellow 40",
|
|
4129
|
+
"$extensions": {
|
|
4130
|
+
"org.carbon": {
|
|
4131
|
+
"role": "reference"
|
|
4132
|
+
}
|
|
4133
|
+
}
|
|
2994
4134
|
},
|
|
2995
4135
|
"50": {
|
|
2996
4136
|
"$type": "color",
|
|
@@ -3003,7 +4143,12 @@
|
|
|
3003
4143
|
],
|
|
3004
4144
|
"hex": "#b28600"
|
|
3005
4145
|
},
|
|
3006
|
-
"$description": "yellow 50"
|
|
4146
|
+
"$description": "yellow 50",
|
|
4147
|
+
"$extensions": {
|
|
4148
|
+
"org.carbon": {
|
|
4149
|
+
"role": "reference"
|
|
4150
|
+
}
|
|
4151
|
+
}
|
|
3007
4152
|
},
|
|
3008
4153
|
"60": {
|
|
3009
4154
|
"$type": "color",
|
|
@@ -3016,7 +4161,12 @@
|
|
|
3016
4161
|
],
|
|
3017
4162
|
"hex": "#8e6a00"
|
|
3018
4163
|
},
|
|
3019
|
-
"$description": "yellow 60"
|
|
4164
|
+
"$description": "yellow 60",
|
|
4165
|
+
"$extensions": {
|
|
4166
|
+
"org.carbon": {
|
|
4167
|
+
"role": "reference"
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
3020
4170
|
},
|
|
3021
4171
|
"70": {
|
|
3022
4172
|
"$type": "color",
|
|
@@ -3029,7 +4179,12 @@
|
|
|
3029
4179
|
],
|
|
3030
4180
|
"hex": "#684e00"
|
|
3031
4181
|
},
|
|
3032
|
-
"$description": "yellow 70"
|
|
4182
|
+
"$description": "yellow 70",
|
|
4183
|
+
"$extensions": {
|
|
4184
|
+
"org.carbon": {
|
|
4185
|
+
"role": "reference"
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
3033
4188
|
},
|
|
3034
4189
|
"80": {
|
|
3035
4190
|
"$type": "color",
|
|
@@ -3042,7 +4197,12 @@
|
|
|
3042
4197
|
],
|
|
3043
4198
|
"hex": "#483700"
|
|
3044
4199
|
},
|
|
3045
|
-
"$description": "yellow 80"
|
|
4200
|
+
"$description": "yellow 80",
|
|
4201
|
+
"$extensions": {
|
|
4202
|
+
"org.carbon": {
|
|
4203
|
+
"role": "reference"
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
3046
4206
|
},
|
|
3047
4207
|
"90": {
|
|
3048
4208
|
"$type": "color",
|
|
@@ -3055,7 +4215,12 @@
|
|
|
3055
4215
|
],
|
|
3056
4216
|
"hex": "#302400"
|
|
3057
4217
|
},
|
|
3058
|
-
"$description": "yellow 90"
|
|
4218
|
+
"$description": "yellow 90",
|
|
4219
|
+
"$extensions": {
|
|
4220
|
+
"org.carbon": {
|
|
4221
|
+
"role": "reference"
|
|
4222
|
+
}
|
|
4223
|
+
}
|
|
3059
4224
|
},
|
|
3060
4225
|
"100": {
|
|
3061
4226
|
"$type": "color",
|
|
@@ -3068,7 +4233,12 @@
|
|
|
3068
4233
|
],
|
|
3069
4234
|
"hex": "#1c1500"
|
|
3070
4235
|
},
|
|
3071
|
-
"$description": "yellow 100"
|
|
4236
|
+
"$description": "yellow 100",
|
|
4237
|
+
"$extensions": {
|
|
4238
|
+
"org.carbon": {
|
|
4239
|
+
"role": "reference"
|
|
4240
|
+
}
|
|
4241
|
+
}
|
|
3072
4242
|
},
|
|
3073
4243
|
"100Hover": {
|
|
3074
4244
|
"$type": "color",
|
|
@@ -3081,7 +4251,12 @@
|
|
|
3081
4251
|
],
|
|
3082
4252
|
"hex": "#332600"
|
|
3083
4253
|
},
|
|
3084
|
-
"$description": "yellow 100Hover"
|
|
4254
|
+
"$description": "yellow 100Hover",
|
|
4255
|
+
"$extensions": {
|
|
4256
|
+
"org.carbon": {
|
|
4257
|
+
"role": "reference"
|
|
4258
|
+
}
|
|
4259
|
+
}
|
|
3085
4260
|
},
|
|
3086
4261
|
"10Hover": {
|
|
3087
4262
|
"$type": "color",
|
|
@@ -3094,7 +4269,12 @@
|
|
|
3094
4269
|
],
|
|
3095
4270
|
"hex": "#f8e6a0"
|
|
3096
4271
|
},
|
|
3097
|
-
"$description": "yellow 10Hover"
|
|
4272
|
+
"$description": "yellow 10Hover",
|
|
4273
|
+
"$extensions": {
|
|
4274
|
+
"org.carbon": {
|
|
4275
|
+
"role": "reference"
|
|
4276
|
+
}
|
|
4277
|
+
}
|
|
3098
4278
|
},
|
|
3099
4279
|
"20Hover": {
|
|
3100
4280
|
"$type": "color",
|
|
@@ -3107,7 +4287,12 @@
|
|
|
3107
4287
|
],
|
|
3108
4288
|
"hex": "#fccd27"
|
|
3109
4289
|
},
|
|
3110
|
-
"$description": "yellow 20Hover"
|
|
4290
|
+
"$description": "yellow 20Hover",
|
|
4291
|
+
"$extensions": {
|
|
4292
|
+
"org.carbon": {
|
|
4293
|
+
"role": "reference"
|
|
4294
|
+
}
|
|
4295
|
+
}
|
|
3111
4296
|
},
|
|
3112
4297
|
"30Hover": {
|
|
3113
4298
|
"$type": "color",
|
|
@@ -3120,7 +4305,12 @@
|
|
|
3120
4305
|
],
|
|
3121
4306
|
"hex": "#ddb00e"
|
|
3122
4307
|
},
|
|
3123
|
-
"$description": "yellow 30Hover"
|
|
4308
|
+
"$description": "yellow 30Hover",
|
|
4309
|
+
"$extensions": {
|
|
4310
|
+
"org.carbon": {
|
|
4311
|
+
"role": "reference"
|
|
4312
|
+
}
|
|
4313
|
+
}
|
|
3124
4314
|
},
|
|
3125
4315
|
"40Hover": {
|
|
3126
4316
|
"$type": "color",
|
|
@@ -3133,7 +4323,12 @@
|
|
|
3133
4323
|
],
|
|
3134
4324
|
"hex": "#bc9005"
|
|
3135
4325
|
},
|
|
3136
|
-
"$description": "yellow 40Hover"
|
|
4326
|
+
"$description": "yellow 40Hover",
|
|
4327
|
+
"$extensions": {
|
|
4328
|
+
"org.carbon": {
|
|
4329
|
+
"role": "reference"
|
|
4330
|
+
}
|
|
4331
|
+
}
|
|
3137
4332
|
},
|
|
3138
4333
|
"50Hover": {
|
|
3139
4334
|
"$type": "color",
|
|
@@ -3146,7 +4341,12 @@
|
|
|
3146
4341
|
],
|
|
3147
4342
|
"hex": "#9e7700"
|
|
3148
4343
|
},
|
|
3149
|
-
"$description": "yellow 50Hover"
|
|
4344
|
+
"$description": "yellow 50Hover",
|
|
4345
|
+
"$extensions": {
|
|
4346
|
+
"org.carbon": {
|
|
4347
|
+
"role": "reference"
|
|
4348
|
+
}
|
|
4349
|
+
}
|
|
3150
4350
|
},
|
|
3151
4351
|
"60Hover": {
|
|
3152
4352
|
"$type": "color",
|
|
@@ -3159,7 +4359,12 @@
|
|
|
3159
4359
|
],
|
|
3160
4360
|
"hex": "#755800"
|
|
3161
4361
|
},
|
|
3162
|
-
"$description": "yellow 60Hover"
|
|
4362
|
+
"$description": "yellow 60Hover",
|
|
4363
|
+
"$extensions": {
|
|
4364
|
+
"org.carbon": {
|
|
4365
|
+
"role": "reference"
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
3163
4368
|
},
|
|
3164
4369
|
"70Hover": {
|
|
3165
4370
|
"$type": "color",
|
|
@@ -3172,7 +4377,12 @@
|
|
|
3172
4377
|
],
|
|
3173
4378
|
"hex": "#806000"
|
|
3174
4379
|
},
|
|
3175
|
-
"$description": "yellow 70Hover"
|
|
4380
|
+
"$description": "yellow 70Hover",
|
|
4381
|
+
"$extensions": {
|
|
4382
|
+
"org.carbon": {
|
|
4383
|
+
"role": "reference"
|
|
4384
|
+
}
|
|
4385
|
+
}
|
|
3176
4386
|
},
|
|
3177
4387
|
"80Hover": {
|
|
3178
4388
|
"$type": "color",
|
|
@@ -3185,7 +4395,12 @@
|
|
|
3185
4395
|
],
|
|
3186
4396
|
"hex": "#5c4600"
|
|
3187
4397
|
},
|
|
3188
|
-
"$description": "yellow 80Hover"
|
|
4398
|
+
"$description": "yellow 80Hover",
|
|
4399
|
+
"$extensions": {
|
|
4400
|
+
"org.carbon": {
|
|
4401
|
+
"role": "reference"
|
|
4402
|
+
}
|
|
4403
|
+
}
|
|
3189
4404
|
},
|
|
3190
4405
|
"90Hover": {
|
|
3191
4406
|
"$type": "color",
|
|
@@ -3198,7 +4413,12 @@
|
|
|
3198
4413
|
],
|
|
3199
4414
|
"hex": "#3d2e00"
|
|
3200
4415
|
},
|
|
3201
|
-
"$description": "yellow 90Hover"
|
|
4416
|
+
"$description": "yellow 90Hover",
|
|
4417
|
+
"$extensions": {
|
|
4418
|
+
"org.carbon": {
|
|
4419
|
+
"role": "reference"
|
|
4420
|
+
}
|
|
4421
|
+
}
|
|
3202
4422
|
}
|
|
3203
4423
|
}
|
|
3204
4424
|
}
|