@primer/primitives 11.6.1-rc.0b7e3805 → 11.7.0-rc.9e55ef3b
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/DESIGN_TOKENS_SPEC.md +1 -1
- package/dist/css/functional/size/size.css +0 -5
- package/dist/css/functional/themes/light-high-contrast.css +28 -28
- package/dist/css/functional/typography/typography.css +0 -1
- package/dist/docs/functional/size/size.json +0 -135
- package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +6 -6
- package/dist/docs/functional/themes/dark-colorblind.json +6 -6
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +6 -6
- package/dist/docs/functional/themes/dark-dimmed.json +6 -6
- package/dist/docs/functional/themes/dark-high-contrast.json +6 -6
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +6 -6
- package/dist/docs/functional/themes/dark-tritanopia.json +6 -6
- package/dist/docs/functional/themes/dark.json +6 -6
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +6 -6
- package/dist/docs/functional/themes/light-colorblind.json +6 -6
- package/dist/docs/functional/themes/light-high-contrast.json +31 -31
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +6 -6
- package/dist/docs/functional/themes/light-tritanopia.json +6 -6
- package/dist/docs/functional/themes/light.json +6 -6
- package/dist/docs/functional/typography/typography.json +0 -35
- package/dist/fallbacks/functional/size/size.json +0 -5
- package/dist/fallbacks/functional/typography/typography.json +0 -1
- package/dist/figma/dimension/dimension.json +0 -55
- package/dist/figma/themes/light-high-contrast.json +42 -45
- package/dist/figma/typography/typography.json +0 -7
- package/dist/internalCss/light-high-contrast.css +28 -28
- package/dist/styleLint/functional/size/size.json +0 -135
- package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +6 -6
- package/dist/styleLint/functional/themes/dark-colorblind.json +6 -6
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +6 -6
- package/dist/styleLint/functional/themes/dark-dimmed.json +6 -6
- package/dist/styleLint/functional/themes/dark-high-contrast.json +6 -6
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +6 -6
- package/dist/styleLint/functional/themes/dark-tritanopia.json +6 -6
- package/dist/styleLint/functional/themes/dark.json +6 -6
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +6 -6
- package/dist/styleLint/functional/themes/light-colorblind.json +6 -6
- package/dist/styleLint/functional/themes/light-high-contrast.json +31 -31
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +6 -6
- package/dist/styleLint/functional/themes/light-tritanopia.json +6 -6
- package/dist/styleLint/functional/themes/light.json +6 -6
- package/dist/styleLint/functional/typography/typography.json +0 -35
- package/package.json +1 -1
- package/src/tokens/functional/color/fgColor.json5 +3 -3
- package/src/tokens/functional/size/size.json5 +0 -50
- package/src/tokens/functional/typography/typography.json5 +0 -14
package/DESIGN_TOKENS_SPEC.md
CHANGED
|
@@ -233,7 +233,7 @@ Tokens for interactive controls like buttons, inputs, and selects.
|
|
|
233
233
|
**Scale:** Use xsmall/small for dense layouts, medium for default UI, large/xlarge for prominent CTAs.
|
|
234
234
|
|
|
235
235
|
**Size patterns:**
|
|
236
|
-
- `control-[xsmall, small, medium, large, xlarge]-[gap,
|
|
236
|
+
- `control-[xsmall, small, medium, large, xlarge]-[gap, paddingBlock, paddingInline-condensed, paddingInline-normal, paddingInline-spacious, size]`
|
|
237
237
|
|
|
238
238
|
**State variants:**
|
|
239
239
|
- `control-checked-[bgColor-active, bgColor-disabled, bgColor-hover, bgColor-rest, borderColor-active, borderColor-disabled, borderColor-hover, borderColor-rest, fgColor-disabled, fgColor-rest]`
|
|
@@ -15,13 +15,11 @@
|
|
|
15
15
|
--overlay-width-xsmall: 12rem;
|
|
16
16
|
--spinner-strokeWidth-default: 0.125rem;
|
|
17
17
|
--control-large-gap: 0.5rem;
|
|
18
|
-
--control-large-lineBoxHeight: 1.25rem;
|
|
19
18
|
--control-large-paddingInline-condensed: 0.5rem;
|
|
20
19
|
--control-large-paddingInline-normal: 0.75rem;
|
|
21
20
|
--control-large-paddingInline-spacious: 1rem;
|
|
22
21
|
--control-large-size: 2.5rem;
|
|
23
22
|
--control-medium-gap: 0.5rem;
|
|
24
|
-
--control-medium-lineBoxHeight: 1.25rem;
|
|
25
23
|
--control-medium-paddingInline-condensed: 0.5rem;
|
|
26
24
|
--control-medium-paddingInline-normal: 0.75rem;
|
|
27
25
|
--control-medium-paddingInline-spacious: 1rem;
|
|
@@ -29,20 +27,17 @@
|
|
|
29
27
|
--control-minTarget-coarse: 2.75rem;
|
|
30
28
|
--control-minTarget-fine: 1rem;
|
|
31
29
|
--control-small-gap: 0.25rem;
|
|
32
|
-
--control-small-lineBoxHeight: 1.25rem;
|
|
33
30
|
--control-small-paddingBlock: 0.25rem;
|
|
34
31
|
--control-small-paddingInline-condensed: 0.5rem;
|
|
35
32
|
--control-small-paddingInline-normal: 0.75rem;
|
|
36
33
|
--control-small-paddingInline-spacious: 1rem;
|
|
37
34
|
--control-small-size: 1.75rem;
|
|
38
35
|
--control-xlarge-gap: 0.5rem;
|
|
39
|
-
--control-xlarge-lineBoxHeight: 1.25rem;
|
|
40
36
|
--control-xlarge-paddingInline-condensed: 0.5rem;
|
|
41
37
|
--control-xlarge-paddingInline-normal: 0.75rem;
|
|
42
38
|
--control-xlarge-paddingInline-spacious: 1rem;
|
|
43
39
|
--control-xlarge-size: 3rem;
|
|
44
40
|
--control-xsmall-gap: 0.25rem;
|
|
45
|
-
--control-xsmall-lineBoxHeight: 1.25rem;
|
|
46
41
|
--control-xsmall-paddingInline-condensed: 0.25rem;
|
|
47
42
|
--control-xsmall-paddingInline-normal: 0.5rem;
|
|
48
43
|
--control-xsmall-paddingInline-spacious: 0.75rem;
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
--control-checked-borderColor-active: #033f9d;
|
|
17
17
|
--control-checked-borderColor-hover: #0344a8;
|
|
18
18
|
--control-danger-bgColor-active: #8c0b1d;
|
|
19
|
+
--fgColor-danger: #960d1e; /** Danger text for errors and destructive actions */
|
|
20
|
+
--fgColor-done: #5e2bb4; /** Text color for completed/done state indicators */
|
|
21
|
+
--fgColor-success: #04591f; /** Success text for positive feedback and completed states */
|
|
19
22
|
--reactionButton-selected-bgColor-hover: #c7e9ff;
|
|
20
23
|
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
21
24
|
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
@@ -62,6 +65,8 @@
|
|
|
62
65
|
--borderColor-transparent: #ffffff00; /** Fully transparent border */
|
|
63
66
|
--button-danger-bgColor-active: #86061d;
|
|
64
67
|
--button-danger-borderColor-hover: #6e011a;
|
|
68
|
+
--button-danger-fgColor-disabled: #960d1e80;
|
|
69
|
+
--button-danger-fgColor-rest: var(--fgColor-danger);
|
|
65
70
|
--button-danger-shadow-selected: inset 0 1px 0 0 #43001133;
|
|
66
71
|
--button-inactive-fgColor: #454c54;
|
|
67
72
|
--button-invisible-bgColor-disabled: #ffffff00;
|
|
@@ -74,6 +79,8 @@
|
|
|
74
79
|
--button-primary-borderColor-rest: #013d14;
|
|
75
80
|
--button-primary-shadow-selected: inset 0 1px 0 0 #00230b4d;
|
|
76
81
|
--button-star-iconColor: #d5a824;
|
|
82
|
+
--buttonCounter-danger-fgColor-disabled: #960d1e80;
|
|
83
|
+
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
77
84
|
--buttonCounter-default-bgColor-rest: #c8d1da;
|
|
78
85
|
--buttonCounter-outline-fgColor-rest: #023b95;
|
|
79
86
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
@@ -113,6 +120,7 @@
|
|
|
113
120
|
--color-prettylights-syntax-constant-other-reference-link: #032563;
|
|
114
121
|
--color-prettylights-syntax-entity: #512598;
|
|
115
122
|
--color-prettylights-syntax-entity-tag: #023b95;
|
|
123
|
+
--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
|
|
116
124
|
--color-prettylights-syntax-keyword: #a0111f;
|
|
117
125
|
--color-prettylights-syntax-markup-changed-bg: #ffc67b;
|
|
118
126
|
--color-prettylights-syntax-markup-changed-text: #702c00;
|
|
@@ -145,6 +153,7 @@
|
|
|
145
153
|
--control-bgColor-active: #d1d9e0;
|
|
146
154
|
--control-bgColor-hover: #dae0e7;
|
|
147
155
|
--control-bgColor-rest: #e0e6eb;
|
|
156
|
+
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
148
157
|
--control-fgColor-placeholder: #454c54;
|
|
149
158
|
--control-fgColor-rest: #25292e;
|
|
150
159
|
--control-transparent-bgColor-active: #d1d9e0;
|
|
@@ -482,14 +491,14 @@
|
|
|
482
491
|
--display-yellow-scale-9: #422b00;
|
|
483
492
|
--fgColor-accent: #023b95; /** Accent text for links and interactive elements */
|
|
484
493
|
--fgColor-attention: #603700; /** Attention text for warnings and caution states */
|
|
485
|
-
--fgColor-
|
|
494
|
+
--fgColor-closed: var(--fgColor-danger); /** Text color for closed state indicators (issues, PRs) */
|
|
486
495
|
--fgColor-disabled: #59636e; /** Text color for disabled interactive elements */
|
|
487
|
-
--fgColor-done: #512598; /** Text color for completed/done state indicators */
|
|
488
496
|
--fgColor-muted: #454c54; /** Muted text for secondary content and less important information */
|
|
489
497
|
--fgColor-neutral: #393f46; /** Neutral semantic text for icons and secondary elements */
|
|
498
|
+
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
490
499
|
--fgColor-severe: #702c00; /** Severe text for high-priority warnings */
|
|
491
500
|
--fgColor-sponsors: #7d0c57; /** Text color for GitHub Sponsors content */
|
|
492
|
-
--fgColor-
|
|
501
|
+
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
493
502
|
--header-bgColor: #25292e;
|
|
494
503
|
--header-borderColor-divider: #c8d1da;
|
|
495
504
|
--headerSearch-bgColor: #25292e;
|
|
@@ -666,10 +675,10 @@
|
|
|
666
675
|
--button-danger-bgColor-rest: var(--control-bgColor-rest);
|
|
667
676
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
668
677
|
--button-danger-fgColor-active: #ffffff;
|
|
669
|
-
--button-danger-fgColor-disabled: #86061d80;
|
|
670
678
|
--button-danger-fgColor-hover: #ffffff;
|
|
671
|
-
--button-danger-
|
|
679
|
+
--button-danger-iconColor-disabled: var(--button-danger-fgColor-disabled);
|
|
672
680
|
--button-danger-iconColor-hover: #ffffff;
|
|
681
|
+
--button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
|
|
673
682
|
--button-default-bgColor-active: var(--control-bgColor-active);
|
|
674
683
|
--button-default-bgColor-hover: var(--control-bgColor-hover);
|
|
675
684
|
--button-default-bgColor-rest: var(--control-bgColor-rest);
|
|
@@ -697,9 +706,7 @@
|
|
|
697
706
|
--buttonCounter-danger-bgColor-disabled: #a0111f0d;
|
|
698
707
|
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
699
708
|
--buttonCounter-danger-bgColor-rest: #a0111f1a;
|
|
700
|
-
--buttonCounter-danger-fgColor-disabled: #86061d80;
|
|
701
709
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
702
|
-
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
703
710
|
--buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
|
|
704
711
|
--buttonCounter-outline-bgColor-disabled: #0349b40d;
|
|
705
712
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -725,7 +732,6 @@
|
|
|
725
732
|
--codeMirror-syntax-fgColor-comment: #010409;
|
|
726
733
|
--color-ansi-black: #010409;
|
|
727
734
|
--color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);
|
|
728
|
-
--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
|
|
729
735
|
--color-prettylights-syntax-markup-bold: #010409;
|
|
730
736
|
--color-prettylights-syntax-markup-italic: #010409;
|
|
731
737
|
--color-prettylights-syntax-storage-modifier-import: #010409;
|
|
@@ -744,7 +750,6 @@
|
|
|
744
750
|
--control-checked-bgColor-disabled: var(--fgColor-disabled);
|
|
745
751
|
--control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
|
|
746
752
|
--control-danger-bgColor-hover: var(--bgColor-danger-emphasis);
|
|
747
|
-
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
748
753
|
--control-fgColor-disabled: var(--fgColor-disabled);
|
|
749
754
|
--control-iconColor-rest: var(--fgColor-muted);
|
|
750
755
|
--control-transparent-bgColor-disabled: var(--bgColor-disabled);
|
|
@@ -765,14 +770,11 @@
|
|
|
765
770
|
--diffBlob-hunkLine-fgColor: var(--fgColor-muted);
|
|
766
771
|
--diffBlob-hunkNum-bgColor-hover: var(--bgColor-accent-emphasis);
|
|
767
772
|
--fgColor-black: #010409; /** Pure black text */
|
|
768
|
-
--fgColor-closed: var(--fgColor-danger); /** Text color for closed state indicators (issues, PRs) */
|
|
769
773
|
--fgColor-default: #010409; /** Default text color for primary content and headings */
|
|
770
774
|
--fgColor-draft: var(--fgColor-neutral); /** Text color for draft state indicators */
|
|
771
775
|
--fgColor-link: var(--fgColor-accent); /** Text color for hyperlinks */
|
|
772
776
|
--fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
|
|
773
777
|
--fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
|
|
774
|
-
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
775
|
-
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
776
778
|
--fgColor-white: #ffffff; /** Pure white text */
|
|
777
779
|
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
778
780
|
--header-fgColor-default: #ffffffb3;
|
|
@@ -828,8 +830,6 @@
|
|
|
828
830
|
--borderColor-neutral-muted: var(--borderColor-muted); /** Subtle neutral semantic border */
|
|
829
831
|
--button-danger-bgColor-disabled: var(--control-bgColor-disabled);
|
|
830
832
|
--button-danger-borderColor-rest: var(--control-borderColor-rest);
|
|
831
|
-
--button-danger-iconColor-disabled: var(--button-danger-fgColor-disabled);
|
|
832
|
-
--button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
|
|
833
833
|
--button-default-bgColor-disabled: var(--control-bgColor-disabled);
|
|
834
834
|
--button-default-borderColor-active: var(--control-borderColor-rest);
|
|
835
835
|
--button-default-borderColor-disabled: var(--control-borderColor-disabled);
|
|
@@ -918,6 +918,9 @@
|
|
|
918
918
|
--control-checked-borderColor-active: #033f9d;
|
|
919
919
|
--control-checked-borderColor-hover: #0344a8;
|
|
920
920
|
--control-danger-bgColor-active: #8c0b1d;
|
|
921
|
+
--fgColor-danger: #960d1e; /** Danger text for errors and destructive actions */
|
|
922
|
+
--fgColor-done: #5e2bb4; /** Text color for completed/done state indicators */
|
|
923
|
+
--fgColor-success: #04591f; /** Success text for positive feedback and completed states */
|
|
921
924
|
--reactionButton-selected-bgColor-hover: #c7e9ff;
|
|
922
925
|
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
923
926
|
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
@@ -964,6 +967,8 @@
|
|
|
964
967
|
--borderColor-transparent: #ffffff00; /** Fully transparent border */
|
|
965
968
|
--button-danger-bgColor-active: #86061d;
|
|
966
969
|
--button-danger-borderColor-hover: #6e011a;
|
|
970
|
+
--button-danger-fgColor-disabled: #960d1e80;
|
|
971
|
+
--button-danger-fgColor-rest: var(--fgColor-danger);
|
|
967
972
|
--button-danger-shadow-selected: inset 0 1px 0 0 #43001133;
|
|
968
973
|
--button-inactive-fgColor: #454c54;
|
|
969
974
|
--button-invisible-bgColor-disabled: #ffffff00;
|
|
@@ -976,6 +981,8 @@
|
|
|
976
981
|
--button-primary-borderColor-rest: #013d14;
|
|
977
982
|
--button-primary-shadow-selected: inset 0 1px 0 0 #00230b4d;
|
|
978
983
|
--button-star-iconColor: #d5a824;
|
|
984
|
+
--buttonCounter-danger-fgColor-disabled: #960d1e80;
|
|
985
|
+
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
979
986
|
--buttonCounter-default-bgColor-rest: #c8d1da;
|
|
980
987
|
--buttonCounter-outline-fgColor-rest: #023b95;
|
|
981
988
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
@@ -1015,6 +1022,7 @@
|
|
|
1015
1022
|
--color-prettylights-syntax-constant-other-reference-link: #032563;
|
|
1016
1023
|
--color-prettylights-syntax-entity: #512598;
|
|
1017
1024
|
--color-prettylights-syntax-entity-tag: #023b95;
|
|
1025
|
+
--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
|
|
1018
1026
|
--color-prettylights-syntax-keyword: #a0111f;
|
|
1019
1027
|
--color-prettylights-syntax-markup-changed-bg: #ffc67b;
|
|
1020
1028
|
--color-prettylights-syntax-markup-changed-text: #702c00;
|
|
@@ -1047,6 +1055,7 @@
|
|
|
1047
1055
|
--control-bgColor-active: #d1d9e0;
|
|
1048
1056
|
--control-bgColor-hover: #dae0e7;
|
|
1049
1057
|
--control-bgColor-rest: #e0e6eb;
|
|
1058
|
+
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
1050
1059
|
--control-fgColor-placeholder: #454c54;
|
|
1051
1060
|
--control-fgColor-rest: #25292e;
|
|
1052
1061
|
--control-transparent-bgColor-active: #d1d9e0;
|
|
@@ -1384,14 +1393,14 @@
|
|
|
1384
1393
|
--display-yellow-scale-9: #422b00;
|
|
1385
1394
|
--fgColor-accent: #023b95; /** Accent text for links and interactive elements */
|
|
1386
1395
|
--fgColor-attention: #603700; /** Attention text for warnings and caution states */
|
|
1387
|
-
--fgColor-
|
|
1396
|
+
--fgColor-closed: var(--fgColor-danger); /** Text color for closed state indicators (issues, PRs) */
|
|
1388
1397
|
--fgColor-disabled: #59636e; /** Text color for disabled interactive elements */
|
|
1389
|
-
--fgColor-done: #512598; /** Text color for completed/done state indicators */
|
|
1390
1398
|
--fgColor-muted: #454c54; /** Muted text for secondary content and less important information */
|
|
1391
1399
|
--fgColor-neutral: #393f46; /** Neutral semantic text for icons and secondary elements */
|
|
1400
|
+
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1392
1401
|
--fgColor-severe: #702c00; /** Severe text for high-priority warnings */
|
|
1393
1402
|
--fgColor-sponsors: #7d0c57; /** Text color for GitHub Sponsors content */
|
|
1394
|
-
--fgColor-
|
|
1403
|
+
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1395
1404
|
--header-bgColor: #25292e;
|
|
1396
1405
|
--header-borderColor-divider: #c8d1da;
|
|
1397
1406
|
--headerSearch-bgColor: #25292e;
|
|
@@ -1568,10 +1577,10 @@
|
|
|
1568
1577
|
--button-danger-bgColor-rest: var(--control-bgColor-rest);
|
|
1569
1578
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
1570
1579
|
--button-danger-fgColor-active: #ffffff;
|
|
1571
|
-
--button-danger-fgColor-disabled: #86061d80;
|
|
1572
1580
|
--button-danger-fgColor-hover: #ffffff;
|
|
1573
|
-
--button-danger-
|
|
1581
|
+
--button-danger-iconColor-disabled: var(--button-danger-fgColor-disabled);
|
|
1574
1582
|
--button-danger-iconColor-hover: #ffffff;
|
|
1583
|
+
--button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
|
|
1575
1584
|
--button-default-bgColor-active: var(--control-bgColor-active);
|
|
1576
1585
|
--button-default-bgColor-hover: var(--control-bgColor-hover);
|
|
1577
1586
|
--button-default-bgColor-rest: var(--control-bgColor-rest);
|
|
@@ -1599,9 +1608,7 @@
|
|
|
1599
1608
|
--buttonCounter-danger-bgColor-disabled: #a0111f0d;
|
|
1600
1609
|
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
1601
1610
|
--buttonCounter-danger-bgColor-rest: #a0111f1a;
|
|
1602
|
-
--buttonCounter-danger-fgColor-disabled: #86061d80;
|
|
1603
1611
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
1604
|
-
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
1605
1612
|
--buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
|
|
1606
1613
|
--buttonCounter-outline-bgColor-disabled: #0349b40d;
|
|
1607
1614
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -1627,7 +1634,6 @@
|
|
|
1627
1634
|
--codeMirror-syntax-fgColor-comment: #010409;
|
|
1628
1635
|
--color-ansi-black: #010409;
|
|
1629
1636
|
--color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);
|
|
1630
|
-
--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
|
|
1631
1637
|
--color-prettylights-syntax-markup-bold: #010409;
|
|
1632
1638
|
--color-prettylights-syntax-markup-italic: #010409;
|
|
1633
1639
|
--color-prettylights-syntax-storage-modifier-import: #010409;
|
|
@@ -1646,7 +1652,6 @@
|
|
|
1646
1652
|
--control-checked-bgColor-disabled: var(--fgColor-disabled);
|
|
1647
1653
|
--control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
|
|
1648
1654
|
--control-danger-bgColor-hover: var(--bgColor-danger-emphasis);
|
|
1649
|
-
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
1650
1655
|
--control-fgColor-disabled: var(--fgColor-disabled);
|
|
1651
1656
|
--control-iconColor-rest: var(--fgColor-muted);
|
|
1652
1657
|
--control-transparent-bgColor-disabled: var(--bgColor-disabled);
|
|
@@ -1667,14 +1672,11 @@
|
|
|
1667
1672
|
--diffBlob-hunkLine-fgColor: var(--fgColor-muted);
|
|
1668
1673
|
--diffBlob-hunkNum-bgColor-hover: var(--bgColor-accent-emphasis);
|
|
1669
1674
|
--fgColor-black: #010409; /** Pure black text */
|
|
1670
|
-
--fgColor-closed: var(--fgColor-danger); /** Text color for closed state indicators (issues, PRs) */
|
|
1671
1675
|
--fgColor-default: #010409; /** Default text color for primary content and headings */
|
|
1672
1676
|
--fgColor-draft: var(--fgColor-neutral); /** Text color for draft state indicators */
|
|
1673
1677
|
--fgColor-link: var(--fgColor-accent); /** Text color for hyperlinks */
|
|
1674
1678
|
--fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
|
|
1675
1679
|
--fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
|
|
1676
|
-
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1677
|
-
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1678
1680
|
--fgColor-white: #ffffff; /** Pure white text */
|
|
1679
1681
|
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1680
1682
|
--header-fgColor-default: #ffffffb3;
|
|
@@ -1730,8 +1732,6 @@
|
|
|
1730
1732
|
--borderColor-neutral-muted: var(--borderColor-muted); /** Subtle neutral semantic border */
|
|
1731
1733
|
--button-danger-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1732
1734
|
--button-danger-borderColor-rest: var(--control-borderColor-rest);
|
|
1733
|
-
--button-danger-iconColor-disabled: var(--button-danger-fgColor-disabled);
|
|
1734
|
-
--button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
|
|
1735
1735
|
--button-default-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1736
1736
|
--button-default-borderColor-active: var(--control-borderColor-rest);
|
|
1737
1737
|
--button-default-borderColor-disabled: var(--control-borderColor-disabled);
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
--text-codeBlock-lineHeight: var(--base-text-lineHeight-normal);
|
|
19
19
|
--text-codeBlock-weight: var(--base-text-weight-normal);
|
|
20
20
|
--text-codeInline-weight: var(--base-text-weight-normal);
|
|
21
|
-
--text-display-lineBoxHeight: var(--base-text-lineHeight-snug);
|
|
22
21
|
--text-display-lineHeight: var(--base-text-lineHeight-snug);
|
|
23
22
|
--text-display-size: var(--base-text-size-2xl);
|
|
24
23
|
--text-display-weight: var(--base-text-weight-medium);
|
|
@@ -26,33 +26,6 @@
|
|
|
26
26
|
"value": "0.5rem",
|
|
27
27
|
"type": "dimension"
|
|
28
28
|
},
|
|
29
|
-
"control-large-lineBoxHeight": {
|
|
30
|
-
"key": "{control.large.lineBoxHeight}",
|
|
31
|
-
"$extensions": {
|
|
32
|
-
"org.primer.figma": {
|
|
33
|
-
"collection": "pattern/size",
|
|
34
|
-
"scopes": ["size"]
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"filePath": "src/tokens/functional/size/size.json5",
|
|
38
|
-
"isSource": true,
|
|
39
|
-
"original": {
|
|
40
|
-
"$value": "{base.size.20}",
|
|
41
|
-
"$type": "dimension",
|
|
42
|
-
"$extensions": {
|
|
43
|
-
"org.primer.figma": {
|
|
44
|
-
"collection": "pattern/size",
|
|
45
|
-
"scopes": ["size"]
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"key": "{control.large.lineBoxHeight}"
|
|
49
|
-
},
|
|
50
|
-
"name": "control-large-lineBoxHeight",
|
|
51
|
-
"attributes": {},
|
|
52
|
-
"path": ["control", "large", "lineBoxHeight"],
|
|
53
|
-
"value": "1.25rem",
|
|
54
|
-
"type": "dimension"
|
|
55
|
-
},
|
|
56
29
|
"control-large-paddingBlock": {
|
|
57
30
|
"key": "{control.large.paddingBlock}",
|
|
58
31
|
"$extensions": {
|
|
@@ -218,33 +191,6 @@
|
|
|
218
191
|
"value": "0.5rem",
|
|
219
192
|
"type": "dimension"
|
|
220
193
|
},
|
|
221
|
-
"control-medium-lineBoxHeight": {
|
|
222
|
-
"key": "{control.medium.lineBoxHeight}",
|
|
223
|
-
"$extensions": {
|
|
224
|
-
"org.primer.figma": {
|
|
225
|
-
"collection": "pattern/size",
|
|
226
|
-
"scopes": ["size"]
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
"filePath": "src/tokens/functional/size/size.json5",
|
|
230
|
-
"isSource": true,
|
|
231
|
-
"original": {
|
|
232
|
-
"$value": "{base.size.20}",
|
|
233
|
-
"$type": "dimension",
|
|
234
|
-
"$extensions": {
|
|
235
|
-
"org.primer.figma": {
|
|
236
|
-
"collection": "pattern/size",
|
|
237
|
-
"scopes": ["size"]
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
"key": "{control.medium.lineBoxHeight}"
|
|
241
|
-
},
|
|
242
|
-
"name": "control-medium-lineBoxHeight",
|
|
243
|
-
"attributes": {},
|
|
244
|
-
"path": ["control", "medium", "lineBoxHeight"],
|
|
245
|
-
"value": "1.25rem",
|
|
246
|
-
"type": "dimension"
|
|
247
|
-
},
|
|
248
194
|
"control-medium-paddingBlock": {
|
|
249
195
|
"key": "{control.medium.paddingBlock}",
|
|
250
196
|
"$extensions": {
|
|
@@ -464,33 +410,6 @@
|
|
|
464
410
|
"value": "0.25rem",
|
|
465
411
|
"type": "dimension"
|
|
466
412
|
},
|
|
467
|
-
"control-small-lineBoxHeight": {
|
|
468
|
-
"key": "{control.small.lineBoxHeight}",
|
|
469
|
-
"$extensions": {
|
|
470
|
-
"org.primer.figma": {
|
|
471
|
-
"collection": "pattern/size",
|
|
472
|
-
"scopes": ["size"]
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"filePath": "src/tokens/functional/size/size.json5",
|
|
476
|
-
"isSource": true,
|
|
477
|
-
"original": {
|
|
478
|
-
"$value": "{base.size.20}",
|
|
479
|
-
"$type": "dimension",
|
|
480
|
-
"$extensions": {
|
|
481
|
-
"org.primer.figma": {
|
|
482
|
-
"collection": "pattern/size",
|
|
483
|
-
"scopes": ["size"]
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
"key": "{control.small.lineBoxHeight}"
|
|
487
|
-
},
|
|
488
|
-
"name": "control-small-lineBoxHeight",
|
|
489
|
-
"attributes": {},
|
|
490
|
-
"path": ["control", "small", "lineBoxHeight"],
|
|
491
|
-
"value": "1.25rem",
|
|
492
|
-
"type": "dimension"
|
|
493
|
-
},
|
|
494
413
|
"control-small-paddingBlock": {
|
|
495
414
|
"key": "{control.small.paddingBlock}",
|
|
496
415
|
"$extensions": {
|
|
@@ -653,33 +572,6 @@
|
|
|
653
572
|
"value": "0.5rem",
|
|
654
573
|
"type": "dimension"
|
|
655
574
|
},
|
|
656
|
-
"control-xlarge-lineBoxHeight": {
|
|
657
|
-
"key": "{control.xlarge.lineBoxHeight}",
|
|
658
|
-
"$extensions": {
|
|
659
|
-
"org.primer.figma": {
|
|
660
|
-
"collection": "pattern/size",
|
|
661
|
-
"scopes": ["size"]
|
|
662
|
-
}
|
|
663
|
-
},
|
|
664
|
-
"filePath": "src/tokens/functional/size/size.json5",
|
|
665
|
-
"isSource": true,
|
|
666
|
-
"original": {
|
|
667
|
-
"$value": "{base.size.20}",
|
|
668
|
-
"$type": "dimension",
|
|
669
|
-
"$extensions": {
|
|
670
|
-
"org.primer.figma": {
|
|
671
|
-
"collection": "pattern/size",
|
|
672
|
-
"scopes": ["size"]
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
"key": "{control.xlarge.lineBoxHeight}"
|
|
676
|
-
},
|
|
677
|
-
"name": "control-xlarge-lineBoxHeight",
|
|
678
|
-
"attributes": {},
|
|
679
|
-
"path": ["control", "xlarge", "lineBoxHeight"],
|
|
680
|
-
"value": "1.25rem",
|
|
681
|
-
"type": "dimension"
|
|
682
|
-
},
|
|
683
575
|
"control-xlarge-paddingBlock": {
|
|
684
576
|
"key": "{control.xlarge.paddingBlock}",
|
|
685
577
|
"$extensions": {
|
|
@@ -845,33 +737,6 @@
|
|
|
845
737
|
"value": "0.25rem",
|
|
846
738
|
"type": "dimension"
|
|
847
739
|
},
|
|
848
|
-
"control-xsmall-lineBoxHeight": {
|
|
849
|
-
"key": "{control.xsmall.lineBoxHeight}",
|
|
850
|
-
"$extensions": {
|
|
851
|
-
"org.primer.figma": {
|
|
852
|
-
"collection": "pattern/size",
|
|
853
|
-
"scopes": ["size"]
|
|
854
|
-
}
|
|
855
|
-
},
|
|
856
|
-
"filePath": "src/tokens/functional/size/size.json5",
|
|
857
|
-
"isSource": true,
|
|
858
|
-
"original": {
|
|
859
|
-
"$value": "{base.size.20}",
|
|
860
|
-
"$type": "dimension",
|
|
861
|
-
"$extensions": {
|
|
862
|
-
"org.primer.figma": {
|
|
863
|
-
"collection": "pattern/size",
|
|
864
|
-
"scopes": ["size"]
|
|
865
|
-
}
|
|
866
|
-
},
|
|
867
|
-
"key": "{control.xsmall.lineBoxHeight}"
|
|
868
|
-
},
|
|
869
|
-
"name": "control-xsmall-lineBoxHeight",
|
|
870
|
-
"attributes": {},
|
|
871
|
-
"path": ["control", "xsmall", "lineBoxHeight"],
|
|
872
|
-
"value": "1.25rem",
|
|
873
|
-
"type": "dimension"
|
|
874
|
-
},
|
|
875
740
|
"control-xsmall-paddingBlock": {
|
|
876
741
|
"key": "{control.xsmall.paddingBlock}",
|
|
877
742
|
"$extensions": {
|
|
@@ -38585,7 +38585,7 @@
|
|
|
38585
38585
|
"dark-high-contrast": "#ff9492",
|
|
38586
38586
|
"dark-dimmed-high-contrast": "#ffc9c7",
|
|
38587
38587
|
"dark-tritanopia-high-contrast": "#ff9492",
|
|
38588
|
-
"light-high-contrast": "#
|
|
38588
|
+
"light-high-contrast": "#960d1e",
|
|
38589
38589
|
"light-tritanopia-high-contrast": "#ff4445"
|
|
38590
38590
|
},
|
|
38591
38591
|
"org.primer.llm": {
|
|
@@ -38617,7 +38617,7 @@
|
|
|
38617
38617
|
"dark-high-contrast": "{base.color.red.3}",
|
|
38618
38618
|
"dark-dimmed-high-contrast": "{base.color.red.1}",
|
|
38619
38619
|
"dark-tritanopia-high-contrast": "{base.color.red.3}",
|
|
38620
|
-
"light-high-contrast": "
|
|
38620
|
+
"light-high-contrast": "#960d1e",
|
|
38621
38621
|
"light-tritanopia-high-contrast": "{base.color.red.6}"
|
|
38622
38622
|
},
|
|
38623
38623
|
"org.primer.llm": {
|
|
@@ -38783,7 +38783,7 @@
|
|
|
38783
38783
|
"dark-dimmed-high-contrast": "#e6ccff",
|
|
38784
38784
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38785
38785
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38786
|
-
"light-high-contrast": "#
|
|
38786
|
+
"light-high-contrast": "#5e2bb4",
|
|
38787
38787
|
"light-protanopia-deuteranopia-high-contrast": "#a66bff",
|
|
38788
38788
|
"light-tritanopia-high-contrast": "#a66bff"
|
|
38789
38789
|
},
|
|
@@ -38813,7 +38813,7 @@
|
|
|
38813
38813
|
"dark-dimmed-high-contrast": "{base.color.purple.1}",
|
|
38814
38814
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38815
38815
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38816
|
-
"light-high-contrast": "
|
|
38816
|
+
"light-high-contrast": "#5e2bb4",
|
|
38817
38817
|
"light-protanopia-deuteranopia-high-contrast": "{base.color.purple.6}",
|
|
38818
38818
|
"light-tritanopia-high-contrast": "{base.color.purple.6}"
|
|
38819
38819
|
},
|
|
@@ -39349,7 +39349,7 @@
|
|
|
39349
39349
|
"dark": "#28d751",
|
|
39350
39350
|
"dark-high-contrast": "#2BD853",
|
|
39351
39351
|
"dark-dimmed-high-contrast": "#acf7b6",
|
|
39352
|
-
"light-high-contrast": "#
|
|
39352
|
+
"light-high-contrast": "#04591f",
|
|
39353
39353
|
"dark-protanopia-deuteranopia": "#71b7ff",
|
|
39354
39354
|
"dark-protanopia-deuteranopia-high-contrast": "#addcff",
|
|
39355
39355
|
"light-protanopia-deuteranopia": "#409eff",
|
|
@@ -39383,7 +39383,7 @@
|
|
|
39383
39383
|
"dark": "{base.color.green.3}",
|
|
39384
39384
|
"dark-high-contrast": "#2BD853",
|
|
39385
39385
|
"dark-dimmed-high-contrast": "{base.color.green.0}",
|
|
39386
|
-
"light-high-contrast": "
|
|
39386
|
+
"light-high-contrast": "#04591f",
|
|
39387
39387
|
"dark-protanopia-deuteranopia": "{base.color.blue.3}",
|
|
39388
39388
|
"dark-protanopia-deuteranopia-high-contrast": "{base.color.blue.1}",
|
|
39389
39389
|
"light-protanopia-deuteranopia": "{base.color.blue.5}",
|
|
@@ -38577,7 +38577,7 @@
|
|
|
38577
38577
|
"dark-high-contrast": "#ff7b72",
|
|
38578
38578
|
"dark-dimmed-high-contrast": "#ffc1ba",
|
|
38579
38579
|
"dark-tritanopia-high-contrast": "#ff7b72",
|
|
38580
|
-
"light-high-contrast": "#
|
|
38580
|
+
"light-high-contrast": "#960d1e",
|
|
38581
38581
|
"light-tritanopia-high-contrast": "#b62324"
|
|
38582
38582
|
},
|
|
38583
38583
|
"org.primer.llm": {
|
|
@@ -38609,7 +38609,7 @@
|
|
|
38609
38609
|
"dark-high-contrast": "{base.color.red.3}",
|
|
38610
38610
|
"dark-dimmed-high-contrast": "{base.color.red.1}",
|
|
38611
38611
|
"dark-tritanopia-high-contrast": "{base.color.red.3}",
|
|
38612
|
-
"light-high-contrast": "
|
|
38612
|
+
"light-high-contrast": "#960d1e",
|
|
38613
38613
|
"light-tritanopia-high-contrast": "{base.color.red.6}"
|
|
38614
38614
|
},
|
|
38615
38615
|
"org.primer.llm": {
|
|
@@ -38775,7 +38775,7 @@
|
|
|
38775
38775
|
"dark-dimmed-high-contrast": "#e2c5ff",
|
|
38776
38776
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38777
38777
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38778
|
-
"light-high-contrast": "#
|
|
38778
|
+
"light-high-contrast": "#5e2bb4",
|
|
38779
38779
|
"light-protanopia-deuteranopia-high-contrast": "#6e40c9",
|
|
38780
38780
|
"light-tritanopia-high-contrast": "#6e40c9"
|
|
38781
38781
|
},
|
|
@@ -38805,7 +38805,7 @@
|
|
|
38805
38805
|
"dark-dimmed-high-contrast": "{base.color.purple.1}",
|
|
38806
38806
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38807
38807
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38808
|
-
"light-high-contrast": "
|
|
38808
|
+
"light-high-contrast": "#5e2bb4",
|
|
38809
38809
|
"light-protanopia-deuteranopia-high-contrast": "{base.color.purple.6}",
|
|
38810
38810
|
"light-tritanopia-high-contrast": "{base.color.purple.6}"
|
|
38811
38811
|
},
|
|
@@ -39341,7 +39341,7 @@
|
|
|
39341
39341
|
"dark": "#3fb950",
|
|
39342
39342
|
"dark-high-contrast": "#2BD853",
|
|
39343
39343
|
"dark-dimmed-high-contrast": "#aff5b4",
|
|
39344
|
-
"light-high-contrast": "#
|
|
39344
|
+
"light-high-contrast": "#04591f",
|
|
39345
39345
|
"dark-protanopia-deuteranopia": "#58a6ff",
|
|
39346
39346
|
"dark-protanopia-deuteranopia-high-contrast": "#a5d6ff",
|
|
39347
39347
|
"light-protanopia-deuteranopia": "#1f6feb",
|
|
@@ -39375,7 +39375,7 @@
|
|
|
39375
39375
|
"dark": "{base.color.green.3}",
|
|
39376
39376
|
"dark-high-contrast": "#2BD853",
|
|
39377
39377
|
"dark-dimmed-high-contrast": "{base.color.green.0}",
|
|
39378
|
-
"light-high-contrast": "
|
|
39378
|
+
"light-high-contrast": "#04591f",
|
|
39379
39379
|
"dark-protanopia-deuteranopia": "{base.color.blue.3}",
|
|
39380
39380
|
"dark-protanopia-deuteranopia-high-contrast": "{base.color.blue.1}",
|
|
39381
39381
|
"light-protanopia-deuteranopia": "{base.color.blue.5}",
|
|
@@ -38595,7 +38595,7 @@
|
|
|
38595
38595
|
"dark-high-contrast": "#f47067",
|
|
38596
38596
|
"dark-dimmed-high-contrast": "#ffb8b0",
|
|
38597
38597
|
"dark-tritanopia-high-contrast": "#f47067",
|
|
38598
|
-
"light-high-contrast": "#
|
|
38598
|
+
"light-high-contrast": "#960d1e",
|
|
38599
38599
|
"light-tritanopia-high-contrast": "#ad2e2c"
|
|
38600
38600
|
},
|
|
38601
38601
|
"org.primer.llm": {
|
|
@@ -38627,7 +38627,7 @@
|
|
|
38627
38627
|
"dark-high-contrast": "{base.color.red.3}",
|
|
38628
38628
|
"dark-dimmed-high-contrast": "{base.color.red.1}",
|
|
38629
38629
|
"dark-tritanopia-high-contrast": "{base.color.red.3}",
|
|
38630
|
-
"light-high-contrast": "
|
|
38630
|
+
"light-high-contrast": "#960d1e",
|
|
38631
38631
|
"light-tritanopia-high-contrast": "{base.color.red.6}"
|
|
38632
38632
|
},
|
|
38633
38633
|
"org.primer.llm": {
|
|
@@ -38793,7 +38793,7 @@
|
|
|
38793
38793
|
"dark-dimmed-high-contrast": "#dcbdfb",
|
|
38794
38794
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38795
38795
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38796
|
-
"light-high-contrast": "#
|
|
38796
|
+
"light-high-contrast": "#5e2bb4",
|
|
38797
38797
|
"light-protanopia-deuteranopia-high-contrast": "#6b44bc",
|
|
38798
38798
|
"light-tritanopia-high-contrast": "#6b44bc"
|
|
38799
38799
|
},
|
|
@@ -38823,7 +38823,7 @@
|
|
|
38823
38823
|
"dark-dimmed-high-contrast": "{base.color.purple.1}",
|
|
38824
38824
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38825
38825
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38826
|
-
"light-high-contrast": "
|
|
38826
|
+
"light-high-contrast": "#5e2bb4",
|
|
38827
38827
|
"light-protanopia-deuteranopia-high-contrast": "{base.color.purple.6}",
|
|
38828
38828
|
"light-tritanopia-high-contrast": "{base.color.purple.6}"
|
|
38829
38829
|
},
|
|
@@ -39359,7 +39359,7 @@
|
|
|
39359
39359
|
"dark": "#57ab5a",
|
|
39360
39360
|
"dark-high-contrast": "#2BD853",
|
|
39361
39361
|
"dark-dimmed-high-contrast": "#b4f1b4",
|
|
39362
|
-
"light-high-contrast": "#
|
|
39362
|
+
"light-high-contrast": "#04591f",
|
|
39363
39363
|
"dark-protanopia-deuteranopia": "#539bf5",
|
|
39364
39364
|
"dark-protanopia-deuteranopia-high-contrast": "#96d0ff",
|
|
39365
39365
|
"light-protanopia-deuteranopia": "#316dca",
|
|
@@ -39393,7 +39393,7 @@
|
|
|
39393
39393
|
"dark": "{base.color.green.3}",
|
|
39394
39394
|
"dark-high-contrast": "#2BD853",
|
|
39395
39395
|
"dark-dimmed-high-contrast": "{base.color.green.0}",
|
|
39396
|
-
"light-high-contrast": "
|
|
39396
|
+
"light-high-contrast": "#04591f",
|
|
39397
39397
|
"dark-protanopia-deuteranopia": "{base.color.blue.3}",
|
|
39398
39398
|
"dark-protanopia-deuteranopia-high-contrast": "{base.color.blue.1}",
|
|
39399
39399
|
"light-protanopia-deuteranopia": "{base.color.blue.5}",
|