@primer/primitives 10.3.4 → 10.4.0-rc.26f84a31

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.
Files changed (65) hide show
  1. package/dist/css/functional/themes/dark-colorblind.css +36 -0
  2. package/dist/css/functional/themes/dark-dimmed.css +36 -0
  3. package/dist/css/functional/themes/dark-high-contrast.css +36 -0
  4. package/dist/css/functional/themes/dark-tritanopia.css +36 -0
  5. package/dist/css/functional/themes/dark.css +36 -0
  6. package/dist/css/functional/themes/light-colorblind.css +36 -0
  7. package/dist/css/functional/themes/light-high-contrast.css +36 -0
  8. package/dist/css/functional/themes/light-tritanopia.css +36 -0
  9. package/dist/css/functional/themes/light.css +36 -0
  10. package/dist/docs/functional/themes/dark-colorblind.json +1305 -131
  11. package/dist/docs/functional/themes/dark-dimmed.json +1414 -134
  12. package/dist/docs/functional/themes/dark-high-contrast.json +1305 -105
  13. package/dist/docs/functional/themes/dark-tritanopia.json +1284 -124
  14. package/dist/docs/functional/themes/dark.json +1270 -124
  15. package/dist/docs/functional/themes/light-colorblind.json +1292 -118
  16. package/dist/docs/functional/themes/light-high-contrast.json +1274 -116
  17. package/dist/docs/functional/themes/light-tritanopia.json +1283 -123
  18. package/dist/docs/functional/themes/light.json +1267 -121
  19. package/dist/figma/themes/dark-colorblind.json +1677 -1352
  20. package/dist/figma/themes/dark-dimmed.json +1653 -1271
  21. package/dist/figma/themes/dark-high-contrast.json +1656 -1299
  22. package/dist/figma/themes/dark-tritanopia.json +1668 -1359
  23. package/dist/figma/themes/dark.json +1606 -1313
  24. package/dist/figma/themes/light-colorblind.json +1626 -1301
  25. package/dist/figma/themes/light-high-contrast.json +1577 -1269
  26. package/dist/figma/themes/light-tritanopia.json +1620 -1311
  27. package/dist/figma/themes/light.json +1619 -1326
  28. package/dist/internalCss/dark-colorblind.css +36 -0
  29. package/dist/internalCss/dark-dimmed.css +36 -0
  30. package/dist/internalCss/dark-high-contrast.css +36 -0
  31. package/dist/internalCss/dark-tritanopia.css +36 -0
  32. package/dist/internalCss/dark.css +36 -0
  33. package/dist/internalCss/light-colorblind.css +36 -0
  34. package/dist/internalCss/light-high-contrast.css +36 -0
  35. package/dist/internalCss/light-tritanopia.css +36 -0
  36. package/dist/internalCss/light.css +36 -0
  37. package/dist/styleLint/functional/themes/dark-colorblind.json +1304 -130
  38. package/dist/styleLint/functional/themes/dark-dimmed.json +1413 -133
  39. package/dist/styleLint/functional/themes/dark-high-contrast.json +1306 -106
  40. package/dist/styleLint/functional/themes/dark-tritanopia.json +1283 -123
  41. package/dist/styleLint/functional/themes/dark.json +1269 -123
  42. package/dist/styleLint/functional/themes/light-colorblind.json +1292 -118
  43. package/dist/styleLint/functional/themes/light-high-contrast.json +1274 -116
  44. package/dist/styleLint/functional/themes/light-tritanopia.json +1286 -126
  45. package/dist/styleLint/functional/themes/light.json +1266 -120
  46. package/package.json +1 -1
  47. package/src/tokens/component/card.json5 +18 -0
  48. package/src/tokens/{functional/color/light/app-light.json5 → component/codeMirror.json5} +67 -0
  49. package/src/tokens/component/contribution.json5 +344 -0
  50. package/src/tokens/component/counter.json5 +43 -0
  51. package/src/tokens/component/tooltip.json5 +32 -0
  52. package/src/tokens/functional/color/bgColor.json5 +24 -20
  53. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +0 -24
  54. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +0 -40
  55. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +0 -14
  56. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +0 -10
  57. package/src/tokens/functional/color/dark/patterns-dark.json5 +0 -87
  58. package/src/tokens/functional/color/{dark/data-vis-dark.json5 → data-vis.json5} +61 -21
  59. package/src/tokens/functional/color/focus.json5 +15 -0
  60. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +0 -20
  61. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +0 -14
  62. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +0 -10
  63. package/src/tokens/functional/color/light/patterns-light.json5 +0 -88
  64. package/src/tokens/functional/color/dark/app-dark.json5 +0 -254
  65. package/src/tokens/functional/color/light/data-vis-light.json5 +0 -284
