@primer/primitives 10.5.0-rc.1c002767 → 10.5.0-rc.21e0fa7a
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-high-contrast.css +12 -12
- package/dist/css/functional/themes/light-high-contrast.css +12 -12
- package/dist/docs/functional/themes/dark-colorblind.json +104 -0
- package/dist/docs/functional/themes/dark-dimmed.json +104 -0
- package/dist/docs/functional/themes/dark-high-contrast.json +121 -17
- package/dist/docs/functional/themes/dark-tritanopia.json +104 -0
- package/dist/docs/functional/themes/dark.json +104 -0
- package/dist/docs/functional/themes/light-colorblind.json +104 -0
- package/dist/docs/functional/themes/light-high-contrast.json +121 -17
- package/dist/docs/functional/themes/light-tritanopia.json +104 -0
- package/dist/docs/functional/themes/light.json +104 -0
- package/dist/figma/themes/dark-high-contrast.json +14 -14
- package/dist/figma/themes/light-high-contrast.json +14 -14
- package/dist/internalCss/dark-high-contrast.css +12 -12
- package/dist/internalCss/light-high-contrast.css +12 -12
- package/dist/styleLint/functional/themes/dark-colorblind.json +104 -0
- package/dist/styleLint/functional/themes/dark-dimmed.json +104 -0
- package/dist/styleLint/functional/themes/dark-high-contrast.json +121 -17
- package/dist/styleLint/functional/themes/dark-tritanopia.json +104 -0
- package/dist/styleLint/functional/themes/dark.json +104 -0
- package/dist/styleLint/functional/themes/light-colorblind.json +104 -0
- package/dist/styleLint/functional/themes/light-high-contrast.json +121 -17
- package/dist/styleLint/functional/themes/light-tritanopia.json +104 -0
- package/dist/styleLint/functional/themes/light.json +104 -0
- package/package.json +1 -1
- package/src/tokens/component/contribution.json5 +37 -0
|
@@ -10716,6 +10716,8 @@
|
|
|
10716
10716
|
"scopes": ["bgColor"]
|
|
10717
10717
|
},
|
|
10718
10718
|
"org.primer.overrides": {
|
|
10719
|
+
"dark-high-contrast": "#e6eaef",
|
|
10720
|
+
"light-high-contrast": "#e6eaef",
|
|
10719
10721
|
"dark-dimmed": "#dae0e7"
|
|
10720
10722
|
}
|
|
10721
10723
|
},
|
|
@@ -10731,6 +10733,8 @@
|
|
|
10731
10733
|
"scopes": ["bgColor"]
|
|
10732
10734
|
},
|
|
10733
10735
|
"org.primer.overrides": {
|
|
10736
|
+
"dark-high-contrast": "{base.color.neutral.3}",
|
|
10737
|
+
"light-high-contrast": "{base.color.neutral.3}",
|
|
10734
10738
|
"dark-dimmed": "{base.color.neutral.5}"
|
|
10735
10739
|
}
|
|
10736
10740
|
}
|
|
@@ -10894,6 +10898,16 @@
|
|
|
10894
10898
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10895
10899
|
"isSource": true,
|
|
10896
10900
|
"$type": "color"
|
|
10901
|
+
},
|
|
10902
|
+
"dark-high-contrast": {
|
|
10903
|
+
"$value": "#ffffff",
|
|
10904
|
+
"alpha": 1,
|
|
10905
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
10906
|
+
"isSource": true,
|
|
10907
|
+
"$type": "color"
|
|
10908
|
+
},
|
|
10909
|
+
"light-high-contrast": {
|
|
10910
|
+
"alpha": 1
|
|
10897
10911
|
}
|
|
10898
10912
|
}
|
|
10899
10913
|
},
|
|
@@ -10923,6 +10937,16 @@
|
|
|
10923
10937
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10924
10938
|
"isSource": true,
|
|
10925
10939
|
"$type": "color"
|
|
10940
|
+
},
|
|
10941
|
+
"dark-high-contrast": {
|
|
10942
|
+
"$value": "{base.color.white}",
|
|
10943
|
+
"alpha": 1,
|
|
10944
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
10945
|
+
"isSource": true,
|
|
10946
|
+
"$type": "color"
|
|
10947
|
+
},
|
|
10948
|
+
"light-high-contrast": {
|
|
10949
|
+
"alpha": 1
|
|
10926
10950
|
}
|
|
10927
10951
|
}
|
|
10928
10952
|
}
|
|
@@ -10956,6 +10980,16 @@
|
|
|
10956
10980
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10957
10981
|
"isSource": true,
|
|
10958
10982
|
"$type": "color"
|
|
10983
|
+
},
|
|
10984
|
+
"dark-high-contrast": {
|
|
10985
|
+
"$value": "#ffffff",
|
|
10986
|
+
"alpha": 1,
|
|
10987
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
10988
|
+
"isSource": true,
|
|
10989
|
+
"$type": "color"
|
|
10990
|
+
},
|
|
10991
|
+
"light-high-contrast": {
|
|
10992
|
+
"alpha": 1
|
|
10959
10993
|
}
|
|
10960
10994
|
}
|
|
10961
10995
|
},
|
|
@@ -10985,6 +11019,16 @@
|
|
|
10985
11019
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10986
11020
|
"isSource": true,
|
|
10987
11021
|
"$type": "color"
|
|
11022
|
+
},
|
|
11023
|
+
"dark-high-contrast": {
|
|
11024
|
+
"$value": "{base.color.white}",
|
|
11025
|
+
"alpha": 1,
|
|
11026
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11027
|
+
"isSource": true,
|
|
11028
|
+
"$type": "color"
|
|
11029
|
+
},
|
|
11030
|
+
"light-high-contrast": {
|
|
11031
|
+
"alpha": 1
|
|
10988
11032
|
}
|
|
10989
11033
|
}
|
|
10990
11034
|
}
|
|
@@ -11018,6 +11062,16 @@
|
|
|
11018
11062
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11019
11063
|
"isSource": true,
|
|
11020
11064
|
"$type": "color"
|
|
11065
|
+
},
|
|
11066
|
+
"dark-high-contrast": {
|
|
11067
|
+
"$value": "#ffffff",
|
|
11068
|
+
"alpha": 1,
|
|
11069
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11070
|
+
"isSource": true,
|
|
11071
|
+
"$type": "color"
|
|
11072
|
+
},
|
|
11073
|
+
"light-high-contrast": {
|
|
11074
|
+
"alpha": 1
|
|
11021
11075
|
}
|
|
11022
11076
|
}
|
|
11023
11077
|
},
|
|
@@ -11047,6 +11101,16 @@
|
|
|
11047
11101
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11048
11102
|
"isSource": true,
|
|
11049
11103
|
"$type": "color"
|
|
11104
|
+
},
|
|
11105
|
+
"dark-high-contrast": {
|
|
11106
|
+
"$value": "{base.color.white}",
|
|
11107
|
+
"alpha": 1,
|
|
11108
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11109
|
+
"isSource": true,
|
|
11110
|
+
"$type": "color"
|
|
11111
|
+
},
|
|
11112
|
+
"light-high-contrast": {
|
|
11113
|
+
"alpha": 1
|
|
11050
11114
|
}
|
|
11051
11115
|
}
|
|
11052
11116
|
}
|
|
@@ -11080,6 +11144,16 @@
|
|
|
11080
11144
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11081
11145
|
"isSource": true,
|
|
11082
11146
|
"$type": "color"
|
|
11147
|
+
},
|
|
11148
|
+
"dark-high-contrast": {
|
|
11149
|
+
"$value": "#ffffff",
|
|
11150
|
+
"alpha": 1,
|
|
11151
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11152
|
+
"isSource": true,
|
|
11153
|
+
"$type": "color"
|
|
11154
|
+
},
|
|
11155
|
+
"light-high-contrast": {
|
|
11156
|
+
"alpha": 1
|
|
11083
11157
|
}
|
|
11084
11158
|
}
|
|
11085
11159
|
},
|
|
@@ -11109,6 +11183,16 @@
|
|
|
11109
11183
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11110
11184
|
"isSource": true,
|
|
11111
11185
|
"$type": "color"
|
|
11186
|
+
},
|
|
11187
|
+
"dark-high-contrast": {
|
|
11188
|
+
"$value": "{base.color.white}",
|
|
11189
|
+
"alpha": 1,
|
|
11190
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11191
|
+
"isSource": true,
|
|
11192
|
+
"$type": "color"
|
|
11193
|
+
},
|
|
11194
|
+
"light-high-contrast": {
|
|
11195
|
+
"alpha": 1
|
|
11112
11196
|
}
|
|
11113
11197
|
}
|
|
11114
11198
|
}
|
|
@@ -11142,6 +11226,16 @@
|
|
|
11142
11226
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11143
11227
|
"isSource": true,
|
|
11144
11228
|
"$type": "color"
|
|
11229
|
+
},
|
|
11230
|
+
"dark-high-contrast": {
|
|
11231
|
+
"$value": "#ffffff",
|
|
11232
|
+
"alpha": 1,
|
|
11233
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11234
|
+
"isSource": true,
|
|
11235
|
+
"$type": "color"
|
|
11236
|
+
},
|
|
11237
|
+
"light-high-contrast": {
|
|
11238
|
+
"alpha": 1
|
|
11145
11239
|
}
|
|
11146
11240
|
}
|
|
11147
11241
|
},
|
|
@@ -11171,6 +11265,16 @@
|
|
|
11171
11265
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11172
11266
|
"isSource": true,
|
|
11173
11267
|
"$type": "color"
|
|
11268
|
+
},
|
|
11269
|
+
"dark-high-contrast": {
|
|
11270
|
+
"$value": "{base.color.white}",
|
|
11271
|
+
"alpha": 1,
|
|
11272
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11273
|
+
"isSource": true,
|
|
11274
|
+
"$type": "color"
|
|
11275
|
+
},
|
|
11276
|
+
"light-high-contrast": {
|
|
11277
|
+
"alpha": 1
|
|
11174
11278
|
}
|
|
11175
11279
|
}
|
|
11176
11280
|
}
|
|
@@ -2771,14 +2771,14 @@
|
|
|
2771
2771
|
{
|
|
2772
2772
|
"name": "contribution/default/bgColor/0",
|
|
2773
2773
|
"value": {
|
|
2774
|
-
"r": 0.
|
|
2775
|
-
"g": 0.
|
|
2776
|
-
"b": 0.
|
|
2774
|
+
"r": 0.12941176470588237,
|
|
2775
|
+
"g": 0.1568627450980392,
|
|
2776
|
+
"b": 0.18823529411764706,
|
|
2777
2777
|
"a": 1
|
|
2778
2778
|
},
|
|
2779
2779
|
"type": "COLOR",
|
|
2780
2780
|
"refId": "mode/contribution/default/bgColor/0",
|
|
2781
|
-
"reference": "base/color/dark/base/color/neutral/
|
|
2781
|
+
"reference": "base/color/dark/base/color/neutral/3",
|
|
2782
2782
|
"collection": "mode",
|
|
2783
2783
|
"mode": "dark high contrast",
|
|
2784
2784
|
"group": "component (internal)",
|
|
@@ -2854,10 +2854,10 @@
|
|
|
2854
2854
|
"r": 1,
|
|
2855
2855
|
"g": 1,
|
|
2856
2856
|
"b": 1,
|
|
2857
|
-
"a":
|
|
2857
|
+
"a": 1
|
|
2858
2858
|
},
|
|
2859
2859
|
"type": "COLOR",
|
|
2860
|
-
"alpha":
|
|
2860
|
+
"alpha": 1,
|
|
2861
2861
|
"refId": "mode/contribution/default/borderColor/0",
|
|
2862
2862
|
"reference": "base/color/dark/base/color/white",
|
|
2863
2863
|
"collection": "mode",
|
|
@@ -2871,10 +2871,10 @@
|
|
|
2871
2871
|
"r": 1,
|
|
2872
2872
|
"g": 1,
|
|
2873
2873
|
"b": 1,
|
|
2874
|
-
"a":
|
|
2874
|
+
"a": 1
|
|
2875
2875
|
},
|
|
2876
2876
|
"type": "COLOR",
|
|
2877
|
-
"alpha":
|
|
2877
|
+
"alpha": 1,
|
|
2878
2878
|
"refId": "mode/contribution/default/borderColor/1",
|
|
2879
2879
|
"reference": "base/color/dark/base/color/white",
|
|
2880
2880
|
"collection": "mode",
|
|
@@ -2888,10 +2888,10 @@
|
|
|
2888
2888
|
"r": 1,
|
|
2889
2889
|
"g": 1,
|
|
2890
2890
|
"b": 1,
|
|
2891
|
-
"a":
|
|
2891
|
+
"a": 1
|
|
2892
2892
|
},
|
|
2893
2893
|
"type": "COLOR",
|
|
2894
|
-
"alpha":
|
|
2894
|
+
"alpha": 1,
|
|
2895
2895
|
"refId": "mode/contribution/default/borderColor/2",
|
|
2896
2896
|
"reference": "base/color/dark/base/color/white",
|
|
2897
2897
|
"collection": "mode",
|
|
@@ -2905,10 +2905,10 @@
|
|
|
2905
2905
|
"r": 1,
|
|
2906
2906
|
"g": 1,
|
|
2907
2907
|
"b": 1,
|
|
2908
|
-
"a":
|
|
2908
|
+
"a": 1
|
|
2909
2909
|
},
|
|
2910
2910
|
"type": "COLOR",
|
|
2911
|
-
"alpha":
|
|
2911
|
+
"alpha": 1,
|
|
2912
2912
|
"refId": "mode/contribution/default/borderColor/3",
|
|
2913
2913
|
"reference": "base/color/dark/base/color/white",
|
|
2914
2914
|
"collection": "mode",
|
|
@@ -2922,10 +2922,10 @@
|
|
|
2922
2922
|
"r": 1,
|
|
2923
2923
|
"g": 1,
|
|
2924
2924
|
"b": 1,
|
|
2925
|
-
"a":
|
|
2925
|
+
"a": 1
|
|
2926
2926
|
},
|
|
2927
2927
|
"type": "COLOR",
|
|
2928
|
-
"alpha":
|
|
2928
|
+
"alpha": 1,
|
|
2929
2929
|
"refId": "mode/contribution/default/borderColor/4",
|
|
2930
2930
|
"reference": "base/color/dark/base/color/white",
|
|
2931
2931
|
"collection": "mode",
|
|
@@ -2762,14 +2762,14 @@
|
|
|
2762
2762
|
{
|
|
2763
2763
|
"name": "contribution/default/bgColor/0",
|
|
2764
2764
|
"value": {
|
|
2765
|
-
"r": 0.
|
|
2766
|
-
"g": 0.
|
|
2767
|
-
"b": 0.
|
|
2765
|
+
"r": 0.9019607843137255,
|
|
2766
|
+
"g": 0.9176470588235294,
|
|
2767
|
+
"b": 0.9372549019607843,
|
|
2768
2768
|
"a": 1
|
|
2769
2769
|
},
|
|
2770
2770
|
"type": "COLOR",
|
|
2771
2771
|
"refId": "mode/contribution/default/bgColor/0",
|
|
2772
|
-
"reference": "base/color/light/base/color/neutral/
|
|
2772
|
+
"reference": "base/color/light/base/color/neutral/3",
|
|
2773
2773
|
"collection": "mode",
|
|
2774
2774
|
"mode": "light high contrast",
|
|
2775
2775
|
"group": "component (internal)",
|
|
@@ -2845,10 +2845,10 @@
|
|
|
2845
2845
|
"r": 0.00392156862745098,
|
|
2846
2846
|
"g": 0.01568627450980392,
|
|
2847
2847
|
"b": 0.03529411764705882,
|
|
2848
|
-
"a":
|
|
2848
|
+
"a": 1
|
|
2849
2849
|
},
|
|
2850
2850
|
"type": "COLOR",
|
|
2851
|
-
"alpha":
|
|
2851
|
+
"alpha": 1,
|
|
2852
2852
|
"refId": "mode/contribution/default/borderColor/0",
|
|
2853
2853
|
"reference": "base/color/light-high-contrast/base/color/black",
|
|
2854
2854
|
"collection": "mode",
|
|
@@ -2862,10 +2862,10 @@
|
|
|
2862
2862
|
"r": 0.00392156862745098,
|
|
2863
2863
|
"g": 0.01568627450980392,
|
|
2864
2864
|
"b": 0.03529411764705882,
|
|
2865
|
-
"a":
|
|
2865
|
+
"a": 1
|
|
2866
2866
|
},
|
|
2867
2867
|
"type": "COLOR",
|
|
2868
|
-
"alpha":
|
|
2868
|
+
"alpha": 1,
|
|
2869
2869
|
"refId": "mode/contribution/default/borderColor/1",
|
|
2870
2870
|
"reference": "base/color/light-high-contrast/base/color/black",
|
|
2871
2871
|
"collection": "mode",
|
|
@@ -2879,10 +2879,10 @@
|
|
|
2879
2879
|
"r": 0.00392156862745098,
|
|
2880
2880
|
"g": 0.01568627450980392,
|
|
2881
2881
|
"b": 0.03529411764705882,
|
|
2882
|
-
"a":
|
|
2882
|
+
"a": 1
|
|
2883
2883
|
},
|
|
2884
2884
|
"type": "COLOR",
|
|
2885
|
-
"alpha":
|
|
2885
|
+
"alpha": 1,
|
|
2886
2886
|
"refId": "mode/contribution/default/borderColor/2",
|
|
2887
2887
|
"reference": "base/color/light-high-contrast/base/color/black",
|
|
2888
2888
|
"collection": "mode",
|
|
@@ -2896,10 +2896,10 @@
|
|
|
2896
2896
|
"r": 0.00392156862745098,
|
|
2897
2897
|
"g": 0.01568627450980392,
|
|
2898
2898
|
"b": 0.03529411764705882,
|
|
2899
|
-
"a":
|
|
2899
|
+
"a": 1
|
|
2900
2900
|
},
|
|
2901
2901
|
"type": "COLOR",
|
|
2902
|
-
"alpha":
|
|
2902
|
+
"alpha": 1,
|
|
2903
2903
|
"refId": "mode/contribution/default/borderColor/3",
|
|
2904
2904
|
"reference": "base/color/light-high-contrast/base/color/black",
|
|
2905
2905
|
"collection": "mode",
|
|
@@ -2913,10 +2913,10 @@
|
|
|
2913
2913
|
"r": 0.00392156862745098,
|
|
2914
2914
|
"g": 0.01568627450980392,
|
|
2915
2915
|
"b": 0.03529411764705882,
|
|
2916
|
-
"a":
|
|
2916
|
+
"a": 1
|
|
2917
2917
|
},
|
|
2918
2918
|
"type": "COLOR",
|
|
2919
|
-
"alpha":
|
|
2919
|
+
"alpha": 1,
|
|
2920
2920
|
"refId": "mode/contribution/default/borderColor/4",
|
|
2921
2921
|
"reference": "base/color/light-high-contrast/base/color/black",
|
|
2922
2922
|
"collection": "mode",
|
|
@@ -444,16 +444,16 @@
|
|
|
444
444
|
--color-prettylights-syntax-string-regexp: var(--base-color-green-1);
|
|
445
445
|
--color-prettylights-syntax-sublimelinter-gutter-mark: var(--base-color-neutral-7);
|
|
446
446
|
--color-prettylights-syntax-variable: var(--base-color-orange-2);
|
|
447
|
-
--contribution-default-bgColor-0: var(--base-color-neutral-
|
|
447
|
+
--contribution-default-bgColor-0: var(--base-color-neutral-3);
|
|
448
448
|
--contribution-default-bgColor-1: var(--base-color-green-8);
|
|
449
449
|
--contribution-default-bgColor-2: var(--base-color-green-6);
|
|
450
450
|
--contribution-default-bgColor-3: var(--base-color-green-4);
|
|
451
451
|
--contribution-default-bgColor-4: var(--base-color-green-2);
|
|
452
|
-
--contribution-default-borderColor-0:
|
|
453
|
-
--contribution-default-borderColor-1:
|
|
454
|
-
--contribution-default-borderColor-2:
|
|
455
|
-
--contribution-default-borderColor-3:
|
|
456
|
-
--contribution-default-borderColor-4:
|
|
452
|
+
--contribution-default-borderColor-0: var(--base-color-white);
|
|
453
|
+
--contribution-default-borderColor-1: var(--base-color-white);
|
|
454
|
+
--contribution-default-borderColor-2: var(--base-color-white);
|
|
455
|
+
--contribution-default-borderColor-3: var(--base-color-white);
|
|
456
|
+
--contribution-default-borderColor-4: var(--base-color-white);
|
|
457
457
|
--contribution-halloween-bgColor-1: var(--base-display-color-orange-9);
|
|
458
458
|
--contribution-halloween-bgColor-2: var(--base-display-color-orange-5);
|
|
459
459
|
--contribution-halloween-bgColor-3: var(--base-display-color-orange-4);
|
|
@@ -1437,16 +1437,16 @@
|
|
|
1437
1437
|
--color-prettylights-syntax-string-regexp: var(--base-color-green-1);
|
|
1438
1438
|
--color-prettylights-syntax-sublimelinter-gutter-mark: var(--base-color-neutral-7);
|
|
1439
1439
|
--color-prettylights-syntax-variable: var(--base-color-orange-2);
|
|
1440
|
-
--contribution-default-bgColor-0: var(--base-color-neutral-
|
|
1440
|
+
--contribution-default-bgColor-0: var(--base-color-neutral-3);
|
|
1441
1441
|
--contribution-default-bgColor-1: var(--base-color-green-8);
|
|
1442
1442
|
--contribution-default-bgColor-2: var(--base-color-green-6);
|
|
1443
1443
|
--contribution-default-bgColor-3: var(--base-color-green-4);
|
|
1444
1444
|
--contribution-default-bgColor-4: var(--base-color-green-2);
|
|
1445
|
-
--contribution-default-borderColor-0:
|
|
1446
|
-
--contribution-default-borderColor-1:
|
|
1447
|
-
--contribution-default-borderColor-2:
|
|
1448
|
-
--contribution-default-borderColor-3:
|
|
1449
|
-
--contribution-default-borderColor-4:
|
|
1445
|
+
--contribution-default-borderColor-0: var(--base-color-white);
|
|
1446
|
+
--contribution-default-borderColor-1: var(--base-color-white);
|
|
1447
|
+
--contribution-default-borderColor-2: var(--base-color-white);
|
|
1448
|
+
--contribution-default-borderColor-3: var(--base-color-white);
|
|
1449
|
+
--contribution-default-borderColor-4: var(--base-color-white);
|
|
1450
1450
|
--contribution-halloween-bgColor-1: var(--base-display-color-orange-9);
|
|
1451
1451
|
--contribution-halloween-bgColor-2: var(--base-display-color-orange-5);
|
|
1452
1452
|
--contribution-halloween-bgColor-3: var(--base-display-color-orange-4);
|
|
@@ -428,16 +428,16 @@
|
|
|
428
428
|
--color-prettylights-syntax-string-regexp: var(--base-color-green-6);
|
|
429
429
|
--color-prettylights-syntax-sublimelinter-gutter-mark: var(--base-color-neutral-8);
|
|
430
430
|
--color-prettylights-syntax-variable: var(--base-color-orange-6);
|
|
431
|
-
--contribution-default-bgColor-0: var(--base-color-neutral-
|
|
431
|
+
--contribution-default-bgColor-0: var(--base-color-neutral-3);
|
|
432
432
|
--contribution-default-bgColor-1: var(--base-color-green-1);
|
|
433
433
|
--contribution-default-bgColor-2: var(--base-color-green-3);
|
|
434
434
|
--contribution-default-bgColor-3: var(--base-color-green-4);
|
|
435
435
|
--contribution-default-bgColor-4: var(--base-color-green-6);
|
|
436
|
-
--contribution-default-borderColor-0:
|
|
437
|
-
--contribution-default-borderColor-1:
|
|
438
|
-
--contribution-default-borderColor-2:
|
|
439
|
-
--contribution-default-borderColor-3:
|
|
440
|
-
--contribution-default-borderColor-4:
|
|
436
|
+
--contribution-default-borderColor-0: var(--base-color-black);
|
|
437
|
+
--contribution-default-borderColor-1: var(--base-color-black);
|
|
438
|
+
--contribution-default-borderColor-2: var(--base-color-black);
|
|
439
|
+
--contribution-default-borderColor-3: var(--base-color-black);
|
|
440
|
+
--contribution-default-borderColor-4: var(--base-color-black);
|
|
441
441
|
--contribution-halloween-bgColor-1: var(--base-display-color-lemon-1);
|
|
442
442
|
--contribution-halloween-bgColor-2: var(--base-display-color-yellow-1);
|
|
443
443
|
--contribution-halloween-bgColor-3: var(--base-display-color-orange-3);
|
|
@@ -1421,16 +1421,16 @@
|
|
|
1421
1421
|
--color-prettylights-syntax-string-regexp: var(--base-color-green-6);
|
|
1422
1422
|
--color-prettylights-syntax-sublimelinter-gutter-mark: var(--base-color-neutral-8);
|
|
1423
1423
|
--color-prettylights-syntax-variable: var(--base-color-orange-6);
|
|
1424
|
-
--contribution-default-bgColor-0: var(--base-color-neutral-
|
|
1424
|
+
--contribution-default-bgColor-0: var(--base-color-neutral-3);
|
|
1425
1425
|
--contribution-default-bgColor-1: var(--base-color-green-1);
|
|
1426
1426
|
--contribution-default-bgColor-2: var(--base-color-green-3);
|
|
1427
1427
|
--contribution-default-bgColor-3: var(--base-color-green-4);
|
|
1428
1428
|
--contribution-default-bgColor-4: var(--base-color-green-6);
|
|
1429
|
-
--contribution-default-borderColor-0:
|
|
1430
|
-
--contribution-default-borderColor-1:
|
|
1431
|
-
--contribution-default-borderColor-2:
|
|
1432
|
-
--contribution-default-borderColor-3:
|
|
1433
|
-
--contribution-default-borderColor-4:
|
|
1429
|
+
--contribution-default-borderColor-0: var(--base-color-black);
|
|
1430
|
+
--contribution-default-borderColor-1: var(--base-color-black);
|
|
1431
|
+
--contribution-default-borderColor-2: var(--base-color-black);
|
|
1432
|
+
--contribution-default-borderColor-3: var(--base-color-black);
|
|
1433
|
+
--contribution-default-borderColor-4: var(--base-color-black);
|
|
1434
1434
|
--contribution-halloween-bgColor-1: var(--base-display-color-lemon-1);
|
|
1435
1435
|
--contribution-halloween-bgColor-2: var(--base-display-color-yellow-1);
|
|
1436
1436
|
--contribution-halloween-bgColor-3: var(--base-display-color-orange-3);
|
|
@@ -10740,6 +10740,8 @@
|
|
|
10740
10740
|
"scopes": ["bgColor"]
|
|
10741
10741
|
},
|
|
10742
10742
|
"org.primer.overrides": {
|
|
10743
|
+
"dark-high-contrast": "#212830",
|
|
10744
|
+
"light-high-contrast": "#212830",
|
|
10743
10745
|
"dark-dimmed": "#2a313c"
|
|
10744
10746
|
}
|
|
10745
10747
|
},
|
|
@@ -10755,6 +10757,8 @@
|
|
|
10755
10757
|
"scopes": ["bgColor"]
|
|
10756
10758
|
},
|
|
10757
10759
|
"org.primer.overrides": {
|
|
10760
|
+
"dark-high-contrast": "{base.color.neutral.3}",
|
|
10761
|
+
"light-high-contrast": "{base.color.neutral.3}",
|
|
10758
10762
|
"dark-dimmed": "{base.color.neutral.5}"
|
|
10759
10763
|
}
|
|
10760
10764
|
}
|
|
@@ -10918,6 +10922,16 @@
|
|
|
10918
10922
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10919
10923
|
"isSource": true,
|
|
10920
10924
|
"$type": "color"
|
|
10925
|
+
},
|
|
10926
|
+
"dark-high-contrast": {
|
|
10927
|
+
"$value": "#ffffff",
|
|
10928
|
+
"alpha": 1,
|
|
10929
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
10930
|
+
"isSource": true,
|
|
10931
|
+
"$type": "color"
|
|
10932
|
+
},
|
|
10933
|
+
"light-high-contrast": {
|
|
10934
|
+
"alpha": 1
|
|
10921
10935
|
}
|
|
10922
10936
|
}
|
|
10923
10937
|
},
|
|
@@ -10947,6 +10961,16 @@
|
|
|
10947
10961
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10948
10962
|
"isSource": true,
|
|
10949
10963
|
"$type": "color"
|
|
10964
|
+
},
|
|
10965
|
+
"dark-high-contrast": {
|
|
10966
|
+
"$value": "{base.color.white}",
|
|
10967
|
+
"alpha": 1,
|
|
10968
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
10969
|
+
"isSource": true,
|
|
10970
|
+
"$type": "color"
|
|
10971
|
+
},
|
|
10972
|
+
"light-high-contrast": {
|
|
10973
|
+
"alpha": 1
|
|
10950
10974
|
}
|
|
10951
10975
|
}
|
|
10952
10976
|
}
|
|
@@ -10980,6 +11004,16 @@
|
|
|
10980
11004
|
"filePath": "src/tokens/component/contribution.json5",
|
|
10981
11005
|
"isSource": true,
|
|
10982
11006
|
"$type": "color"
|
|
11007
|
+
},
|
|
11008
|
+
"dark-high-contrast": {
|
|
11009
|
+
"$value": "#ffffff",
|
|
11010
|
+
"alpha": 1,
|
|
11011
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11012
|
+
"isSource": true,
|
|
11013
|
+
"$type": "color"
|
|
11014
|
+
},
|
|
11015
|
+
"light-high-contrast": {
|
|
11016
|
+
"alpha": 1
|
|
10983
11017
|
}
|
|
10984
11018
|
}
|
|
10985
11019
|
},
|
|
@@ -11009,6 +11043,16 @@
|
|
|
11009
11043
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11010
11044
|
"isSource": true,
|
|
11011
11045
|
"$type": "color"
|
|
11046
|
+
},
|
|
11047
|
+
"dark-high-contrast": {
|
|
11048
|
+
"$value": "{base.color.white}",
|
|
11049
|
+
"alpha": 1,
|
|
11050
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11051
|
+
"isSource": true,
|
|
11052
|
+
"$type": "color"
|
|
11053
|
+
},
|
|
11054
|
+
"light-high-contrast": {
|
|
11055
|
+
"alpha": 1
|
|
11012
11056
|
}
|
|
11013
11057
|
}
|
|
11014
11058
|
}
|
|
@@ -11042,6 +11086,16 @@
|
|
|
11042
11086
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11043
11087
|
"isSource": true,
|
|
11044
11088
|
"$type": "color"
|
|
11089
|
+
},
|
|
11090
|
+
"dark-high-contrast": {
|
|
11091
|
+
"$value": "#ffffff",
|
|
11092
|
+
"alpha": 1,
|
|
11093
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11094
|
+
"isSource": true,
|
|
11095
|
+
"$type": "color"
|
|
11096
|
+
},
|
|
11097
|
+
"light-high-contrast": {
|
|
11098
|
+
"alpha": 1
|
|
11045
11099
|
}
|
|
11046
11100
|
}
|
|
11047
11101
|
},
|
|
@@ -11071,6 +11125,16 @@
|
|
|
11071
11125
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11072
11126
|
"isSource": true,
|
|
11073
11127
|
"$type": "color"
|
|
11128
|
+
},
|
|
11129
|
+
"dark-high-contrast": {
|
|
11130
|
+
"$value": "{base.color.white}",
|
|
11131
|
+
"alpha": 1,
|
|
11132
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11133
|
+
"isSource": true,
|
|
11134
|
+
"$type": "color"
|
|
11135
|
+
},
|
|
11136
|
+
"light-high-contrast": {
|
|
11137
|
+
"alpha": 1
|
|
11074
11138
|
}
|
|
11075
11139
|
}
|
|
11076
11140
|
}
|
|
@@ -11104,6 +11168,16 @@
|
|
|
11104
11168
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11105
11169
|
"isSource": true,
|
|
11106
11170
|
"$type": "color"
|
|
11171
|
+
},
|
|
11172
|
+
"dark-high-contrast": {
|
|
11173
|
+
"$value": "#ffffff",
|
|
11174
|
+
"alpha": 1,
|
|
11175
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11176
|
+
"isSource": true,
|
|
11177
|
+
"$type": "color"
|
|
11178
|
+
},
|
|
11179
|
+
"light-high-contrast": {
|
|
11180
|
+
"alpha": 1
|
|
11107
11181
|
}
|
|
11108
11182
|
}
|
|
11109
11183
|
},
|
|
@@ -11133,6 +11207,16 @@
|
|
|
11133
11207
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11134
11208
|
"isSource": true,
|
|
11135
11209
|
"$type": "color"
|
|
11210
|
+
},
|
|
11211
|
+
"dark-high-contrast": {
|
|
11212
|
+
"$value": "{base.color.white}",
|
|
11213
|
+
"alpha": 1,
|
|
11214
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11215
|
+
"isSource": true,
|
|
11216
|
+
"$type": "color"
|
|
11217
|
+
},
|
|
11218
|
+
"light-high-contrast": {
|
|
11219
|
+
"alpha": 1
|
|
11136
11220
|
}
|
|
11137
11221
|
}
|
|
11138
11222
|
}
|
|
@@ -11166,6 +11250,16 @@
|
|
|
11166
11250
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11167
11251
|
"isSource": true,
|
|
11168
11252
|
"$type": "color"
|
|
11253
|
+
},
|
|
11254
|
+
"dark-high-contrast": {
|
|
11255
|
+
"$value": "#ffffff",
|
|
11256
|
+
"alpha": 1,
|
|
11257
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11258
|
+
"isSource": true,
|
|
11259
|
+
"$type": "color"
|
|
11260
|
+
},
|
|
11261
|
+
"light-high-contrast": {
|
|
11262
|
+
"alpha": 1
|
|
11169
11263
|
}
|
|
11170
11264
|
}
|
|
11171
11265
|
},
|
|
@@ -11195,6 +11289,16 @@
|
|
|
11195
11289
|
"filePath": "src/tokens/component/contribution.json5",
|
|
11196
11290
|
"isSource": true,
|
|
11197
11291
|
"$type": "color"
|
|
11292
|
+
},
|
|
11293
|
+
"dark-high-contrast": {
|
|
11294
|
+
"$value": "{base.color.white}",
|
|
11295
|
+
"alpha": 1,
|
|
11296
|
+
"filePath": "src/tokens/component/contribution.json5",
|
|
11297
|
+
"isSource": true,
|
|
11298
|
+
"$type": "color"
|
|
11299
|
+
},
|
|
11300
|
+
"light-high-contrast": {
|
|
11301
|
+
"alpha": 1
|
|
11198
11302
|
}
|
|
11199
11303
|
}
|
|
11200
11304
|
}
|