@transferwise/neptune-tokens 6.1.0 → 7.0.0-beta.2

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/colors.json CHANGED
@@ -1,5 +1,556 @@
1
1
  {
2
2
  "color": {
3
+ "bright-yellow": {
4
+ "100": {
5
+ "value": {
6
+ "r": 0.9725490196078431,
7
+ "g": 0.9215686274509803,
8
+ "b": 0.33725490196078434
9
+ },
10
+ "type": "brand",
11
+ "filePath": "tokens/colors/base.json",
12
+ "isSource": true,
13
+ "original": {
14
+ "value": {
15
+ "hex": "#f8eb56"
16
+ },
17
+ "type": "brand"
18
+ },
19
+ "name": "brightYellow100",
20
+ "attributes": {
21
+ "category": "color",
22
+ "type": "bright-yellow",
23
+ "item": "100"
24
+ },
25
+ "path": [
26
+ "color",
27
+ "bright-yellow",
28
+ "100"
29
+ ]
30
+ }
31
+ },
32
+ "bright-orange": {
33
+ "100": {
34
+ "value": {
35
+ "r": 1,
36
+ "g": 0.7529411764705882,
37
+ "b": 0.5686274509803921
38
+ },
39
+ "type": "brand",
40
+ "filePath": "tokens/colors/base.json",
41
+ "isSource": true,
42
+ "original": {
43
+ "value": {
44
+ "hex": "#FFC091"
45
+ },
46
+ "type": "brand"
47
+ },
48
+ "name": "brightOrange100",
49
+ "attributes": {
50
+ "category": "color",
51
+ "type": "bright-orange",
52
+ "item": "100"
53
+ },
54
+ "path": [
55
+ "color",
56
+ "bright-orange",
57
+ "100"
58
+ ]
59
+ }
60
+ },
61
+ "dark-purple": {
62
+ "100": {
63
+ "value": {
64
+ "r": 0.14901960784313725,
65
+ "g": 0.0392156862745098,
66
+ "b": 0.1843137254901961
67
+ },
68
+ "type": "brand",
69
+ "filePath": "tokens/colors/base.json",
70
+ "isSource": true,
71
+ "original": {
72
+ "value": {
73
+ "hex": "#260A2F"
74
+ },
75
+ "type": "brand"
76
+ },
77
+ "name": "darkPurple100",
78
+ "attributes": {
79
+ "category": "color",
80
+ "type": "dark-purple",
81
+ "item": "100"
82
+ },
83
+ "path": [
84
+ "color",
85
+ "dark-purple",
86
+ "100"
87
+ ]
88
+ }
89
+ },
90
+ "dark-gold": {
91
+ "100": {
92
+ "value": {
93
+ "r": 0.22745098039215686,
94
+ "g": 0.20392156862745098,
95
+ "b": 0.10980392156862745
96
+ },
97
+ "type": "brand",
98
+ "filePath": "tokens/colors/base.json",
99
+ "isSource": true,
100
+ "original": {
101
+ "value": {
102
+ "hex": "#3a341c"
103
+ },
104
+ "type": "brand"
105
+ },
106
+ "name": "darkGold100",
107
+ "attributes": {
108
+ "category": "color",
109
+ "type": "dark-gold",
110
+ "item": "100"
111
+ },
112
+ "path": [
113
+ "color",
114
+ "dark-gold",
115
+ "100"
116
+ ]
117
+ }
118
+ },
119
+ "bright-blue": {
120
+ "100": {
121
+ "value": {
122
+ "r": 0.6274509803921569,
123
+ "g": 0.8823529411764706,
124
+ "b": 0.8823529411764706
125
+ },
126
+ "type": "brand",
127
+ "filePath": "tokens/colors/base.json",
128
+ "isSource": true,
129
+ "original": {
130
+ "value": {
131
+ "hex": "#a0e1e1"
132
+ },
133
+ "type": "brand"
134
+ },
135
+ "name": "brightBlue100",
136
+ "attributes": {
137
+ "category": "color",
138
+ "type": "bright-blue",
139
+ "item": "100"
140
+ },
141
+ "path": [
142
+ "color",
143
+ "bright-blue",
144
+ "100"
145
+ ]
146
+ }
147
+ },
148
+ "dark-charcoal": {
149
+ "100": {
150
+ "value": {
151
+ "r": 0.12941176470588237,
152
+ "g": 0.13725490196078433,
153
+ "b": 0.11372549019607843
154
+ },
155
+ "type": "brand",
156
+ "filePath": "tokens/colors/base.json",
157
+ "isSource": true,
158
+ "original": {
159
+ "value": {
160
+ "hex": "#21231d"
161
+ },
162
+ "type": "brand"
163
+ },
164
+ "name": "darkCharcoal100",
165
+ "attributes": {
166
+ "category": "color",
167
+ "type": "dark-charcoal",
168
+ "item": "100"
169
+ },
170
+ "path": [
171
+ "color",
172
+ "dark-charcoal",
173
+ "100"
174
+ ]
175
+ }
176
+ },
177
+ "white": {
178
+ "100": {
179
+ "value": {
180
+ "r": 1,
181
+ "g": 1,
182
+ "b": 1
183
+ },
184
+ "type": "brand",
185
+ "filePath": "tokens/colors/base.json",
186
+ "isSource": true,
187
+ "original": {
188
+ "value": {
189
+ "hex": "#ffffff"
190
+ },
191
+ "type": "brand"
192
+ },
193
+ "name": "white100",
194
+ "attributes": {
195
+ "category": "color",
196
+ "type": "white",
197
+ "item": "100"
198
+ },
199
+ "path": [
200
+ "color",
201
+ "white",
202
+ "100"
203
+ ]
204
+ }
205
+ },
206
+ "black": {
207
+ "100": {
208
+ "value": {
209
+ "r": 0,
210
+ "g": 0,
211
+ "b": 0
212
+ },
213
+ "type": "brand",
214
+ "filePath": "tokens/colors/base.json",
215
+ "isSource": true,
216
+ "original": {
217
+ "value": {
218
+ "hex": "#000000"
219
+ },
220
+ "type": "brand"
221
+ },
222
+ "name": "black100",
223
+ "attributes": {
224
+ "category": "color",
225
+ "type": "black",
226
+ "item": "100"
227
+ },
228
+ "path": [
229
+ "color",
230
+ "black",
231
+ "100"
232
+ ]
233
+ }
234
+ },
235
+ "bright-green": {
236
+ "0": {
237
+ "value": {
238
+ "r": 0.6235294117647059,
239
+ "g": 0.9098039215686274,
240
+ "b": 0.4392156862745098,
241
+ "opacity": 0
242
+ },
243
+ "type": "brand",
244
+ "filePath": "tokens/colors/base.json",
245
+ "isSource": true,
246
+ "original": {
247
+ "value": {
248
+ "hex": "#9FE870",
249
+ "opacity": 0
250
+ },
251
+ "type": "brand"
252
+ },
253
+ "name": "brightGreen0",
254
+ "attributes": {
255
+ "category": "color",
256
+ "type": "bright-green",
257
+ "item": "0"
258
+ },
259
+ "path": [
260
+ "color",
261
+ "bright-green",
262
+ "0"
263
+ ]
264
+ },
265
+ "7": {
266
+ "value": {
267
+ "r": 0.6235294117647059,
268
+ "g": 0.9098039215686274,
269
+ "b": 0.4392156862745098,
270
+ "opacity": 0.07
271
+ },
272
+ "type": "brand",
273
+ "filePath": "tokens/colors/base.json",
274
+ "isSource": true,
275
+ "original": {
276
+ "value": {
277
+ "hex": "#9FE870",
278
+ "opacity": 0.07
279
+ },
280
+ "type": "brand"
281
+ },
282
+ "name": "brightGreen7",
283
+ "attributes": {
284
+ "category": "color",
285
+ "type": "bright-green",
286
+ "item": "7"
287
+ },
288
+ "path": [
289
+ "color",
290
+ "bright-green",
291
+ "7"
292
+ ]
293
+ },
294
+ "20": {
295
+ "value": {
296
+ "r": 0.6235294117647059,
297
+ "g": 0.9098039215686274,
298
+ "b": 0.4392156862745098,
299
+ "opacity": 0.2
300
+ },
301
+ "type": "brand",
302
+ "filePath": "tokens/colors/base.json",
303
+ "isSource": true,
304
+ "original": {
305
+ "value": {
306
+ "hex": "#9FE870",
307
+ "opacity": 0.2
308
+ },
309
+ "type": "brand"
310
+ },
311
+ "name": "brightGreen20",
312
+ "attributes": {
313
+ "category": "color",
314
+ "type": "bright-green",
315
+ "item": "20"
316
+ },
317
+ "path": [
318
+ "color",
319
+ "bright-green",
320
+ "20"
321
+ ]
322
+ },
323
+ "60": {
324
+ "value": {
325
+ "r": 0.6235294117647059,
326
+ "g": 0.9098039215686274,
327
+ "b": 0.4392156862745098,
328
+ "opacity": 0.6
329
+ },
330
+ "type": "brand",
331
+ "filePath": "tokens/colors/base.json",
332
+ "isSource": true,
333
+ "original": {
334
+ "value": {
335
+ "hex": "#9FE870",
336
+ "opacity": 0.6
337
+ },
338
+ "type": "brand"
339
+ },
340
+ "name": "brightGreen60",
341
+ "attributes": {
342
+ "category": "color",
343
+ "type": "bright-green",
344
+ "item": "60"
345
+ },
346
+ "path": [
347
+ "color",
348
+ "bright-green",
349
+ "60"
350
+ ]
351
+ },
352
+ "100": {
353
+ "value": {
354
+ "r": 0.6235294117647059,
355
+ "g": 0.9098039215686274,
356
+ "b": 0.4392156862745098
357
+ },
358
+ "type": "brand",
359
+ "filePath": "tokens/colors/base.json",
360
+ "isSource": true,
361
+ "original": {
362
+ "value": {
363
+ "hex": "#9FE870"
364
+ },
365
+ "type": "brand"
366
+ },
367
+ "name": "brightGreen100",
368
+ "attributes": {
369
+ "category": "color",
370
+ "type": "bright-green",
371
+ "item": "100"
372
+ },
373
+ "path": [
374
+ "color",
375
+ "bright-green",
376
+ "100"
377
+ ]
378
+ }
379
+ },
380
+ "forest-green": {
381
+ "0": {
382
+ "value": {
383
+ "r": 0.08627450980392157,
384
+ "g": 0.2,
385
+ "b": 0,
386
+ "opacity": 0
387
+ },
388
+ "type": "brand",
389
+ "filePath": "tokens/colors/base.json",
390
+ "isSource": true,
391
+ "original": {
392
+ "value": {
393
+ "hex": "#163300",
394
+ "opacity": 0
395
+ },
396
+ "type": "brand"
397
+ },
398
+ "name": "forestGreen0",
399
+ "attributes": {
400
+ "category": "color",
401
+ "type": "forest-green",
402
+ "item": "0"
403
+ },
404
+ "path": [
405
+ "color",
406
+ "forest-green",
407
+ "0"
408
+ ]
409
+ },
410
+ "8": {
411
+ "value": {
412
+ "r": 0.08627450980392157,
413
+ "g": 0.2,
414
+ "b": 0,
415
+ "opacity": 0.08
416
+ },
417
+ "type": "brand",
418
+ "filePath": "tokens/colors/base.json",
419
+ "isSource": true,
420
+ "original": {
421
+ "value": {
422
+ "hex": "#163300",
423
+ "opacity": 0.08
424
+ },
425
+ "type": "brand"
426
+ },
427
+ "name": "forestGreen8",
428
+ "attributes": {
429
+ "category": "color",
430
+ "type": "forest-green",
431
+ "item": "8"
432
+ },
433
+ "path": [
434
+ "color",
435
+ "forest-green",
436
+ "8"
437
+ ]
438
+ },
439
+ "20": {
440
+ "value": {
441
+ "r": 0.08627450980392157,
442
+ "g": 0.2,
443
+ "b": 0,
444
+ "opacity": 0.2
445
+ },
446
+ "type": "brand",
447
+ "filePath": "tokens/colors/base.json",
448
+ "isSource": true,
449
+ "original": {
450
+ "value": {
451
+ "hex": "#163300",
452
+ "opacity": 0.2
453
+ },
454
+ "type": "brand"
455
+ },
456
+ "name": "forestGreen20",
457
+ "attributes": {
458
+ "category": "color",
459
+ "type": "forest-green",
460
+ "item": "20"
461
+ },
462
+ "path": [
463
+ "color",
464
+ "forest-green",
465
+ "20"
466
+ ]
467
+ },
468
+ "60": {
469
+ "value": {
470
+ "r": 0.08627450980392157,
471
+ "g": 0.2,
472
+ "b": 0,
473
+ "opacity": 0.6
474
+ },
475
+ "type": "brand",
476
+ "filePath": "tokens/colors/base.json",
477
+ "isSource": true,
478
+ "original": {
479
+ "value": {
480
+ "hex": "#163300",
481
+ "opacity": 0.6
482
+ },
483
+ "type": "brand"
484
+ },
485
+ "name": "forestGreen60",
486
+ "attributes": {
487
+ "category": "color",
488
+ "type": "forest-green",
489
+ "item": "60"
490
+ },
491
+ "path": [
492
+ "color",
493
+ "forest-green",
494
+ "60"
495
+ ]
496
+ },
497
+ "100": {
498
+ "value": {
499
+ "r": 0.08627450980392157,
500
+ "g": 0.2,
501
+ "b": 0
502
+ },
503
+ "type": "brand",
504
+ "filePath": "tokens/colors/base.json",
505
+ "isSource": true,
506
+ "original": {
507
+ "value": {
508
+ "hex": "#163300"
509
+ },
510
+ "type": "brand"
511
+ },
512
+ "name": "forestGreen100",
513
+ "attributes": {
514
+ "category": "color",
515
+ "type": "forest-green",
516
+ "item": "100"
517
+ },
518
+ "path": [
519
+ "color",
520
+ "forest-green",
521
+ "100"
522
+ ]
523
+ }
524
+ },
525
+ "night-green": {
526
+ "100": {
527
+ "value": {
528
+ "r": 0.03529411764705882,
529
+ "g": 0.07058823529411765,
530
+ "b": 0.00392156862745098
531
+ },
532
+ "type": "brand",
533
+ "filePath": "tokens/colors/base.json",
534
+ "isSource": true,
535
+ "original": {
536
+ "value": {
537
+ "hex": "#091201"
538
+ },
539
+ "type": "brand"
540
+ },
541
+ "name": "nightGreen100",
542
+ "attributes": {
543
+ "category": "color",
544
+ "type": "night-green",
545
+ "item": "100"
546
+ },
547
+ "path": [
548
+ "color",
549
+ "night-green",
550
+ "100"
551
+ ]
552
+ }
553
+ },
3
554
  "base": {
4
555
  "blue": {
5
556
  "light": {
@@ -1101,10 +1652,12 @@
1101
1652
  "g": 0.9019607843137255,
1102
1653
  "b": 0.9098039215686274
1103
1654
  },
1104
- "filePath": "tokens/colors/themes/dark.json",
1655
+ "type": "dark",
1656
+ "filePath": "tokens/colors/themes/dark/dark.json",
1105
1657
  "isSource": true,
1106
1658
  "original": {
1107
- "value": "{color.base.smoke.light.value}"
1659
+ "value": "{color.base.smoke.light.value}",
1660
+ "type": "dark"
1108
1661
  },
1109
1662
  "name": "darkContentPrimary",
1110
1663
  "attributes": {
@@ -1126,10 +1679,12 @@
1126
1679
  "g": 0.796078431372549,
1127
1680
  "b": 0.807843137254902
1128
1681
  },
1129
- "filePath": "tokens/colors/themes/dark.json",
1682
+ "type": "dark",
1683
+ "filePath": "tokens/colors/themes/dark/dark.json",
1130
1684
  "isSource": true,
1131
1685
  "original": {
1132
- "value": "{color.base.smoke.mid.value}"
1686
+ "value": "{color.base.smoke.mid.value}",
1687
+ "type": "dark"
1133
1688
  },
1134
1689
  "name": "darkContentSecondary",
1135
1690
  "attributes": {
@@ -1151,10 +1706,12 @@
1151
1706
  "g": 0.6666666666666666,
1152
1707
  "b": 0.6745098039215687
1153
1708
  },
1154
- "filePath": "tokens/colors/themes/dark.json",
1709
+ "type": "dark",
1710
+ "filePath": "tokens/colors/themes/dark/dark.json",
1155
1711
  "isSource": true,
1156
1712
  "original": {
1157
- "value": "{color.base.smoke.dark.value}"
1713
+ "value": "{color.base.smoke.dark.value}",
1714
+ "type": "dark"
1158
1715
  },
1159
1716
  "name": "darkContentTertiary",
1160
1717
  "attributes": {
@@ -1176,10 +1733,12 @@
1176
1733
  "g": 0.7254901960784313,
1177
1734
  "b": 1
1178
1735
  },
1179
- "filePath": "tokens/colors/themes/dark.json",
1736
+ "type": "dark",
1737
+ "filePath": "tokens/colors/themes/dark/dark.json",
1180
1738
  "isSource": true,
1181
1739
  "original": {
1182
- "value": "{color.base.blue.light.value}"
1740
+ "value": "{color.base.blue.light.value}",
1741
+ "type": "dark"
1183
1742
  },
1184
1743
  "name": "darkContentAccent",
1185
1744
  "attributes": {
@@ -1201,10 +1760,12 @@
1201
1760
  "g": 0.8392156862745098,
1202
1761
  "b": 0.596078431372549
1203
1762
  },
1204
- "filePath": "tokens/colors/themes/dark.json",
1763
+ "type": "dark",
1764
+ "filePath": "tokens/colors/themes/dark/dark.json",
1205
1765
  "isSource": true,
1206
1766
  "original": {
1207
- "value": "{color.base.green.light.value}"
1767
+ "value": "{color.base.green.light.value}",
1768
+ "type": "dark"
1208
1769
  },
1209
1770
  "name": "darkContentPositive",
1210
1771
  "attributes": {
@@ -1226,10 +1787,12 @@
1226
1787
  "g": 0.6509803921568628,
1227
1788
  "b": 0.6627450980392157
1228
1789
  },
1229
- "filePath": "tokens/colors/themes/dark.json",
1790
+ "type": "dark",
1791
+ "filePath": "tokens/colors/themes/dark/dark.json",
1230
1792
  "isSource": true,
1231
1793
  "original": {
1232
- "value": "{color.base.red.light.value}"
1794
+ "value": "{color.base.red.light.value}",
1795
+ "type": "dark"
1233
1796
  },
1234
1797
  "name": "darkContentNegative",
1235
1798
  "attributes": {
@@ -1251,10 +1814,12 @@
1251
1814
  "g": 0.8196078431372549,
1252
1815
  "b": 0.5176470588235295
1253
1816
  },
1254
- "filePath": "tokens/colors/themes/dark.json",
1817
+ "type": "dark",
1818
+ "filePath": "tokens/colors/themes/dark/dark.json",
1255
1819
  "isSource": true,
1256
1820
  "original": {
1257
- "value": "{color.base.orange.light.value}"
1821
+ "value": "{color.base.orange.light.value}",
1822
+ "type": "dark"
1258
1823
  },
1259
1824
  "name": "darkContentWarning",
1260
1825
  "attributes": {
@@ -1269,31 +1834,6 @@
1269
1834
  "content",
1270
1835
  "warning"
1271
1836
  ]
1272
- },
1273
- "disabled": {
1274
- "value": {
1275
- "r": 0.6588235294117647,
1276
- "g": 0.6666666666666666,
1277
- "b": 0.6745098039215687
1278
- },
1279
- "filePath": "tokens/colors/themes/dark.json",
1280
- "isSource": true,
1281
- "original": {
1282
- "value": "{color.base.smoke.dark.value}"
1283
- },
1284
- "name": "darkContentDisabled",
1285
- "attributes": {
1286
- "category": "color",
1287
- "type": "dark",
1288
- "item": "content",
1289
- "subitem": "disabled"
1290
- },
1291
- "path": [
1292
- "color",
1293
- "dark",
1294
- "content",
1295
- "disabled"
1296
- ]
1297
1837
  }
1298
1838
  },
1299
1839
  "interactive": {
@@ -1303,10 +1843,12 @@
1303
1843
  "g": 0.6352941176470588,
1304
1844
  "b": 0.8666666666666667
1305
1845
  },
1306
- "filePath": "tokens/colors/themes/dark.json",
1846
+ "type": "dark",
1847
+ "filePath": "tokens/colors/themes/dark/dark.json",
1307
1848
  "isSource": true,
1308
1849
  "original": {
1309
- "value": "{color.base.blue.mid.value}"
1850
+ "value": "{color.base.blue.mid.value}",
1851
+ "type": "dark"
1310
1852
  },
1311
1853
  "name": "darkInteractiveAccent",
1312
1854
  "attributes": {
@@ -1328,10 +1870,12 @@
1328
1870
  "g": 0.6784313725490196,
1329
1871
  "b": 0.29411764705882354
1330
1872
  },
1331
- "filePath": "tokens/colors/themes/dark.json",
1873
+ "type": "dark",
1874
+ "filePath": "tokens/colors/themes/dark/dark.json",
1332
1875
  "isSource": true,
1333
1876
  "original": {
1334
- "value": "{color.base.green.mid.value}"
1877
+ "value": "{color.base.green.mid.value}",
1878
+ "type": "dark"
1335
1879
  },
1336
1880
  "name": "darkInteractivePositive",
1337
1881
  "attributes": {
@@ -1353,10 +1897,12 @@
1353
1897
  "g": 0.2823529411764706,
1354
1898
  "b": 0.2823529411764706
1355
1899
  },
1356
- "filePath": "tokens/colors/themes/dark.json",
1900
+ "type": "dark",
1901
+ "filePath": "tokens/colors/themes/dark/dark.json",
1357
1902
  "isSource": true,
1358
1903
  "original": {
1359
- "value": "{color.base.red.mid.value}"
1904
+ "value": "{color.base.red.mid.value}",
1905
+ "type": "dark"
1360
1906
  },
1361
1907
  "name": "darkInteractiveNegative",
1362
1908
  "attributes": {
@@ -1378,10 +1924,12 @@
1378
1924
  "g": 0.5294117647058824,
1379
1925
  "b": 0
1380
1926
  },
1381
- "filePath": "tokens/colors/themes/dark.json",
1927
+ "type": "dark",
1928
+ "filePath": "tokens/colors/themes/dark/dark.json",
1382
1929
  "isSource": true,
1383
1930
  "original": {
1384
- "value": "{color.base.orange.mid.value}"
1931
+ "value": "{color.base.orange.mid.value}",
1932
+ "type": "dark"
1385
1933
  },
1386
1934
  "name": "darkInteractiveWarning",
1387
1935
  "attributes": {
@@ -1403,10 +1951,12 @@
1403
1951
  "g": 0.6666666666666666,
1404
1952
  "b": 0.6745098039215687
1405
1953
  },
1406
- "filePath": "tokens/colors/themes/dark.json",
1954
+ "type": "dark",
1955
+ "filePath": "tokens/colors/themes/dark/dark.json",
1407
1956
  "isSource": true,
1408
1957
  "original": {
1409
- "value": "{color.base.smoke.dark.value}"
1958
+ "value": "{color.base.smoke.dark.value}",
1959
+ "type": "dark"
1410
1960
  },
1411
1961
  "name": "darkInteractiveSecondary",
1412
1962
  "attributes": {
@@ -1421,31 +1971,6 @@
1421
1971
  "interactive",
1422
1972
  "secondary"
1423
1973
  ]
1424
- },
1425
- "disabled": {
1426
- "value": {
1427
- "r": 0.6588235294117647,
1428
- "g": 0.6666666666666666,
1429
- "b": 0.6745098039215687
1430
- },
1431
- "filePath": "tokens/colors/themes/dark.json",
1432
- "isSource": true,
1433
- "original": {
1434
- "value": "{color.base.smoke.dark.value}"
1435
- },
1436
- "name": "darkInteractiveDisabled",
1437
- "attributes": {
1438
- "category": "color",
1439
- "type": "dark",
1440
- "item": "interactive",
1441
- "subitem": "disabled"
1442
- },
1443
- "path": [
1444
- "color",
1445
- "dark",
1446
- "interactive",
1447
- "disabled"
1448
- ]
1449
1974
  }
1450
1975
  },