@@ -135,6 +135,24 @@
135
135
  --color-prettylights-syntax-string-regexp: #a5d6ff;
136
136
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
137
137
  --color-prettylights-syntax-variable: #ffa657;
138
+ --contribution-default-bgColor-0: #151b23;
139
+ --contribution-default-bgColor-1: #033a16;
140
+ --contribution-default-bgColor-2: #196c2e;
141
+ --contribution-default-bgColor-3: #2ea043;
142
+ --contribution-default-bgColor-4: #56d364;
143
+ --contribution-default-borderColor-0: #ffffff0d;
144
+ --contribution-default-borderColor-1: #ffffff0d;
145
+ --contribution-default-borderColor-2: #ffffff0d;
146
+ --contribution-default-borderColor-3: #ffffff0d;
147
+ --contribution-default-borderColor-4: #ffffff0d;
148
+ --contribution-halloween-bgColor-1: #fac68f;
149
+ --contribution-halloween-bgColor-2: #c46212;
150
+ --contribution-halloween-bgColor-3: #984b10;
151
+ --contribution-halloween-bgColor-4: #e3d04f;
152
+ --contribution-winter-bgColor-1: #0c2d6b;
153
+ --contribution-winter-bgColor-2: #1158c7;
154
+ --contribution-winter-bgColor-3: #58a6ff;
155
+ --contribution-winter-bgColor-4: #cae8ff;
138
156
  --control-bgColor-active: #2a313c;
139
157
  --control-bgColor-hover: #262c36;
140
158
  --control-bgColor-rest: #212830;
@@ -741,6 +759,24 @@
741
759
  --color-prettylights-syntax-string-regexp: #a5d6ff;
742
760
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
743
761
  --color-prettylights-syntax-variable: #ffa657;
762
+ --contribution-default-bgColor-0: #151b23;
763
+ --contribution-default-bgColor-1: #033a16;
764
+ --contribution-default-bgColor-2: #196c2e;
765
+ --contribution-default-bgColor-3: #2ea043;
766
+ --contribution-default-bgColor-4: #56d364;
767
+ --contribution-default-borderColor-0: #ffffff0d;
768
+ --contribution-default-borderColor-1: #ffffff0d;
769
+ --contribution-default-borderColor-2: #ffffff0d;
770
+ --contribution-default-borderColor-3: #ffffff0d;
771
+ --contribution-default-borderColor-4: #ffffff0d;
772
+ --contribution-halloween-bgColor-1: #fac68f;
773
+ --contribution-halloween-bgColor-2: #c46212;
774
+ --contribution-halloween-bgColor-3: #984b10;
775
+ --contribution-halloween-bgColor-4: #e3d04f;
776
+ --contribution-winter-bgColor-1: #0c2d6b;
777
+ --contribution-winter-bgColor-2: #1158c7;
778
+ --contribution-winter-bgColor-3: #58a6ff;
779
+ --contribution-winter-bgColor-4: #cae8ff;
744
780
  --control-bgColor-active: #2a313c;
745
781
  --control-bgColor-hover: #262c36;
746
782
  --control-bgColor-rest: #212830;
@@ -144,6 +144,24 @@
144
144
  --color-prettylights-syntax-string-regexp: #8ddb8c;
145
145
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
146
146
  --color-prettylights-syntax-variable: #f69d50;
