@fastwork/xosmoz-theme 0.57.0 → 0.59.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 +92 -4
- package/dist/figma-plugin.zip +0 -0
- package/dist/figma-tokens/Dark.json +448 -0
- package/dist/figma-tokens/Light.json +408 -16
- package/dist/index.js +50 -50
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -50
- package/dist/index.mjs.map +1 -1
- package/dist/themes/dark.css +25 -25
- package/dist/themes/light.css +25 -25
- package/dist/themes.css +50 -50
- package/package.json +1 -1
|
@@ -179,6 +179,14 @@ class XzColors {
|
|
|
179
179
|
300: Color(0xF7BABEC4),
|
|
180
180
|
}),
|
|
181
181
|
primary: XzRoleColor(
|
|
182
|
+
soft: {
|
|
183
|
+
100: Color(0x1A0669FF),
|
|
184
|
+
200: Color(0x330669FF),
|
|
185
|
+
},
|
|
186
|
+
softSolid: {
|
|
187
|
+
100: Color(0xFF0669FF),
|
|
188
|
+
200: Color(0xFF0669FF),
|
|
189
|
+
},
|
|
182
190
|
line: {
|
|
183
191
|
100: Color(0xFFBED2F4),
|
|
184
192
|
200: Color(0xFF84ACED),
|
|
@@ -197,6 +205,14 @@ class XzColors {
|
|
|
197
205
|
},
|
|
198
206
|
),
|
|
199
207
|
danger: XzRoleColor(
|
|
208
|
+
soft: {
|
|
209
|
+
100: Color(0x1AE32A20),
|
|
210
|
+
200: Color(0x33E32A20),
|
|
211
|
+
},
|
|
212
|
+
softSolid: {
|
|
213
|
+
100: Color(0xFFE32A20),
|
|
214
|
+
200: Color(0xFFE32A20),
|
|
215
|
+
},
|
|
200
216
|
line: {
|
|
201
217
|
100: Color(0xFFF1C5BE),
|
|
202
218
|
200: Color(0xFFE49285),
|
|
@@ -215,6 +231,14 @@ class XzColors {
|
|
|
215
231
|
},
|
|
216
232
|
),
|
|
217
233
|
success: XzRoleColor(
|
|
234
|
+
soft: {
|
|
235
|
+
100: Color(0x1A15C02D),
|
|
236
|
+
200: Color(0x3315C02D),
|
|
237
|
+
},
|
|
238
|
+
softSolid: {
|
|
239
|
+
100: Color(0xFF15C02D),
|
|
240
|
+
200: Color(0xFF15C02D),
|
|
241
|
+
},
|
|
218
242
|
line: {
|
|
219
243
|
100: Color(0xFFC2D8C1),
|
|
220
244
|
200: Color(0xFF8CB98A),
|
|
@@ -233,6 +257,14 @@ class XzColors {
|
|
|
233
257
|
},
|
|
234
258
|
),
|
|
235
259
|
warning: XzRoleColor(
|
|
260
|
+
soft: {
|
|
261
|
+
100: Color(0x1AFFB508),
|
|
262
|
+
200: Color(0x33FFB508),
|
|
263
|
+
},
|
|
264
|
+
softSolid: {
|
|
265
|
+
100: Color(0xFFFFB508),
|
|
266
|
+
200: Color(0xFFFFB508),
|
|
267
|
+
},
|
|
236
268
|
line: {
|
|
237
269
|
100: Color(0xFFDACFBF),
|
|
238
270
|
200: Color(0xFFBDA886),
|
|
@@ -251,6 +283,14 @@ class XzColors {
|
|
|
251
283
|
},
|
|
252
284
|
),
|
|
253
285
|
info: XzRoleColor(
|
|
286
|
+
soft: {
|
|
287
|
+
100: Color(0x1A00CAE7),
|
|
288
|
+
200: Color(0x3300CAE7),
|
|
289
|
+
},
|
|
290
|
+
softSolid: {
|
|
291
|
+
100: Color(0xFF00CAE7),
|
|
292
|
+
200: Color(0xFF00CAE7),
|
|
293
|
+
},
|
|
254
294
|
line: {
|
|
255
295
|
100: Color(0xFFC2D5DA),
|
|
256
296
|
200: Color(0xFF8CB3BB),
|
|
@@ -275,12 +315,12 @@ class XzColors {
|
|
|
275
315
|
},
|
|
276
316
|
softSolid: {
|
|
277
317
|
100: Color(0xFFE7E8EB),
|
|
278
|
-
200: Color(
|
|
318
|
+
200: Color(0xFFD6D9DD),
|
|
279
319
|
},
|
|
280
320
|
line: {
|
|
281
|
-
100: Color(
|
|
282
|
-
200: Color(
|
|
283
|
-
300: Color(
|
|
321
|
+
100: Color(0xFFCED1D6),
|
|
322
|
+
200: Color(0xFFA5ABB5),
|
|
323
|
+
300: Color(0xFF8D95A2),
|
|
284
324
|
},
|
|
285
325
|
bg: {
|
|
286
326
|
100: Color(0xFF798598),
|
|
@@ -328,6 +368,14 @@ class XzColors {
|
|
|
328
368
|
300: Color(0xF2757A87),
|
|
329
369
|
}),
|
|
330
370
|
primary: XzRoleColor(
|
|
371
|
+
soft: {
|
|
372
|
+
100: Color(0x1A0669FF),
|
|
373
|
+
200: Color(0x330669FF),
|
|
374
|
+
},
|
|
375
|
+
softSolid: {
|
|
376
|
+
100: Color(0xFF0669FF),
|
|
377
|
+
200: Color(0xFF0669FF),
|
|
378
|
+
},
|
|
331
379
|
line: {
|
|
332
380
|
100: Color(0xFF3E4B65),
|
|
333
381
|
200: Color(0xFF526A95),
|
|
@@ -346,6 +394,14 @@ class XzColors {
|
|
|
346
394
|
},
|
|
347
395
|
),
|
|
348
396
|
danger: XzRoleColor(
|
|
397
|
+
soft: {
|
|
398
|
+
100: Color(0x1AE32A20),
|
|
399
|
+
200: Color(0x33E32A20),
|
|
400
|
+
},
|
|
401
|
+
softSolid: {
|
|
402
|
+
100: Color(0xFFE32A20),
|
|
403
|
+
200: Color(0xFFE32A20),
|
|
404
|
+
},
|
|
349
405
|
line: {
|
|
350
406
|
100: Color(0xFF5B4448),
|
|
351
407
|
200: Color(0xFF8F5A58),
|
|
@@ -364,6 +420,14 @@ class XzColors {
|
|
|
364
420
|
},
|
|
365
421
|
),
|
|
366
422
|
success: XzRoleColor(
|
|
423
|
+
soft: {
|
|
424
|
+
100: Color(0x1A15C02D),
|
|
425
|
+
200: Color(0x3315C02D),
|
|
426
|
+
},
|
|
427
|
+
softSolid: {
|
|
428
|
+
100: Color(0xFF15C02D),
|
|
429
|
+
200: Color(0xFF15C02D),
|
|
430
|
+
},
|
|
367
431
|
line: {
|
|
368
432
|
100: Color(0xFF365343),
|
|
369
433
|
200: Color(0xFF3F794B),
|
|
@@ -382,6 +446,14 @@ class XzColors {
|
|
|
382
446
|
},
|
|
383
447
|
),
|
|
384
448
|
warning: XzRoleColor(
|
|
449
|
+
soft: {
|
|
450
|
+
100: Color(0x1AFFB508),
|
|
451
|
+
200: Color(0x33FFB508),
|
|
452
|
+
},
|
|
453
|
+
softSolid: {
|
|
454
|
+
100: Color(0xFFFFB508),
|
|
455
|
+
200: Color(0xFFFFB508),
|
|
456
|
+
},
|
|
385
457
|
line: {
|
|
386
458
|
100: Color(0xFF53493D),
|
|
387
459
|
200: Color(0xFF80653B),
|
|
@@ -400,6 +472,14 @@ class XzColors {
|
|
|
400
472
|
},
|
|
401
473
|
),
|
|
402
474
|
info: XzRoleColor(
|
|
475
|
+
soft: {
|
|
476
|
+
100: Color(0x1A00CAE7),
|
|
477
|
+
200: Color(0x3300CAE7),
|
|
478
|
+
},
|
|
479
|
+
softSolid: {
|
|
480
|
+
100: Color(0xFF00CAE7),
|
|
481
|
+
200: Color(0xFF00CAE7),
|
|
482
|
+
},
|
|
403
483
|
line: {
|
|
404
484
|
100: Color(0xFF32505E),
|
|
405
485
|
200: Color(0xFF337487),
|
|
@@ -418,6 +498,14 @@ class XzColors {
|
|
|
418
498
|
},
|
|
419
499
|
),
|
|
420
500
|
neutral: XzRoleColor(
|
|
501
|
+
soft: {
|
|
502
|
+
100: Color(0x1A798598),
|
|
503
|
+
200: Color(0x33798598),
|
|
504
|
+
},
|
|
505
|
+
softSolid: {
|
|
506
|
+
100: Color(0xFF798598),
|
|
507
|
+
200: Color(0xFF798598),
|
|
508
|
+
},
|
|
421
509
|
line: {
|
|
422
510
|
100: Color(0xFF454B58),
|
|
423
511
|
200: Color(0xFF626B7A),
|
package/dist/figma-plugin.zip
CHANGED
|
Binary file
|
|
@@ -236,6 +236,62 @@
|
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
"primary": {
|
|
239
|
+
"soft": {
|
|
240
|
+
"100": {
|
|
241
|
+
"$type": "color",
|
|
242
|
+
"$value": {
|
|
243
|
+
"colorSpace": "srgb",
|
|
244
|
+
"components": [
|
|
245
|
+
0.023529,
|
|
246
|
+
0.411765,
|
|
247
|
+
1
|
|
248
|
+
],
|
|
249
|
+
"alpha": 0.10196078431372549,
|
|
250
|
+
"hex": "#0669FF1A"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"200": {
|
|
254
|
+
"$type": "color",
|
|
255
|
+
"$value": {
|
|
256
|
+
"colorSpace": "srgb",
|
|
257
|
+
"components": [
|
|
258
|
+
0.023529,
|
|
259
|
+
0.411765,
|
|
260
|
+
1
|
|
261
|
+
],
|
|
262
|
+
"alpha": 0.2,
|
|
263
|
+
"hex": "#0669FF33"
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"softSolid": {
|
|
268
|
+
"100": {
|
|
269
|
+
"$type": "color",
|
|
270
|
+
"$value": {
|
|
271
|
+
"colorSpace": "srgb",
|
|
272
|
+
"components": [
|
|
273
|
+
0.023529,
|
|
274
|
+
0.411765,
|
|
275
|
+
1
|
|
276
|
+
],
|
|
277
|
+
"alpha": 1,
|
|
278
|
+
"hex": "#0669FF"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"200": {
|
|
282
|
+
"$type": "color",
|
|
283
|
+
"$value": {
|
|
284
|
+
"colorSpace": "srgb",
|
|
285
|
+
"components": [
|
|
286
|
+
0.023529,
|
|
287
|
+
0.411765,
|
|
288
|
+
1
|
|
289
|
+
],
|
|
290
|
+
"alpha": 1,
|
|
291
|
+
"hex": "#0669FF"
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
239
295
|
"line": {
|
|
240
296
|
"100": {
|
|
241
297
|
"$type": "color",
|
|
@@ -350,6 +406,62 @@
|
|
|
350
406
|
}
|
|
351
407
|
},
|
|
352
408
|
"danger": {
|
|
409
|
+
"soft": {
|
|
410
|
+
"100": {
|
|
411
|
+
"$type": "color",
|
|
412
|
+
"$value": {
|
|
413
|
+
"colorSpace": "srgb",
|
|
414
|
+
"components": [
|
|
415
|
+
0.890196,
|
|
416
|
+
0.164706,
|
|
417
|
+
0.12549
|
|
418
|
+
],
|
|
419
|
+
"alpha": 0.10196078431372549,
|
|
420
|
+
"hex": "#E32A201A"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"200": {
|
|
424
|
+
"$type": "color",
|
|
425
|
+
"$value": {
|
|
426
|
+
"colorSpace": "srgb",
|
|
427
|
+
"components": [
|
|
428
|
+
0.890196,
|
|
429
|
+
0.164706,
|
|
430
|
+
0.12549
|
|
431
|
+
],
|
|
432
|
+
"alpha": 0.2,
|
|
433
|
+
"hex": "#E32A2033"
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"softSolid": {
|
|
438
|
+
"100": {
|
|
439
|
+
"$type": "color",
|
|
440
|
+
"$value": {
|
|
441
|
+
"colorSpace": "srgb",
|
|
442
|
+
"components": [
|
|
443
|
+
0.890196,
|
|
444
|
+
0.164706,
|
|
445
|
+
0.12549
|
|
446
|
+
],
|
|
447
|
+
"alpha": 1,
|
|
448
|
+
"hex": "#E32A20"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"200": {
|
|
452
|
+
"$type": "color",
|
|
453
|
+
"$value": {
|
|
454
|
+
"colorSpace": "srgb",
|
|
455
|
+
"components": [
|
|
456
|
+
0.890196,
|
|
457
|
+
0.164706,
|
|
458
|
+
0.12549
|
|
459
|
+
],
|
|
460
|
+
"alpha": 1,
|
|
461
|
+
"hex": "#E32A20"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
353
465
|
"line": {
|
|
354
466
|
"100": {
|
|
355
467
|
"$type": "color",
|
|
@@ -464,6 +576,62 @@
|
|
|
464
576
|
}
|
|
465
577
|
},
|
|
466
578
|
"success": {
|
|
579
|
+
"soft": {
|
|
580
|
+
"100": {
|
|
581
|
+
"$type": "color",
|
|
582
|
+
"$value": {
|
|
583
|
+
"colorSpace": "srgb",
|
|
584
|
+
"components": [
|
|
585
|
+
0.082353,
|
|
586
|
+
0.752941,
|
|
587
|
+
0.176471
|
|
588
|
+
],
|
|
589
|
+
"alpha": 0.10196078431372549,
|
|
590
|
+
"hex": "#15C02D1A"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"200": {
|
|
594
|
+
"$type": "color",
|
|
595
|
+
"$value": {
|
|
596
|
+
"colorSpace": "srgb",
|
|
597
|
+
"components": [
|
|
598
|
+
0.082353,
|
|
599
|
+
0.752941,
|
|
600
|
+
0.176471
|
|
601
|
+
],
|
|
602
|
+
"alpha": 0.2,
|
|
603
|
+
"hex": "#15C02D33"
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"softSolid": {
|
|
608
|
+
"100": {
|
|
609
|
+
"$type": "color",
|
|
610
|
+
"$value": {
|
|
611
|
+
"colorSpace": "srgb",
|
|
612
|
+
"components": [
|
|
613
|
+
0.082353,
|
|
614
|
+
0.752941,
|
|
615
|
+
0.176471
|
|
616
|
+
],
|
|
617
|
+
"alpha": 1,
|
|
618
|
+
"hex": "#15C02D"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"200": {
|
|
622
|
+
"$type": "color",
|
|
623
|
+
"$value": {
|
|
624
|
+
"colorSpace": "srgb",
|
|
625
|
+
"components": [
|
|
626
|
+
0.082353,
|
|
627
|
+
0.752941,
|
|
628
|
+
0.176471
|
|
629
|
+
],
|
|
630
|
+
"alpha": 1,
|
|
631
|
+
"hex": "#15C02D"
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
467
635
|
"line": {
|
|
468
636
|
"100": {
|
|
469
637
|
"$type": "color",
|
|
@@ -578,6 +746,62 @@
|
|
|
578
746
|
}
|
|
579
747
|
},
|
|
580
748
|
"warning": {
|
|
749
|
+
"soft": {
|
|
750
|
+
"100": {
|
|
751
|
+
"$type": "color",
|
|
752
|
+
"$value": {
|
|
753
|
+
"colorSpace": "srgb",
|
|
754
|
+
"components": [
|
|
755
|
+
1,
|
|
756
|
+
0.709804,
|
|
757
|
+
0.031373
|
|
758
|
+
],
|
|
759
|
+
"alpha": 0.10196078431372549,
|
|
760
|
+
"hex": "#FFB5081A"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
"200": {
|
|
764
|
+
"$type": "color",
|
|
765
|
+
"$value": {
|
|
766
|
+
"colorSpace": "srgb",
|
|
767
|
+
"components": [
|
|
768
|
+
1,
|
|
769
|
+
0.709804,
|
|
770
|
+
0.031373
|
|
771
|
+
],
|
|
772
|
+
"alpha": 0.2,
|
|
773
|
+
"hex": "#FFB50833"
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
"softSolid": {
|
|
778
|
+
"100": {
|
|
779
|
+
"$type": "color",
|
|
780
|
+
"$value": {
|
|
781
|
+
"colorSpace": "srgb",
|
|
782
|
+
"components": [
|
|
783
|
+
1,
|
|
784
|
+
0.709804,
|
|
785
|
+
0.031373
|
|
786
|
+
],
|
|
787
|
+
"alpha": 1,
|
|
788
|
+
"hex": "#FFB508"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"200": {
|
|
792
|
+
"$type": "color",
|
|
793
|
+
"$value": {
|
|
794
|
+
"colorSpace": "srgb",
|
|
795
|
+
"components": [
|
|
796
|
+
1,
|
|
797
|
+
0.709804,
|
|
798
|
+
0.031373
|
|
799
|
+
],
|
|
800
|
+
"alpha": 1,
|
|
801
|
+
"hex": "#FFB508"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
},
|
|
581
805
|
"line": {
|
|
582
806
|
"100": {
|
|
583
807
|
"$type": "color",
|
|
@@ -692,6 +916,62 @@
|
|
|
692
916
|
}
|
|
693
917
|
},
|
|
694
918
|
"info": {
|
|
919
|
+
"soft": {
|
|
920
|
+
"100": {
|
|
921
|
+
"$type": "color",
|
|
922
|
+
"$value": {
|
|
923
|
+
"colorSpace": "srgb",
|
|
924
|
+
"components": [
|
|
925
|
+
0,
|
|
926
|
+
0.792157,
|
|
927
|
+
0.905882
|
|
928
|
+
],
|
|
929
|
+
"alpha": 0.10196078431372549,
|
|
930
|
+
"hex": "#00CAE71A"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"200": {
|
|
934
|
+
"$type": "color",
|
|
935
|
+
"$value": {
|
|
936
|
+
"colorSpace": "srgb",
|
|
937
|
+
"components": [
|
|
938
|
+
0,
|
|
939
|
+
0.792157,
|
|
940
|
+
0.905882
|
|
941
|
+
],
|
|
942
|
+
"alpha": 0.2,
|
|
943
|
+
"hex": "#00CAE733"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"softSolid": {
|
|
948
|
+
"100": {
|
|
949
|
+
"$type": "color",
|
|
950
|
+
"$value": {
|
|
951
|
+
"colorSpace": "srgb",
|
|
952
|
+
"components": [
|
|
953
|
+
0,
|
|
954
|
+
0.792157,
|
|
955
|
+
0.905882
|
|
956
|
+
],
|
|
957
|
+
"alpha": 1,
|
|
958
|
+
"hex": "#00CAE7"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"200": {
|
|
962
|
+
"$type": "color",
|
|
963
|
+
"$value": {
|
|
964
|
+
"colorSpace": "srgb",
|
|
965
|
+
"components": [
|
|
966
|
+
0,
|
|
967
|
+
0.792157,
|
|
968
|
+
0.905882
|
|
969
|
+
],
|
|
970
|
+
"alpha": 1,
|
|
971
|
+
"hex": "#00CAE7"
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
},
|
|
695
975
|
"line": {
|
|
696
976
|
"100": {
|
|
697
977
|
"$type": "color",
|
|
@@ -806,6 +1086,62 @@
|
|
|
806
1086
|
}
|
|
807
1087
|
},
|
|
808
1088
|
"neutral": {
|
|
1089
|
+
"soft": {
|
|
1090
|
+
"100": {
|
|
1091
|
+
"$type": "color",
|
|
1092
|
+
"$value": {
|
|
1093
|
+
"colorSpace": "srgb",
|
|
1094
|
+
"components": [
|
|
1095
|
+
0.47451,
|
|
1096
|
+
0.521569,
|
|
1097
|
+
0.596078
|
|
1098
|
+
],
|
|
1099
|
+
"alpha": 0.10196078431372549,
|
|
1100
|
+
"hex": "#7985981A"
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
"200": {
|
|
1104
|
+
"$type": "color",
|
|
1105
|
+
"$value": {
|
|
1106
|
+
"colorSpace": "srgb",
|
|
1107
|
+
"components": [
|
|
1108
|
+
0.47451,
|
|
1109
|
+
0.521569,
|
|
1110
|
+
0.596078
|
|
1111
|
+
],
|
|
1112
|
+
"alpha": 0.2,
|
|
1113
|
+
"hex": "#79859833"
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"softSolid": {
|
|
1118
|
+
"100": {
|
|
1119
|
+
"$type": "color",
|
|
1120
|
+
"$value": {
|
|
1121
|
+
"colorSpace": "srgb",
|
|
1122
|
+
"components": [
|
|
1123
|
+
0.47451,
|
|
1124
|
+
0.521569,
|
|
1125
|
+
0.596078
|
|
1126
|
+
],
|
|
1127
|
+
"alpha": 1,
|
|
1128
|
+
"hex": "#798598"
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
"200": {
|
|
1132
|
+
"$type": "color",
|
|
1133
|
+
"$value": {
|
|
1134
|
+
"colorSpace": "srgb",
|
|
1135
|
+
"components": [
|
|
1136
|
+
0.47451,
|
|
1137
|
+
0.521569,
|
|
1138
|
+
0.596078
|
|
1139
|
+
],
|
|
1140
|
+
"alpha": 1,
|
|
1141
|
+
"hex": "#798598"
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
809
1145
|
"line": {
|
|
810
1146
|
"100": {
|
|
811
1147
|
"$type": "color",
|
|
@@ -920,6 +1256,62 @@
|
|
|
920
1256
|
}
|
|
921
1257
|
},
|
|
922
1258
|
"orange": {
|
|
1259
|
+
"soft": {
|
|
1260
|
+
"100": {
|
|
1261
|
+
"$type": "color",
|
|
1262
|
+
"$value": {
|
|
1263
|
+
"colorSpace": "srgb",
|
|
1264
|
+
"components": [
|
|
1265
|
+
0.984314,
|
|
1266
|
+
0.521569,
|
|
1267
|
+
0.12549
|
|
1268
|
+
],
|
|
1269
|
+
"alpha": 0.10196078431372549,
|
|
1270
|
+
"hex": "#FB85201A"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"200": {
|
|
1274
|
+
"$type": "color",
|
|
1275
|
+
"$value": {
|
|
1276
|
+
"colorSpace": "srgb",
|
|
1277
|
+
"components": [
|
|
1278
|
+
0.984314,
|
|
1279
|
+
0.521569,
|
|
1280
|
+
0.12549
|
|
1281
|
+
],
|
|
1282
|
+
"alpha": 0.2,
|
|
1283
|
+
"hex": "#FB852033"
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"softSolid": {
|
|
1288
|
+
"100": {
|
|
1289
|
+
"$type": "color",
|
|
1290
|
+
"$value": {
|
|
1291
|
+
"colorSpace": "srgb",
|
|
1292
|
+
"components": [
|
|
1293
|
+
0.984314,
|
|
1294
|
+
0.521569,
|
|
1295
|
+
0.12549
|
|
1296
|
+
],
|
|
1297
|
+
"alpha": 1,
|
|
1298
|
+
"hex": "#FB8520"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"200": {
|
|
1302
|
+
"$type": "color",
|
|
1303
|
+
"$value": {
|
|
1304
|
+
"colorSpace": "srgb",
|
|
1305
|
+
"components": [
|
|
1306
|
+
0.984314,
|
|
1307
|
+
0.521569,
|
|
1308
|
+
0.12549
|
|
1309
|
+
],
|
|
1310
|
+
"alpha": 1,
|
|
1311
|
+
"hex": "#FB8520"
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
923
1315
|
"line": {
|
|
924
1316
|
"100": {
|
|
925
1317
|
"$type": "color",
|
|
@@ -1034,6 +1426,62 @@
|
|
|
1034
1426
|
}
|
|
1035
1427
|
},
|
|
1036
1428
|
"purple": {
|
|
1429
|
+
"soft": {
|
|
1430
|
+
"100": {
|
|
1431
|
+
"$type": "color",
|
|
1432
|
+
"$value": {
|
|
1433
|
+
"colorSpace": "srgb",
|
|
1434
|
+
"components": [
|
|
1435
|
+
0.607843,
|
|
1436
|
+
0.45098,
|
|
1437
|
+
1
|
|
1438
|
+
],
|
|
1439
|
+
"alpha": 0.10196078431372549,
|
|
1440
|
+
"hex": "#9B73FF1A"
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
"200": {
|
|
1444
|
+
"$type": "color",
|
|
1445
|
+
"$value": {
|
|
1446
|
+
"colorSpace": "srgb",
|
|
1447
|
+
"components": [
|
|
1448
|
+
0.607843,
|
|
1449
|
+
0.45098,
|
|
1450
|
+
1
|
|
1451
|
+
],
|
|
1452
|
+
"alpha": 0.2,
|
|
1453
|
+
"hex": "#9B73FF33"
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"softSolid": {
|
|
1458
|
+
"100": {
|
|
1459
|
+
"$type": "color",
|
|
1460
|
+
"$value": {
|
|
1461
|
+
"colorSpace": "srgb",
|
|
1462
|
+
"components": [
|
|
1463
|
+
0.607843,
|
|
1464
|
+
0.45098,
|
|
1465
|
+
1
|
|
1466
|
+
],
|
|
1467
|
+
"alpha": 1,
|
|
1468
|
+
"hex": "#9B73FF"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"200": {
|
|
1472
|
+
"$type": "color",
|
|
1473
|
+
"$value": {
|
|
1474
|
+
"colorSpace": "srgb",
|
|
1475
|
+
"components": [
|
|
1476
|
+
0.607843,
|
|
1477
|
+
0.45098,
|
|
1478
|
+
1
|
|
1479
|
+
],
|
|
1480
|
+
"alpha": 1,
|
|
1481
|
+
"hex": "#9B73FF"
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1037
1485
|
"line": {
|
|
1038
1486
|
"100": {
|
|
1039
1487
|
"$type": "color",
|