1451
1976
  "background": {
@@ -1455,10 +1980,12 @@
1455
1980
  "g": 0.09411764705882353,
1456
1981
  "b": 0.09411764705882353
1457
1982
  },
1458
- "filePath": "tokens/colors/themes/dark.json",
1983
+ "type": "dark",
1984
+ "filePath": "tokens/colors/themes/dark/dark.json",
1459
1985
  "isSource": true,
1460
1986
  "original": {
1461
- "value": "{color.base.black.mid.value}"
1987
+ "value": "{color.base.black.mid.value}",
1988
+ "type": "dark"
1462
1989
  },
1463
1990
  "name": "darkBackgroundScreen",
1464
1991
  "attributes": {
@@ -1480,10 +2007,12 @@
1480
2007
  "g": 0.12549019607843137,
1481
2008
  "b": 0.12549019607843137
1482
2009
  },
1483
- "filePath": "tokens/colors/themes/dark.json",
2010
+ "type": "dark",
2011
+ "filePath": "tokens/colors/themes/dark/dark.json",
1484
2012
  "isSource": true,
1485
2013
  "original": {
1486
- "value": "{color.base.black.light.value}"
2014
+ "value": "{color.base.black.light.value}",
2015
+ "type": "dark"
1487
2016
  },
1488
2017
  "name": "darkBackgroundElevated",
