@primer/primitives 8.2.4-rc.cbbd0a9a → 8.2.4-rc.d08fdd34
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/css/functional/themes/dark-colorblind.css +2 -2
- package/dist/css/functional/themes/dark-dimmed.css +2 -2
- package/dist/css/functional/themes/dark-high-contrast.css +172 -172
- package/dist/css/functional/themes/dark-tritanopia.css +2 -2
- package/dist/css/functional/themes/dark.css +2 -2
- package/dist/css/functional/themes/light-colorblind.css +2 -2
- package/dist/css/functional/themes/light-high-contrast.css +116 -116
- package/dist/css/functional/themes/light-tritanopia.css +2 -2
- package/dist/css/functional/themes/light.css +2 -2
- package/dist/docs/functional/themes/dark-colorblind.json +4 -4
- package/dist/docs/functional/themes/dark-dimmed.json +5 -5
- package/dist/docs/functional/themes/dark-high-contrast.json +226 -226
- package/dist/docs/functional/themes/dark-tritanopia.json +4 -4
- package/dist/docs/functional/themes/dark.json +5 -5
- package/dist/docs/functional/themes/light-colorblind.json +2 -2
- package/dist/docs/functional/themes/light-high-contrast.json +174 -174
- package/dist/docs/functional/themes/light-tritanopia.json +2 -2
- package/dist/docs/functional/themes/light.json +2 -2
- package/dist/figma/themes/dark-colorblind.json +43 -43
- package/dist/figma/themes/dark-dimmed.json +62 -62
- package/dist/figma/themes/dark-high-contrast.json +358 -358
- package/dist/figma/themes/dark-tritanopia.json +43 -43
- package/dist/figma/themes/dark.json +62 -62
- package/dist/figma/themes/light-colorblind.json +4 -4
- package/dist/figma/themes/light-high-contrast.json +222 -222
- package/dist/figma/themes/light-tritanopia.json +4 -4
- package/dist/figma/themes/light.json +4 -4
- package/dist/internalCss/dark-colorblind.css +2 -2
- package/dist/internalCss/dark-dimmed.css +2 -2
- package/dist/internalCss/dark-high-contrast.css +172 -172
- package/dist/internalCss/dark-tritanopia.css +2 -2
- package/dist/internalCss/dark.css +2 -2
- package/dist/internalCss/light-colorblind.css +2 -2
- package/dist/internalCss/light-high-contrast.css +116 -116
- package/dist/internalCss/light-tritanopia.css +2 -2
- package/dist/internalCss/light.css +2 -2
- package/dist/styleLint/functional/themes/dark-colorblind.json +4 -4
- package/dist/styleLint/functional/themes/dark-dimmed.json +5 -5
- package/dist/styleLint/functional/themes/dark-high-contrast.json +226 -226
- package/dist/styleLint/functional/themes/dark-tritanopia.json +4 -4
- package/dist/styleLint/functional/themes/dark.json +5 -5
- package/dist/styleLint/functional/themes/light-colorblind.json +2 -2
- package/dist/styleLint/functional/themes/light-high-contrast.json +174 -174
- package/dist/styleLint/functional/themes/light-tritanopia.json +2 -2
- package/dist/styleLint/functional/themes/light.json +2 -2
- package/package.json +27 -26
- package/src/formats/cssAdvanced.ts +3 -3
- package/src/formats/cssCustomMedia.ts +2 -2
- package/src/formats/javascriptCommonJs.ts +2 -2
- package/src/formats/javascriptEsm.ts +2 -2
- package/src/formats/jsonFigma.ts +2 -2
- package/src/formats/jsonNestedPrefixed.ts +2 -2
- package/src/formats/jsonOneDimensional.ts +2 -2
- package/src/formats/jsonPostCssFallback.ts +2 -2
- package/src/formats/typescriptExportDefinition.ts +2 -2
- package/src/schemas/designToken.ts +1 -1
- package/src/schemas/validTokenType.ts +1 -1
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +397 -0
- package/src/tokens/functional/color/dark/primitives-dark.json5 +4 -4
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +348 -0
- package/src/tokens/functional/color/light/primitives-light.json5 +2 -2
|
@@ -2111,14 +2111,14 @@
|
|
|
2111
2111
|
{
|
|
2112
2112
|
"name": "fgColor/neutral",
|
|
2113
2113
|
"value": {
|
|
2114
|
-
"r": 0.
|
|
2115
|
-
"g": 0.
|
|
2116
|
-
"b": 0.
|
|
2114
|
+
"r": 0.3411764705882353,
|
|
2115
|
+
"g": 0.3764705882352941,
|
|
2116
|
+
"b": 0.41568627450980394,
|
|
2117
2117
|
"a": 1
|
|
2118
2118
|
},
|
|
2119
2119
|
"type": "COLOR",
|
|
2120
2120
|
"refId": "mode/fgColor/neutral",
|
|
2121
|
-
"reference": "base/color/light/base/color/neutral/
|
|
2121
|
+
"reference": "base/color/light/base/color/neutral/6",
|
|
2122
2122
|
"collection": "mode",
|
|
2123
2123
|
"mode": "light tritanopia",
|
|
2124
2124
|
"group": "semantic",
|
|
@@ -1959,14 +1959,14 @@
|
|
|
1959
1959
|
{
|
|
1960
1960
|
"name": "fgColor/neutral",
|
|
1961
1961
|
"value": {
|
|
1962
|
-
"r": 0.
|
|
1963
|
-
"g": 0.
|
|
1964
|
-
"b": 0.
|
|
1962
|
+
"r": 0.3411764705882353,
|
|
1963
|
+
"g": 0.3764705882352941,
|
|
1964
|
+
"b": 0.41568627450980394,
|
|
1965
1965
|
"a": 1
|
|
1966
1966
|
},
|
|
1967
1967
|
"type": "COLOR",
|
|
1968
1968
|
"refId": "mode/fgColor/neutral",
|
|
1969
|
-
"reference": "base/color/light/base/color/neutral/
|
|
1969
|
+
"reference": "base/color/light/base/color/neutral/6",
|
|
1970
1970
|
"collection": "mode",
|
|
1971
1971
|
"mode": "light",
|
|
1972
1972
|
"group": "semantic",
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
--fgColor-black: #010409;
|
|
721
721
|
--fgColor-disabled: #6e7681;
|
|
722
722
|
--fgColor-link: #4493f8;
|
|
723
|
-
--fgColor-neutral: #
|
|
723
|
+
--fgColor-neutral: #b1bac4;
|
|
724
724
|
--fgColor-accent: #4493f8;
|
|
725
725
|
--fgColor-success: #58a6ff;
|
|
726
726
|
--fgColor-open: #f0883e;
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
--fgColor-black: #010409;
|
|
1570
1570
|
--fgColor-disabled: #6e7681;
|
|
1571
1571
|
--fgColor-link: #4493f8;
|
|
1572
|
-
--fgColor-neutral: #
|
|
1572
|
+
--fgColor-neutral: #b1bac4;
|
|
1573
1573
|
--fgColor-accent: #4493f8;
|
|
1574
1574
|
--fgColor-success: #58a6ff;
|
|
1575
1575
|
--fgColor-open: #f0883e;
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
--fgColor-black: #1c2128;
|
|
721
721
|
--fgColor-disabled: #636e7b;
|
|
722
722
|
--fgColor-link: #478be6;
|
|
723
|
-
--fgColor-neutral: #
|
|
723
|
+
--fgColor-neutral: #909dab;
|
|
724
724
|
--fgColor-accent: #478be6;
|
|
725
725
|
--fgColor-success: #57ab5a;
|
|
726
726
|
--fgColor-open: #57ab5a;
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
--fgColor-black: #1c2128;
|
|
1570
1570
|
--fgColor-disabled: #636e7b;
|
|
1571
1571
|
--fgColor-link: #478be6;
|
|
1572
|
-
--fgColor-neutral: #
|
|
1572
|
+
--fgColor-neutral: #909dab;
|
|
1573
1573
|
--fgColor-accent: #478be6;
|
|
1574
1574
|
--fgColor-success: #57ab5a;
|
|
1575
1575
|
--fgColor-open: #57ab5a;
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
--codeMirror-lineNumber-fgColor: #f0f3f6;
|
|
311
311
|
--codeMirror-cursor-fgColor: #fbfcfd;
|
|
312
312
|
--codeMirror-selection-bgColor: #5cacff66;
|
|
313
|
-
--codeMirror-activeline-bgColor: #
|
|
313
|
+
--codeMirror-activeline-bgColor: #7a828e1a;
|
|
314
314
|
--codeMirror-matchingBracket-fgColor: #fbfcfd;
|
|
315
315
|
--codeMirror-lines-bgColor: #0a0c10;
|
|
316
316
|
--codeMirror-syntax-fgColor-comment: #bdc4cc;
|
|
@@ -348,100 +348,100 @@
|
|
|
348
348
|
--data-gray-color: #576270;
|
|
349
349
|
--data-gray-color-muted: #1c1c1c;
|
|
350
350
|
--display-blue-bgColor-muted: #001a47;
|
|
351
|
-
--display-blue-bgColor-emphasis: #
|
|
352
|
-
--display-blue-fgColor: #
|
|
351
|
+
--display-blue-bgColor-emphasis: #4da0ff;
|
|
352
|
+
--display-blue-fgColor: #85c2ff;
|
|
353
353
|
--display-blue-borderColor-muted: #002766;
|
|
354
|
-
--display-blue-borderColor-emphasis: #
|
|
354
|
+
--display-blue-borderColor-emphasis: #4da0ff;
|
|
355
355
|
--display-green-bgColor-muted: #122117;
|
|
356
|
-
--display-green-bgColor-emphasis: #
|
|
357
|
-
--display-green-fgColor: #
|
|
356
|
+
--display-green-bgColor-emphasis: #41b445;
|
|
357
|
+
--display-green-fgColor: #75d36f;
|
|
358
358
|
--display-green-borderColor-muted: #182f1f;
|
|
359
|
-
--display-green-borderColor-emphasis: #
|
|
359
|
+
--display-green-borderColor-emphasis: #41b445;
|
|
360
360
|
--display-orange-bgColor-muted: #311708;
|
|
361
|
-
--display-orange-bgColor-emphasis: #
|
|
362
|
-
--display-orange-fgColor: #
|
|
361
|
+
--display-orange-bgColor-emphasis: #ed8326;
|
|
362
|
+
--display-orange-fgColor: #f6b06a;
|
|
363
363
|
--display-orange-borderColor-muted: #43200a;
|
|
364
|
-
--display-orange-borderColor-emphasis: #
|
|
364
|
+
--display-orange-borderColor-emphasis: #ed8326;
|
|
365
365
|
--display-purple-bgColor-muted: #211047;
|
|
366
|
-
--display-purple-bgColor-emphasis: #
|
|
367
|
-
--display-purple-fgColor: #
|
|
366
|
+
--display-purple-bgColor-emphasis: #b687f7;
|
|
367
|
+
--display-purple-fgColor: #d2affd;
|
|
368
368
|
--display-purple-borderColor-muted: #31146b;
|
|
369
|
-
--display-purple-borderColor-emphasis: #
|
|
369
|
+
--display-purple-borderColor-emphasis: #b687f7;
|
|
370
370
|
--display-plum-bgColor-muted: #2a0e3f;
|
|
371
|
-
--display-plum-bgColor-emphasis: #
|
|
372
|
-
--display-plum-fgColor: #
|
|
371
|
+
--display-plum-bgColor-emphasis: #d07ef7;
|
|
372
|
+
--display-plum-fgColor: #e4a5fd;
|
|
373
373
|
--display-plum-borderColor-muted: #40125e;
|
|
374
|
-
--display-plum-borderColor-emphasis: #
|
|
374
|
+
--display-plum-borderColor-emphasis: #d07ef7;
|
|
375
375
|
--display-red-bgColor-muted: #3c0614;
|
|
376
|
-
--display-red-bgColor-emphasis: #
|
|
377
|
-
--display-red-fgColor: #
|
|
376
|
+
--display-red-bgColor-emphasis: #f27d83;
|
|
377
|
+
--display-red-fgColor: #f7adab;
|
|
378
378
|
--display-red-borderColor-muted: #58091a;
|
|
379
|
-
--display-red-borderColor-emphasis: #
|
|
379
|
+
--display-red-borderColor-emphasis: #f27d83;
|
|
380
380
|
--display-coral-bgColor-muted: #3c0614;
|
|
381
|
-
--display-coral-bgColor-emphasis: #
|
|
382
|
-
--display-coral-fgColor: #
|
|
381
|
+
--display-coral-bgColor-emphasis: #f7794b;
|
|
382
|
+
--display-coral-fgColor: #fdaa86;
|
|
383
383
|
--display-coral-borderColor-muted: #58091a;
|
|
384
|
-
--display-coral-borderColor-emphasis: #
|
|
384
|
+
--display-coral-borderColor-emphasis: #f7794b;
|
|
385
385
|
--display-yellow-bgColor-muted: #2e1a00;
|
|
386
|
-
--display-yellow-bgColor-emphasis: #
|
|
387
|
-
--display-yellow-fgColor: #
|
|
386
|
+
--display-yellow-bgColor-emphasis: #d3910d;
|
|
387
|
+
--display-yellow-fgColor: #edb431;
|
|
388
388
|
--display-yellow-borderColor-muted: #3d2401;
|
|
389
|
-
--display-yellow-borderColor-emphasis: #
|
|
389
|
+
--display-yellow-borderColor-emphasis: #d3910d;
|
|
390
390
|
--display-gray-bgColor-muted: #1c1c1c;
|
|
391
|
-
--display-gray-bgColor-emphasis: #
|
|
392
|
-
--display-gray-fgColor: #
|
|
391
|
+
--display-gray-bgColor-emphasis: #92a1b5;
|
|
392
|
+
--display-gray-fgColor: #b3c0d1;
|
|
393
393
|
--display-gray-borderColor-muted: #2a2b2d;
|
|
394
|
-
--display-gray-borderColor-emphasis: #
|
|
394
|
+
--display-gray-borderColor-emphasis: #92a1b5;
|
|
395
395
|
--display-auburn-bgColor-muted: #271817;
|
|
396
|
-
--display-auburn-bgColor-emphasis: #
|
|
397
|
-
--display-auburn-fgColor: #
|
|
396
|
+
--display-auburn-bgColor-emphasis: #bf9592;
|
|
397
|
+
--display-auburn-fgColor: #d4b7b5;
|
|
398
398
|
--display-auburn-borderColor-muted: #3a2422;
|
|
399
|
-
--display-auburn-borderColor-emphasis: #
|
|
399
|
+
--display-auburn-borderColor-emphasis: #bf9592;
|
|
400
400
|
--display-brown-bgColor-muted: #241c14;
|
|
401
|
-
--display-brown-bgColor-emphasis: #
|
|
402
|
-
--display-brown-fgColor: #
|
|
401
|
+
--display-brown-bgColor-emphasis: #b69a6d;
|
|
402
|
+
--display-brown-fgColor: #cdbb98;
|
|
403
403
|
--display-brown-borderColor-muted: #342a1d;
|
|
404
|
-
--display-brown-borderColor-emphasis: #
|
|
404
|
+
--display-brown-borderColor-emphasis: #b69a6d;
|
|
405
405
|
--display-lemon-bgColor-muted: #291d00;
|
|
406
|
-
--display-lemon-bgColor-emphasis: #
|
|
407
|
-
--display-lemon-fgColor: #
|
|
406
|
+
--display-lemon-bgColor-emphasis: #ba9b12;
|
|
407
|
+
--display-lemon-fgColor: #d7bc1d;
|
|
408
408
|
--display-lemon-borderColor-muted: #372901;
|
|
409
|
-
--display-lemon-borderColor-emphasis: #
|
|
409
|
+
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
410
410
|
--display-olive-bgColor-muted: #171e0b;
|
|
411
|
-
--display-olive-bgColor-emphasis: #
|
|
412
|
-
--display-olive-fgColor: #
|
|
411
|
+
--display-olive-bgColor-emphasis: #a2a626;
|
|
412
|
+
--display-olive-fgColor: #cbc025;
|
|
413
413
|
--display-olive-borderColor-muted: #252d10;
|
|
414
|
-
--display-olive-borderColor-emphasis: #
|
|
414
|
+
--display-olive-borderColor-emphasis: #a2a626;
|
|
415
415
|
--display-lime-bgColor-muted: #141f0f;
|
|
416
|
-
--display-lime-bgColor-emphasis: #
|
|
417
|
-
--display-lime-fgColor: #
|
|
416
|
+
--display-lime-bgColor-emphasis: #7dae37;
|
|
417
|
+
--display-lime-fgColor: #9fcc3e;
|
|
418
418
|
--display-lime-borderColor-muted: #1f3116;
|
|
419
|
-
--display-lime-borderColor-emphasis: #
|
|
419
|
+
--display-lime-borderColor-emphasis: #7dae37;
|
|
420
420
|
--display-pine-bgColor-muted: #082119;
|
|
421
|
-
--display-pine-bgColor-emphasis: #
|
|
422
|
-
--display-pine-fgColor: #
|
|
421
|
+
--display-pine-bgColor-emphasis: #1bb673;
|
|
422
|
+
--display-pine-fgColor: #1bda81;
|
|
423
423
|
--display-pine-borderColor-muted: #0b3224;
|
|
424
|
-
--display-pine-borderColor-emphasis: #
|
|
424
|
+
--display-pine-borderColor-emphasis: #1bb673;
|
|
425
425
|
--display-teal-bgColor-muted: #041f25;
|
|
426
|
-
--display-teal-bgColor-emphasis: #
|
|
427
|
-
--display-teal-fgColor: #
|
|
426
|
+
--display-teal-bgColor-emphasis: #1cb0ab;
|
|
427
|
+
--display-teal-fgColor: #24d6c4;
|
|
428
428
|
--display-teal-borderColor-muted: #073036;
|
|
429
|
-
--display-teal-borderColor-emphasis: #
|
|
429
|
+
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
430
430
|
--display-cyan-bgColor-muted: #001f29;
|
|
431
|
-
--display-cyan-bgColor-emphasis: #
|
|
432
|
-
--display-cyan-fgColor: #
|
|
431
|
+
--display-cyan-bgColor-emphasis: #07ace4;
|
|
432
|
+
--display-cyan-fgColor: #45cbf7;
|
|
433
433
|
--display-cyan-borderColor-muted: #002e3d;
|
|
434
|
-
--display-cyan-borderColor-emphasis: #
|
|
434
|
+
--display-cyan-borderColor-emphasis: #07ace4;
|
|
435
435
|
--display-indigo-bgColor-muted: #1b183f;
|
|
436
|
-
--display-indigo-bgColor-emphasis: #
|
|
437
|
-
--display-indigo-fgColor: #
|
|
436
|
+
--display-indigo-bgColor-emphasis: #9899ec;
|
|
437
|
+
--display-indigo-fgColor: #b7baf6;
|
|
438
438
|
--display-indigo-borderColor-muted: #25215f;
|
|
439
|
-
--display-indigo-borderColor-emphasis: #
|
|
439
|
+
--display-indigo-borderColor-emphasis: #9899ec;
|
|
440
440
|
--display-pink-bgColor-muted: #2d1524;
|
|
441
|
-
--display-pink-bgColor-emphasis: #
|
|
442
|
-
--display-pink-fgColor: #
|
|
441
|
+
--display-pink-bgColor-emphasis: #e57bb2;
|
|
442
|
+
--display-pink-fgColor: #f4a9cd;
|
|
443
443
|
--display-pink-borderColor-muted: #451c35;
|
|
444
|
-
--display-pink-borderColor-emphasis: #
|
|
444
|
+
--display-pink-borderColor-emphasis: #e57bb2;
|
|
445
445
|
--avatar-bgColor: #ffffff1a;
|
|
446
446
|
--avatar-borderColor: #ffffffe6;
|
|
447
447
|
--avatar-shadow: 0px 0px 0px 2px #0a0c10;
|
|
@@ -473,17 +473,17 @@
|
|
|
473
473
|
--control-transparent-borderColor-active: #9ea7b3;
|
|
474
474
|
--control-danger-fgColor-rest: #ff9492;
|
|
475
475
|
--control-danger-fgColor-hover: #0a0c10;
|
|
476
|
-
--control-danger-bgColor-hover: #
|
|
477
|
-
--control-danger-bgColor-active: #
|
|
478
|
-
--control-checked-bgColor-rest: #
|
|
479
|
-
--control-checked-bgColor-hover: #
|
|
480
|
-
--control-checked-bgColor-active: #
|
|
476
|
+
--control-danger-bgColor-hover: #ff8080;
|
|
477
|
+
--control-danger-bgColor-active: #f65e60;
|
|
478
|
+
--control-checked-bgColor-rest: #5cacff;
|
|
479
|
+
--control-checked-bgColor-hover: #60aeff;
|
|
480
|
+
--control-checked-bgColor-active: #64b0ff;
|
|
481
481
|
--control-checked-bgColor-disabled: #9ea7b3;
|
|
482
482
|
--control-checked-fgColor-rest: #0a0c10;
|
|
483
483
|
--control-checked-fgColor-disabled: #010409;
|
|
484
|
-
--control-checked-borderColor-rest: #
|
|
485
|
-
--control-checked-borderColor-hover: #
|
|
486
|
-
--control-checked-borderColor-active: #
|
|
484
|
+
--control-checked-borderColor-rest: #5cacff;
|
|
485
|
+
--control-checked-borderColor-hover: #60aeff;
|
|
486
|
+
--control-checked-borderColor-active: #64b0ff;
|
|
487
487
|
--control-checked-borderColor-disabled: #9ea7b3;
|
|
488
488
|
--controlTrack-bgColor-rest: #3d424d;
|
|
489
489
|
--controlTrack-bgColor-hover: #494f5a;
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
--controlKnob-bgColor-checked: #ffffff;
|
|
499
499
|
--controlKnob-borderColor-rest: #9ea7b3;
|
|
500
500
|
--controlKnob-borderColor-disabled: #3d424db3;
|
|
501
|
-
--controlKnob-borderColor-checked: #
|
|
501
|
+
--controlKnob-borderColor-checked: #5cacff;
|
|
502
502
|
--counter-borderColor: #00000000;
|
|
503
503
|
--button-default-fgColor-rest: #f0f3f6;
|
|
504
504
|
--button-default-bgColor-rest: #3d424d;
|
|
@@ -514,9 +514,9 @@
|
|
|
514
514
|
--button-primary-fgColor-rest: #0a0c10;
|
|
515
515
|
--button-primary-fgColor-disabled: #0a0c1080;
|
|
516
516
|
--button-primary-iconColor-rest: #0a0c10;
|
|
517
|
-
--button-primary-bgColor-rest: #
|
|
518
|
-
--button-primary-bgColor-hover: #
|
|
519
|
-
--button-primary-bgColor-active: #
|
|
517
|
+
--button-primary-bgColor-rest: #0ac740;
|
|
518
|
+
--button-primary-bgColor-hover: #10ca43;
|
|
519
|
+
--button-primary-bgColor-active: #16cd47;
|
|
520
520
|
--button-primary-bgColor-disabled: #048f2f;
|
|
521
521
|
--button-primary-borderColor-rest: #4ae168;
|
|
522
522
|
--button-primary-borderColor-hover: #4ae168;
|
|
@@ -569,12 +569,12 @@
|
|
|
569
569
|
--buttonCounter-primary-bgColor-rest: #01040926;
|
|
570
570
|
--buttonCounter-outline-bgColor-rest: #194fb133;
|
|
571
571
|
--buttonCounter-outline-bgColor-hover: #194fb133;
|
|
572
|
-
--buttonCounter-outline-bgColor-disabled: #
|
|
572
|
+
--buttonCounter-outline-bgColor-disabled: #5cacff0d;
|
|
573
573
|
--buttonCounter-outline-fgColor-rest: #5cacff;
|
|
574
574
|
--buttonCounter-outline-fgColor-hover: #71b7ff;
|
|
575
575
|
--buttonCounter-outline-fgColor-disabled: #73b8ff80;
|
|
576
576
|
--buttonCounter-danger-bgColor-hover: #01040926;
|
|
577
|
-
--buttonCounter-danger-bgColor-disabled: #
|
|
577
|
+
--buttonCounter-danger-bgColor-disabled: #ff80800d;
|
|
578
578
|
--buttonCounter-danger-bgColor-rest: #01040926;
|
|
579
579
|
--buttonCounter-danger-fgColor-rest: #ff9492;
|
|
580
580
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
--underlineNav-borderColor-active: #ff967d;
|
|
598
598
|
--underlineNav-borderColor-hover: #bdc4cc;
|
|
599
599
|
--underlineNav-iconColor-rest: #f0f3f6;
|
|
600
|
-
--selection-bgColor: #
|
|
600
|
+
--selection-bgColor: #5cacffb3;
|
|
601
601
|
--card-bgColor: #191c22;
|
|
602
602
|
--label-green-bgColor-rest: #122117;
|
|
603
603
|
--label-green-bgColor-hover: #182f1f;
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
--fgColor-black: #010409;
|
|
721
721
|
--fgColor-disabled: #9ea7b3;
|
|
722
722
|
--fgColor-link: #73b8ff;
|
|
723
|
-
--fgColor-neutral: #
|
|
723
|
+
--fgColor-neutral: #bdc4cc;
|
|
724
724
|
--fgColor-accent: #73b8ff;
|
|
725
725
|
--fgColor-success: #28d751;
|
|
726
726
|
--fgColor-open: #28d751;
|
|
@@ -740,28 +740,28 @@
|
|
|
740
740
|
--bgColor-black: #010409;
|
|
741
741
|
--bgColor-disabled: #3d424db3;
|
|
742
742
|
--bgColor-transparent: #00000000;
|
|
743
|
-
--bgColor-neutral-muted: #
|
|
743
|
+
--bgColor-neutral-muted: #7a828e1a;
|
|
744
744
|
--bgColor-neutral-emphasis: #9ea7b3;
|
|
745
745
|
--bgColor-accent-muted: #409eff1a;
|
|
746
|
-
--bgColor-accent-emphasis: #
|
|
746
|
+
--bgColor-accent-emphasis: #5cacff;
|
|
747
747
|
--bgColor-success-muted: #0ac74024;
|
|
748
|
-
--bgColor-success-emphasis: #
|
|
748
|
+
--bgColor-success-emphasis: #0ac740;
|
|
749
749
|
--bgColor-open-muted: #0ac74024;
|
|
750
|
-
--bgColor-open-emphasis: #
|
|
750
|
+
--bgColor-open-emphasis: #0ac740;
|
|
751
751
|
--bgColor-attention-muted: #edaa2726;
|
|
752
|
-
--bgColor-attention-emphasis: #
|
|
752
|
+
--bgColor-attention-emphasis: #edaa27;
|
|
753
753
|
--bgColor-severe-muted: #f48b2516;
|
|
754
|
-
--bgColor-severe-emphasis: #
|
|
754
|
+
--bgColor-severe-emphasis: #f48b25;
|
|
755
755
|
--bgColor-danger-muted: #ff808017;
|
|
756
|
-
--bgColor-danger-emphasis: #
|
|
756
|
+
--bgColor-danger-emphasis: #ff8080;
|
|
757
757
|
--bgColor-closed-muted: #ff808017;
|
|
758
|
-
--bgColor-closed-emphasis: #
|
|
758
|
+
--bgColor-closed-emphasis: #ff8080;
|
|
759
759
|
--bgColor-done-muted: #b87fff17;
|
|
760
|
-
--bgColor-done-emphasis: #
|
|
761
|
-
--bgColor-upsell-muted: #
|
|
762
|
-
--bgColor-upsell-emphasis: #
|
|
760
|
+
--bgColor-done-emphasis: #bf8fff;
|
|
761
|
+
--bgColor-upsell-muted: #b87fff17;
|
|
762
|
+
--bgColor-upsell-emphasis: #bf8fff;
|
|
763
763
|
--bgColor-sponsors-muted: #ef6eb117;
|
|
764
|
-
--bgColor-sponsors-emphasis: #
|
|
764
|
+
--bgColor-sponsors-emphasis: #f87cbd;
|
|
765
765
|
--borderColor-default: #7a828e;
|
|
766
766
|
--borderColor-muted: #7a828e;
|
|
767
767
|
--borderColor-emphasis: #9ea7b3;
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
--codeMirror-lineNumber-fgColor: #f0f3f6;
|
|
1160
1160
|
--codeMirror-cursor-fgColor: #fbfcfd;
|
|
1161
1161
|
--codeMirror-selection-bgColor: #5cacff66;
|
|
1162
|
-
--codeMirror-activeline-bgColor: #
|
|
1162
|
+
--codeMirror-activeline-bgColor: #7a828e1a;
|
|
1163
1163
|
--codeMirror-matchingBracket-fgColor: #fbfcfd;
|
|
1164
1164
|
--codeMirror-lines-bgColor: #0a0c10;
|
|
1165
1165
|
--codeMirror-syntax-fgColor-comment: #bdc4cc;
|
|
@@ -1197,100 +1197,100 @@
|
|
|
1197
1197
|
--data-gray-color: #576270;
|
|
1198
1198
|
--data-gray-color-muted: #1c1c1c;
|
|
1199
1199
|
--display-blue-bgColor-muted: #001a47;
|
|
1200
|
-
--display-blue-bgColor-emphasis: #
|
|
1201
|
-
--display-blue-fgColor: #
|
|
1200
|
+
--display-blue-bgColor-emphasis: #4da0ff;
|
|
1201
|
+
--display-blue-fgColor: #85c2ff;
|
|
1202
1202
|
--display-blue-borderColor-muted: #002766;
|
|
1203
|
-
--display-blue-borderColor-emphasis: #
|
|
1203
|
+
--display-blue-borderColor-emphasis: #4da0ff;
|
|
1204
1204
|
--display-green-bgColor-muted: #122117;
|
|
1205
|
-
--display-green-bgColor-emphasis: #
|
|
1206
|
-
--display-green-fgColor: #
|
|
1205
|
+
--display-green-bgColor-emphasis: #41b445;
|
|
1206
|
+
--display-green-fgColor: #75d36f;
|
|
1207
1207
|
--display-green-borderColor-muted: #182f1f;
|
|
1208
|
-
--display-green-borderColor-emphasis: #
|
|
1208
|
+
--display-green-borderColor-emphasis: #41b445;
|
|
1209
1209
|
--display-orange-bgColor-muted: #311708;
|
|
1210
|
-
--display-orange-bgColor-emphasis: #
|
|
1211
|
-
--display-orange-fgColor: #
|
|
1210
|
+
--display-orange-bgColor-emphasis: #ed8326;
|
|
1211
|
+
--display-orange-fgColor: #f6b06a;
|
|
1212
1212
|
--display-orange-borderColor-muted: #43200a;
|
|
1213
|
-
--display-orange-borderColor-emphasis: #
|
|
1213
|
+
--display-orange-borderColor-emphasis: #ed8326;
|
|
1214
1214
|
--display-purple-bgColor-muted: #211047;
|
|
1215
|
-
--display-purple-bgColor-emphasis: #
|
|
1216
|
-
--display-purple-fgColor: #
|
|
1215
|
+
--display-purple-bgColor-emphasis: #b687f7;
|
|
1216
|
+
--display-purple-fgColor: #d2affd;
|
|
1217
1217
|
--display-purple-borderColor-muted: #31146b;
|
|
1218
|
-
--display-purple-borderColor-emphasis: #
|
|
1218
|
+
--display-purple-borderColor-emphasis: #b687f7;
|
|
1219
1219
|
--display-plum-bgColor-muted: #2a0e3f;
|
|
1220
|
-
--display-plum-bgColor-emphasis: #
|
|
1221
|
-
--display-plum-fgColor: #
|
|
1220
|
+
--display-plum-bgColor-emphasis: #d07ef7;
|
|
1221
|
+
--display-plum-fgColor: #e4a5fd;
|
|
1222
1222
|
--display-plum-borderColor-muted: #40125e;
|
|
1223
|
-
--display-plum-borderColor-emphasis: #
|
|
1223
|
+
--display-plum-borderColor-emphasis: #d07ef7;
|
|
1224
1224
|
--display-red-bgColor-muted: #3c0614;
|
|
1225
|
-
--display-red-bgColor-emphasis: #
|
|
1226
|
-
--display-red-fgColor: #
|
|
1225
|
+
--display-red-bgColor-emphasis: #f27d83;
|
|
1226
|
+
--display-red-fgColor: #f7adab;
|
|
1227
1227
|
--display-red-borderColor-muted: #58091a;
|
|
1228
|
-
--display-red-borderColor-emphasis: #
|
|
1228
|
+
--display-red-borderColor-emphasis: #f27d83;
|
|
1229
1229
|
--display-coral-bgColor-muted: #3c0614;
|
|
1230
|
-
--display-coral-bgColor-emphasis: #
|
|
1231
|
-
--display-coral-fgColor: #
|
|
1230
|
+
--display-coral-bgColor-emphasis: #f7794b;
|
|
1231
|
+
--display-coral-fgColor: #fdaa86;
|
|
1232
1232
|
--display-coral-borderColor-muted: #58091a;
|
|
1233
|
-
--display-coral-borderColor-emphasis: #
|
|
1233
|
+
--display-coral-borderColor-emphasis: #f7794b;
|
|
1234
1234
|
--display-yellow-bgColor-muted: #2e1a00;
|
|
1235
|
-
--display-yellow-bgColor-emphasis: #
|
|
1236
|
-
--display-yellow-fgColor: #
|
|
1235
|
+
--display-yellow-bgColor-emphasis: #d3910d;
|
|
1236
|
+
--display-yellow-fgColor: #edb431;
|
|
1237
1237
|
--display-yellow-borderColor-muted: #3d2401;
|
|
1238
|
-
--display-yellow-borderColor-emphasis: #
|
|
1238
|
+
--display-yellow-borderColor-emphasis: #d3910d;
|
|
1239
1239
|
--display-gray-bgColor-muted: #1c1c1c;
|
|
1240
|
-
--display-gray-bgColor-emphasis: #
|
|
1241
|
-
--display-gray-fgColor: #
|
|
1240
|
+
--display-gray-bgColor-emphasis: #92a1b5;
|
|
1241
|
+
--display-gray-fgColor: #b3c0d1;
|
|
1242
1242
|
--display-gray-borderColor-muted: #2a2b2d;
|
|
1243
|
-
--display-gray-borderColor-emphasis: #
|
|
1243
|
+
--display-gray-borderColor-emphasis: #92a1b5;
|
|
1244
1244
|
--display-auburn-bgColor-muted: #271817;
|
|
1245
|
-
--display-auburn-bgColor-emphasis: #
|
|
1246
|
-
--display-auburn-fgColor: #
|
|
1245
|
+
--display-auburn-bgColor-emphasis: #bf9592;
|
|
1246
|
+
--display-auburn-fgColor: #d4b7b5;
|
|
1247
1247
|
--display-auburn-borderColor-muted: #3a2422;
|
|
1248
|
-
--display-auburn-borderColor-emphasis: #
|
|
1248
|
+
--display-auburn-borderColor-emphasis: #bf9592;
|
|
1249
1249
|
--display-brown-bgColor-muted: #241c14;
|
|
1250
|
-
--display-brown-bgColor-emphasis: #
|
|
1251
|
-
--display-brown-fgColor: #
|
|
1250
|
+
--display-brown-bgColor-emphasis: #b69a6d;
|
|
1251
|
+
--display-brown-fgColor: #cdbb98;
|
|
1252
1252
|
--display-brown-borderColor-muted: #342a1d;
|
|
1253
|
-
--display-brown-borderColor-emphasis: #
|
|
1253
|
+
--display-brown-borderColor-emphasis: #b69a6d;
|
|
1254
1254
|
--display-lemon-bgColor-muted: #291d00;
|
|
1255
|
-
--display-lemon-bgColor-emphasis: #
|
|
1256
|
-
--display-lemon-fgColor: #
|
|
1255
|
+
--display-lemon-bgColor-emphasis: #ba9b12;
|
|
1256
|
+
--display-lemon-fgColor: #d7bc1d;
|
|
1257
1257
|
--display-lemon-borderColor-muted: #372901;
|
|
1258
|
-
--display-lemon-borderColor-emphasis: #
|
|
1258
|
+
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
1259
1259
|
--display-olive-bgColor-muted: #171e0b;
|
|
1260
|
-
--display-olive-bgColor-emphasis: #
|
|
1261
|
-
--display-olive-fgColor: #
|
|
1260
|
+
--display-olive-bgColor-emphasis: #a2a626;
|
|
1261
|
+
--display-olive-fgColor: #cbc025;
|
|
1262
1262
|
--display-olive-borderColor-muted: #252d10;
|
|
1263
|
-
--display-olive-borderColor-emphasis: #
|
|
1263
|
+
--display-olive-borderColor-emphasis: #a2a626;
|
|
1264
1264
|
--display-lime-bgColor-muted: #141f0f;
|
|
1265
|
-
--display-lime-bgColor-emphasis: #
|
|
1266
|
-
--display-lime-fgColor: #
|
|
1265
|
+
--display-lime-bgColor-emphasis: #7dae37;
|
|
1266
|
+
--display-lime-fgColor: #9fcc3e;
|
|
1267
1267
|
--display-lime-borderColor-muted: #1f3116;
|
|
1268
|
-
--display-lime-borderColor-emphasis: #
|
|
1268
|
+
--display-lime-borderColor-emphasis: #7dae37;
|
|
1269
1269
|
--display-pine-bgColor-muted: #082119;
|
|
1270
|
-
--display-pine-bgColor-emphasis: #
|
|
1271
|
-
--display-pine-fgColor: #
|
|
1270
|
+
--display-pine-bgColor-emphasis: #1bb673;
|
|
1271
|
+
--display-pine-fgColor: #1bda81;
|
|
1272
1272
|
--display-pine-borderColor-muted: #0b3224;
|
|
1273
|
-
--display-pine-borderColor-emphasis: #
|
|
1273
|
+
--display-pine-borderColor-emphasis: #1bb673;
|
|
1274
1274
|
--display-teal-bgColor-muted: #041f25;
|
|
1275
|
-
--display-teal-bgColor-emphasis: #
|
|
1276
|
-
--display-teal-fgColor: #
|
|
1275
|
+
--display-teal-bgColor-emphasis: #1cb0ab;
|
|
1276
|
+
--display-teal-fgColor: #24d6c4;
|
|
1277
1277
|
--display-teal-borderColor-muted: #073036;
|
|
1278
|
-
--display-teal-borderColor-emphasis: #
|
|
1278
|
+
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
1279
1279
|
--display-cyan-bgColor-muted: #001f29;
|
|
1280
|
-
--display-cyan-bgColor-emphasis: #
|
|
1281
|
-
--display-cyan-fgColor: #
|
|
1280
|
+
--display-cyan-bgColor-emphasis: #07ace4;
|
|
1281
|
+
--display-cyan-fgColor: #45cbf7;
|
|
1282
1282
|
--display-cyan-borderColor-muted: #002e3d;
|
|
1283
|
-
--display-cyan-borderColor-emphasis: #
|
|
1283
|
+
--display-cyan-borderColor-emphasis: #07ace4;
|
|
1284
1284
|
--display-indigo-bgColor-muted: #1b183f;
|
|
1285
|
-
--display-indigo-bgColor-emphasis: #
|
|
1286
|
-
--display-indigo-fgColor: #
|
|
1285
|
+
--display-indigo-bgColor-emphasis: #9899ec;
|
|
1286
|
+
--display-indigo-fgColor: #b7baf6;
|
|
1287
1287
|
--display-indigo-borderColor-muted: #25215f;
|
|
1288
|
-
--display-indigo-borderColor-emphasis: #
|
|
1288
|
+
--display-indigo-borderColor-emphasis: #9899ec;
|
|
1289
1289
|
--display-pink-bgColor-muted: #2d1524;
|
|
1290
|
-
--display-pink-bgColor-emphasis: #
|
|
1291
|
-
--display-pink-fgColor: #
|
|
1290
|
+
--display-pink-bgColor-emphasis: #e57bb2;
|
|
1291
|
+
--display-pink-fgColor: #f4a9cd;
|
|
1292
1292
|
--display-pink-borderColor-muted: #451c35;
|
|
1293
|
-
--display-pink-borderColor-emphasis: #
|
|
1293
|
+
--display-pink-borderColor-emphasis: #e57bb2;
|
|
1294
1294
|
--avatar-bgColor: #ffffff1a;
|
|
1295
1295
|
--avatar-borderColor: #ffffffe6;
|
|
1296
1296
|
--avatar-shadow: 0px 0px 0px 2px #0a0c10;
|
|
@@ -1322,17 +1322,17 @@
|
|
|
1322
1322
|
--control-transparent-borderColor-active: #9ea7b3;
|
|
1323
1323
|
--control-danger-fgColor-rest: #ff9492;
|
|
1324
1324
|
--control-danger-fgColor-hover: #0a0c10;
|
|
1325
|
-
--control-danger-bgColor-hover: #
|
|
1326
|
-
--control-danger-bgColor-active: #
|
|
1327
|
-
--control-checked-bgColor-rest: #
|
|
1328
|
-
--control-checked-bgColor-hover: #
|
|
1329
|
-
--control-checked-bgColor-active: #
|
|
1325
|
+
--control-danger-bgColor-hover: #ff8080;
|
|
1326
|
+
--control-danger-bgColor-active: #f65e60;
|
|
1327
|
+
--control-checked-bgColor-rest: #5cacff;
|
|
1328
|
+
--control-checked-bgColor-hover: #60aeff;
|
|
1329
|
+
--control-checked-bgColor-active: #64b0ff;
|
|
1330
1330
|
--control-checked-bgColor-disabled: #9ea7b3;
|
|
1331
1331
|
--control-checked-fgColor-rest: #0a0c10;
|
|
1332
1332
|
--control-checked-fgColor-disabled: #010409;
|
|
1333
|
-
--control-checked-borderColor-rest: #
|
|
1334
|
-
--control-checked-borderColor-hover: #
|
|
1335
|
-
--control-checked-borderColor-active: #
|
|
1333
|
+
--control-checked-borderColor-rest: #5cacff;
|
|
1334
|
+
--control-checked-borderColor-hover: #60aeff;
|
|
1335
|
+
--control-checked-borderColor-active: #64b0ff;
|
|
1336
1336
|
--control-checked-borderColor-disabled: #9ea7b3;
|
|
1337
1337
|
--controlTrack-bgColor-rest: #3d424d;
|
|
1338
1338
|
--controlTrack-bgColor-hover: #494f5a;
|
|
@@ -1347,7 +1347,7 @@
|
|
|
1347
1347
|
--controlKnob-bgColor-checked: #ffffff;
|
|
1348
1348
|
--controlKnob-borderColor-rest: #9ea7b3;
|
|
1349
1349
|
--controlKnob-borderColor-disabled: #3d424db3;
|
|
1350
|
-
--controlKnob-borderColor-checked: #
|
|
1350
|
+
--controlKnob-borderColor-checked: #5cacff;
|
|
1351
1351
|
--counter-borderColor: #00000000;
|
|
1352
1352
|
--button-default-fgColor-rest: #f0f3f6;
|
|
1353
1353
|
--button-default-bgColor-rest: #3d424d;
|
|
@@ -1363,9 +1363,9 @@
|
|
|
1363
1363
|
--button-primary-fgColor-rest: #0a0c10;
|
|
1364
1364
|
--button-primary-fgColor-disabled: #0a0c1080;
|
|
1365
1365
|
--button-primary-iconColor-rest: #0a0c10;
|
|
1366
|
-
--button-primary-bgColor-rest: #
|
|
1367
|
-
--button-primary-bgColor-hover: #
|
|
1368
|
-
--button-primary-bgColor-active: #
|
|
1366
|
+
--button-primary-bgColor-rest: #0ac740;
|
|
1367
|
+
--button-primary-bgColor-hover: #10ca43;
|
|
1368
|
+
--button-primary-bgColor-active: #16cd47;
|
|
1369
1369
|
--button-primary-bgColor-disabled: #048f2f;
|
|
1370
1370
|
--button-primary-borderColor-rest: #4ae168;
|
|
1371
1371
|
--button-primary-borderColor-hover: #4ae168;
|
|
@@ -1418,12 +1418,12 @@
|
|
|
1418
1418
|
--buttonCounter-primary-bgColor-rest: #01040926;
|
|
1419
1419
|
--buttonCounter-outline-bgColor-rest: #194fb133;
|
|
1420
1420
|
--buttonCounter-outline-bgColor-hover: #194fb133;
|
|
1421
|
-
--buttonCounter-outline-bgColor-disabled: #
|
|
1421
|
+
--buttonCounter-outline-bgColor-disabled: #5cacff0d;
|
|
1422
1422
|
--buttonCounter-outline-fgColor-rest: #5cacff;
|
|
1423
1423
|
--buttonCounter-outline-fgColor-hover: #71b7ff;
|
|
1424
1424
|
--buttonCounter-outline-fgColor-disabled: #73b8ff80;
|
|
1425
1425
|
--buttonCounter-danger-bgColor-hover: #01040926;
|
|
1426
|
-
--buttonCounter-danger-bgColor-disabled: #
|
|
1426
|
+
--buttonCounter-danger-bgColor-disabled: #ff80800d;
|
|
1427
1427
|
--buttonCounter-danger-bgColor-rest: #01040926;
|
|
1428
1428
|
--buttonCounter-danger-fgColor-rest: #ff9492;
|
|
1429
1429
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
--underlineNav-borderColor-active: #ff967d;
|
|
1447
1447
|
--underlineNav-borderColor-hover: #bdc4cc;
|
|
1448
1448
|
--underlineNav-iconColor-rest: #f0f3f6;
|
|
1449
|
-
--selection-bgColor: #
|
|
1449
|
+
--selection-bgColor: #5cacffb3;
|
|
1450
1450
|
--card-bgColor: #191c22;
|
|
1451
1451
|
--label-green-bgColor-rest: #122117;
|
|
1452
1452
|
--label-green-bgColor-hover: #182f1f;
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
--fgColor-black: #010409;
|
|
1570
1570
|
--fgColor-disabled: #9ea7b3;
|
|
1571
1571
|
--fgColor-link: #73b8ff;
|
|
1572
|
-
--fgColor-neutral: #
|
|
1572
|
+
--fgColor-neutral: #bdc4cc;
|
|
1573
1573
|
--fgColor-accent: #73b8ff;
|
|
1574
1574
|
--fgColor-success: #28d751;
|
|
1575
1575
|
--fgColor-open: #28d751;
|
|
@@ -1589,28 +1589,28 @@
|
|
|
1589
1589
|
--bgColor-black: #010409;
|
|
1590
1590
|
--bgColor-disabled: #3d424db3;
|
|
1591
1591
|
--bgColor-transparent: #00000000;
|
|
1592
|
-
--bgColor-neutral-muted: #
|
|
1592
|
+
--bgColor-neutral-muted: #7a828e1a;
|
|
1593
1593
|
--bgColor-neutral-emphasis: #9ea7b3;
|
|
1594
1594
|
--bgColor-accent-muted: #409eff1a;
|
|
1595
|
-
--bgColor-accent-emphasis: #
|
|
1595
|
+
--bgColor-accent-emphasis: #5cacff;
|
|
1596
1596
|
--bgColor-success-muted: #0ac74024;
|
|
1597
|
-
--bgColor-success-emphasis: #
|
|
1597
|
+
--bgColor-success-emphasis: #0ac740;
|
|
1598
1598
|
--bgColor-open-muted: #0ac74024;
|
|
1599
|
-
--bgColor-open-emphasis: #
|
|
1599
|
+
--bgColor-open-emphasis: #0ac740;
|
|
1600
1600
|
--bgColor-attention-muted: #edaa2726;
|
|
1601
|
-
--bgColor-attention-emphasis: #
|
|
1601
|
+
--bgColor-attention-emphasis: #edaa27;
|
|
1602
1602
|
--bgColor-severe-muted: #f48b2516;
|
|
1603
|
-
--bgColor-severe-emphasis: #
|
|
1603
|
+
--bgColor-severe-emphasis: #f48b25;
|
|
1604
1604
|
--bgColor-danger-muted: #ff808017;
|
|
1605
|
-
--bgColor-danger-emphasis: #
|
|
1605
|
+
--bgColor-danger-emphasis: #ff8080;
|
|
1606
1606
|
--bgColor-closed-muted: #ff808017;
|
|
1607
|
-
--bgColor-closed-emphasis: #
|
|
1607
|
+
--bgColor-closed-emphasis: #ff8080;
|
|
1608
1608
|
--bgColor-done-muted: #b87fff17;
|
|
1609
|
-
--bgColor-done-emphasis: #
|
|
1610
|
-
--bgColor-upsell-muted: #
|
|
1611
|
-
--bgColor-upsell-emphasis: #
|
|
1609
|
+
--bgColor-done-emphasis: #bf8fff;
|
|
1610
|
+
--bgColor-upsell-muted: #b87fff17;
|
|
1611
|
+
--bgColor-upsell-emphasis: #bf8fff;
|
|
1612
1612
|
--bgColor-sponsors-muted: #ef6eb117;
|
|
1613
|
-
--bgColor-sponsors-emphasis: #
|
|
1613
|
+
--bgColor-sponsors-emphasis: #f87cbd;
|
|
1614
1614
|
--borderColor-default: #7a828e;
|
|
1615
1615
|
--borderColor-muted: #7a828e;
|
|
1616
1616
|
--borderColor-emphasis: #9ea7b3;
|