147
+ --contribution-default-bgColor-0: #2a313c;
148
+ --contribution-default-bgColor-1: #1b4721;
149
+ --contribution-default-bgColor-2: #2b6a30;
150
+ --contribution-default-bgColor-3: #46954a;
151
+ --contribution-default-bgColor-4: #6bc46d;
152
+ --contribution-default-borderColor-0: #cdd9e50d;
153
+ --contribution-default-borderColor-1: #cdd9e50d;
154
+ --contribution-default-borderColor-2: #cdd9e50d;
155
+ --contribution-default-borderColor-3: #cdd9e50d;
156
+ --contribution-default-borderColor-4: #cdd9e50d;
157
+ --contribution-halloween-bgColor-1: #fac68f;
158
+ --contribution-halloween-bgColor-2: #c46212;
159
+ --contribution-halloween-bgColor-3: #984b10;
160
+ --contribution-halloween-bgColor-4: #e3d04f;
161
+ --contribution-winter-bgColor-1: #143d79;
162
+ --contribution-winter-bgColor-2: #255ab2;
163
+ --contribution-winter-bgColor-3: #539bf5;
164
+ --contribution-winter-bgColor-4: #c6e6ff;
147
165
  --control-bgColor-active: #3d444d;
148
166
  --control-bgColor-hover: #2f3742;
149
167
  --control-bgColor-rest: #2a313c;
@@ -750,6 +768,24 @@
750
768
  --color-prettylights-syntax-string-regexp: #8ddb8c;
751
769
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
752
770
  --color-prettylights-syntax-variable: #f69d50;
771
+ --contribution-default-bgColor-0: #2a313c;
772
+ --contribution-default-bgColor-1: #1b4721;
773
+ --contribution-default-bgColor-2: #2b6a30;
774
+ --contribution-default-bgColor-3: #46954a;
775
+ --contribution-default-bgColor-4: #6bc46d;
776
+ --contribution-default-borderColor-0: #cdd9e50d;
777
+ --contribution-default-borderColor-1: #cdd9e50d;
778
+ --contribution-default-borderColor-2: #cdd9e50d;
779
+ --contribution-default-borderColor-3: #cdd9e50d;
780
+ --contribution-default-borderColor-4: #cdd9e50d;
781
+ --contribution-halloween-bgColor-1: #fac68f;
782
+ --contribution-halloween-bgColor-2: #c46212;
783
+ --contribution-halloween-bgColor-3: #984b10;
784
+ --contribution-halloween-bgColor-4: #e3d04f;
785
+ --contribution-winter-bgColor-1: #143d79;
786
+ --contribution-winter-bgColor-2: #255ab2;
787
+ --contribution-winter-bgColor-3: #539bf5;
788
+ --contribution-winter-bgColor-4: #c6e6ff;
753
789
  --control-bgColor-active: #3d444d;
754
790
  --control-bgColor-hover: #2f3742;
755
791
  --control-bgColor-rest: #2a313c;
@@ -140,6 +140,24 @@
140
140
  --color-prettylights-syntax-string-regexp: #72f088;
141
141
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
142
142
  --color-prettylights-syntax-variable: #ffb757;
143
+ --contribution-default-bgColor-0: #212830;
144
+ --contribution-default-bgColor-1: #007728;
145
+ --contribution-default-bgColor-2: #02a232;
146
+ --contribution-default-bgColor-3: #0ac740;
147
+ --contribution-default-bgColor-4: #4ae168;
148
+ --contribution-default-borderColor-0: #ffffff;
149
+ --contribution-default-borderColor-1: #ffffff;
150
+ --contribution-default-borderColor-2: #ffffff;
151
+ --contribution-default-borderColor-3: #ffffff;
152
+ --contribution-default-borderColor-4: #ffffff;
153
+ --contribution-halloween-bgColor-1: #fac68f;
154
+ --contribution-halloween-bgColor-2: #c46212;
155
+ --contribution-halloween-bgColor-3: #984b10;
156
+ --contribution-halloween-bgColor-4: #e3d04f;
157
+ --contribution-winter-bgColor-1: #1e60d5;
158
+ --contribution-winter-bgColor-2: #318bf8;
159
+ --contribution-winter-bgColor-3: #71b7ff;
160
+ --contribution-winter-bgColor-4: #caeaff;
143
161
  --control-bgColor-active: #2f3742;