1489
2018
  "attributes": {
@@ -1506,10 +2035,12 @@
1506
2035
  "b": 0.7411764705882353,
1507
2036
  "opacity": 0.1
1508
2037
  },
1509
- "filePath": "tokens/colors/themes/dark.json",
2038
+ "type": "dark",
2039
+ "filePath": "tokens/colors/themes/dark/dark.json",
1510
2040
  "isSource": true,
1511
2041
  "original": {
1512
- "value": "{color.base.smoke.fade.value}"
2042
+ "value": "{color.base.smoke.fade.value}",
2043
+ "type": "dark"
1513
2044
  },
1514
2045
  "name": "darkBackgroundNeutral",
1515
2046
  "attributes": {
@@ -1532,10 +2063,12 @@
1532
2063
  "b": 1,
1533
2064
  "opacity": 0.1
1534
2065
  },
1535
- "filePath": "tokens/colors/themes/dark.json",
2066
+ "type": "dark",
2067
+ "filePath": "tokens/colors/themes/dark/dark.json",
1536
2068
  "isSource": true,
1537
2069
  "original": {
1538
- "value": "{color.base.blue.fade.value}"
2070
+ "value": "{color.base.blue.fade.value}",
2071
+ "type": "dark"
1539
2072
  },
1540
2073
  "name": "darkBackgroundAccent",
1541
2074
  "attributes": {
@@ -1558,10 +2091,12 @@
1558
2091
  "b": 0.592156862745098,
1559
2092
  "opacity": 0.1
1560
2093
  },
1561
- "filePath": "tokens/colors/themes/dark.json",
2094
+ "type": "dark",
2095
+ "filePath": "tokens/colors/themes/dark/dark.json",
1562
2096
  "isSource": true,
1563
2097
  "original": {
1564
- "value": "{color.base.green.fade.value}"
2098
+ "value": "{color.base.green.fade.value}",
2099
+ "type": "dark"
1565
2100
  },
1566
2101
  "name": "darkBackgroundPositive",
1567
2102
  "attributes": {
@@ -1584,10 +2119,12 @@
1584
2119
  "b": 0.5294117647058824,
1585
2120
  "opacity": 0.1
1586
2121
  },
1587
- "filePath": "tokens/colors/themes/dark.json",
2122
+ "type": "dark",
2123
+ "filePath": "tokens/colors/themes/dark/dark.json",
1588
2124
  "isSource": true,
1589
2125
  "original": {
1590
- "value": "{color.base.red.fade.value}"
2126
+ "value": "{color.base.red.fade.value}",
2127
+ "type": "dark"
1591
2128
  },
1592
2129
  "name": "darkBackgroundNegative",
1593
2130
  "attributes": {
@@ -1610,10 +2147,12 @@
1610
2147
  "b": 0,
1611
2148
  "opacity": 0.1
1612
2149
  },
1613
- "filePath": "tokens/colors/themes/dark.json",
2150
+ "type": "dark",
2151
+ "filePath": "tokens/colors/themes/dark/dark.json",
1614
2152
  "isSource": true,
1615
2153
  "original": {
1616
- "value": "{color.base.orange.fade.value}"
2154
+ "value": "{color.base.orange.fade.value}",
2155
+ "type": "dark"
1617
2156
  },
1618
2157
  "name": "darkBackgroundWarning",
1619
2158
  "attributes": {
@@ -1636,10 +2175,12 @@
1636
2175
  "b": 1,
1637
2176
  "opacity": 0.1
1638
2177
  },
1639
- "filePath": "tokens/colors/themes/dark.json",
2178
+ "type": "dark",
2179
+ "filePath": "tokens/colors/themes/dark/dark.json",
1640
2180
  "isSource": true,
