@fastwork/xosmoz-theme 0.60.0 → 0.62.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/dist/dart/xz_colors.generated.dart +25 -25
- package/dist/figma-plugin.zip +0 -0
- package/dist/figma-tokens/Dark.json +46 -46
- package/dist/figma-tokens/Light.json +79 -79
- package/dist/index.js +33 -33
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -33
- package/dist/index.mjs.map +1 -1
- package/dist/themes/dark.css +16 -16
- package/dist/themes/light.css +17 -17
- package/dist/themes.css +33 -33
- package/package.json +1 -1
|
@@ -180,12 +180,12 @@ class XzColors {
|
|
|
180
180
|
}),
|
|
181
181
|
primary: XzRoleColor(
|
|
182
182
|
soft: {
|
|
183
|
-
100: Color(
|
|
184
|
-
200: Color(
|
|
183
|
+
100: Color(0x26CCDFFF),
|
|
184
|
+
200: Color(0x4098BFFF),
|
|
185
185
|
},
|
|
186
186
|
softSolid: {
|
|
187
187
|
100: Color(0xFFE2EBFB),
|
|
188
|
-
200: Color(
|
|
188
|
+
200: Color(0xFFD5E4FD),
|
|
189
189
|
},
|
|
190
190
|
line: {
|
|
191
191
|
100: Color(0xFFBED2F4),
|
|
@@ -206,8 +206,8 @@ class XzColors {
|
|
|
206
206
|
),
|
|
207
207
|
danger: XzRoleColor(
|
|
208
208
|
soft: {
|
|
209
|
-
100: Color(
|
|
210
|
-
200: Color(
|
|
209
|
+
100: Color(0x26FFD2CA),
|
|
210
|
+
200: Color(0x40FFA193),
|
|
211
211
|
},
|
|
212
212
|
softSolid: {
|
|
213
213
|
100: Color(0xFFFAE6E3),
|
|
@@ -232,8 +232,8 @@ class XzColors {
|
|
|
232
232
|
),
|
|
233
233
|
success: XzRoleColor(
|
|
234
234
|
soft: {
|
|
235
|
-
100: Color(
|
|
236
|
-
200: Color(
|
|
235
|
+
100: Color(0x2682FF83),
|
|
236
|
+
200: Color(0x404AE052),
|
|
237
237
|
},
|
|
238
238
|
softSolid: {
|
|
239
239
|
100: Color(0xFFE7F3E6),
|
|
@@ -258,8 +258,8 @@ class XzColors {
|
|
|
258
258
|
),
|
|
259
259
|
warning: XzRoleColor(
|
|
260
260
|
soft: {
|
|
261
|
-
100: Color(
|
|
262
|
-
200: Color(
|
|
261
|
+
100: Color(0x26FFD798),
|
|
262
|
+
200: Color(0x40F6AF00),
|
|
263
263
|
},
|
|
264
264
|
softSolid: {
|
|
265
265
|
100: Color(0xFFF9F2E7),
|
|
@@ -284,8 +284,8 @@ class XzColors {
|
|
|
284
284
|
),
|
|
285
285
|
info: XzRoleColor(
|
|
286
286
|
soft: {
|
|
287
|
-
100: Color(
|
|
288
|
-
200: Color(
|
|
287
|
+
100: Color(0x269BEDFF),
|
|
288
|
+
200: Color(0x4022D4F1),
|
|
289
289
|
},
|
|
290
290
|
softSolid: {
|
|
291
291
|
100: Color(0xFFE8F4F7),
|
|
@@ -310,8 +310,8 @@ class XzColors {
|
|
|
310
310
|
),
|
|
311
311
|
neutral: XzRoleColor(
|
|
312
312
|
soft: {
|
|
313
|
-
100: Color(
|
|
314
|
-
200: Color(
|
|
313
|
+
100: Color(0x26D2DFF4),
|
|
314
|
+
200: Color(0x40B2BFD3),
|
|
315
315
|
},
|
|
316
316
|
softSolid: {
|
|
317
317
|
100: Color(0xFFE7E8EB),
|
|
@@ -370,11 +370,11 @@ class XzColors {
|
|
|
370
370
|
primary: XzRoleColor(
|
|
371
371
|
soft: {
|
|
372
372
|
100: Color(0x1A0669FF),
|
|
373
|
-
200: Color(
|
|
373
|
+
200: Color(0x290669FF),
|
|
374
374
|
},
|
|
375
375
|
softSolid: {
|
|
376
376
|
100: Color(0xFF2A344A),
|
|
377
|
-
200: Color(
|
|
377
|
+
200: Color(0xFF2A3855),
|
|
378
378
|
},
|
|
379
379
|
line: {
|
|
380
380
|
100: Color(0xFF3E4B65),
|
|
@@ -396,11 +396,11 @@ class XzColors {
|
|
|
396
396
|
danger: XzRoleColor(
|
|
397
397
|
soft: {
|
|
398
398
|
100: Color(0x1AE32A20),
|
|
399
|
-
200: Color(
|
|
399
|
+
200: Color(0x29E32A20),
|
|
400
400
|
},
|
|
401
401
|
softSolid: {
|
|
402
402
|
100: Color(0xFF3C3139),
|
|
403
|
-
200: Color(
|
|
403
|
+
200: Color(0xFF473339),
|
|
404
404
|
},
|
|
405
405
|
line: {
|
|
406
406
|
100: Color(0xFF5B4448),
|
|
@@ -422,11 +422,11 @@ class XzColors {
|
|
|
422
422
|
success: XzRoleColor(
|
|
423
423
|
soft: {
|
|
424
424
|
100: Color(0x1A15C02D),
|
|
425
|
-
200: Color(
|
|
425
|
+
200: Color(0x2915C02D),
|
|
426
426
|
},
|
|
427
427
|
softSolid: {
|
|
428
428
|
100: Color(0xFF2D3B3B),
|
|
429
|
-
200: Color(
|
|
429
|
+
200: Color(0xFF2E433C),
|
|
430
430
|
},
|
|
431
431
|
line: {
|
|
432
432
|
100: Color(0xFF365343),
|
|
@@ -448,11 +448,11 @@ class XzColors {
|
|
|
448
448
|
warning: XzRoleColor(
|
|
449
449
|
soft: {
|
|
450
450
|
100: Color(0x1AFFB508),
|
|
451
|
-
200: Color(
|
|
451
|
+
200: Color(0x29FFB508),
|
|
452
452
|
},
|
|
453
453
|
softSolid: {
|
|
454
454
|
100: Color(0xFF3C3A3C),
|
|
455
|
-
200: Color(
|
|
455
|
+
200: Color(0xFF48423D),
|
|
456
456
|
},
|
|
457
457
|
line: {
|
|
458
458
|
100: Color(0xFF53493D),
|
|
@@ -474,11 +474,11 @@ class XzColors {
|
|
|
474
474
|
info: XzRoleColor(
|
|
475
475
|
soft: {
|
|
476
476
|
100: Color(0x1A00CAE7),
|
|
477
|
-
200: Color(
|
|
477
|
+
200: Color(0x2900CAE7),
|
|
478
478
|
},
|
|
479
479
|
softSolid: {
|
|
480
480
|
100: Color(0xFF2E3B48),
|
|
481
|
-
200: Color(
|
|
481
|
+
200: Color(0xFF304451),
|
|
482
482
|
},
|
|
483
483
|
line: {
|
|
484
484
|
100: Color(0xFF32505E),
|
|
@@ -500,11 +500,11 @@ class XzColors {
|
|
|
500
500
|
neutral: XzRoleColor(
|
|
501
501
|
soft: {
|
|
502
502
|
100: Color(0x1A798598),
|
|
503
|
-
200: Color(
|
|
503
|
+
200: Color(0x29798598),
|
|
504
504
|
},
|
|
505
505
|
softSolid: {
|
|
506
506
|
100: Color(0xFF313641),
|
|
507
|
-
200: Color(
|
|
507
|
+
200: Color(0xFF353A46),
|
|
508
508
|
},
|
|
509
509
|
line: {
|
|
510
510
|
100: Color(0xFF454B58),
|
package/dist/figma-plugin.zip
CHANGED
|
Binary file
|
|
@@ -259,8 +259,8 @@
|
|
|
259
259
|
0.411765,
|
|
260
260
|
1
|
|
261
261
|
],
|
|
262
|
-
"alpha": 0.
|
|
263
|
-
"hex": "#
|
|
262
|
+
"alpha": 0.1607843137254902,
|
|
263
|
+
"hex": "#0669FF29"
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
},
|
|
@@ -284,11 +284,11 @@
|
|
|
284
284
|
"colorSpace": "srgb",
|
|
285
285
|
"components": [
|
|
286
286
|
0.164706,
|
|
287
|
-
0.
|
|
288
|
-
0.
|
|
287
|
+
0.219608,
|
|
288
|
+
0.333333
|
|
289
289
|
],
|
|
290
290
|
"alpha": 1,
|
|
291
|
-
"hex": "#
|
|
291
|
+
"hex": "#2A3855"
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
},
|
|
@@ -429,8 +429,8 @@
|
|
|
429
429
|
0.164706,
|
|
430
430
|
0.12549
|
|
431
431
|
],
|
|
432
|
-
"alpha": 0.
|
|
433
|
-
"hex": "#
|
|
432
|
+
"alpha": 0.1607843137254902,
|
|
433
|
+
"hex": "#E32A2029"
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
},
|
|
@@ -453,12 +453,12 @@
|
|
|
453
453
|
"$value": {
|
|
454
454
|
"colorSpace": "srgb",
|
|
455
455
|
"components": [
|
|
456
|
-
0.
|
|
457
|
-
0.
|
|
456
|
+
0.278431,
|
|
457
|
+
0.2,
|
|
458
458
|
0.223529
|
|
459
459
|
],
|
|
460
460
|
"alpha": 1,
|
|
461
|
-
"hex": "#
|
|
461
|
+
"hex": "#473339"
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
},
|
|
@@ -599,8 +599,8 @@
|
|
|
599
599
|
0.752941,
|
|
600
600
|
0.176471
|
|
601
601
|
],
|
|
602
|
-
"alpha": 0.
|
|
603
|
-
"hex": "#
|
|
602
|
+
"alpha": 0.1607843137254902,
|
|
603
|
+
"hex": "#15C02D29"
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
606
|
},
|
|
@@ -623,12 +623,12 @@
|
|
|
623
623
|
"$value": {
|
|
624
624
|
"colorSpace": "srgb",
|
|
625
625
|
"components": [
|
|
626
|
-
0.
|
|
627
|
-
0.
|
|
628
|
-
0.
|
|
626
|
+
0.180392,
|
|
627
|
+
0.262745,
|
|
628
|
+
0.235294
|
|
629
629
|
],
|
|
630
630
|
"alpha": 1,
|
|
631
|
-
"hex": "#
|
|
631
|
+
"hex": "#2E433C"
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
},
|
|
@@ -769,8 +769,8 @@
|
|
|
769
769
|
0.709804,
|
|
770
770
|
0.031373
|
|
771
771
|
],
|
|
772
|
-
"alpha": 0.
|
|
773
|
-
"hex": "#
|
|
772
|
+
"alpha": 0.1607843137254902,
|
|
773
|
+
"hex": "#FFB50829"
|
|
774
774
|
}
|
|
775
775
|
}
|
|
776
776
|
},
|
|
@@ -793,12 +793,12 @@
|
|
|
793
793
|
"$value": {
|
|
794
794
|
"colorSpace": "srgb",
|
|
795
795
|
"components": [
|
|
796
|
-
0.
|
|
797
|
-
0.
|
|
798
|
-
0.
|
|
796
|
+
0.282353,
|
|
797
|
+
0.258824,
|
|
798
|
+
0.239216
|
|
799
799
|
],
|
|
800
800
|
"alpha": 1,
|
|
801
|
-
"hex": "#
|
|
801
|
+
"hex": "#48423D"
|
|
802
802
|
}
|
|
803
803
|
}
|
|
804
804
|
},
|
|
@@ -939,8 +939,8 @@
|
|
|
939
939
|
0.792157,
|
|
940
940
|
0.905882
|
|
941
941
|
],
|
|
942
|
-
"alpha": 0.
|
|
943
|
-
"hex": "#
|
|
942
|
+
"alpha": 0.1607843137254902,
|
|
943
|
+
"hex": "#00CAE729"
|
|
944
944
|
}
|
|
945
945
|
}
|
|
946
946
|
},
|
|
@@ -963,12 +963,12 @@
|
|
|
963
963
|
"$value": {
|
|
964
964
|
"colorSpace": "srgb",
|
|
965
965
|
"components": [
|
|
966
|
-
0.
|
|
967
|
-
0.
|
|
968
|
-
0.
|
|
966
|
+
0.188235,
|
|
967
|
+
0.266667,
|
|
968
|
+
0.317647
|
|
969
969
|
],
|
|
970
970
|
"alpha": 1,
|
|
971
|
-
"hex": "#
|
|
971
|
+
"hex": "#304451"
|
|
972
972
|
}
|
|
973
973
|
}
|
|
974
974
|
},
|
|
@@ -1109,8 +1109,8 @@
|
|
|
1109
1109
|
0.521569,
|
|
1110
1110
|
0.596078
|
|
1111
1111
|
],
|
|
1112
|
-
"alpha": 0.
|
|
1113
|
-
"hex": "#
|
|
1112
|
+
"alpha": 0.1607843137254902,
|
|
1113
|
+
"hex": "#79859829"
|
|
1114
1114
|
}
|
|
1115
1115
|
}
|
|
1116
1116
|
},
|
|
@@ -1133,12 +1133,12 @@
|
|
|
1133
1133
|
"$value": {
|
|
1134
1134
|
"colorSpace": "srgb",
|
|
1135
1135
|
"components": [
|
|
1136
|
-
0.
|
|
1137
|
-
0.
|
|
1138
|
-
0.
|
|
1136
|
+
0.207843,
|
|
1137
|
+
0.227451,
|
|
1138
|
+
0.27451
|
|
1139
1139
|
],
|
|
1140
1140
|
"alpha": 1,
|
|
1141
|
-
"hex": "#
|
|
1141
|
+
"hex": "#353A46"
|
|
1142
1142
|
}
|
|
1143
1143
|
}
|
|
1144
1144
|
},
|
|
@@ -1279,8 +1279,8 @@
|
|
|
1279
1279
|
0.521569,
|
|
1280
1280
|
0.12549
|
|
1281
1281
|
],
|
|
1282
|
-
"alpha": 0.
|
|
1283
|
-
"hex": "#
|
|
1282
|
+
"alpha": 0.1607843137254902,
|
|
1283
|
+
"hex": "#FB852029"
|
|
1284
1284
|
}
|
|
1285
1285
|
}
|
|
1286
1286
|
},
|
|
@@ -1303,12 +1303,12 @@
|
|
|
1303
1303
|
"$value": {
|
|
1304
1304
|
"colorSpace": "srgb",
|
|
1305
1305
|
"components": [
|
|
1306
|
-
0.
|
|
1307
|
-
0.
|
|
1308
|
-
0.
|
|
1306
|
+
0.282353,
|
|
1307
|
+
0.235294,
|
|
1308
|
+
0.235294
|
|
1309
1309
|
],
|
|
1310
1310
|
"alpha": 1,
|
|
1311
|
-
"hex": "#
|
|
1311
|
+
"hex": "#483C3C"
|
|
1312
1312
|
}
|
|
1313
1313
|
}
|
|
1314
1314
|
},
|
|
@@ -1449,8 +1449,8 @@
|
|
|
1449
1449
|
0.45098,
|
|
1450
1450
|
1
|
|
1451
1451
|
],
|
|
1452
|
-
"alpha": 0.
|
|
1453
|
-
"hex": "#
|
|
1452
|
+
"alpha": 0.1607843137254902,
|
|
1453
|
+
"hex": "#9B73FF29"
|
|
1454
1454
|
}
|
|
1455
1455
|
}
|
|
1456
1456
|
},
|
|
@@ -1473,12 +1473,12 @@
|
|
|
1473
1473
|
"$value": {
|
|
1474
1474
|
"colorSpace": "srgb",
|
|
1475
1475
|
"components": [
|
|
1476
|
-
0.
|
|
1477
|
-
0.
|
|
1478
|
-
0.
|
|
1476
|
+
0.227451,
|
|
1477
|
+
0.223529,
|
|
1478
|
+
0.333333
|
|
1479
1479
|
],
|
|
1480
1480
|
"alpha": 1,
|
|
1481
|
-
"hex": "#
|
|
1481
|
+
"hex": "#3A3955"
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
1484
|
},
|
|
@@ -242,12 +242,12 @@
|
|
|
242
242
|
"$value": {
|
|
243
243
|
"colorSpace": "srgb",
|
|
244
244
|
"components": [
|
|
245
|
-
0.
|
|
246
|
-
0.
|
|
245
|
+
0.8,
|
|
246
|
+
0.87451,
|
|
247
247
|
1
|
|
248
248
|
],
|
|
249
|
-
"alpha": 0.
|
|
250
|
-
"hex": "#
|
|
249
|
+
"alpha": 0.14901960784313725,
|
|
250
|
+
"hex": "#CCDFFF26"
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
253
|
"200": {
|
|
@@ -255,12 +255,12 @@
|
|
|
255
255
|
"$value": {
|
|
256
256
|
"colorSpace": "srgb",
|
|
257
257
|
"components": [
|
|
258
|
-
0.
|
|
259
|
-
0.
|
|
258
|
+
0.596078,
|
|
259
|
+
0.74902,
|
|
260
260
|
1
|
|
261
261
|
],
|
|
262
|
-
"alpha": 0.
|
|
263
|
-
"hex": "#
|
|
262
|
+
"alpha": 0.25098039215686274,
|
|
263
|
+
"hex": "#98BFFF40"
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
},
|
|
@@ -283,12 +283,12 @@
|
|
|
283
283
|
"$value": {
|
|
284
284
|
"colorSpace": "srgb",
|
|
285
285
|
"components": [
|
|
286
|
-
0.
|
|
287
|
-
0.
|
|
288
|
-
0.
|
|
286
|
+
0.835294,
|
|
287
|
+
0.894118,
|
|
288
|
+
0.992157
|
|
289
289
|
],
|
|
290
290
|
"alpha": 1,
|
|
291
|
-
"hex": "#
|
|
291
|
+
"hex": "#D5E4FD"
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
},
|
|
@@ -412,12 +412,12 @@
|
|
|
412
412
|
"$value": {
|
|
413
413
|
"colorSpace": "srgb",
|
|
414
414
|
"components": [
|
|
415
|
-
|
|
416
|
-
0.
|
|
417
|
-
0.
|
|
415
|
+
1,
|
|
416
|
+
0.823529,
|
|
417
|
+
0.792157
|
|
418
418
|
],
|
|
419
|
-
"alpha": 0.
|
|
420
|
-
"hex": "#
|
|
419
|
+
"alpha": 0.14901960784313725,
|
|
420
|
+
"hex": "#FFD2CA26"
|
|
421
421
|
}
|
|
422
422
|
},
|
|
423
423
|
"200": {
|
|
@@ -425,12 +425,12 @@
|
|
|
425
425
|
"$value": {
|
|
426
426
|
"colorSpace": "srgb",
|
|
427
427
|
"components": [
|
|
428
|
-
|
|
429
|
-
0.
|
|
430
|
-
0.
|
|
428
|
+
1,
|
|
429
|
+
0.631373,
|
|
430
|
+
0.576471
|
|
431
431
|
],
|
|
432
|
-
"alpha": 0.
|
|
433
|
-
"hex": "#
|
|
432
|
+
"alpha": 0.25098039215686274,
|
|
433
|
+
"hex": "#FFA19340"
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
},
|
|
@@ -582,12 +582,12 @@
|
|
|
582
582
|
"$value": {
|
|
583
583
|
"colorSpace": "srgb",
|
|
584
584
|
"components": [
|
|
585
|
-
0.
|
|
586
|
-
|
|
587
|
-
0.
|
|
585
|
+
0.509804,
|
|
586
|
+
1,
|
|
587
|
+
0.513725
|
|
588
588
|
],
|
|
589
|
-
"alpha": 0.
|
|
590
|
-
"hex": "#
|
|
589
|
+
"alpha": 0.14901960784313725,
|
|
590
|
+
"hex": "#82FF8326"
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
593
|
"200": {
|
|
@@ -595,12 +595,12 @@
|
|
|
595
595
|
"$value": {
|
|
596
596
|
"colorSpace": "srgb",
|
|
597
597
|
"components": [
|
|
598
|
-
0.
|
|
599
|
-
0.
|
|
600
|
-
0.
|
|
598
|
+
0.290196,
|
|
599
|
+
0.878431,
|
|
600
|
+
0.321569
|
|
601
601
|
],
|
|
602
|
-
"alpha": 0.
|
|
603
|
-
"hex": "#
|
|
602
|
+
"alpha": 0.25098039215686274,
|
|
603
|
+
"hex": "#4AE05240"
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
606
|
},
|
|
@@ -753,11 +753,11 @@
|
|
|
753
753
|
"colorSpace": "srgb",
|
|
754
754
|
"components": [
|
|
755
755
|
1,
|
|
756
|
-
0.
|
|
757
|
-
0.
|
|
756
|
+
0.843137,
|
|
757
|
+
0.596078
|
|
758
758
|
],
|
|
759
|
-
"alpha": 0.
|
|
760
|
-
"hex": "#
|
|
759
|
+
"alpha": 0.14901960784313725,
|
|
760
|
+
"hex": "#FFD79826"
|
|
761
761
|
}
|
|
762
762
|
},
|
|
763
763
|
"200": {
|
|
@@ -765,12 +765,12 @@
|
|
|
765
765
|
"$value": {
|
|
766
766
|
"colorSpace": "srgb",
|
|
767
767
|
"components": [
|
|
768
|
-
|
|
769
|
-
0.
|
|
770
|
-
0
|
|
768
|
+
0.964706,
|
|
769
|
+
0.686275,
|
|
770
|
+
0
|
|
771
771
|
],
|
|
772
|
-
"alpha": 0.
|
|
773
|
-
"hex": "#
|
|
772
|
+
"alpha": 0.25098039215686274,
|
|
773
|
+
"hex": "#F6AF0040"
|
|
774
774
|
}
|
|
775
775
|
}
|
|
776
776
|
},
|
|
@@ -922,12 +922,12 @@
|
|
|
922
922
|
"$value": {
|
|
923
923
|
"colorSpace": "srgb",
|
|
924
924
|
"components": [
|
|
925
|
-
0,
|
|
926
|
-
0.
|
|
927
|
-
|
|
925
|
+
0.607843,
|
|
926
|
+
0.929412,
|
|
927
|
+
1
|
|
928
928
|
],
|
|
929
|
-
"alpha": 0.
|
|
930
|
-
"hex": "#
|
|
929
|
+
"alpha": 0.14901960784313725,
|
|
930
|
+
"hex": "#9BEDFF26"
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
933
|
"200": {
|
|
@@ -935,12 +935,12 @@
|
|
|
935
935
|
"$value": {
|
|
936
936
|
"colorSpace": "srgb",
|
|
937
937
|
"components": [
|
|
938
|
-
0,
|
|
939
|
-
0.
|
|
940
|
-
0.
|
|
938
|
+
0.133333,
|
|
939
|
+
0.831373,
|
|
940
|
+
0.945098
|
|
941
941
|
],
|
|
942
|
-
"alpha": 0.
|
|
943
|
-
"hex": "#
|
|
942
|
+
"alpha": 0.25098039215686274,
|
|
943
|
+
"hex": "#22D4F140"
|
|
944
944
|
}
|
|
945
945
|
}
|
|
946
946
|
},
|
|
@@ -1092,12 +1092,12 @@
|
|
|
1092
1092
|
"$value": {
|
|
1093
1093
|
"colorSpace": "srgb",
|
|
1094
1094
|
"components": [
|
|
1095
|
-
0.
|
|
1096
|
-
0.
|
|
1097
|
-
0.
|
|
1095
|
+
0.823529,
|
|
1096
|
+
0.87451,
|
|
1097
|
+
0.956863
|
|
1098
1098
|
],
|
|
1099
|
-
"alpha": 0.
|
|
1100
|
-
"hex": "#
|
|
1099
|
+
"alpha": 0.14901960784313725,
|
|
1100
|
+
"hex": "#D2DFF426"
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
1103
|
"200": {
|
|
@@ -1105,12 +1105,12 @@
|
|
|
1105
1105
|
"$value": {
|
|
1106
1106
|
"colorSpace": "srgb",
|
|
1107
1107
|
"components": [
|
|
1108
|
-
0.
|
|
1109
|
-
0.
|
|
1110
|
-
0.
|
|
1108
|
+
0.698039,
|
|
1109
|
+
0.74902,
|
|
1110
|
+
0.827451
|
|
1111
1111
|
],
|
|
1112
|
-
"alpha": 0.
|
|
1113
|
-
"hex": "#
|
|
1112
|
+
"alpha": 0.25098039215686274,
|
|
1113
|
+
"hex": "#B2BFD340"
|
|
1114
1114
|
}
|
|
1115
1115
|
}
|
|
1116
1116
|
},
|
|
@@ -1262,12 +1262,12 @@
|
|
|
1262
1262
|
"$value": {
|
|
1263
1263
|
"colorSpace": "srgb",
|
|
1264
1264
|
"components": [
|
|
1265
|
-
|
|
1266
|
-
0.
|
|
1267
|
-
0.
|
|
1265
|
+
1,
|
|
1266
|
+
0.831373,
|
|
1267
|
+
0.72549
|
|
1268
1268
|
],
|
|
1269
|
-
"alpha": 0.
|
|
1270
|
-
"hex": "#
|
|
1269
|
+
"alpha": 0.14901960784313725,
|
|
1270
|
+
"hex": "#FFD4B926"
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
1273
|
"200": {
|
|
@@ -1275,12 +1275,12 @@
|
|
|
1275
1275
|
"$value": {
|
|
1276
1276
|
"colorSpace": "srgb",
|
|
1277
1277
|
"components": [
|
|
1278
|
-
|
|
1279
|
-
0.
|
|
1280
|
-
0.
|
|
1278
|
+
1,
|
|
1279
|
+
0.647059,
|
|
1280
|
+
0.411765
|
|
1281
1281
|
],
|
|
1282
|
-
"alpha": 0.
|
|
1283
|
-
"hex": "#
|
|
1282
|
+
"alpha": 0.25098039215686274,
|
|
1283
|
+
"hex": "#FFA56940"
|
|
1284
1284
|
}
|
|
1285
1285
|
}
|
|
1286
1286
|
},
|
|
@@ -1432,12 +1432,12 @@
|
|
|
1432
1432
|
"$value": {
|
|
1433
1433
|
"colorSpace": "srgb",
|
|
1434
1434
|
"components": [
|
|
1435
|
-
0.
|
|
1436
|
-
0.
|
|
1435
|
+
0.87451,
|
|
1436
|
+
0.847059,
|
|
1437
1437
|
1
|
|
1438
1438
|
],
|
|
1439
|
-
"alpha": 0.
|
|
1440
|
-
"hex": "#
|
|
1439
|
+
"alpha": 0.14901960784313725,
|
|
1440
|
+
"hex": "#DFD8FF26"
|
|
1441
1441
|
}
|
|
1442
1442
|
},
|
|
1443
1443
|
"200": {
|
|
@@ -1445,12 +1445,12 @@
|
|
|
1445
1445
|
"$value": {
|
|
1446
1446
|
"colorSpace": "srgb",
|
|
1447
1447
|
"components": [
|
|
1448
|
-
0.
|
|
1449
|
-
0.
|
|
1448
|
+
0.756863,
|
|
1449
|
+
0.690196,
|
|
1450
1450
|
1
|
|
1451
1451
|
],
|
|
1452
|
-
"alpha": 0.
|
|
1453
|
-
"hex": "#
|
|
1452
|
+
"alpha": 0.25098039215686274,
|
|
1453
|
+
"hex": "#C1B0FF40"
|
|
1454
1454
|
}
|
|
1455
1455
|
}
|
|
1456
1456
|
},
|