144
162
  --control-bgColor-hover: #2a313c;
145
163
  --control-bgColor-rest: #262c36;
@@ -746,6 +764,24 @@
746
764
  --color-prettylights-syntax-string-regexp: #72f088;
747
765
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
748
766
  --color-prettylights-syntax-variable: #ffb757;
767
+ --contribution-default-bgColor-0: #212830;
768
+ --contribution-default-bgColor-1: #007728;
769
+ --contribution-default-bgColor-2: #02a232;
770
+ --contribution-default-bgColor-3: #0ac740;
771
+ --contribution-default-bgColor-4: #4ae168;
772
+ --contribution-default-borderColor-0: #ffffff;
773
+ --contribution-default-borderColor-1: #ffffff;
774
+ --contribution-default-borderColor-2: #ffffff;
775
+ --contribution-default-borderColor-3: #ffffff;
776
+ --contribution-default-borderColor-4: #ffffff;
777
+ --contribution-halloween-bgColor-1: #fac68f;
778
+ --contribution-halloween-bgColor-2: #c46212;
779
+ --contribution-halloween-bgColor-3: #984b10;
780
+ --contribution-halloween-bgColor-4: #e3d04f;
781
+ --contribution-winter-bgColor-1: #1e60d5;
782
+ --contribution-winter-bgColor-2: #318bf8;
783
+ --contribution-winter-bgColor-3: #71b7ff;
784
+ --contribution-winter-bgColor-4: #caeaff;
749
785
  --control-bgColor-active: #2f3742;
750
786
  --control-bgColor-hover: #2a313c;
751
787
  --control-bgColor-rest: #262c36;
@@ -138,6 +138,24 @@
138
138
  --color-prettylights-syntax-string-regexp: #a5d6ff;
139
139
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
140
140
  --color-prettylights-syntax-variable: #ffa198;
141
+ --contribution-default-bgColor-0: #151b23;
142
+ --contribution-default-bgColor-1: #033a16;
143
+ --contribution-default-bgColor-2: #196c2e;
144
+ --contribution-default-bgColor-3: #2ea043;
145
+ --contribution-default-bgColor-4: #56d364;
146
+ --contribution-default-borderColor-0: #ffffff0d;
147
+ --contribution-default-borderColor-1: #ffffff0d;
148
+ --contribution-default-borderColor-2: #ffffff0d;
149
+ --contribution-default-borderColor-3: #ffffff0d;
150
+ --contribution-default-borderColor-4: #ffffff0d;
151
+ --contribution-halloween-bgColor-1: #fac68f;
152
+ --contribution-halloween-bgColor-2: #c46212;
153
+ --contribution-halloween-bgColor-3: #984b10;
154
+ --contribution-halloween-bgColor-4: #e3d04f;
155
+ --contribution-winter-bgColor-1: #0c2d6b;
156
+ --contribution-winter-bgColor-2: #1158c7;
157
+ --contribution-winter-bgColor-3: #58a6ff;
158
+ --contribution-winter-bgColor-4: #cae8ff;
141
159
  --control-bgColor-active: #2a313c;
142
160
  --control-bgColor-hover: #262c36;
143
161
  --control-bgColor-rest: #212830;
@@ -744,6 +762,24 @@
744
762
  --color-prettylights-syntax-string-regexp: #a5d6ff;
745
763
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
746
764
  --color-prettylights-syntax-variable: #ffa198;