1641
2181
  "original": {
1642
- "value": "{color.base.white.fade.value}"
2182
+ "value": "{color.base.white.fade.value}",
2183
+ "type": "dark"
1643
2184
  },
1644
2185
  "name": "darkBackgroundOverlay",
1645
2186
  "attributes": {
@@ -1664,10 +2205,12 @@
1664
2205
  "b": 1,
1665
2206
  "opacity": 0.1
1666
2207
  },
1667
- "filePath": "tokens/colors/themes/dark.json",
2208
+ "type": "dark",
2209
+ "filePath": "tokens/colors/themes/dark/dark.json",
1668
2210
  "isSource": true,
1669
2211
  "original": {
1670
- "value": "{color.base.white.fade.value}"
2212
+ "value": "{color.base.white.fade.value}",
2213
+ "type": "dark"
1671
2214
  },
1672
2215
  "name": "darkBorderNeutral",
1673
2216
  "attributes": {
@@ -1690,10 +2233,12 @@
1690
2233
  "b": 1,
1691
2234
  "opacity": 0.1
1692
2235
  },
1693
- "filePath": "tokens/colors/themes/dark.json",
2236
+ "type": "dark",
2237
+ "filePath": "tokens/colors/themes/dark/dark.json",
1694
2238
  "isSource": true,
1695
2239
  "original": {
1696
- "value": "{color.base.white.fade.value}"
2240
+ "value": "{color.base.white.fade.value}",
2241
+ "type": "dark"
1697
2242
  },
1698
2243
  "name": "darkBorderOverlay",
1699
2244
  "attributes": {
@@ -1717,10 +2262,12 @@
1717
2262
  "g": 1,
1718
2263
  "b": 1
1719
2264
  },
1720
- "filePath": "tokens/colors/themes/dark.json",
2265
+ "type": "dark",
2266
+ "filePath": "tokens/colors/themes/dark/dark.json",
1721
2267
  "isSource": true,
1722
2268
  "original": {
1723
- "value": "{color.base.white.light.value}"
2269
+ "value": "{color.base.white.light.value}",
2270
+ "type": "dark"
1724
2271
  },
1725
2272
  "name": "darkCoreContrast",
1726
2273
  "attributes": {
@@ -1746,10 +2293,14 @@
1746
2293
  "g": 0.3176470588235294,
1747
2294
  "b": 0.49411764705882355
1748
2295
  },
1749
- "filePath": "tokens/colors/themes/light.json",
2296
+ "type": "light",
2297
+ "group": "default",
2298
+ "filePath": "tokens/colors/themes/light/light.json",
1750
2299
  "isSource": true,
1751
2300
  "original": {
1752
- "value": "{color.base.navy.light.value}"
2301
+ "value": "{color.base.navy.light.value}",
2302
+ "type": "light",
2303
+ "group": "default"
1753
2304
  },
1754
2305
  "name": "lightContentPrimary",
1755
2306
  "attributes": {
@@ -1771,10 +2322,14 @@
1771
2322
  "g": 0.4392156862745098,
1772
2323
  "b": 0.4745098039215686
1773
2324
  },
1774
- "filePath": "tokens/colors/themes/light.json",
2325
+ "type": "light",
2326
+ "group": "default",
2327
+ "filePath": "tokens/colors/themes/light/light.json",
1775
2328
  "isSource": true,
1776
2329
  "original": {
1777
- "value": "{color.base.grey.dark.value}"
2330
+ "value": "{color.base.grey.dark.value}",
2331
+ "type": "light",
2332
+ "group": "default"
1778
2333
  },
1779
2334
  "name": "lightContentSecondary",
1780
2335
  "attributes": {
@@ -1796,10 +2351,14 @@
1796
2351
  "g": 0.5568627450980392,
1797
2352
  "b": 0.611764705882353
1798
2353
  },
1799
- "filePath": "tokens/colors/themes/light.json",
2354
+ "type": "light",
2355
+ "group": "default",
2356
+ "filePath": "tokens/colors/themes/light/light.json",
1800
2357
  "isSource": true,
1801
2358
  "original": {
1802
- "value": "{color.base.grey.mid.value}"
2359
+ "value": "{color.base.grey.mid.value}",
2360
+ "type": "light",
2361
+ "group": "default"
1803
2362
  },
1804
2363
  "name": "lightContentTertiary",
1805
2364
  "attributes": {
@@ -1821,10 +2380,14 @@
1821
2380
  "g": 0.592156862745098,
1822
2381
  "b": 0.7803921568627451
1823
2382
  },
1824
- "filePath": "tokens/colors/themes/light.json",
2383
+ "type": "light",
2384
+ "group": "default",
2385
+ "filePath": "tokens/colors/themes/light/light.json",
1825
2386
  "isSource": true,
1826
2387
  "original": {
1827
- "value": "{color.base.blue.dark.value}"
2388
+ "value": "{color.base.blue.dark.value}",
2389
+ "type": "light",
2390
+ "group": "default"
1828
2391
  },
1829
2392
  "name": "lightContentAccent",
1830
2393
  "attributes": {
@@ -1846,10 +2409,14 @@
1846
2409
  "g": 0.5019607843137255,
1847
2410
  "b": 0.14901960784313725
1848
2411
  },
1849
- "filePath": "tokens/colors/themes/light.json",
2412
+ "type": "light",
2413
+ "group": "default",
2414
+ "filePath": "tokens/colors/themes/light/light.json",
1850
2415
  "isSource": true,
1851
2416
  "original": {
1852
- "value": "{color.base.green.dark.value}"
2417
+ "value": "{color.base.green.dark.value}",
2418
+ "type": "light",
2419
+ "group": "default"
1853
2420
  },
1854
2421
  "name": "lightContentPositive",
1855
2422
  "attributes": {
@@ -1871,10 +2438,14 @@
1871
2438
  "g": 0.1607843137254902,
1872
2439
  "b": 0.1607843137254902
1873
2440
  },
1874
- "filePath": "tokens/colors/themes/light.json",
2441
+ "type": "light",
2442
+ "group": "default",
2443
+ "filePath": "tokens/colors/themes/light/light.json",
1875
2444
  "isSource": true,
1876
2445
  "original": {
1877
- "value": "{color.base.red.dark.value}"
2446
+ "value": "{color.base.red.dark.value}",
2447
+ "type": "light",
2448
+ "group": "default"
1878
2449
  },
1879
2450
  "name": "lightContentNegative",
1880
2451
  "attributes": {
@@ -1896,10 +2467,14 @@
1896
2467
  "g": 0.396078431372549,
1897
2468
  "b": 0
1898
2469
  },
1899
- "filePath": "tokens/colors/themes/light.json",
2470
+ "type": "light",
2471
+ "group": "default",
2472
+ "filePath": "tokens/colors/themes/light/light.json",
1900
2473
  "isSource": true,
1901
2474
  "original": {
1902
- "value": "{color.base.orange.dark.value}"
2475
+ "value": "{color.base.orange.dark.value}",
2476
+ "type": "light",
2477
+ "group": "default"
1903
2478
  },
1904
2479
  "name": "lightContentWarning",
1905
2480
  "attributes": {
@@ -1914,31 +2489,6 @@
1914
2489
  "content",
1915
2490
  "warning"
1916
2491
  ]
1917
- },
1918
- "disabled": {
1919
- "value": {
1920
- "r": 0.6588235294117647,
1921
- "g": 0.6666666666666666,
1922
- "b": 0.6745098039215687
1923
- },
1924
- "filePath": "tokens/colors/themes/light.json",
1925
- "isSource": true,
1926
- "original": {
1927
- "value": "{color.base.smoke.dark.value}"
1928
- },
1929
- "name": "lightContentDisabled",
1930
- "attributes": {
1931
- "category": "color",
1932
- "type": "light",
1933
- "item": "content",
1934
- "subitem": "disabled"
1935
- },
1936
- "path": [
1937
- "color",
1938
- "light",
1939
- "content",
1940
- "disabled"
1941
- ]
1942
2492
  }
1943
2493
  },
1944
2494
  "interactive": {
@@ -1948,10 +2498,14 @@
1948
2498
  "g": 0.6352941176470588,
1949
2499
  "b": 0.8666666666666667
1950
2500
  },
1951
- "filePath": "tokens/colors/themes/light.json",
2501
+ "type": "light",
2502
+ "group": "default",
2503
+ "filePath": "tokens/colors/themes/light/light.json",
1952
2504
  "isSource": true,
1953
2505
  "original": {
1954
- "value": "{color.base.blue.mid.value}"
2506
+ "value": "{color.base.blue.mid.value}",
2507
+ "type": "light",
2508
+ "group": "default"
1955
2509
  },
1956
2510
  "name": "lightInteractiveAccent",
1957
2511
  "attributes": {
@@ -1973,10 +2527,14 @@
1973
2527
  "g": 0.6784313725490196,
1974
2528
  "b": 0.29411764705882354
1975
2529
  },
1976
- "filePath": "tokens/colors/themes/light.json",
2530
+ "type": "light",
2531
+ "group": "default",
2532
+ "filePath": "tokens/colors/themes/light/light.json",
1977
2533
  "isSource": true,
1978
2534
  "original": {
1979
- "value": "{color.base.green.mid.value}"
2535
+ "value": "{color.base.green.mid.value}",
2536
+ "type": "light",
2537
+ "group": "default"
1980
2538
  },
1981
2539
  "name": "lightInteractivePositive",
1982
2540
  "attributes": {
@@ -1998,10 +2556,14 @@
1998
2556
  "g": 0.2823529411764706,
1999
2557
  "b": 0.2823529411764706
2000
2558
  },
2001
- "filePath": "tokens/colors/themes/light.json",
2559
+ "type": "light",
2560
+ "group": "default",
2561
+ "filePath": "tokens/colors/themes/light/light.json",
2002
2562
  "isSource": true,
