@fastwork/xosmoz-theme 0.62.0 → 0.64.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 +18 -18
- package/dist/figma-plugin.zip +0 -0
- package/dist/figma-tokens/Light.json +87 -87
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -24
- package/dist/index.mjs.map +1 -1
- package/dist/themes/light.css +24 -24
- package/dist/themes.css +24 -24
- package/package.json +1 -1
|
@@ -180,12 +180,12 @@ class XzColors {
|
|
|
180
180
|
}),
|
|
181
181
|
primary: XzRoleColor(
|
|
182
182
|
soft: {
|
|
183
|
-
100: Color(
|
|
183
|
+
100: Color(0x2698BFFF),
|
|
184
184
|
200: Color(0x4098BFFF),
|
|
185
185
|
},
|
|
186
186
|
softSolid: {
|
|
187
|
-
100: Color(
|
|
188
|
-
200: Color(
|
|
187
|
+
100: Color(0xFFEAF0FA),
|
|
188
|
+
200: Color(0xFFE0EAFB),
|
|
189
189
|
},
|
|
190
190
|
line: {
|
|
191
191
|
100: Color(0xFFBED2F4),
|
|
@@ -206,12 +206,12 @@ class XzColors {
|
|
|
206
206
|
),
|
|
207
207
|
danger: XzRoleColor(
|
|
208
208
|
soft: {
|
|
209
|
-
100: Color(
|
|
209
|
+
100: Color(0x26FFA193),
|
|
210
210
|
200: Color(0x40FFA193),
|
|
211
211
|
},
|
|
212
212
|
softSolid: {
|
|
213
|
-
100: Color(
|
|
214
|
-
200: Color(
|
|
213
|
+
100: Color(0xFFFBEBE9),
|
|
214
|
+
200: Color(0xFFFCE3DF),
|
|
215
215
|
},
|
|
216
216
|
line: {
|
|
217
217
|
100: Color(0xFFF1C5BE),
|
|
@@ -232,12 +232,12 @@ class XzColors {
|
|
|
232
232
|
),
|
|
233
233
|
success: XzRoleColor(
|
|
234
234
|
soft: {
|
|
235
|
-
100: Color(
|
|
235
|
+
100: Color(0x264AE052),
|
|
236
236
|
200: Color(0x404AE052),
|
|
237
237
|
},
|
|
238
238
|
softSolid: {
|
|
239
|
-
100: Color(
|
|
240
|
-
200: Color(
|
|
239
|
+
100: Color(0xFFE3F6E2),
|
|
240
|
+
200: Color(0xFFD4F4D2),
|
|
241
241
|
},
|
|
242
242
|
line: {
|
|
243
243
|
100: Color(0xFFC2D8C1),
|
|
@@ -258,12 +258,12 @@ class XzColors {
|
|
|
258
258
|
),
|
|
259
259
|
warning: XzRoleColor(
|
|
260
260
|
soft: {
|
|
261
|
-
100: Color(
|
|
261
|
+
100: Color(0x26F6AF00),
|
|
262
262
|
200: Color(0x40F6AF00),
|
|
263
263
|
},
|
|
264
264
|
softSolid: {
|
|
265
|
-
100: Color(
|
|
266
|
-
200: Color(
|
|
265
|
+
100: Color(0xFFF9EEDD),
|
|
266
|
+
200: Color(0xFFF9E7CB),
|
|
267
267
|
},
|
|
268
268
|
line: {
|
|
269
269
|
100: Color(0xFFDACFBF),
|
|
@@ -284,12 +284,12 @@ class XzColors {
|
|
|
284
284
|
),
|
|
285
285
|
info: XzRoleColor(
|
|
286
286
|
soft: {
|
|
287
|
-
100: Color(
|
|
287
|
+
100: Color(0x2622D4F1),
|
|
288
288
|
200: Color(0x4022D4F1),
|
|
289
289
|
},
|
|
290
290
|
softSolid: {
|
|
291
|
-
100: Color(
|
|
292
|
-
200: Color(
|
|
291
|
+
100: Color(0xFFE1F3F8),
|
|
292
|
+
200: Color(0xFFD1F0F7),
|
|
293
293
|
},
|
|
294
294
|
line: {
|
|
295
295
|
100: Color(0xFFC2D5DA),
|
|
@@ -310,12 +310,12 @@ class XzColors {
|
|
|
310
310
|
),
|
|
311
311
|
neutral: XzRoleColor(
|
|
312
312
|
soft: {
|
|
313
|
-
100: Color(
|
|
313
|
+
100: Color(0x26B2BFD3),
|
|
314
314
|
200: Color(0x40B2BFD3),
|
|
315
315
|
},
|
|
316
316
|
softSolid: {
|
|
317
|
-
100: Color(
|
|
318
|
-
200: Color(
|
|
317
|
+
100: Color(0xFFEEF0F3),
|
|
318
|
+
200: Color(0xFFE6EAEF),
|
|
319
319
|
},
|
|
320
320
|
line: {
|
|
321
321
|
100: Color(0xFFCED1D6),
|
package/dist/figma-plugin.zip
CHANGED
|
Binary file
|
|
@@ -242,12 +242,12 @@
|
|
|
242
242
|
"$value": {
|
|
243
243
|
"colorSpace": "srgb",
|
|
244
244
|
"components": [
|
|
245
|
-
0.
|
|
246
|
-
0.
|
|
245
|
+
0.596078,
|
|
246
|
+
0.74902,
|
|
247
247
|
1
|
|
248
248
|
],
|
|
249
249
|
"alpha": 0.14901960784313725,
|
|
250
|
-
"hex": "#
|
|
250
|
+
"hex": "#98BFFF26"
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
253
|
"200": {
|
|
@@ -270,12 +270,12 @@
|
|
|
270
270
|
"$value": {
|
|
271
271
|
"colorSpace": "srgb",
|
|
272
272
|
"components": [
|
|
273
|
-
0.
|
|
274
|
-
0.
|
|
275
|
-
0.
|
|
273
|
+
0.917647,
|
|
274
|
+
0.941176,
|
|
275
|
+
0.980392
|
|
276
276
|
],
|
|
277
277
|
"alpha": 1,
|
|
278
|
-
"hex": "#
|
|
278
|
+
"hex": "#EAF0FA"
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
281
|
"200": {
|
|
@@ -283,12 +283,12 @@
|
|
|
283
283
|
"$value": {
|
|
284
284
|
"colorSpace": "srgb",
|
|
285
285
|
"components": [
|
|
286
|
-
0.
|
|
287
|
-
0.
|
|
288
|
-
0.
|
|
286
|
+
0.878431,
|
|
287
|
+
0.917647,
|
|
288
|
+
0.984314
|
|
289
289
|
],
|
|
290
290
|
"alpha": 1,
|
|
291
|
-
"hex": "#
|
|
291
|
+
"hex": "#E0EAFB"
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
},
|
|
@@ -413,11 +413,11 @@
|
|
|
413
413
|
"colorSpace": "srgb",
|
|
414
414
|
"components": [
|
|
415
415
|
1,
|
|
416
|
-
0.
|
|
417
|
-
0.
|
|
416
|
+
0.631373,
|
|
417
|
+
0.576471
|
|
418
418
|
],
|
|
419
419
|
"alpha": 0.14901960784313725,
|
|
420
|
-
"hex": "#
|
|
420
|
+
"hex": "#FFA19326"
|
|
421
421
|
}
|
|
422
422
|
},
|
|
423
423
|
"200": {
|
|
@@ -440,12 +440,12 @@
|
|
|
440
440
|
"$value": {
|
|
441
441
|
"colorSpace": "srgb",
|
|
442
442
|
"components": [
|
|
443
|
-
0.
|
|
444
|
-
0.
|
|
445
|
-
0.
|
|
443
|
+
0.984314,
|
|
444
|
+
0.921569,
|
|
445
|
+
0.913725
|
|
446
446
|
],
|
|
447
447
|
"alpha": 1,
|
|
448
|
-
"hex": "#
|
|
448
|
+
"hex": "#FBEBE9"
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
451
|
"200": {
|
|
@@ -453,12 +453,12 @@
|
|
|
453
453
|
"$value": {
|
|
454
454
|
"colorSpace": "srgb",
|
|
455
455
|
"components": [
|
|
456
|
-
0.
|
|
457
|
-
0.
|
|
458
|
-
0.
|
|
456
|
+
0.988235,
|
|
457
|
+
0.890196,
|
|
458
|
+
0.87451
|
|
459
459
|
],
|
|
460
460
|
"alpha": 1,
|
|
461
|
-
"hex": "#
|
|
461
|
+
"hex": "#FCE3DF"
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
},
|
|
@@ -582,12 +582,12 @@
|
|
|
582
582
|
"$value": {
|
|
583
583
|
"colorSpace": "srgb",
|
|
584
584
|
"components": [
|
|
585
|
-
0.
|
|
586
|
-
|
|
587
|
-
0.
|
|
585
|
+
0.290196,
|
|
586
|
+
0.878431,
|
|
587
|
+
0.321569
|
|
588
588
|
],
|
|
589
589
|
"alpha": 0.14901960784313725,
|
|
590
|
-
"hex": "#
|
|
590
|
+
"hex": "#4AE05226"
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
593
|
"200": {
|
|
@@ -610,12 +610,12 @@
|
|
|
610
610
|
"$value": {
|
|
611
611
|
"colorSpace": "srgb",
|
|
612
612
|
"components": [
|
|
613
|
-
0.
|
|
614
|
-
0.
|
|
615
|
-
0.
|
|
613
|
+
0.890196,
|
|
614
|
+
0.964706,
|
|
615
|
+
0.886275
|
|
616
616
|
],
|
|
617
617
|
"alpha": 1,
|
|
618
|
-
"hex": "#
|
|
618
|
+
"hex": "#E3F6E2"
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
621
|
"200": {
|
|
@@ -623,12 +623,12 @@
|
|
|
623
623
|
"$value": {
|
|
624
624
|
"colorSpace": "srgb",
|
|
625
625
|
"components": [
|
|
626
|
-
0.
|
|
627
|
-
0.
|
|
628
|
-
0.
|
|
626
|
+
0.831373,
|
|
627
|
+
0.956863,
|
|
628
|
+
0.823529
|
|
629
629
|
],
|
|
630
630
|
"alpha": 1,
|
|
631
|
-
"hex": "#
|
|
631
|
+
"hex": "#D4F4D2"
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
},
|
|
@@ -752,12 +752,12 @@
|
|
|
752
752
|
"$value": {
|
|
753
753
|
"colorSpace": "srgb",
|
|
754
754
|
"components": [
|
|
755
|
-
|
|
756
|
-
0.
|
|
757
|
-
0
|
|
755
|
+
0.964706,
|
|
756
|
+
0.686275,
|
|
757
|
+
0
|
|
758
758
|
],
|
|
759
759
|
"alpha": 0.14901960784313725,
|
|
760
|
-
"hex": "#
|
|
760
|
+
"hex": "#F6AF0026"
|
|
761
761
|
}
|
|
762
762
|
},
|
|
763
763
|
"200": {
|
|
@@ -781,11 +781,11 @@
|
|
|
781
781
|
"colorSpace": "srgb",
|
|
782
782
|
"components": [
|
|
783
783
|
0.976471,
|
|
784
|
-
0.
|
|
785
|
-
0.
|
|
784
|
+
0.933333,
|
|
785
|
+
0.866667
|
|
786
786
|
],
|
|
787
787
|
"alpha": 1,
|
|
788
|
-
"hex": "#
|
|
788
|
+
"hex": "#F9EEDD"
|
|
789
789
|
}
|
|
790
790
|
},
|
|
791
791
|
"200": {
|
|
@@ -793,12 +793,12 @@
|
|
|
793
793
|
"$value": {
|
|
794
794
|
"colorSpace": "srgb",
|
|
795
795
|
"components": [
|
|
796
|
-
0.
|
|
797
|
-
0.
|
|
798
|
-
0.
|
|
796
|
+
0.976471,
|
|
797
|
+
0.905882,
|
|
798
|
+
0.796078
|
|
799
799
|
],
|
|
800
800
|
"alpha": 1,
|
|
801
|
-
"hex": "#
|
|
801
|
+
"hex": "#F9E7CB"
|
|
802
802
|
}
|
|
803
803
|
}
|
|
804
804
|
},
|
|
@@ -922,12 +922,12 @@
|
|
|
922
922
|
"$value": {
|
|
923
923
|
"colorSpace": "srgb",
|
|
924
924
|
"components": [
|
|
925
|
-
0.
|
|
926
|
-
0.
|
|
927
|
-
|
|
925
|
+
0.133333,
|
|
926
|
+
0.831373,
|
|
927
|
+
0.945098
|
|
928
928
|
],
|
|
929
929
|
"alpha": 0.14901960784313725,
|
|
930
|
-
"hex": "#
|
|
930
|
+
"hex": "#22D4F126"
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
933
|
"200": {
|
|
@@ -950,12 +950,12 @@
|
|
|
950
950
|
"$value": {
|
|
951
951
|
"colorSpace": "srgb",
|
|
952
952
|
"components": [
|
|
953
|
-
0.
|
|
954
|
-
0.
|
|
955
|
-
0.
|
|
953
|
+
0.882353,
|
|
954
|
+
0.952941,
|
|
955
|
+
0.972549
|
|
956
956
|
],
|
|
957
957
|
"alpha": 1,
|
|
958
|
-
"hex": "#
|
|
958
|
+
"hex": "#E1F3F8"
|
|
959
959
|
}
|
|
960
960
|
},
|
|
961
961
|
"200": {
|
|
@@ -963,12 +963,12 @@
|
|
|
963
963
|
"$value": {
|
|
964
964
|
"colorSpace": "srgb",
|
|
965
965
|
"components": [
|
|
966
|
-
0.
|
|
966
|
+
0.819608,
|
|
967
967
|
0.941176,
|
|
968
|
-
0.
|
|
968
|
+
0.968627
|
|
969
969
|
],
|
|
970
970
|
"alpha": 1,
|
|
971
|
-
"hex": "#
|
|
971
|
+
"hex": "#D1F0F7"
|
|
972
972
|
}
|
|
973
973
|
}
|
|
974
974
|
},
|
|
@@ -1092,12 +1092,12 @@
|
|
|
1092
1092
|
"$value": {
|
|
1093
1093
|
"colorSpace": "srgb",
|
|
1094
1094
|
"components": [
|
|
1095
|
-
0.
|
|
1096
|
-
0.
|
|
1097
|
-
0.
|
|
1095
|
+
0.698039,
|
|
1096
|
+
0.74902,
|
|
1097
|
+
0.827451
|
|
1098
1098
|
],
|
|
1099
1099
|
"alpha": 0.14901960784313725,
|
|
1100
|
-
"hex": "#
|
|
1100
|
+
"hex": "#B2BFD326"
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
1103
|
"200": {
|
|
@@ -1120,12 +1120,12 @@
|
|
|
1120
1120
|
"$value": {
|
|
1121
1121
|
"colorSpace": "srgb",
|
|
1122
1122
|
"components": [
|
|
1123
|
-
0.
|
|
1124
|
-
0.
|
|
1125
|
-
0.
|
|
1123
|
+
0.933333,
|
|
1124
|
+
0.941176,
|
|
1125
|
+
0.952941
|
|
1126
1126
|
],
|
|
1127
1127
|
"alpha": 1,
|
|
1128
|
-
"hex": "#
|
|
1128
|
+
"hex": "#EEF0F3"
|
|
1129
1129
|
}
|
|
1130
1130
|
},
|
|
1131
1131
|
"200": {
|
|
@@ -1133,12 +1133,12 @@
|
|
|
1133
1133
|
"$value": {
|
|
1134
1134
|
"colorSpace": "srgb",
|
|
1135
1135
|
"components": [
|
|
1136
|
-
0.
|
|
1137
|
-
0.
|
|
1138
|
-
0.
|
|
1136
|
+
0.901961,
|
|
1137
|
+
0.917647,
|
|
1138
|
+
0.937255
|
|
1139
1139
|
],
|
|
1140
1140
|
"alpha": 1,
|
|
1141
|
-
"hex": "#
|
|
1141
|
+
"hex": "#E6EAEF"
|
|
1142
1142
|
}
|
|
1143
1143
|
}
|
|
1144
1144
|
},
|
|
@@ -1263,11 +1263,11 @@
|
|
|
1263
1263
|
"colorSpace": "srgb",
|
|
1264
1264
|
"components": [
|
|
1265
1265
|
1,
|
|
1266
|
-
0.
|
|
1267
|
-
0.
|
|
1266
|
+
0.647059,
|
|
1267
|
+
0.411765
|
|
1268
1268
|
],
|
|
1269
1269
|
"alpha": 0.14901960784313725,
|
|
1270
|
-
"hex": "#
|
|
1270
|
+
"hex": "#FFA56926"
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
1273
|
"200": {
|
|
@@ -1290,12 +1290,12 @@
|
|
|
1290
1290
|
"$value": {
|
|
1291
1291
|
"colorSpace": "srgb",
|
|
1292
1292
|
"components": [
|
|
1293
|
-
0.
|
|
1294
|
-
0.
|
|
1295
|
-
0.
|
|
1293
|
+
0.984314,
|
|
1294
|
+
0.92549,
|
|
1295
|
+
0.894118
|
|
1296
1296
|
],
|
|
1297
1297
|
"alpha": 1,
|
|
1298
|
-
"hex": "#
|
|
1298
|
+
"hex": "#FBECE4"
|
|
1299
1299
|
}
|
|
1300
1300
|
},
|
|
1301
1301
|
"200": {
|
|
@@ -1304,11 +1304,11 @@
|
|
|
1304
1304
|
"colorSpace": "srgb",
|
|
1305
1305
|
"components": [
|
|
1306
1306
|
0.988235,
|
|
1307
|
-
0.
|
|
1308
|
-
0.
|
|
1307
|
+
0.894118,
|
|
1308
|
+
0.839216
|
|
1309
1309
|
],
|
|
1310
1310
|
"alpha": 1,
|
|
1311
|
-
"hex": "#
|
|
1311
|
+
"hex": "#FCE4D6"
|
|
1312
1312
|
}
|
|
1313
1313
|
}
|
|
1314
1314
|
},
|
|
@@ -1432,12 +1432,12 @@
|
|
|
1432
1432
|
"$value": {
|
|
1433
1433
|
"colorSpace": "srgb",
|
|
1434
1434
|
"components": [
|
|
1435
|
-
0.
|
|
1436
|
-
0.
|
|
1435
|
+
0.756863,
|
|
1436
|
+
0.690196,
|
|
1437
1437
|
1
|
|
1438
1438
|
],
|
|
1439
1439
|
"alpha": 0.14901960784313725,
|
|
1440
|
-
"hex": "#
|
|
1440
|
+
"hex": "#C1B0FF26"
|
|
1441
1441
|
}
|
|
1442
1442
|
},
|
|
1443
1443
|
"200": {
|
|
@@ -1460,12 +1460,12 @@
|
|
|
1460
1460
|
"$value": {
|
|
1461
1461
|
"colorSpace": "srgb",
|
|
1462
1462
|
"components": [
|
|
1463
|
+
0.941176,
|
|
1463
1464
|
0.933333,
|
|
1464
|
-
0.92549,
|
|
1465
1465
|
0.980392
|
|
1466
1466
|
],
|
|
1467
1467
|
"alpha": 1,
|
|
1468
|
-
"hex": "#
|
|
1468
|
+
"hex": "#F0EEFA"
|
|
1469
1469
|
}
|
|
1470
1470
|
},
|
|
1471
1471
|
"200": {
|
|
@@ -1473,12 +1473,12 @@
|
|
|
1473
1473
|
"$value": {
|
|
1474
1474
|
"colorSpace": "srgb",
|
|
1475
1475
|
"components": [
|
|
1476
|
-
0.
|
|
1477
|
-
0.
|
|
1478
|
-
0.
|
|
1476
|
+
0.917647,
|
|
1477
|
+
0.901961,
|
|
1478
|
+
0.984314
|
|
1479
1479
|
],
|
|
1480
1480
|
"alpha": 1,
|
|
1481
|
-
"hex": "#
|
|
1481
|
+
"hex": "#EAE6FB"
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
1484
|
},
|
package/dist/index.js
CHANGED
|
@@ -323,12 +323,12 @@ var lightTheme = {
|
|
|
323
323
|
},
|
|
324
324
|
primary: {
|
|
325
325
|
soft: {
|
|
326
|
-
100: `oklch(from var(--xz-color-fastwork) 0.
|
|
326
|
+
100: `oklch(from var(--xz-color-fastwork) 0.8 c h / 0.15)`,
|
|
327
327
|
200: `oklch(from var(--xz-color-fastwork) 0.8 c h / 0.25)`
|
|
328
328
|
},
|
|
329
329
|
softSolid: {
|
|
330
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-fastwork)
|
|
331
|
-
200: `color-mix(in oklab, oklch(from var(--xz-color-fastwork)
|
|
330
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-fastwork) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
331
|
+
200: `color-mix(in oklab, oklch(from var(--xz-color-fastwork) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
332
332
|
},
|
|
333
333
|
line: {
|
|
334
334
|
100: `color-mix(oklch(from var(--xz-color-fastwork) 0.5 0.23 h / 1) 25%, var(--xz-color-surface-100))`,
|
|
@@ -349,12 +349,12 @@ var lightTheme = {
|
|
|
349
349
|
},
|
|
350
350
|
danger: {
|
|
351
351
|
soft: {
|
|
352
|
-
100: `oklch(from var(--xz-color-red) 0.
|
|
352
|
+
100: `oklch(from var(--xz-color-red) 0.8 c h / 0.15)`,
|
|
353
353
|
200: `oklch(from var(--xz-color-red) 0.8 c h / 0.25)`
|
|
354
354
|
},
|
|
355
355
|
softSolid: {
|
|
356
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-red)
|
|
357
|
-
200: `color-mix(in oklab, oklch(from var(--xz-color-red)
|
|
356
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-red) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
357
|
+
200: `color-mix(in oklab, oklch(from var(--xz-color-red) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
358
358
|
},
|
|
359
359
|
line: {
|
|
360
360
|
100: `color-mix(oklch(from var(--xz-color-red) 0.5 0.23 h / 1) 25%, var(--xz-color-surface-100))`,
|
|
@@ -375,12 +375,12 @@ var lightTheme = {
|
|
|
375
375
|
},
|
|
376
376
|
success: {
|
|
377
377
|
soft: {
|
|
378
|
-
100: `oklch(from var(--xz-color-green) 0.
|
|
378
|
+
100: `oklch(from var(--xz-color-green) 0.8 c h / 0.15)`,
|
|
379
379
|
200: `oklch(from var(--xz-color-green) 0.8 c h / 0.25)`
|
|
380
380
|
},
|
|
381
381
|
softSolid: {
|
|
382
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-green)
|
|
383
|
-
200: `color-mix(in oklab, oklch(from var(--xz-color-green)
|
|
382
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-green) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
383
|
+
200: `color-mix(in oklab, oklch(from var(--xz-color-green) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
384
384
|
},
|
|
385
385
|
line: {
|
|
386
386
|
100: `color-mix(oklch(from var(--xz-color-green) 0.5 0.23 h / 1) 25%, var(--xz-color-surface-100))`,
|
|
@@ -401,12 +401,12 @@ var lightTheme = {
|
|
|
401
401
|
},
|
|
402
402
|
warning: {
|
|
403
403
|
soft: {
|
|
404
|
-
100: `oklch(from var(--xz-color-yellow) 0.
|
|
404
|
+
100: `oklch(from var(--xz-color-yellow) 0.8 c h / 0.15)`,
|
|
405
405
|
200: `oklch(from var(--xz-color-yellow) 0.8 c h / 0.25)`
|
|
406
406
|
},
|
|
407
407
|
softSolid: {
|
|
408
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-yellow)
|
|
409
|
-
200: `color-mix(in oklab, oklch(from var(--xz-color-yellow)
|
|
408
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-yellow) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
409
|
+
200: `color-mix(in oklab, oklch(from var(--xz-color-yellow) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
410
410
|
},
|
|
411
411
|
line: {
|
|
412
412
|
100: `color-mix(oklch(from var(--xz-color-yellow) 0.5 0.23 h / 1) 25%, var(--xz-color-surface-100))`,
|
|
@@ -427,12 +427,12 @@ var lightTheme = {
|
|
|
427
427
|
},
|
|
428
428
|
info: {
|
|
429
429
|
soft: {
|
|
430
|
-
100: `oklch(from var(--xz-color-cyan) 0.
|
|
430
|
+
100: `oklch(from var(--xz-color-cyan) 0.8 c h / 0.15)`,
|
|
431
431
|
200: `oklch(from var(--xz-color-cyan) 0.8 c h / 0.25)`
|
|
432
432
|
},
|
|
433
433
|
softSolid: {
|
|
434
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-cyan)
|
|
435
|
-
200: `color-mix(in oklab, oklch(from var(--xz-color-cyan)
|
|
434
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-cyan) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
435
|
+
200: `color-mix(in oklab, oklch(from var(--xz-color-cyan) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
436
436
|
},
|
|
437
437
|
line: {
|
|
438
438
|
100: `color-mix(oklch(from var(--xz-color-cyan) 0.5 0.23 h / 1) 25%, var(--xz-color-surface-100))`,
|
|
@@ -453,12 +453,12 @@ var lightTheme = {
|
|
|
453
453
|
},
|
|
454
454
|
orange: {
|
|
455
455
|
soft: {
|
|
456
|
-
100: `oklch(from var(--xz-color-orange) 0.
|
|
456
|
+
100: `oklch(from var(--xz-color-orange) 0.8 c h / 0.15)`,
|
|
457
457
|
200: `oklch(from var(--xz-color-orange) 0.8 c h / 0.25)`
|
|
458
458
|
},
|
|
459
459
|
softSolid: {
|
|
460
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-orange)
|
|
461
|
-
200: `color-mix(in oklab, oklch(from var(--xz-color-orange)
|
|
460
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-orange) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
461
|
+
200: `color-mix(in oklab, oklch(from var(--xz-color-orange) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
462
462
|
},
|
|
463
463
|
line: {
|
|
464
464
|
100: `color-mix(oklch(from var(--xz-color-orange) 0.5 0.23 h / 1) 25%, var(--xz-color-surface-100))`,
|
|
@@ -479,12 +479,12 @@ var lightTheme = {
|
|
|
479
479
|
},
|
|
480
480
|
purple: {
|
|
481
481
|
soft: {
|
|
482
|
-
100: `oklch(from var(--xz-color-purple) 0.
|
|
482
|
+
100: `oklch(from var(--xz-color-purple) 0.8 c h / 0.15)`,
|
|
483
483
|
200: `oklch(from var(--xz-color-purple) 0.8 c h / 0.25)`
|
|
484
484
|
},
|
|
485
485
|
softSolid: {
|
|
486
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-purple)
|
|
487
|
-
200: `color-mix(in oklab, oklch(from var(--xz-color-purple)
|
|
486
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-purple) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
487
|
+
200: `color-mix(in oklab, oklch(from var(--xz-color-purple) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
488
488
|
},
|
|
489
489
|
line: {
|
|
490
490
|
100: `color-mix(oklch(from var(--xz-color-purple) 0.5 0.23 h / 1) 25%, var(--xz-color-surface-100))`,
|
|
@@ -505,12 +505,12 @@ var lightTheme = {
|
|
|
505
505
|
},
|
|
506
506
|
neutral: {
|
|
507
507
|
soft: {
|
|
508
|
-
100: `oklch(from var(--xz-color-gray) 0.
|
|
508
|
+
100: `oklch(from var(--xz-color-gray) 0.8 c h / 0.15)`,
|
|
509
509
|
200: `oklch(from var(--xz-color-gray) 0.8 c h / 0.25)`
|
|
510
510
|
},
|
|
511
511
|
softSolid: {
|
|
512
|
-
100: `color-mix(in oklab, oklch(from var(--xz-color-gray) 0.
|
|
513
|
-
200: `color-mix(in oklab, oklch(from var(--xz-color-gray) 0.
|
|
512
|
+
100: `color-mix(in oklab, oklch(from var(--xz-color-gray) 0.8 c h / 1) 15%, var(--xz-color-surface-100))`,
|
|
513
|
+
200: `color-mix(in oklab, oklch(from var(--xz-color-gray) 0.8 c h / 1) 25%, var(--xz-color-surface-100))`
|
|
514
514
|
},
|
|
515
515
|
line: {
|
|
516
516
|
100: `color-mix(oklch(from var(--xz-color-gray) 0.5 c h / 1) 25%, var(--xz-color-surface-100))`,
|