765
+ --contribution-default-bgColor-0: #151b23;
766
+ --contribution-default-bgColor-1: #033a16;
767
+ --contribution-default-bgColor-2: #196c2e;
768
+ --contribution-default-bgColor-3: #2ea043;
769
+ --contribution-default-bgColor-4: #56d364;
770
+ --contribution-default-borderColor-0: #ffffff0d;
771
+ --contribution-default-borderColor-1: #ffffff0d;
772
+ --contribution-default-borderColor-2: #ffffff0d;
773
+ --contribution-default-borderColor-3: #ffffff0d;
774
+ --contribution-default-borderColor-4: #ffffff0d;
775
+ --contribution-halloween-bgColor-1: #fac68f;
776
+ --contribution-halloween-bgColor-2: #c46212;
777
+ --contribution-halloween-bgColor-3: #984b10;
778
+ --contribution-halloween-bgColor-4: #e3d04f;
779
+ --contribution-winter-bgColor-1: #0c2d6b;
780
+ --contribution-winter-bgColor-2: #1158c7;
781
+ --contribution-winter-bgColor-3: #58a6ff;
782
+ --contribution-winter-bgColor-4: #cae8ff;
747
783
  --control-bgColor-active: #2a313c;
748
784
  --control-bgColor-hover: #262c36;
749
785
  --control-bgColor-rest: #212830;
@@ -132,6 +132,24 @@
132
132
  --color-prettylights-syntax-string-regexp: #7ee787;
133
133
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
134
134
  --color-prettylights-syntax-variable: #ffa657;
135
+ --contribution-default-bgColor-0: #151b23;
136
+ --contribution-default-bgColor-1: #033a16;
137
+ --contribution-default-bgColor-2: #196c2e;
138
+ --contribution-default-bgColor-3: #2ea043;
139
+ --contribution-default-bgColor-4: #56d364;
140
+ --contribution-default-borderColor-0: #ffffff0d;
141
+ --contribution-default-borderColor-1: #ffffff0d;
142
+ --contribution-default-borderColor-2: #ffffff0d;
143
+ --contribution-default-borderColor-3: #ffffff0d;
144
+ --contribution-default-borderColor-4: #ffffff0d;
145
+ --contribution-halloween-bgColor-1: #fac68f;
146
+ --contribution-halloween-bgColor-2: #c46212;
147
+ --contribution-halloween-bgColor-3: #984b10;
148
+ --contribution-halloween-bgColor-4: #e3d04f;
149
+ --contribution-winter-bgColor-1: #0c2d6b;
150
+ --contribution-winter-bgColor-2: #1158c7;
151
+ --contribution-winter-bgColor-3: #58a6ff;
152
+ --contribution-winter-bgColor-4: #cae8ff;
135
153
  --control-bgColor-active: #2a313c;
136
154
  --control-bgColor-hover: #262c36;
137
155
  --control-bgColor-rest: #212830;
@@ -738,6 +756,24 @@
738
756
  --color-prettylights-syntax-string-regexp: #7ee787;
739
757
  --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
740
758
  --color-prettylights-syntax-variable: #ffa657;
759
+ --contribution-default-bgColor-0: #151b23;
760
+ --contribution-default-bgColor-1: #033a16;
761
+ --contribution-default-bgColor-2: #196c2e;
762
+ --contribution-default-bgColor-3: #2ea043;
763
+ --contribution-default-bgColor-4: #56d364;
764
+ --contribution-default-borderColor-0: #ffffff0d;
765
+ --contribution-default-borderColor-1: #ffffff0d;
766
+ --contribution-default-borderColor-2: #ffffff0d;
767
+ --contribution-default-borderColor-3: #ffffff0d;
768
+ --contribution-default-borderColor-4: #ffffff0d;
769
+ --contribution-halloween-bgColor-1: #fac68f;
770
+ --contribution-halloween-bgColor-2: #c46212;
771
+ --contribution-halloween-bgColor-3: #984b10;
772
+ --contribution-halloween-bgColor-4: #e3d04f;
773
+ --contribution-winter-bgColor-1: #0c2d6b;
774
+ --contribution-winter-bgColor-2: #1158c7;
775
+ --contribution-winter-bgColor-3: #58a6ff;
776
+ --contribution-winter-bgColor-4: #cae8ff;
741
777
  --control-bgColor-active: #2a313c;
742
778
  --control-bgColor-hover: #262c36;
743
779
  --control-bgColor-rest: #212830;
@@ -119,6 +119,24 @@
119
119
  --color-prettylights-syntax-string-regexp: #0550ae;
120
120
  --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