2003
2563
  "original": {
2004
- "value": "{color.base.red.mid.value}"
2564
+ "value": "{color.base.red.mid.value}",
2565
+ "type": "light",
2566
+ "group": "default"
2005
2567
  },
2006
2568
  "name": "lightInteractiveNegative",
2007
2569
  "attributes": {
@@ -2023,10 +2585,14 @@
2023
2585
  "g": 0.5294117647058824,
2024
2586
  "b": 0
2025
2587
  },
2026
- "filePath": "tokens/colors/themes/light.json",
2588
+ "type": "light",
2589
+ "group": "default",
2590
+ "filePath": "tokens/colors/themes/light/light.json",
2027
2591
  "isSource": true,
2028
2592
  "original": {
2029
- "value": "{color.base.orange.mid.value}"
2593
+ "value": "{color.base.orange.mid.value}",
2594
+ "type": "light",
2595
+ "group": "default"
2030
2596
  },
2031
2597
  "name": "lightInteractiveWarning",
2032
2598
  "attributes": {
@@ -2048,10 +2614,14 @@
2048
2614
  "g": 0.796078431372549,
2049
2615
  "b": 0.807843137254902
2050
2616
  },
2051
- "filePath": "tokens/colors/themes/light.json",
2617
+ "type": "light",
2618
+ "group": "default",
2619
+ "filePath": "tokens/colors/themes/light/light.json",
2052
2620
  "isSource": true,
2053
2621
  "original": {
2054
- "value": "{color.base.smoke.mid.value}"
2622
+ "value": "{color.base.smoke.mid.value}",
2623
+ "type": "light",
2624
+ "group": "default"
2055
2625
  },
2056
2626
  "name": "lightInteractiveSecondary",
2057
2627
  "attributes": {
@@ -2066,31 +2636,6 @@
2066
2636
  "interactive",
2067
2637
  "secondary"
2068
2638
  ]
2069
- },
2070
- "disabled": {
2071
- "value": {
2072
- "r": 0.6588235294117647,
2073
- "g": 0.6666666666666666,
2074
- "b": 0.6745098039215687
2075
- },
2076
- "filePath": "tokens/colors/themes/light.json",
2077
- "isSource": true,
2078
- "original": {
2079
- "value": "{color.base.smoke.dark.value}"
2080
- },
2081
- "name": "lightInteractiveDisabled",
2082
- "attributes": {
2083
- "category": "color",
2084
- "type": "light",
2085
- "item": "interactive",
2086
- "subitem": "disabled"
2087
- },
2088
- "path": [
2089
- "color",
2090
- "light",
2091
- "interactive",
2092
- "disabled"
2093
- ]
2094
2639
  }
2095
2640
  },
2096
2641
  "background": {
@@ -2100,10 +2645,14 @@
2100
2645
  "g": 1,
2101
2646
  "b": 1
2102
2647
  },
2103
- "filePath": "tokens/colors/themes/light.json",
2648
+ "type": "light",
2649
+ "group": "default",
2650
+ "filePath": "tokens/colors/themes/light/light.json",
2104
2651
  "isSource": true,
2105
2652
  "original": {
2106
- "value": "{color.base.white.light.value}"
2653
+ "value": "{color.base.white.light.value}",
2654
+ "type": "light",
2655
+ "group": "default"
2107
2656
  },
2108
2657
  "name": "lightBackgroundScreen",
2109
2658
  "attributes": {
@@ -2125,10 +2674,14 @@
2125
2674
  "g": 1,
2126
2675
  "b": 1
2127
2676
  },
2128
- "filePath": "tokens/colors/themes/light.json",
2677
+ "type": "light",
2678
+ "group": "default",
2679
+ "filePath": "tokens/colors/themes/light/light.json",
2129
2680
  "isSource": true,
2130
2681
  "original": {
2131
- "value": "{color.base.white.light.value}"
2682
+ "value": "{color.base.white.light.value}",
2683
+ "type": "light",
2684
+ "group": "default"
2132
2685
  },
2133
2686
  "name": "lightBackgroundElevated",
2134
2687
  "attributes": {
@@ -2151,10 +2704,14 @@
2151
2704
  "b": 0.7411764705882353,
2152
2705
  "opacity": 0.1
2153
2706
  },
2154
- "filePath": "tokens/colors/themes/light.json",
2707
+ "type": "light",
2708
+ "group": "default",
2709
+ "filePath": "tokens/colors/themes/light/light.json",
2155
2710
  "isSource": true,
2156
2711
  "original": {
2157
- "value": "{color.base.smoke.fade.value}"
2712
+ "value": "{color.base.smoke.fade.value}",
2713
+ "type": "light",
2714
+ "group": "default"
2158
2715
  },
2159
2716
  "name": "lightBackgroundNeutral",
2160
2717
  "attributes": {
@@ -2177,10 +2734,14 @@
2177
2734
  "b": 1,
2178
2735
  "opacity": 0.1
2179
2736
  },
2180
- "filePath": "tokens/colors/themes/light.json",
2737
+ "type": "light",
2738
+ "group": "default",
2739
+ "filePath": "tokens/colors/themes/light/light.json",
2181
2740
  "isSource": true,
2182
2741
  "original": {
2183
- "value": "{color.base.blue.fade.value}"
2742
+ "value": "{color.base.blue.fade.value}",
2743
+ "type": "light",
2744
+ "group": "default"
2184
2745
  },
2185
2746
  "name": "lightBackgroundAccent",
2186
2747
  "attributes": {
@@ -2203,10 +2764,14 @@
2203
2764
  "b": 0.592156862745098,
2204
2765
  "opacity": 0.1
2205
2766
  },
2206
- "filePath": "tokens/colors/themes/light.json",
2767
+ "type": "light",
2768
+ "group": "default",
2769
+ "filePath": "tokens/colors/themes/light/light.json",
2207
2770
  "isSource": true,
2208
2771
  "original": {
2209
- "value": "{color.base.green.fade.value}"
2772
+ "value": "{color.base.green.fade.value}",
2773
+ "type": "light",
2774
+ "group": "default"
2210
2775
  },
2211
2776
  "name": "lightBackgroundPositive",
2212
2777
  "attributes": {
@@ -2229,10 +2794,14 @@
2229
2794
  "b": 0.5294117647058824,
2230
2795
  "opacity": 0.1
2231
2796
  },
2232
- "filePath": "tokens/colors/themes/light.json",
2797
+ "type": "light",
2798
+ "group": "default",
2799
+ "filePath": "tokens/colors/themes/light/light.json",
2233
2800
  "isSource": true,
2234
2801
  "original": {
2235
- "value": "{color.base.red.fade.value}"
2802
+ "value": "{color.base.red.fade.value}",
2803
+ "type": "light",
2804
+ "group": "default"
2236
2805
  },
2237
2806
  "name": "lightBackgroundNegative",
2238
2807
  "attributes": {
@@ -2255,10 +2824,14 @@
2255
2824
  "b": 0,
2256
2825
  "opacity": 0.1
2257
2826
  },
2258
- "filePath": "tokens/colors/themes/light.json",
2827
+ "type": "light",
2828
+ "group": "default",
2829
+ "filePath": "tokens/colors/themes/light/light.json",
2259
2830
  "isSource": true,
2260
2831
  "original": {
2261
- "value": "{color.base.orange.fade.value}"
2832
+ "value": "{color.base.orange.fade.value}",
2833
+ "type": "light",
2834
+ "group": "default"
2262
2835
  },
2263
2836
  "name": "lightBackgroundWarning",
2264
2837
  "attributes": {
@@ -2281,10 +2854,14 @@
2281
2854
  "b": 0,
2282
2855
  "opacity": 0.1
2283
2856
  },
2284
- "filePath": "tokens/colors/themes/light.json",
2857
+ "type": "light",
2858
+ "group": "default",
2859
+ "filePath": "tokens/colors/themes/light/light.json",
2285
2860
  "isSource": true,
2286
2861
  "original": {
2287
- "value": "{color.base.black.fade.value}"
2862
+ "value": "{color.base.black.fade.value}",
2863
+ "type": "light",
2864
+ "group": "default"
2288
2865
  },
2289
2866
  "name": "lightBackgroundOverlay",
2290
2867
  "attributes": {
@@ -2309,10 +2886,14 @@
2309
2886
  "b": 0,
2310
2887
  "opacity": 0.1
2311
2888
  },
2312
- "filePath": "tokens/colors/themes/light.json",
2889
+ "type": "light",
2890
+ "group": "default",
2891
+ "filePath": "tokens/colors/themes/light/light.json",
2313
2892
  "isSource": true,
2314
2893
  "original": {
2315
- "value": "{color.base.black.fade.value}"
2894
+ "value": "{color.base.black.fade.value}",
2895
+ "type": "light",
2896
+ "group": "default"
2316
2897
  },
2317
2898
  "name": "lightBorderNeutral",
2318
2899
  "attributes": {
@@ -2335,10 +2916,14 @@
2335
2916
  "b": 0,
2336
2917
  "opacity": 0.1
2337
2918
  },
2338
- "filePath": "tokens/colors/themes/light.json",
2919
+ "type": "light",
2920
+ "group": "default",
2921
+ "filePath": "tokens/colors/themes/light/light.json",
2339
2922
  "isSource": true,
2340
2923
  "original": {
2341
- "value": "{color.base.black.fade.value}"
2924
+ "value": "{color.base.black.fade.value}",
2925
+ "type": "light",
2926
+ "group": "default"
2342
2927
  },
2343
2928
  "name": "lightBorderOverlay",
2344
2929
  "attributes": {
@@ -2362,10 +2947,14 @@
2362
2947
  "g": 0,
2363
2948
  "b": 0
2364
2949
  },
2365
- "filePath": "tokens/colors/themes/light.json",
2950
+ "type": "light",
2951
+ "group": "default",
2952
+ "filePath": "tokens/colors/themes/light/light.json",
2366
2953
  "isSource": true,
