@primer/primitives 7.16.0-rc.f109b0ca → 7.16.0-rc.fe16fd19
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 +240 -0
- package/dist/css/functional/themes/dark-dimmed.css +240 -0
- package/dist/css/functional/themes/dark-high-contrast.css +240 -0
- package/dist/css/functional/themes/dark-tritanopia.css +240 -0
- package/dist/css/functional/themes/dark.css +240 -0
- package/dist/css/functional/themes/light-colorblind.css +240 -0
- package/dist/css/functional/themes/light-high-contrast.css +240 -0
- package/dist/css/functional/themes/light-tritanopia.css +240 -0
- package/dist/css/functional/themes/light.css +240 -0
- package/dist/docs/functional/themes/dark-colorblind.json +3514 -0
- package/dist/docs/functional/themes/dark-dimmed.json +3514 -0
- package/dist/docs/functional/themes/dark-high-contrast.json +3514 -0
- package/dist/docs/functional/themes/dark-tritanopia.json +3514 -0
- package/dist/docs/functional/themes/dark.json +3514 -0
- package/dist/docs/functional/themes/light-colorblind.json +3514 -2
- package/dist/docs/functional/themes/light-high-contrast.json +3514 -2
- package/dist/docs/functional/themes/light-tritanopia.json +3514 -2
- package/dist/docs/functional/themes/light.json +3514 -2
- package/dist/fallbacks/color-fallbacks.json +260 -0
- package/dist/figma/figma.json +2 -2
- package/dist/figma/themes/dark-colorblind.json +2101 -164
- package/dist/figma/themes/dark-dimmed.json +2100 -163
- package/dist/figma/themes/dark-high-contrast.json +2101 -164
- package/dist/figma/themes/dark-tritanopia.json +2101 -164
- package/dist/figma/themes/dark.json +2101 -164
- package/dist/figma/themes/light-colorblind.json +2105 -169
- package/dist/figma/themes/light-high-contrast.json +2106 -170
- package/dist/figma/themes/light-tritanopia.json +2105 -169
- package/dist/figma/themes/light.json +2105 -169
- package/dist/internalCss/dark-colorblind.css +240 -0
- package/dist/internalCss/dark-dimmed.css +240 -0
- package/dist/internalCss/dark-high-contrast.css +240 -0
- package/dist/internalCss/dark-tritanopia.css +240 -0
- package/dist/internalCss/dark.css +240 -0
- package/dist/internalCss/light-colorblind.css +240 -0
- package/dist/internalCss/light-high-contrast.css +240 -0
- package/dist/internalCss/light-tritanopia.css +240 -0
- package/dist/internalCss/light.css +240 -0
- package/package.json +6 -4
- package/tokens-next-private/css/functional/themes/dark-colorblind.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-dimmed.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-high-contrast.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-tritanopia.css +240 -0
- package/tokens-next-private/css/functional/themes/dark.css +240 -0
- package/tokens-next-private/css/functional/themes/light-colorblind.css +240 -0
- package/tokens-next-private/css/functional/themes/light-high-contrast.css +240 -0
- package/tokens-next-private/css/functional/themes/light-tritanopia.css +240 -0
- package/tokens-next-private/css/functional/themes/light.css +240 -0
- package/tokens-next-private/docs/functional/themes/dark-colorblind.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-dimmed.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-high-contrast.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-tritanopia.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark.json +3514 -0
- package/tokens-next-private/docs/functional/themes/light-colorblind.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light-high-contrast.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light-tritanopia.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light.json +3514 -2
- package/tokens-next-private/internalCss/dark-colorblind.css +240 -0
- package/tokens-next-private/internalCss/dark-dimmed.css +240 -0
- package/tokens-next-private/internalCss/dark-high-contrast.css +240 -0
- package/tokens-next-private/internalCss/dark-tritanopia.css +240 -0
- package/tokens-next-private/internalCss/dark.css +240 -0
- package/tokens-next-private/internalCss/light-colorblind.css +240 -0
- package/tokens-next-private/internalCss/light-high-contrast.css +240 -0
- package/tokens-next-private/internalCss/light-tritanopia.css +240 -0
- package/tokens-next-private/internalCss/light.css +240 -0
- package/tokens-v2-private/css/tokens/base/size/size.css +1 -1
- package/tokens-v2-private/css/tokens/base/typography/typography.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/border.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/breakpoints.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size-coarse.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size-fine.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size.css +1 -1
- package/tokens-v2-private/css/tokens/functional/typography/typography.css +1 -1
- package/tokens-v2-private/js/module/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/js/module/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/typography/typography.js +1 -1
- package/tokens-v2-private/js/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/js/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/js/tokens/functional/typography/typography.js +1 -1
- package/tokens-v2-private/scss/tokens/base/size/size.scss +1 -1
- package/tokens-v2-private/scss/tokens/base/typography/typography.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/border.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size-fine.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/viewport.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/typography/typography.scss +1 -1
- package/tokens-v2-private/ts/tokens/base/size/size.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/ts/tokens/base/typography/typography.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/border.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/typography/typography.js +1 -1
- package/dist/scss/base/size/size.scss +0 -17
- package/dist/scss/base/typography/typography.scss +0 -4
- package/dist/scss/functional/motion/motion.scss +0 -3
- package/dist/scss/functional/size/border.scss +0 -12
- package/dist/scss/functional/size/breakpoints.scss +0 -6
- package/dist/scss/functional/size/size-coarse.scss +0 -3
- package/dist/scss/functional/size/size-fine.scss +0 -3
- package/dist/scss/functional/size/size.scss +0 -72
- package/dist/scss/functional/size/viewport.scss +0 -6
- package/dist/scss/functional/themes/dark-colorblind.scss +0 -414
- package/dist/scss/functional/themes/dark-dimmed.scss +0 -414
- package/dist/scss/functional/themes/dark-high-contrast.scss +0 -414
- package/dist/scss/functional/themes/dark-tritanopia.scss +0 -414
- package/dist/scss/functional/themes/dark.scss +0 -414
- package/dist/scss/functional/themes/light-colorblind.scss +0 -414
- package/dist/scss/functional/themes/light-high-contrast.scss +0 -414
- package/dist/scss/functional/themes/light-tritanopia.scss +0 -414
- package/dist/scss/functional/themes/light.scss +0 -414
- package/dist/scss/functional/typography/typography.scss +0 -45
- package/tokens-next-private/figma/dimension/dimension.json +0 -1068
- package/tokens-next-private/figma/figma.json +0 -116
- package/tokens-next-private/figma/scales/dark-dimmed.json +0 -1398
- package/tokens-next-private/figma/scales/dark-high-constrast.json +0 -1398
- package/tokens-next-private/figma/scales/dark.json +0 -1398
- package/tokens-next-private/figma/scales/light-high-constrast.json +0 -1398
- package/tokens-next-private/figma/scales/light.json +0 -1398
- package/tokens-next-private/figma/shadows/dark-colorblind.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-dimmed.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-high-contrast.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-tritanopia.json +0 -1152
- package/tokens-next-private/figma/shadows/dark.json +0 -1152
- package/tokens-next-private/figma/shadows/light-colorblind.json +0 -1052
- package/tokens-next-private/figma/shadows/light-high-contrast.json +0 -1052
- package/tokens-next-private/figma/shadows/light-tritanopia.json +0 -1052
- package/tokens-next-private/figma/shadows/light.json +0 -1052
- package/tokens-next-private/figma/themes/dark-colorblind.json +0 -7759
- package/tokens-next-private/figma/themes/dark-dimmed.json +0 -7757
- package/tokens-next-private/figma/themes/dark-high-contrast.json +0 -7766
- package/tokens-next-private/figma/themes/dark-tritanopia.json +0 -7760
- package/tokens-next-private/figma/themes/dark.json +0 -7759
- package/tokens-next-private/figma/themes/light-colorblind.json +0 -7636
- package/tokens-next-private/figma/themes/light-high-contrast.json +0 -7634
- package/tokens-next-private/figma/themes/light-tritanopia.json +0 -7630
- package/tokens-next-private/figma/themes/light.json +0 -7629
- package/tokens-next-private/scss/base/size/size.scss +0 -17
- package/tokens-next-private/scss/base/typography/typography.scss +0 -4
- package/tokens-next-private/scss/functional/motion/motion.scss +0 -3
- package/tokens-next-private/scss/functional/size/border.scss +0 -12
- package/tokens-next-private/scss/functional/size/breakpoints.scss +0 -6
- package/tokens-next-private/scss/functional/size/size-coarse.scss +0 -3
- package/tokens-next-private/scss/functional/size/size-fine.scss +0 -3
- package/tokens-next-private/scss/functional/size/size.scss +0 -72
- package/tokens-next-private/scss/functional/size/viewport.scss +0 -6
- package/tokens-next-private/scss/functional/themes/dark-colorblind.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-dimmed.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-high-contrast.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-tritanopia.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-colorblind.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-high-contrast.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-tritanopia.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light.scss +0 -414
- package/tokens-next-private/scss/functional/typography/typography.scss +0 -45
|
@@ -573,6 +573,121 @@
|
|
|
573
573
|
--underlineNav-borderColor-hover: #bdc4cc;
|
|
574
574
|
--underlineNav-iconColor-rest: #f0f3f6;
|
|
575
575
|
--selection-bgColor: #409effb3;
|
|
576
|
+
--card-bgColor: #272b33;
|
|
577
|
+
--label-green-bgColor-rest: #122117;
|
|
578
|
+
--label-green-bgColor-hover: #182f1f;
|
|
579
|
+
--label-green-bgColor-active: #214529;
|
|
580
|
+
--label-green-fgColor-rest: #41b445;
|
|
581
|
+
--label-green-fgColor-hover: #46c144;
|
|
582
|
+
--label-green-fgColor-active: #75d36f;
|
|
583
|
+
--label-orange-bgColor-rest: #311708;
|
|
584
|
+
--label-orange-bgColor-hover: #43200a;
|
|
585
|
+
--label-orange-bgColor-active: #632f0d;
|
|
586
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
587
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
588
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
589
|
+
--label-purple-bgColor-rest: #211047;
|
|
590
|
+
--label-purple-bgColor-hover: #31146b;
|
|
591
|
+
--label-purple-bgColor-active: #481a9e;
|
|
592
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
593
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
594
|
+
--label-purple-fgColor-active: #d2affd;
|
|
595
|
+
--label-red-bgColor-rest: #3c0614;
|
|
596
|
+
--label-red-bgColor-hover: #58091a;
|
|
597
|
+
--label-red-bgColor-active: #790c20;
|
|
598
|
+
--label-red-fgColor-rest: #f27d83;
|
|
599
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
600
|
+
--label-red-fgColor-active: #f7adab;
|
|
601
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
602
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
603
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
604
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
605
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
606
|
+
--label-yellow-fgColor-active: #edb431;
|
|
607
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
608
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
609
|
+
--label-gray-bgColor-active: #393d41;
|
|
610
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
611
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
612
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
613
|
+
--label-auburn-bgColor-rest: #271817;
|
|
614
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
615
|
+
--label-auburn-bgColor-active: #543331;
|
|
616
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
617
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
618
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
619
|
+
--label-brown-bgColor-rest: #241c14;
|
|
620
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
621
|
+
--label-brown-bgColor-active: #483a28;
|
|
622
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
623
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
624
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
625
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
626
|
+
--label-lemon-bgColor-hover: #372901;
|
|
627
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
628
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
629
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
630
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
631
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
632
|
+
--label-olive-bgColor-hover: #252d10;
|
|
633
|
+
--label-olive-bgColor-active: #374115;
|
|
634
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
635
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
636
|
+
--label-olive-fgColor-active: #cbc025;
|
|
637
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
638
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
639
|
+
--label-lime-bgColor-active: #2c441d;
|
|
640
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
641
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
642
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
643
|
+
--label-pine-bgColor-rest: #082119;
|
|
644
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
645
|
+
--label-pine-bgColor-active: #0e4430;
|
|
646
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
647
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
648
|
+
--label-pine-fgColor-active: #1bda81;
|
|
649
|
+
--label-teal-bgColor-rest: #041f25;
|
|
650
|
+
--label-teal-bgColor-hover: #073036;
|
|
651
|
+
--label-teal-bgColor-active: #0a464d;
|
|
652
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
653
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
654
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
655
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
656
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
657
|
+
--label-cyan-bgColor-active: #014156;
|
|
658
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
659
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
660
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
661
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
662
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
663
|
+
--label-indigo-bgColor-active: #312c90;
|
|
664
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
665
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
666
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
667
|
+
--label-blue-bgColor-rest: #001a47;
|
|
668
|
+
--label-blue-bgColor-hover: #002766;
|
|
669
|
+
--label-blue-bgColor-active: #00378a;
|
|
670
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
671
|
+
--label-blue-fgColor-hover: #61adff;
|
|
672
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
673
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
674
|
+
--label-plum-bgColor-hover: #40125e;
|
|
675
|
+
--label-plum-bgColor-active: #5c1688;
|
|
676
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
677
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
678
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
679
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
680
|
+
--label-pink-bgColor-hover: #451c35;
|
|
681
|
+
--label-pink-bgColor-active: #65244a;
|
|
682
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
683
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
684
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
685
|
+
--label-coral-bgColor-rest: #351008;
|
|
686
|
+
--label-coral-bgColor-hover: #51180b;
|
|
687
|
+
--label-coral-bgColor-active: #72220d;
|
|
688
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
689
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
690
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
576
691
|
--fgColor-default: #fbfcfd;
|
|
577
692
|
--fgColor-muted: #f0f3f6;
|
|
578
693
|
--fgColor-onEmphasis: #0a0c10;
|
|
@@ -589,6 +704,7 @@
|
|
|
589
704
|
--fgColor-open: #28d751;
|
|
590
705
|
--fgColor-closed: #ff8080;
|
|
591
706
|
--fgColor-done: #bf8fff;
|
|
707
|
+
--fgColor-upsell: #bf8fff;
|
|
592
708
|
--fgColor-sponsors: #f87cbd;
|
|
593
709
|
--bgColor-default: #0a0c10;
|
|
594
710
|
--bgColor-muted: #272b33;
|
|
@@ -617,6 +733,8 @@
|
|
|
617
733
|
--bgColor-closed-emphasis: #ff6a69;
|
|
618
734
|
--bgColor-done-muted: #bf8fff26;
|
|
619
735
|
--bgColor-done-emphasis: #b87fff;
|
|
736
|
+
--bgColor-upsell-muted: #bf8fff26;
|
|
737
|
+
--bgColor-upsell-emphasis: #b87fff;
|
|
620
738
|
--bgColor-sponsors-muted: #f87cbd1a;
|
|
621
739
|
--bgColor-sponsors-emphasis: #ef6eb1;
|
|
622
740
|
--borderColor-default: #7a828e;
|
|
@@ -642,6 +760,8 @@
|
|
|
642
760
|
--borderColor-closed-emphasis: #ff6a69;
|
|
643
761
|
--borderColor-done-muted: #bf8fff;
|
|
644
762
|
--borderColor-done-emphasis: #b87fff;
|
|
763
|
+
--borderColor-upsell-muted: #bf8fff66;
|
|
764
|
+
--borderColor-upsell-emphasis: #b87fff;
|
|
645
765
|
--borderColor-sponsors-muted: #f87cbd;
|
|
646
766
|
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
647
767
|
--color-ansi-black: #7a828e;
|
|
@@ -1276,6 +1396,121 @@
|
|
|
1276
1396
|
--underlineNav-borderColor-hover: #bdc4cc;
|
|
1277
1397
|
--underlineNav-iconColor-rest: #f0f3f6;
|
|
1278
1398
|
--selection-bgColor: #409effb3;
|
|
1399
|
+
--card-bgColor: #272b33;
|
|
1400
|
+
--label-green-bgColor-rest: #122117;
|
|
1401
|
+
--label-green-bgColor-hover: #182f1f;
|
|
1402
|
+
--label-green-bgColor-active: #214529;
|
|
1403
|
+
--label-green-fgColor-rest: #41b445;
|
|
1404
|
+
--label-green-fgColor-hover: #46c144;
|
|
1405
|
+
--label-green-fgColor-active: #75d36f;
|
|
1406
|
+
--label-orange-bgColor-rest: #311708;
|
|
1407
|
+
--label-orange-bgColor-hover: #43200a;
|
|
1408
|
+
--label-orange-bgColor-active: #632f0d;
|
|
1409
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
1410
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
1411
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
1412
|
+
--label-purple-bgColor-rest: #211047;
|
|
1413
|
+
--label-purple-bgColor-hover: #31146b;
|
|
1414
|
+
--label-purple-bgColor-active: #481a9e;
|
|
1415
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
1416
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
1417
|
+
--label-purple-fgColor-active: #d2affd;
|
|
1418
|
+
--label-red-bgColor-rest: #3c0614;
|
|
1419
|
+
--label-red-bgColor-hover: #58091a;
|
|
1420
|
+
--label-red-bgColor-active: #790c20;
|
|
1421
|
+
--label-red-fgColor-rest: #f27d83;
|
|
1422
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
1423
|
+
--label-red-fgColor-active: #f7adab;
|
|
1424
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
1425
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
1426
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
1427
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
1428
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
1429
|
+
--label-yellow-fgColor-active: #edb431;
|
|
1430
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
1431
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
1432
|
+
--label-gray-bgColor-active: #393d41;
|
|
1433
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
1434
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
1435
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
1436
|
+
--label-auburn-bgColor-rest: #271817;
|
|
1437
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
1438
|
+
--label-auburn-bgColor-active: #543331;
|
|
1439
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
1440
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
1441
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
1442
|
+
--label-brown-bgColor-rest: #241c14;
|
|
1443
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
1444
|
+
--label-brown-bgColor-active: #483a28;
|
|
1445
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
1446
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
1447
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
1448
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
1449
|
+
--label-lemon-bgColor-hover: #372901;
|
|
1450
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
1451
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
1452
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
1453
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
1454
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
1455
|
+
--label-olive-bgColor-hover: #252d10;
|
|
1456
|
+
--label-olive-bgColor-active: #374115;
|
|
1457
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
1458
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
1459
|
+
--label-olive-fgColor-active: #cbc025;
|
|
1460
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
1461
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
1462
|
+
--label-lime-bgColor-active: #2c441d;
|
|
1463
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
1464
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
1465
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
1466
|
+
--label-pine-bgColor-rest: #082119;
|
|
1467
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
1468
|
+
--label-pine-bgColor-active: #0e4430;
|
|
1469
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
1470
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
1471
|
+
--label-pine-fgColor-active: #1bda81;
|
|
1472
|
+
--label-teal-bgColor-rest: #041f25;
|
|
1473
|
+
--label-teal-bgColor-hover: #073036;
|
|
1474
|
+
--label-teal-bgColor-active: #0a464d;
|
|
1475
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
1476
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
1477
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
1478
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
1479
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
1480
|
+
--label-cyan-bgColor-active: #014156;
|
|
1481
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
1482
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
1483
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
1484
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
1485
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
1486
|
+
--label-indigo-bgColor-active: #312c90;
|
|
1487
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
1488
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
1489
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
1490
|
+
--label-blue-bgColor-rest: #001a47;
|
|
1491
|
+
--label-blue-bgColor-hover: #002766;
|
|
1492
|
+
--label-blue-bgColor-active: #00378a;
|
|
1493
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
1494
|
+
--label-blue-fgColor-hover: #61adff;
|
|
1495
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
1496
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
1497
|
+
--label-plum-bgColor-hover: #40125e;
|
|
1498
|
+
--label-plum-bgColor-active: #5c1688;
|
|
1499
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
1500
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
1501
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
1502
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
1503
|
+
--label-pink-bgColor-hover: #451c35;
|
|
1504
|
+
--label-pink-bgColor-active: #65244a;
|
|
1505
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
1506
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
1507
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
1508
|
+
--label-coral-bgColor-rest: #351008;
|
|
1509
|
+
--label-coral-bgColor-hover: #51180b;
|
|
1510
|
+
--label-coral-bgColor-active: #72220d;
|
|
1511
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
1512
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
1513
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
1279
1514
|
--fgColor-default: #fbfcfd;
|
|
1280
1515
|
--fgColor-muted: #f0f3f6;
|
|
1281
1516
|
--fgColor-onEmphasis: #0a0c10;
|
|
@@ -1292,6 +1527,7 @@
|
|
|
1292
1527
|
--fgColor-open: #28d751;
|
|
1293
1528
|
--fgColor-closed: #ff8080;
|
|
1294
1529
|
--fgColor-done: #bf8fff;
|
|
1530
|
+
--fgColor-upsell: #bf8fff;
|
|
1295
1531
|
--fgColor-sponsors: #f87cbd;
|
|
1296
1532
|
--bgColor-default: #0a0c10;
|
|
1297
1533
|
--bgColor-muted: #272b33;
|
|
@@ -1320,6 +1556,8 @@
|
|
|
1320
1556
|
--bgColor-closed-emphasis: #ff6a69;
|
|
1321
1557
|
--bgColor-done-muted: #bf8fff26;
|
|
1322
1558
|
--bgColor-done-emphasis: #b87fff;
|
|
1559
|
+
--bgColor-upsell-muted: #bf8fff26;
|
|
1560
|
+
--bgColor-upsell-emphasis: #b87fff;
|
|
1323
1561
|
--bgColor-sponsors-muted: #f87cbd1a;
|
|
1324
1562
|
--bgColor-sponsors-emphasis: #ef6eb1;
|
|
1325
1563
|
--borderColor-default: #7a828e;
|
|
@@ -1345,6 +1583,8 @@
|
|
|
1345
1583
|
--borderColor-closed-emphasis: #ff6a69;
|
|
1346
1584
|
--borderColor-done-muted: #bf8fff;
|
|
1347
1585
|
--borderColor-done-emphasis: #b87fff;
|
|
1586
|
+
--borderColor-upsell-muted: #bf8fff66;
|
|
1587
|
+
--borderColor-upsell-emphasis: #b87fff;
|
|
1348
1588
|
--borderColor-sponsors-muted: #f87cbd;
|
|
1349
1589
|
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
1350
1590
|
--color-ansi-black: #7a828e;
|
|
@@ -573,6 +573,121 @@
|
|
|
573
573
|
--underlineNav-borderColor-hover: #6e768166;
|
|
574
574
|
--underlineNav-iconColor-rest: #848d97;
|
|
575
575
|
--selection-bgColor: #1f6febb3;
|
|
576
|
+
--card-bgColor: #161b22;
|
|
577
|
+
--label-green-bgColor-rest: #122117;
|
|
578
|
+
--label-green-bgColor-hover: #182f1f;
|
|
579
|
+
--label-green-bgColor-active: #214529;
|
|
580
|
+
--label-green-fgColor-rest: #41b445;
|
|
581
|
+
--label-green-fgColor-hover: #46c144;
|
|
582
|
+
--label-green-fgColor-active: #75d36f;
|
|
583
|
+
--label-orange-bgColor-rest: #311708;
|
|
584
|
+
--label-orange-bgColor-hover: #43200a;
|
|
585
|
+
--label-orange-bgColor-active: #632f0d;
|
|
586
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
587
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
588
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
589
|
+
--label-purple-bgColor-rest: #211047;
|
|
590
|
+
--label-purple-bgColor-hover: #31146b;
|
|
591
|
+
--label-purple-bgColor-active: #481a9e;
|
|
592
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
593
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
594
|
+
--label-purple-fgColor-active: #d2affd;
|
|
595
|
+
--label-red-bgColor-rest: #3c0614;
|
|
596
|
+
--label-red-bgColor-hover: #58091a;
|
|
597
|
+
--label-red-bgColor-active: #790c20;
|
|
598
|
+
--label-red-fgColor-rest: #f27d83;
|
|
599
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
600
|
+
--label-red-fgColor-active: #f7adab;
|
|
601
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
602
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
603
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
604
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
605
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
606
|
+
--label-yellow-fgColor-active: #edb431;
|
|
607
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
608
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
609
|
+
--label-gray-bgColor-active: #393d41;
|
|
610
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
611
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
612
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
613
|
+
--label-auburn-bgColor-rest: #271817;
|
|
614
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
615
|
+
--label-auburn-bgColor-active: #543331;
|
|
616
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
617
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
618
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
619
|
+
--label-brown-bgColor-rest: #241c14;
|
|
620
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
621
|
+
--label-brown-bgColor-active: #483a28;
|
|
622
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
623
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
624
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
625
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
626
|
+
--label-lemon-bgColor-hover: #372901;
|
|
627
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
628
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
629
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
630
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
631
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
632
|
+
--label-olive-bgColor-hover: #252d10;
|
|
633
|
+
--label-olive-bgColor-active: #374115;
|
|
634
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
635
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
636
|
+
--label-olive-fgColor-active: #cbc025;
|
|
637
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
638
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
639
|
+
--label-lime-bgColor-active: #2c441d;
|
|
640
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
641
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
642
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
643
|
+
--label-pine-bgColor-rest: #082119;
|
|
644
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
645
|
+
--label-pine-bgColor-active: #0e4430;
|
|
646
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
647
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
648
|
+
--label-pine-fgColor-active: #1bda81;
|
|
649
|
+
--label-teal-bgColor-rest: #041f25;
|
|
650
|
+
--label-teal-bgColor-hover: #073036;
|
|
651
|
+
--label-teal-bgColor-active: #0a464d;
|
|
652
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
653
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
654
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
655
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
656
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
657
|
+
--label-cyan-bgColor-active: #014156;
|
|
658
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
659
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
660
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
661
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
662
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
663
|
+
--label-indigo-bgColor-active: #312c90;
|
|
664
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
665
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
666
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
667
|
+
--label-blue-bgColor-rest: #001a47;
|
|
668
|
+
--label-blue-bgColor-hover: #002766;
|
|
669
|
+
--label-blue-bgColor-active: #00378a;
|
|
670
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
671
|
+
--label-blue-fgColor-hover: #61adff;
|
|
672
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
673
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
674
|
+
--label-plum-bgColor-hover: #40125e;
|
|
675
|
+
--label-plum-bgColor-active: #5c1688;
|
|
676
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
677
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
678
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
679
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
680
|
+
--label-pink-bgColor-hover: #451c35;
|
|
681
|
+
--label-pink-bgColor-active: #65244a;
|
|
682
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
683
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
684
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
685
|
+
--label-coral-bgColor-rest: #351008;
|
|
686
|
+
--label-coral-bgColor-hover: #51180b;
|
|
687
|
+
--label-coral-bgColor-active: #72220d;
|
|
688
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
689
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
690
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
576
691
|
--fgColor-default: #e6edf3;
|
|
577
692
|
--fgColor-muted: #848d97;
|
|
578
693
|
--fgColor-onEmphasis: #ffffff;
|
|
@@ -589,6 +704,7 @@
|
|
|
589
704
|
--fgColor-open: #f85149;
|
|
590
705
|
--fgColor-closed: #6e7681;
|
|
591
706
|
--fgColor-done: #a371f7;
|
|
707
|
+
--fgColor-upsell: #a371f7;
|
|
592
708
|
--fgColor-sponsors: #db61a2;
|
|
593
709
|
--bgColor-default: #0d1117;
|
|
594
710
|
--bgColor-muted: #161b22;
|
|
@@ -617,6 +733,8 @@
|
|
|
617
733
|
--bgColor-closed-emphasis: #484f58;
|
|
618
734
|
--bgColor-done-muted: #a371f726;
|
|
619
735
|
--bgColor-done-emphasis: #8957e5;
|
|
736
|
+
--bgColor-upsell-muted: #a371f726;
|
|
737
|
+
--bgColor-upsell-emphasis: #8957e5;
|
|
620
738
|
--bgColor-sponsors-muted: #db61a21a;
|
|
621
739
|
--bgColor-sponsors-emphasis: #bf4b8a;
|
|
622
740
|
--borderColor-default: #30363d;
|
|
@@ -642,6 +760,8 @@
|
|
|
642
760
|
--borderColor-closed-emphasis: #484f58;
|
|
643
761
|
--borderColor-done-muted: #a371f766;
|
|
644
762
|
--borderColor-done-emphasis: #8957e5;
|
|
763
|
+
--borderColor-upsell-muted: #a371f766;
|
|
764
|
+
--borderColor-upsell-emphasis: #8957e5;
|
|
645
765
|
--borderColor-sponsors-muted: #db61a266;
|
|
646
766
|
--borderColor-sponsors-emphasis: #bf4b8a;
|
|
647
767
|
--color-ansi-black: #484f58;
|
|
@@ -1276,6 +1396,121 @@
|
|
|
1276
1396
|
--underlineNav-borderColor-hover: #6e768166;
|
|
1277
1397
|
--underlineNav-iconColor-rest: #848d97;
|
|
1278
1398
|
--selection-bgColor: #1f6febb3;
|
|
1399
|
+
--card-bgColor: #161b22;
|
|
1400
|
+
--label-green-bgColor-rest: #122117;
|
|
1401
|
+
--label-green-bgColor-hover: #182f1f;
|
|
1402
|
+
--label-green-bgColor-active: #214529;
|
|
1403
|
+
--label-green-fgColor-rest: #41b445;
|
|
1404
|
+
--label-green-fgColor-hover: #46c144;
|
|
1405
|
+
--label-green-fgColor-active: #75d36f;
|
|
1406
|
+
--label-orange-bgColor-rest: #311708;
|
|
1407
|
+
--label-orange-bgColor-hover: #43200a;
|
|
1408
|
+
--label-orange-bgColor-active: #632f0d;
|
|
1409
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
1410
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
1411
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
1412
|
+
--label-purple-bgColor-rest: #211047;
|
|
1413
|
+
--label-purple-bgColor-hover: #31146b;
|
|
1414
|
+
--label-purple-bgColor-active: #481a9e;
|
|
1415
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
1416
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
1417
|
+
--label-purple-fgColor-active: #d2affd;
|
|
1418
|
+
--label-red-bgColor-rest: #3c0614;
|
|
1419
|
+
--label-red-bgColor-hover: #58091a;
|
|
1420
|
+
--label-red-bgColor-active: #790c20;
|
|
1421
|
+
--label-red-fgColor-rest: #f27d83;
|
|
1422
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
1423
|
+
--label-red-fgColor-active: #f7adab;
|
|
1424
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
1425
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
1426
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
1427
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
1428
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
1429
|
+
--label-yellow-fgColor-active: #edb431;
|
|
1430
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
1431
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
1432
|
+
--label-gray-bgColor-active: #393d41;
|
|
1433
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
1434
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
1435
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
1436
|
+
--label-auburn-bgColor-rest: #271817;
|
|
1437
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
1438
|
+
--label-auburn-bgColor-active: #543331;
|
|
1439
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
1440
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
1441
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
1442
|
+
--label-brown-bgColor-rest: #241c14;
|
|
1443
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
1444
|
+
--label-brown-bgColor-active: #483a28;
|
|
1445
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
1446
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
1447
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
1448
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
1449
|
+
--label-lemon-bgColor-hover: #372901;
|
|
1450
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
1451
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
1452
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
1453
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
1454
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
1455
|
+
--label-olive-bgColor-hover: #252d10;
|
|
1456
|
+
--label-olive-bgColor-active: #374115;
|
|
1457
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
1458
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
1459
|
+
--label-olive-fgColor-active: #cbc025;
|
|
1460
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
1461
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
1462
|
+
--label-lime-bgColor-active: #2c441d;
|
|
1463
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
1464
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
1465
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
1466
|
+
--label-pine-bgColor-rest: #082119;
|
|
1467
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
1468
|
+
--label-pine-bgColor-active: #0e4430;
|
|
1469
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
1470
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
1471
|
+
--label-pine-fgColor-active: #1bda81;
|
|
1472
|
+
--label-teal-bgColor-rest: #041f25;
|
|
1473
|
+
--label-teal-bgColor-hover: #073036;
|
|
1474
|
+
--label-teal-bgColor-active: #0a464d;
|
|
1475
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
1476
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
1477
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
1478
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
1479
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
1480
|
+
--label-cyan-bgColor-active: #014156;
|
|
1481
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
1482
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
1483
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
1484
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
1485
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
1486
|
+
--label-indigo-bgColor-active: #312c90;
|
|
1487
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
1488
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
1489
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
1490
|
+
--label-blue-bgColor-rest: #001a47;
|
|
1491
|
+
--label-blue-bgColor-hover: #002766;
|
|
1492
|
+
--label-blue-bgColor-active: #00378a;
|
|
1493
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
1494
|
+
--label-blue-fgColor-hover: #61adff;
|
|
1495
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
1496
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
1497
|
+
--label-plum-bgColor-hover: #40125e;
|
|
1498
|
+
--label-plum-bgColor-active: #5c1688;
|
|
1499
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
1500
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
1501
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
1502
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
1503
|
+
--label-pink-bgColor-hover: #451c35;
|
|
1504
|
+
--label-pink-bgColor-active: #65244a;
|
|
1505
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
1506
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
1507
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
1508
|
+
--label-coral-bgColor-rest: #351008;
|
|
1509
|
+
--label-coral-bgColor-hover: #51180b;
|
|
1510
|
+
--label-coral-bgColor-active: #72220d;
|
|
1511
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
1512
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
1513
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
1279
1514
|
--fgColor-default: #e6edf3;
|
|
1280
1515
|
--fgColor-muted: #848d97;
|
|
1281
1516
|
--fgColor-onEmphasis: #ffffff;
|
|
@@ -1292,6 +1527,7 @@
|
|
|
1292
1527
|
--fgColor-open: #f85149;
|
|
1293
1528
|
--fgColor-closed: #6e7681;
|
|
1294
1529
|
--fgColor-done: #a371f7;
|
|
1530
|
+
--fgColor-upsell: #a371f7;
|
|
1295
1531
|
--fgColor-sponsors: #db61a2;
|
|
1296
1532
|
--bgColor-default: #0d1117;
|
|
1297
1533
|
--bgColor-muted: #161b22;
|
|
@@ -1320,6 +1556,8 @@
|
|
|
1320
1556
|
--bgColor-closed-emphasis: #484f58;
|
|
1321
1557
|
--bgColor-done-muted: #a371f726;
|
|
1322
1558
|
--bgColor-done-emphasis: #8957e5;
|
|
1559
|
+
--bgColor-upsell-muted: #a371f726;
|
|
1560
|
+
--bgColor-upsell-emphasis: #8957e5;
|
|
1323
1561
|
--bgColor-sponsors-muted: #db61a21a;
|
|
1324
1562
|
--bgColor-sponsors-emphasis: #bf4b8a;
|
|
1325
1563
|
--borderColor-default: #30363d;
|
|
@@ -1345,6 +1583,8 @@
|
|
|
1345
1583
|
--borderColor-closed-emphasis: #484f58;
|
|
1346
1584
|
--borderColor-done-muted: #a371f766;
|
|
1347
1585
|
--borderColor-done-emphasis: #8957e5;
|
|
1586
|
+
--borderColor-upsell-muted: #a371f766;
|
|
1587
|
+
--borderColor-upsell-emphasis: #8957e5;
|
|
1348
1588
|
--borderColor-sponsors-muted: #db61a266;
|
|
1349
1589
|
--borderColor-sponsors-emphasis: #bf4b8a;
|
|
1350
1590
|
--color-ansi-black: #484f58;
|