121
121
  --color-prettylights-syntax-variable: #953800;
122
+ --contribution-default-bgColor-0: #eff2f5;
123
+ --contribution-default-bgColor-1: #aceebb;
124
+ --contribution-default-bgColor-2: #4ac26b;
125
+ --contribution-default-bgColor-3: #2da44e;
126
+ --contribution-default-bgColor-4: #116329;
127
+ --contribution-default-borderColor-0: #1f23280d;
128
+ --contribution-default-borderColor-1: #1f23280d;
129
+ --contribution-default-borderColor-2: #1f23280d;
130
+ --contribution-default-borderColor-3: #1f23280d;
131
+ --contribution-default-borderColor-4: #1f23280d;
132
+ --contribution-halloween-bgColor-1: #f0db3d;
133
+ --contribution-halloween-bgColor-2: #ffd642;
134
+ --contribution-halloween-bgColor-3: #f68c41;
135
+ --contribution-halloween-bgColor-4: #1f2328;
136
+ --contribution-winter-bgColor-1: #b6e3ff;
137
+ --contribution-winter-bgColor-2: #54aeff;
138
+ --contribution-winter-bgColor-3: #0969da;
139
+ --contribution-winter-bgColor-4: #0a3069;
122
140
  --control-bgColor-active: #e6eaef;
123
141
  --control-bgColor-hover: #eff2f5;
124
142
  --control-bgColor-rest: #f6f8fa;
@@ -725,6 +743,24 @@
725
743
  --color-prettylights-syntax-string-regexp: #0550ae;
726
744
  --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
727
745
  --color-prettylights-syntax-variable: #953800;
746
+ --contribution-default-bgColor-0: #eff2f5;
747
+ --contribution-default-bgColor-1: #aceebb;
748
+ --contribution-default-bgColor-2: #4ac26b;
749
+ --contribution-default-bgColor-3: #2da44e;
750
+ --contribution-default-bgColor-4: #116329;
751
+ --contribution-default-borderColor-0: #1f23280d;
752
+ --contribution-default-borderColor-1: #1f23280d;
753
+ --contribution-default-borderColor-2: #1f23280d;
754
+ --contribution-default-borderColor-3: #1f23280d;
755
+ --contribution-default-borderColor-4: #1f23280d;
756
+ --contribution-halloween-bgColor-1: #f0db3d;
757
+ --contribution-halloween-bgColor-2: #ffd642;
758
+ --contribution-halloween-bgColor-3: #f68c41;
759
+ --contribution-halloween-bgColor-4: #1f2328;
760
+ --contribution-winter-bgColor-1: #b6e3ff;
761
+ --contribution-winter-bgColor-2: #54aeff;
762
+ --contribution-winter-bgColor-3: #0969da;
763
+ --contribution-winter-bgColor-4: #0a3069;
728
764
  --control-bgColor-active: #e6eaef;
729
765
  --control-bgColor-hover: #eff2f5;
730
766
  --control-bgColor-rest: #f6f8fa;
@@ -125,6 +125,24 @@
125
125
  --color-prettylights-syntax-string-regexp: #024c1a;
126
126
  --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
127
127
  --color-prettylights-syntax-variable: #702c00;
128
+ --contribution-default-bgColor-0: #e6eaef;
129
+ --contribution-default-bgColor-1: #82e596;
130
+ --contribution-default-bgColor-2: #26a148;
131
+ --contribution-default-bgColor-3: #117f32;
132
+ --contribution-default-bgColor-4: #024c1a;
133
+ --contribution-default-borderColor-0: #010409;
134
+ --contribution-default-borderColor-1: #010409;
135
+ --contribution-default-borderColor-2: #010409;
136
+ --contribution-default-borderColor-3: #010409;
137
+ --contribution-default-borderColor-4: #010409;
138
+ --contribution-halloween-bgColor-1: #f0db3d;
139
+ --contribution-halloween-bgColor-2: #ffd642;
140
+ --contribution-halloween-bgColor-3: #f68c41;
141
+ --contribution-halloween-bgColor-4: #010409;
142
+ --contribution-winter-bgColor-1: #9cd7ff;
143
+ --contribution-winter-bgColor-2: #368cf9;
144
+ --contribution-winter-bgColor-3: #0349b4;
145
+ --contribution-winter-bgColor-4: #032563;
128
146
  --control-bgColor-active: #d1d9e0;