2367
2954
  "original": {
2368
- "value": "{color.base.black.dark.value}"
2955
+ "value": "{color.base.black.dark.value}",
2956
+ "type": "light",
2957
+ "group": "default"
2369
2958
  },
2370
2959
  "name": "lightCoreContrast",
2371
2960
  "attributes": {
@@ -2391,10 +2980,12 @@
2391
2980
  "g": 1,
2392
2981
  "b": 1
2393
2982
  },
2394
- "filePath": "tokens/colors/themes/navy.json",
2983
+ "type": "navy",
2984
+ "filePath": "tokens/colors/themes/navy/navy.json",
2395
2985
  "isSource": true,
2396
2986
  "original": {
2397
- "value": "{color.base.white.light.value}"
2987
+ "value": "{color.base.white.light.value}",
2988
+ "type": "navy"
2398
2989
  },
2399
2990
  "name": "navyContentPrimary",
2400
2991
  "attributes": {
@@ -2416,10 +3007,12 @@
2416
3007
  "g": 0.796078431372549,
2417
3008
  "b": 0.807843137254902
2418
3009
  },
2419
- "filePath": "tokens/colors/themes/navy.json",
3010
+ "type": "navy",
3011
+ "filePath": "tokens/colors/themes/navy/navy.json",
2420
3012
  "isSource": true,
2421
3013
  "original": {
2422
- "value": "{color.base.smoke.mid.value}"
3014
+ "value": "{color.base.smoke.mid.value}",
3015
+ "type": "navy"
2423
3016
  },
2424
3017
  "name": "navyContentSecondary",
2425
3018
  "attributes": {
@@ -2441,10 +3034,12 @@
2441
3034
  "g": 0.6666666666666666,
2442
3035
  "b": 0.6745098039215687
2443
3036
  },
2444
- "filePath": "tokens/colors/themes/navy.json",
3037
+ "type": "navy",
3038
+ "filePath": "tokens/colors/themes/navy/navy.json",
2445
3039
  "isSource": true,
2446
3040
  "original": {
2447
- "value": "{color.base.smoke.dark.value}"
3041
+ "value": "{color.base.smoke.dark.value}",
3042
+ "type": "navy"
2448
3043
  },
2449
3044
  "name": "navyContentTertiary",
2450
3045
  "attributes": {
@@ -2466,10 +3061,12 @@
2466
3061
  "g": 0.7254901960784313,
2467
3062
  "b": 1
2468
3063
  },
2469
- "filePath": "tokens/colors/themes/navy.json",
3064
+ "type": "navy",
3065
+ "filePath": "tokens/colors/themes/navy/navy.json",
2470
3066
  "isSource": true,
2471
3067
  "original": {
2472
- "value": "{color.base.blue.light.value}"
3068
+ "value": "{color.base.blue.light.value}",
3069
+ "type": "navy"
2473
3070
  },
2474
3071
  "name": "navyContentAccent",
2475
3072
  "attributes": {
@@ -2491,10 +3088,12 @@
2491
3088
  "g": 0.8392156862745098,
2492
3089
  "b": 0.596078431372549
2493
3090
  },
2494
- "filePath": "tokens/colors/themes/navy.json",
3091
+ "type": "navy",
3092
+ "filePath": "tokens/colors/themes/navy/navy.json",
2495
3093
  "isSource": true,
2496
3094
  "original": {
2497
- "value": "{color.base.green.light.value}"
3095
+ "value": "{color.base.green.light.value}",
3096
+ "type": "navy"
2498
3097
  },
2499
3098
  "name": "navyContentPositive",
2500
3099
  "attributes": {
@@ -2516,10 +3115,12 @@
2516
3115
  "g": 0.6509803921568628,
2517
3116
  "b": 0.6627450980392157
2518
3117
  },
2519
- "filePath": "tokens/colors/themes/navy.json",
3118
+ "type": "navy",
3119
+ "filePath": "tokens/colors/themes/navy/navy.json",
2520
3120
  "isSource": true,
2521
3121
  "original": {
2522
- "value": "{color.base.red.light.value}"
3122
+ "value": "{color.base.red.light.value}",
3123
+ "type": "navy"
2523
3124
  },
2524
3125
  "name": "navyContentNegative",
2525
3126
  "attributes": {
@@ -2541,10 +3142,12 @@
2541
3142
  "g": 0.8196078431372549,
2542
3143
  "b": 0.5176470588235295
2543
3144
  },
2544
- "filePath": "tokens/colors/themes/navy.json",
3145
+ "type": "navy",
3146
+ "filePath": "tokens/colors/themes/navy/navy.json",
2545
3147
  "isSource": true,
2546
3148
  "original": {
2547
- "value": "{color.base.orange.light.value}"
3149
+ "value": "{color.base.orange.light.value}",
3150
+ "type": "navy"
2548
3151
  },
2549
3152
  "name": "navyContentWarning",
2550
3153
  "attributes": {
@@ -2559,31 +3162,6 @@
2559
3162
  "content",
2560
3163
  "warning"
2561
3164
  ]
2562
- },
2563
- "disabled": {
2564
- "value": {
2565
- "r": 0.6588235294117647,
2566
- "g": 0.6666666666666666,
2567
- "b": 0.6745098039215687
2568
- },
2569
- "filePath": "tokens/colors/themes/navy.json",
2570
- "isSource": true,
2571
- "original": {
2572
- "value": "{color.base.smoke.dark.value}"
2573
- },
2574
- "name": "navyContentDisabled",
2575
- "attributes": {
2576
- "category": "color",
2577
- "type": "navy",
2578
- "item": "content",
2579
- "subitem": "disabled"
2580
- },
2581
- "path": [
2582
- "color",
2583
- "navy",
2584
- "content",
2585
- "disabled"
2586
- ]
2587
3165
  }
2588
3166
  },
2589
3167
  "interactive": {
@@ -2593,10 +3171,12 @@
2593
3171
  "g": 0.6352941176470588,
2594
3172
  "b": 0.8666666666666667
2595
3173
  },
2596
- "filePath": "tokens/colors/themes/navy.json",
3174
+ "type": "navy",
3175
+ "filePath": "tokens/colors/themes/navy/navy.json",
2597
3176
  "isSource": true,
2598
3177
  "original": {
2599
- "value": "{color.base.blue.mid.value}"
3178
+ "value": "{color.base.blue.mid.value}",
3179
+ "type": "navy"
2600
3180
  },
2601
3181
  "name": "navyInteractiveAccent",
2602
3182
  "attributes": {
@@ -2618,10 +3198,12 @@
2618
3198
  "g": 0.6784313725490196,
2619
3199
  "b": 0.29411764705882354
2620
3200
  },
2621
- "filePath": "tokens/colors/themes/navy.json",
3201
+ "type": "navy",
3202
+ "filePath": "tokens/colors/themes/navy/navy.json",
2622
3203
  "isSource": true,
2623
3204
  "original": {
2624
- "value": "{color.base.green.mid.value}"
3205
+ "value": "{color.base.green.mid.value}",
3206
+ "type": "navy"
2625
3207
  },
2626
3208
  "name": "navyInteractivePositive",
2627
3209
  "attributes": {
@@ -2643,10 +3225,12 @@
2643
3225
  "g": 0.2823529411764706,
2644
3226
  "b": 0.2823529411764706
2645
3227
  },
2646
- "filePath": "tokens/colors/themes/navy.json",
3228
+ "type": "navy",
3229
+ "filePath": "tokens/colors/themes/navy/navy.json",
2647
3230
  "isSource": true,
2648
3231
  "original": {
2649
- "value": "{color.base.red.mid.value}"
3232
+ "value": "{color.base.red.mid.value}",
3233
+ "type": "navy"
2650
3234
  },
2651
3235
  "name": "navyInteractiveNegative",
2652
3236
  "attributes": {
@@ -2668,10 +3252,12 @@
2668
3252
  "g": 0.5294117647058824,
2669
3253
  "b": 0
2670
3254
  },
2671
- "filePath": "tokens/colors/themes/navy.json",
3255
+ "type": "navy",
3256
+ "filePath": "tokens/colors/themes/navy/navy.json",
2672
3257
  "isSource": true,
2673
3258
  "original": {
2674
- "value": "{color.base.orange.mid.value}"
3259
+ "value": "{color.base.orange.mid.value}",
3260
+ "type": "navy"
2675
3261
  },
2676
3262
  "name": "navyInteractiveWarning",
2677
3263
  "attributes": {
@@ -2693,10 +3279,12 @@
2693
3279
  "g": 0.6666666666666666,
2694
3280
  "b": 0.6745098039215687
2695
3281
  },
2696
- "filePath": "tokens/colors/themes/navy.json",
3282
+ "type": "navy",
3283
+ "filePath": "tokens/colors/themes/navy/navy.json",
2697
3284
  "isSource": true,
2698
3285
  "original": {
2699
- "value": "{color.base.smoke.dark.value}"
3286
+ "value": "{color.base.smoke.dark.value}",
3287
+ "type": "navy"
2700
3288
  },
2701
3289
  "name": "navyInteractiveSecondary",
2702
3290
  "attributes": {
@@ -2711,31 +3299,6 @@
2711
3299
  "interactive",
2712
3300
  "secondary"
2713
3301
  ]
2714
- },
2715
- "disabled": {
2716
- "value": {
2717
- "r": 0.6588235294117647,
2718
- "g": 0.6666666666666666,
2719
- "b": 0.6745098039215687
2720
- },
2721
- "filePath": "tokens/colors/themes/navy.json",
2722
- "isSource": true,
2723
- "original": {
2724
- "value": "{color.base.smoke.dark.value}"
2725
- },
2726
- "name": "navyInteractiveDisabled",
2727
- "attributes": {
2728
- "category": "color",
2729
- "type": "navy",
2730
- "item": "interactive",
2731
- "subitem": "disabled"
2732
- },
2733
- "path": [
2734
- "color",
2735
- "navy",
2736
- "interactive",
2737
- "disabled"
2738
- ]
2739
3302
  }
2740
3303
  },
2741
3304
  "background": {
@@ -2745,10 +3308,12 @@
2745
3308
  "g": 0.2627450980392157,
2746
3309
  "b": 0.4117647058823529
2747
3310
  },
2748
- "filePath": "tokens/colors/themes/navy.json",
3311
+ "type": "navy",
3312
+ "filePath": "tokens/colors/themes/navy/navy.json",
2749
3313
  "isSource": true,
2750
3314
  "original": {
2751
- "value": "{color.base.navy.mid.value}"
3315
+ "value": "{color.base.navy.mid.value}",
3316
+ "type": "navy"
2752
3317
  },
2753
3318
  "name": "navyBackgroundScreen",
2754
3319
  "attributes": {
@@ -2770,10 +3335,12 @@
2770
3335
  "g": 0.3176470588235294,
2771
3336
  "b": 0.49411764705882355
2772
3337
  },
2773
- "filePath": "tokens/colors/themes/navy.json",
3338
+ "type": "navy",
3339
+ "filePath": "tokens/colors/themes/navy/navy.json",
2774
3340
  "isSource": true,
2775
3341
  "original": {
2776
- "value": "{color.base.navy.light.value}"
3342
+ "value": "{color.base.navy.light.value}",
3343
+ "type": "navy"
2777
3344
  },
2778
3345
  "name": "navyBackgroundElevated",
2779
3346
  "attributes": {
@@ -2796,10 +3363,12 @@
2796
3363
  "b": 0.7411764705882353,
2797
3364
  "opacity": 0.1
2798
3365
  },
2799
- "filePath": "tokens/colors/themes/navy.json",
3366
+ "type": "navy",
3367
+ "filePath": "tokens/colors/themes/navy/navy.json",
2800
3368
  "isSource": true,
2801
3369
  "original": {
2802
- "value": "{color.base.smoke.fade.value}"
3370
+ "value": "{color.base.smoke.fade.value}",
3371
+ "type": "navy"
2803
3372
  },
2804
3373
  "name": "navyBackgroundNeutral",
2805
3374
  "attributes": {
@@ -2822,10 +3391,12 @@
2822
3391
  "b": 1,
2823
3392
  "opacity": 0.1
2824
3393
  },
2825
- "filePath": "tokens/colors/themes/navy.json",
3394
+ "type": "navy",
3395
+ "filePath": "tokens/colors/themes/navy/navy.json",
2826
3396
  "isSource": true,
2827
3397
  "original": {
2828
- "value": "{color.base.blue.fade.value}"
3398
+ "value": "{color.base.blue.fade.value}",
3399
+ "type": "navy"
2829
3400
  },
2830
3401
  "name": "navyBackgroundAccent",
2831
3402
  "attributes": {
@@ -2848,10 +3419,12 @@
2848
3419
  "b": 0.592156862745098,
2849
3420
  "opacity": 0.1
2850
3421
  },
2851
- "filePath": "tokens/colors/themes/navy.json",
3422
+ "type": "navy",
3423
+ "filePath": "tokens/colors/themes/navy/navy.json",
2852
3424
  "isSource": true,
2853
3425
  "original": {
2854
- "value": "{color.base.green.fade.value}"
3426
+ "value": "{color.base.green.fade.value}",
3427
+ "type": "navy"
2855
3428
  },
2856
3429
  "name": "navyBackgroundPositive",
2857
3430
  "attributes": {
@@ -2874,10 +3447,12 @@
2874
3447
  "b": 0.5294117647058824,
2875
3448
  "opacity": 0.1
2876
3449
  },
2877
- "filePath": "tokens/colors/themes/navy.json",
3450
+ "type": "navy",
3451
+ "filePath": "tokens/colors/themes/navy/navy.json",
2878
3452
  "isSource": true,
2879
3453
  "original": {
2880
- "value": "{color.base.red.fade.value}"
3454
+ "value": "{color.base.red.fade.value}",
3455
+ "type": "navy"
2881
3456
  },
2882
3457
  "name": "navyBackgroundNegative",
2883
3458
  "attributes": {
@@ -2900,10 +3475,12 @@
2900
3475
  "b": 0,
2901
3476
  "opacity": 0.1
2902
3477
  },
2903
- "filePath": "tokens/colors/themes/navy.json",
3478
+ "type": "navy",
3479
+ "filePath": "tokens/colors/themes/navy/navy.json",
2904
3480
  "isSource": true,
2905
3481
  "original": {
2906
- "value": "{color.base.orange.fade.value}"
3482
+ "value": "{color.base.orange.fade.value}",
3483
+ "type": "navy"
2907
3484
  },
2908
3485
  "name": "navyBackgroundWarning",
2909
3486
  "attributes": {
@@ -2926,10 +3503,12 @@
2926
3503
  "b": 1,
2927
3504
  "opacity": 0.1
2928
3505
  },
2929
- "filePath": "tokens/colors/themes/navy.json",
3506
+ "type": "navy",
3507
+ "filePath": "tokens/colors/themes/navy/navy.json",
2930
3508
  "isSource": true,
2931
3509
  "original": {
2932
- "value": "{color.base.white.fade.value}"
3510
+ "value": "{color.base.white.fade.value}",
3511
+ "type": "navy"
2933
3512
  },
2934
3513
  "name": "navyBackgroundOverlay",
2935
3514
  "attributes": {
@@ -2954,10 +3533,12 @@
2954
3533
  "b": 1,
2955
3534
  "opacity": 0.1
2956
3535
  },
2957
- "filePath": "tokens/colors/themes/navy.json",
3536
+ "type": "navy",
3537
+ "filePath": "tokens/colors/themes/navy/navy.json",
2958
3538
  "isSource": true,
2959
3539
  "original": {
2960
- "value": "{color.base.white.fade.value}"
3540
+ "value": "{color.base.white.fade.value}",
3541
+ "type": "navy"
2961
3542
  },
2962
3543
  "name": "navyBorderNeutral",
2963
3544
  "attributes": {
@@ -2980,10 +3561,12 @@
2980
3561
  "b": 1,
2981
3562
  "opacity": 0.1
2982
3563
  },
2983
- "filePath": "tokens/colors/themes/navy.json",
3564
+ "type": "navy",
3565
+ "filePath": "tokens/colors/themes/navy/navy.json",
2984
3566
  "isSource": true,
2985
3567
  "original": {
2986
- "value": "{color.base.white.fade.value}"
3568
+ "value": "{color.base.white.fade.value}",
3569
+ "type": "navy"
2987
3570
  },
2988
3571
  "name": "navyBorderOverlay",
2989
3572
  "attributes": {
@@ -3007,10 +3590,12 @@
3007
3590
  "g": 1,
3008
3591
  "b": 1
3009
3592
  },
3010
- "filePath": "tokens/colors/themes/navy.json",
3593
+ "type": "navy",
3594
+ "filePath": "tokens/colors/themes/navy/navy.json",
3011
3595
  "isSource": true,
3012
3596
  "original": {
3013
- "value": "{color.base.white.light.value}"
3597
+ "value": "{color.base.white.light.value}",
3598
+ "type": "navy"
3014
3599
  },
3015
3600
  "name": "navyCoreContrast",
3016
3601
  "attributes": {
@@ -3027,6 +3612,407 @@
3027
3612
  ]
3028
3613
  }
3029
3614
  }