129
147
  --control-bgColor-hover: #dae0e7;
130
148
  --control-bgColor-rest: #e0e6eb;
@@ -731,6 +749,24 @@
731
749
  --color-prettylights-syntax-string-regexp: #024c1a;
732
750
  --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
733
751
  --color-prettylights-syntax-variable: #702c00;
752
+ --contribution-default-bgColor-0: #e6eaef;
753
+ --contribution-default-bgColor-1: #82e596;
754
+ --contribution-default-bgColor-2: #26a148;
755
+ --contribution-default-bgColor-3: #117f32;
756
+ --contribution-default-bgColor-4: #024c1a;
757
+ --contribution-default-borderColor-0: #010409;
758
+ --contribution-default-borderColor-1: #010409;
759
+ --contribution-default-borderColor-2: #010409;
760
+ --contribution-default-borderColor-3: #010409;
761
+ --contribution-default-borderColor-4: #010409;
762
+ --contribution-halloween-bgColor-1: #f0db3d;
763
+ --contribution-halloween-bgColor-2: #ffd642;
764
+ --contribution-halloween-bgColor-3: #f68c41;
765
+ --contribution-halloween-bgColor-4: #010409;
766
+ --contribution-winter-bgColor-1: #9cd7ff;
767
+ --contribution-winter-bgColor-2: #368cf9;
768
+ --contribution-winter-bgColor-3: #0349b4;
769
+ --contribution-winter-bgColor-4: #032563;
734
770
  --control-bgColor-active: #d1d9e0;
735
771
  --control-bgColor-hover: #dae0e7;
736
772
  --control-bgColor-rest: #e0e6eb;
@@ -124,6 +124,24 @@
124
124
  --color-prettylights-syntax-string-regexp: #0550ae;
125
125
  --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
126
126
  --color-prettylights-syntax-variable: #a40e26;
127
+ --contribution-default-bgColor-0: #eff2f5;
128
+ --contribution-default-bgColor-1: #aceebb;
129
+ --contribution-default-bgColor-2: #4ac26b;
130
+ --contribution-default-bgColor-3: #2da44e;
131
+ --contribution-default-bgColor-4: #116329;
132
+ --contribution-default-borderColor-0: #1f23280d;
133
+ --contribution-default-borderColor-1: #1f23280d;
134
+ --contribution-default-borderColor-2: #1f23280d;
135
+ --contribution-default-borderColor-3: #1f23280d;
136
+ --contribution-default-borderColor-4: #1f23280d;
137
+ --contribution-halloween-bgColor-1: #f0db3d;
138
+ --contribution-halloween-bgColor-2: #ffd642;
139
+ --contribution-halloween-bgColor-3: #f68c41;
140
+ --contribution-halloween-bgColor-4: #1f2328;
141
+ --contribution-winter-bgColor-1: #b6e3ff;
142
+ --contribution-winter-bgColor-2: #54aeff;
143
+ --contribution-winter-bgColor-3: #0969da;
144
+ --contribution-winter-bgColor-4: #0a3069;
127
145
  --control-bgColor-active: #e6eaef;
128
146
  --control-bgColor-hover: #eff2f5;
129
147
  --control-bgColor-rest: #f6f8fa;
@@ -730,6 +748,24 @@
730
748
  --color-prettylights-syntax-string-regexp: #0550ae;
731
749
  --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
732
750
  --color-prettylights-syntax-variable: #a40e26;