3615
+ },
3616
+ "personal": {
3617
+ "content": {
3618
+ "primary": {
3619
+ "value": {
3620
+ "r": 0.054901960784313725,
3621
+ "g": 0.058823529411764705,
3622
+ "b": 0.047058823529411764
3623
+ },
3624
+ "type": "personal",
3625
+ "filePath": "tokens/colors/themes/personal/personal.json",
3626
+ "isSource": true,
3627
+ "original": {
3628
+ "value": {
3629
+ "hex": "#0E0F0C"
3630
+ },
3631
+ "type": "personal"
3632
+ },
3633
+ "name": "personalContentPrimary",
3634
+ "attributes": {
3635
+ "category": "color",
3636
+ "type": "personal",
3637
+ "item": "content",
3638
+ "subitem": "primary"
3639
+ },
3640
+ "path": [
3641
+ "color",
3642
+ "personal",
3643
+ "content",
3644
+ "primary"
3645
+ ]
3646
+ },
3647
+ "secondary": {
3648
+ "value": {
3649
+ "r": 0.27058823529411763,
3650
+ "g": 0.2784313725490196,
3651
+ "b": 0.27058823529411763
3652
+ },
3653
+ "type": "personal",
3654
+ "filePath": "tokens/colors/themes/personal/personal.json",
3655
+ "isSource": true,
3656
+ "original": {
3657
+ "value": {
3658
+ "hex": "#454745"
3659
+ },
3660
+ "type": "personal"
3661
+ },
3662
+ "name": "personalContentSecondary",
3663
+ "attributes": {
3664
+ "category": "color",
3665
+ "type": "personal",
3666
+ "item": "content",
3667
+ "subitem": "secondary"
3668
+ },
3669
+ "path": [
3670
+ "color",
3671
+ "personal",
3672
+ "content",
3673
+ "secondary"
3674
+ ]
3675
+ },
3676
+ "tertiary": {
3677
+ "value": {
3678
+ "r": 0.41568627450980394,
3679
+ "g": 0.4235294117647059,
3680
+ "b": 0.41568627450980394
3681
+ },
3682
+ "type": "personal",
3683
+ "filePath": "tokens/colors/themes/personal/personal.json",
3684
+ "isSource": true,
3685
+ "original": {
3686
+ "value": {
3687
+ "hex": "#6A6C6A"
3688
+ },
3689
+ "type": "personal"
3690
+ },
3691
+ "name": "personalContentTertiary",
3692
+ "attributes": {
3693
+ "category": "color",
3694
+ "type": "personal",
3695
+ "item": "content",
3696
+ "subitem": "tertiary"
3697
+ },
3698
+ "path": [
3699
+ "color",
3700
+ "personal",
3701
+ "content",
3702
+ "tertiary"
3703
+ ]
3704
+ },
3705
+ "accent": {
3706
+ "value": {
3707
+ "r": 0.08627450980392157,
3708
+ "g": 0.2,
3709
+ "b": 0
3710
+ },
3711
+ "type": "personal",
3712
+ "filePath": "tokens/colors/themes/personal/personal.json",
3713
+ "isSource": true,
3714
+ "original": {
3715
+ "value": "{color.forest-green.100.value}",
3716
+ "type": "personal"
3717
+ },
3718
+ "name": "personalContentAccent",
3719
+ "attributes": {
3720
+ "category": "color",
3721
+ "type": "personal",
3722
+ "item": "content",
3723
+ "subitem": "accent"
3724
+ },
3725
+ "path": [
3726
+ "color",
3727
+ "personal",
3728
+ "content",
3729
+ "accent"
3730
+ ]
3731
+ },
3732
+ "link": {
3733
+ "value": {
3734
+ "r": 0.08627450980392157,
3735
+ "g": 0.2,
3736
+ "b": 0
3737
+ },
3738
+ "type": "personal",
3739
+ "filePath": "tokens/colors/themes/personal/personal.json",
3740
+ "isSource": true,
3741
+ "original": {
3742
+ "value": "{color.personal.content.accent.value}",
3743
+ "type": "personal"
3744
+ },
3745
+ "name": "personalContentLink",
3746
+ "attributes": {
3747
+ "category": "color",
3748
+ "type": "personal",
3749
+ "item": "content",
3750
+ "subitem": "link"
3751
+ },
3752
+ "path": [
3753
+ "color",
3754
+ "personal",
3755
+ "content",
3756
+ "link"
3757
+ ]
3758
+ }
3759
+ },
3760
+ "interactive": {
3761
+ "primary": {
3762
+ "value": {
3763
+ "r": 0.08627450980392157,
3764
+ "g": 0.2,
3765
+ "b": 0
3766
+ },
3767
+ "type": "personal",
3768
+ "filePath": "tokens/colors/themes/personal/personal.json",
3769
+ "isSource": true,
3770
+ "original": {
3771
+ "value": "{color.forest-green.100.value}",
3772
+ "type": "personal"
3773
+ },
3774
+ "name": "personalInteractivePrimary",
3775
+ "attributes": {
3776
+ "category": "color",
3777
+ "type": "personal",
3778
+ "item": "interactive",
3779
+ "subitem": "primary"
3780
+ },
3781
+ "path": [
3782
+ "color",
3783
+ "personal",
3784
+ "interactive",
3785
+ "primary"
3786
+ ]
3787
+ },
3788
+ "secondary": {
3789
+ "value": {
3790
+ "r": 0.5254901960784314,
3791
+ "g": 0.5254901960784314,
3792
+ "b": 0.5215686274509804
3793
+ },
3794
+ "type": "personal",
3795
+ "filePath": "tokens/colors/themes/personal/personal.json",
3796
+ "isSource": true,
3797
+ "original": {
3798
+ "value": {
3799
+ "hex": "#868685"
3800
+ },
3801
+ "type": "personal"
3802
+ },
3803
+ "name": "personalInteractiveSecondary",
3804
+ "attributes": {
3805
+ "category": "color",
3806
+ "type": "personal",
3807
+ "item": "interactive",
3808
+ "subitem": "secondary"
3809
+ },
3810
+ "path": [
3811
+ "color",
3812
+ "personal",
3813
+ "interactive",
3814
+ "secondary"
3815
+ ]
3816
+ },
3817
+ "accent": {
3818
+ "value": {
3819
+ "r": 0.6235294117647059,
3820
+ "g": 0.9098039215686274,
3821
+ "b": 0.4392156862745098
3822
+ },
3823
+ "type": "personal",
3824
+ "filePath": "tokens/colors/themes/personal/personal.json",
3825
+ "isSource": true,
3826
+ "original": {
3827
+ "value": "{color.bright-green.100.value}",
3828
+ "type": "personal"
3829
+ },
3830
+ "name": "personalInteractiveAccent",
3831
+ "attributes": {
3832
+ "category": "color",
3833
+ "type": "personal",
3834
+ "item": "interactive",
3835
+ "subitem": "accent"
3836
+ },
3837
+ "path": [
3838
+ "color",
3839
+ "personal",
3840
+ "interactive",
3841
+ "accent"
3842
+ ]
3843
+ }
3844
+ },
3845
+ "background": {
3846
+ "screen": {
3847
+ "value": {
3848
+ "r": 1,
3849
+ "g": 1,
3850
+ "b": 1
3851
+ },
3852
+ "type": "personal",
3853
+ "filePath": "tokens/colors/themes/personal/personal.json",
3854
+ "isSource": true,
3855
+ "original": {
3856
+ "value": "{color.white.100.value}",
3857
+ "type": "personal"
3858
+ },
3859
+ "name": "personalBackgroundScreen",
3860
+ "attributes": {
3861
+ "category": "color",
3862
+ "type": "personal",
3863
+ "item": "background",
3864
+ "subitem": "screen"
3865
+ },
3866
+ "path": [
3867
+ "color",
3868
+ "personal",
3869
+ "background",
3870
+ "screen"
3871
+ ]
3872
+ },
3873
+ "elevated": {
3874
+ "value": {
3875
+ "r": 1,
3876
+ "g": 1,
3877
+ "b": 1
3878
+ },
3879
+ "type": "personal",
3880
+ "filePath": "tokens/colors/themes/personal/personal.json",
3881
+ "isSource": true,
3882
+ "original": {
3883
+ "value": "{color.white.100.value}",
3884
+ "type": "personal"
3885
+ },
3886
+ "name": "personalBackgroundElevated",
3887
+ "attributes": {
3888
+ "category": "color",
3889
+ "type": "personal",
3890
+ "item": "background",
3891
+ "subitem": "elevated"
3892
+ },
3893
+ "path": [
3894
+ "color",
3895
+ "personal",
3896
+ "background",
3897
+ "elevated"
3898
+ ]
3899
+ },
3900
+ "neutral": {
3901
+ "value": {
3902
+ "r": 0.08627450980392157,
3903
+ "g": 0.2,
3904
+ "b": 0,
3905
+ "opacity": 0.08
3906
+ },
3907
+ "type": "personal",
3908
+ "filePath": "tokens/colors/themes/personal/personal.json",
3909
+ "isSource": true,
3910
+ "original": {
3911
+ "value": "{color.forest-green.8.value}",
3912
+ "type": "personal"
3913
+ },
3914
+ "name": "personalBackgroundNeutral",
3915
+ "attributes": {
3916
+ "category": "color",
3917
+ "type": "personal",
3918
+ "item": "background",
3919
+ "subitem": "neutral"
3920
+ },
3921
+ "path": [
3922
+ "color",
3923
+ "personal",
3924
+ "background",
3925
+ "neutral"
3926
+ ]
3927
+ }
3928
+ },
3929
+ "border": {
3930
+ "neutral": {
3931
+ "value": {
3932
+ "r": 0.08627450980392157,
3933
+ "g": 0.2,
3934
+ "b": 0,
3935
+ "opacity": 0.2
3936
+ },
3937
+ "type": "personal",
3938
+ "filePath": "tokens/colors/themes/personal/personal.json",
3939
+ "isSource": true,
3940
+ "original": {
3941
+ "value": "{color.forest-green.20.value}",
3942
+ "type": "personal"
3943
+ },
3944
+ "name": "personalBorderNeutral",
3945
+ "attributes": {
3946
+ "category": "color",
3947
+ "type": "personal",
3948
+ "item": "border",
3949
+ "subitem": "neutral"
3950
+ },
3951
+ "path": [
3952
+ "color",
3953
+ "personal",
3954
+ "border",
3955
+ "neutral"
3956
+ ]
3957
+ },
3958
+ "overlay": {
3959
+ "value": {
3960
+ "r": 0.08627450980392157,
3961
+ "g": 0.2,
3962
+ "b": 0,
3963
+ "opacity": 0.2
3964
+ },
3965
+ "type": "personal",
3966
+ "filePath": "tokens/colors/themes/personal/personal.json",
3967
+ "isSource": true,
3968
+ "original": {
3969
+ "value": "{color.forest-green.20.value}",
3970
+ "type": "personal"
3971
+ },
3972
+ "name": "personalBorderOverlay",
3973
+ "attributes": {
3974
+ "category": "color",
3975
+ "type": "personal",
3976
+ "item": "border",
3977
+ "subitem": "overlay"
3978
+ },
3979
+ "path": [
3980
+ "color",
3981
+ "personal",
3982
+ "border",
3983
+ "overlay"
3984
+ ]
3985
+ }
3986
+ },
3987
+ "core": {
3988
+ "contrast": {
3989
+ "value": {
3990
+ "r": 1,
3991
+ "g": 1,
3992
+ "b": 1
3993
+ },
3994
+ "type": "personal",
3995
+ "filePath": "tokens/colors/themes/personal/personal.json",
3996
+ "isSource": true,
3997
+ "original": {
3998
+ "value": "{color.base.white.light.value}",
3999
+ "type": "personal"
4000
+ },
4001
+ "name": "personalCoreContrast",
4002
+ "attributes": {
4003
+ "category": "color",
4004
+ "type": "personal",
4005
+ "item": "core",
4006
+ "subitem": "contrast"
4007
+ },
4008
+ "path": [
4009
+ "color",
4010
+ "personal",
4011
+ "core",
4012
+ "contrast"
4013
+ ]
4014
+ }
4015
+ }
3030
4016
  }
3031
4017
  }
3032
4018
  }