751
+ --contribution-default-bgColor-0: #eff2f5;
752
+ --contribution-default-bgColor-1: #aceebb;
753
+ --contribution-default-bgColor-2: #4ac26b;
754
+ --contribution-default-bgColor-3: #2da44e;
755
+ --contribution-default-bgColor-4: #116329;
756
+ --contribution-default-borderColor-0: #1f23280d;
757
+ --contribution-default-borderColor-1: #1f23280d;
758
+ --contribution-default-borderColor-2: #1f23280d;
759
+ --contribution-default-borderColor-3: #1f23280d;
760
+ --contribution-default-borderColor-4: #1f23280d;
761
+ --contribution-halloween-bgColor-1: #f0db3d;
762
+ --contribution-halloween-bgColor-2: #ffd642;
763
+ --contribution-halloween-bgColor-3: #f68c41;
764
+ --contribution-halloween-bgColor-4: #1f2328;
765
+ --contribution-winter-bgColor-1: #b6e3ff;
766
+ --contribution-winter-bgColor-2: #54aeff;
767
+ --contribution-winter-bgColor-3: #0969da;
768
+ --contribution-winter-bgColor-4: #0a3069;
733
769
  --control-bgColor-active: #e6eaef;
734
770
  --control-bgColor-hover: #eff2f5;
735
771
  --control-bgColor-rest: #f6f8fa;
@@ -122,6 +122,24 @@
122
122
  --color-prettylights-syntax-string-regexp: #116329;
123
123
  --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
124
124
  --color-prettylights-syntax-variable: #953800;
125
+ --contribution-default-bgColor-0: #eff2f5;
126
+ --contribution-default-bgColor-1: #aceebb;
127
+ --contribution-default-bgColor-2: #4ac26b;
128
+ --contribution-default-bgColor-3: #2da44e;
129
+ --contribution-default-bgColor-4: #116329;
130
+ --contribution-default-borderColor-0: #1f23280d;
131
+ --contribution-default-borderColor-1: #1f23280d;
132
+ --contribution-default-borderColor-2: #1f23280d;
133
+ --contribution-default-borderColor-3: #1f23280d;
134
+ --contribution-default-borderColor-4: #1f23280d;
135
+ --contribution-halloween-bgColor-1: #f0db3d;
136
+ --contribution-halloween-bgColor-2: #ffd642;
137
+ --contribution-halloween-bgColor-3: #f68c41;
138
+ --contribution-halloween-bgColor-4: #1f2328;
139
+ --contribution-winter-bgColor-1: #b6e3ff;
140
+ --contribution-winter-bgColor-2: #54aeff;
141
+ --contribution-winter-bgColor-3: #0969da;
142
+ --contribution-winter-bgColor-4: #0a3069;
125
143
  --control-bgColor-active: #e6eaef;
126
144
  --control-bgColor-hover: #eff2f5;
127
145
  --control-bgColor-rest: #f6f8fa;
@@ -728,6 +746,24 @@
728
746
  --color-prettylights-syntax-string-regexp: #116329;
729
747
  --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
730
748
  --color-prettylights-syntax-variable: #953800;
749
+ --contribution-default-bgColor-0: #eff2f5;
750
+ --contribution-default-bgColor-1: #aceebb;
751
+ --contribution-default-bgColor-2: #4ac26b;
752
+ --contribution-default-bgColor-3: #2da44e;
753
+ --contribution-default-bgColor-4: #116329;
754
+ --contribution-default-borderColor-0: #1f23280d;
755
+ --contribution-default-borderColor-1: #1f23280d;
756
+ --contribution-default-borderColor-2: #1f23280d;
757
+ --contribution-default-borderColor-3: #1f23280d;
758
+ --contribution-default-borderColor-4: #1f23280d;
759
+ --contribution-halloween-bgColor-1: #f0db3d;
760
+ --contribution-halloween-bgColor-2: #ffd642;
761
+ --contribution-halloween-bgColor-3: #f68c41;
762
+ --contribution-halloween-bgColor-4: #1f2328;
763
+ --contribution-winter-bgColor-1: #b6e3ff;
764
+ --contribution-winter-bgColor-2: #54aeff;
765
+ --contribution-winter-bgColor-3: #0969da;
766
+ --contribution-winter-bgColor-4: #0a3069;
731
767
  --control-bgColor-active: #e6eaef;
732
768
  --control-bgColor-hover: #eff2f5;
733
769
  --control-bgColor-rest: #f6f8fa;