@primer/primitives 8.2.4-rc.a5404ac4 → 8.2.4-rc.bad39de4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/functional/themes/dark-colorblind.css +2 -2
- package/dist/css/functional/themes/dark-dimmed.css +2 -2
- package/dist/css/functional/themes/dark-high-contrast.css +172 -172
- package/dist/css/functional/themes/dark-tritanopia.css +2 -2
- package/dist/css/functional/themes/dark.css +2 -2
- package/dist/css/functional/themes/light-colorblind.css +2 -2
- package/dist/css/functional/themes/light-high-contrast.css +116 -116
- package/dist/css/functional/themes/light-tritanopia.css +2 -2
- package/dist/css/functional/themes/light.css +2 -2
- package/dist/docs/functional/themes/dark-colorblind.json +4 -4
- package/dist/docs/functional/themes/dark-dimmed.json +5 -5
- package/dist/docs/functional/themes/dark-high-contrast.json +226 -226
- package/dist/docs/functional/themes/dark-tritanopia.json +4 -4
- package/dist/docs/functional/themes/dark.json +5 -5
- package/dist/docs/functional/themes/light-colorblind.json +2 -2
- package/dist/docs/functional/themes/light-high-contrast.json +174 -174
- package/dist/docs/functional/themes/light-tritanopia.json +2 -2
- package/dist/docs/functional/themes/light.json +2 -2
- package/dist/figma/themes/dark-colorblind.json +43 -43
- package/dist/figma/themes/dark-dimmed.json +62 -62
- package/dist/figma/themes/dark-high-contrast.json +358 -358
- package/dist/figma/themes/dark-tritanopia.json +43 -43
- package/dist/figma/themes/dark.json +62 -62
- package/dist/figma/themes/light-colorblind.json +4 -4
- package/dist/figma/themes/light-high-contrast.json +222 -222
- package/dist/figma/themes/light-tritanopia.json +4 -4
- package/dist/figma/themes/light.json +4 -4
- package/dist/internalCss/dark-colorblind.css +2 -2
- package/dist/internalCss/dark-dimmed.css +2 -2
- package/dist/internalCss/dark-high-contrast.css +172 -172
- package/dist/internalCss/dark-tritanopia.css +2 -2
- package/dist/internalCss/dark.css +2 -2
- package/dist/internalCss/light-colorblind.css +2 -2
- package/dist/internalCss/light-high-contrast.css +116 -116
- package/dist/internalCss/light-tritanopia.css +2 -2
- package/dist/internalCss/light.css +2 -2
- package/dist/styleLint/functional/themes/dark-colorblind.json +4 -4
- package/dist/styleLint/functional/themes/dark-dimmed.json +5 -5
- package/dist/styleLint/functional/themes/dark-high-contrast.json +226 -226
- package/dist/styleLint/functional/themes/dark-tritanopia.json +4 -4
- package/dist/styleLint/functional/themes/dark.json +5 -5
- package/dist/styleLint/functional/themes/light-colorblind.json +2 -2
- package/dist/styleLint/functional/themes/light-high-contrast.json +174 -174
- package/dist/styleLint/functional/themes/light-tritanopia.json +2 -2
- package/dist/styleLint/functional/themes/light.json +2 -2
- package/package.json +27 -27
- package/src/formats/cssAdvanced.ts +3 -3
- package/src/formats/cssCustomMedia.ts +2 -2
- package/src/formats/javascriptCommonJs.ts +2 -2
- package/src/formats/javascriptEsm.ts +2 -2
- package/src/formats/jsonFigma.ts +2 -2
- package/src/formats/jsonNestedPrefixed.ts +2 -2
- package/src/formats/jsonOneDimensional.ts +2 -2
- package/src/formats/jsonPostCssFallback.ts +2 -2
- package/src/formats/typescriptExportDefinition.ts +2 -2
- package/src/schemas/designToken.ts +1 -1
- package/src/schemas/validTokenType.ts +1 -1
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +397 -0
- package/src/tokens/functional/color/dark/primitives-dark.json5 +4 -4
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +348 -0
- package/src/tokens/functional/color/light/primitives-light.json5 +2 -2
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
--fgColor-black: #010409;
|
|
436
436
|
--fgColor-disabled: #6e7681;
|
|
437
437
|
--fgColor-link: #4493f8;
|
|
438
|
-
--fgColor-neutral: #
|
|
438
|
+
--fgColor-neutral: #b1bac4;
|
|
439
439
|
--fgColor-accent: #4493f8;
|
|
440
440
|
--fgColor-success: #58a6ff;
|
|
441
441
|
--fgColor-open: #f0883e;
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
--fgColor-black: #010409;
|
|
1000
1000
|
--fgColor-disabled: #6e7681;
|
|
1001
1001
|
--fgColor-link: #4493f8;
|
|
1002
|
-
--fgColor-neutral: #
|
|
1002
|
+
--fgColor-neutral: #b1bac4;
|
|
1003
1003
|
--fgColor-accent: #4493f8;
|
|
1004
1004
|
--fgColor-success: #58a6ff;
|
|
1005
1005
|
--fgColor-open: #f0883e;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
--fgColor-black: #1c2128;
|
|
436
436
|
--fgColor-disabled: #636e7b;
|
|
437
437
|
--fgColor-link: #478be6;
|
|
438
|
-
--fgColor-neutral: #
|
|
438
|
+
--fgColor-neutral: #909dab;
|
|
439
439
|
--fgColor-accent: #478be6;
|
|
440
440
|
--fgColor-success: #57ab5a;
|
|
441
441
|
--fgColor-open: #57ab5a;
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
--fgColor-black: #1c2128;
|
|
1000
1000
|
--fgColor-disabled: #636e7b;
|
|
1001
1001
|
--fgColor-link: #478be6;
|
|
1002
|
-
--fgColor-neutral: #
|
|
1002
|
+
--fgColor-neutral: #909dab;
|
|
1003
1003
|
--fgColor-accent: #478be6;
|
|
1004
1004
|
--fgColor-success: #57ab5a;
|
|
1005
1005
|
--fgColor-open: #57ab5a;
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
--codeMirror-lineNumber-fgColor: #f0f3f6;
|
|
26
26
|
--codeMirror-cursor-fgColor: #fbfcfd;
|
|
27
27
|
--codeMirror-selection-bgColor: #5cacff66;
|
|
28
|
-
--codeMirror-activeline-bgColor: #
|
|
28
|
+
--codeMirror-activeline-bgColor: #7a828e1a;
|
|
29
29
|
--codeMirror-matchingBracket-fgColor: #fbfcfd;
|
|
30
30
|
--codeMirror-lines-bgColor: #0a0c10;
|
|
31
31
|
--codeMirror-syntax-fgColor-comment: #bdc4cc;
|
|
@@ -63,100 +63,100 @@
|
|
|
63
63
|
--data-gray-color: #576270;
|
|
64
64
|
--data-gray-color-muted: #1c1c1c;
|
|
65
65
|
--display-blue-bgColor-muted: #001a47;
|
|
66
|
-
--display-blue-bgColor-emphasis: #
|
|
67
|
-
--display-blue-fgColor: #
|
|
66
|
+
--display-blue-bgColor-emphasis: #4da0ff;
|
|
67
|
+
--display-blue-fgColor: #85c2ff;
|
|
68
68
|
--display-blue-borderColor-muted: #002766;
|
|
69
|
-
--display-blue-borderColor-emphasis: #
|
|
69
|
+
--display-blue-borderColor-emphasis: #4da0ff;
|
|
70
70
|
--display-green-bgColor-muted: #122117;
|
|
71
|
-
--display-green-bgColor-emphasis: #
|
|
72
|
-
--display-green-fgColor: #
|
|
71
|
+
--display-green-bgColor-emphasis: #41b445;
|
|
72
|
+
--display-green-fgColor: #75d36f;
|
|
73
73
|
--display-green-borderColor-muted: #182f1f;
|
|
74
|
-
--display-green-borderColor-emphasis: #
|
|
74
|
+
--display-green-borderColor-emphasis: #41b445;
|
|
75
75
|
--display-orange-bgColor-muted: #311708;
|
|
76
|
-
--display-orange-bgColor-emphasis: #
|
|
77
|
-
--display-orange-fgColor: #
|
|
76
|
+
--display-orange-bgColor-emphasis: #ed8326;
|
|
77
|
+
--display-orange-fgColor: #f6b06a;
|
|
78
78
|
--display-orange-borderColor-muted: #43200a;
|
|
79
|
-
--display-orange-borderColor-emphasis: #
|
|
79
|
+
--display-orange-borderColor-emphasis: #ed8326;
|
|
80
80
|
--display-purple-bgColor-muted: #211047;
|
|
81
|
-
--display-purple-bgColor-emphasis: #
|
|
82
|
-
--display-purple-fgColor: #
|
|
81
|
+
--display-purple-bgColor-emphasis: #b687f7;
|
|
82
|
+
--display-purple-fgColor: #d2affd;
|
|
83
83
|
--display-purple-borderColor-muted: #31146b;
|
|
84
|
-
--display-purple-borderColor-emphasis: #
|
|
84
|
+
--display-purple-borderColor-emphasis: #b687f7;
|
|
85
85
|
--display-plum-bgColor-muted: #2a0e3f;
|
|
86
|
-
--display-plum-bgColor-emphasis: #
|
|
87
|
-
--display-plum-fgColor: #
|
|
86
|
+
--display-plum-bgColor-emphasis: #d07ef7;
|
|
87
|
+
--display-plum-fgColor: #e4a5fd;
|
|
88
88
|
--display-plum-borderColor-muted: #40125e;
|
|
89
|
-
--display-plum-borderColor-emphasis: #
|
|
89
|
+
--display-plum-borderColor-emphasis: #d07ef7;
|
|
90
90
|
--display-red-bgColor-muted: #3c0614;
|
|
91
|
-
--display-red-bgColor-emphasis: #
|
|
92
|
-
--display-red-fgColor: #
|
|
91
|
+
--display-red-bgColor-emphasis: #f27d83;
|
|
92
|
+
--display-red-fgColor: #f7adab;
|
|
93
93
|
--display-red-borderColor-muted: #58091a;
|
|
94
|
-
--display-red-borderColor-emphasis: #
|
|
94
|
+
--display-red-borderColor-emphasis: #f27d83;
|
|
95
95
|
--display-coral-bgColor-muted: #3c0614;
|
|
96
|
-
--display-coral-bgColor-emphasis: #
|
|
97
|
-
--display-coral-fgColor: #
|
|
96
|
+
--display-coral-bgColor-emphasis: #f7794b;
|
|
97
|
+
--display-coral-fgColor: #fdaa86;
|
|
98
98
|
--display-coral-borderColor-muted: #58091a;
|
|
99
|
-
--display-coral-borderColor-emphasis: #
|
|
99
|
+
--display-coral-borderColor-emphasis: #f7794b;
|
|
100
100
|
--display-yellow-bgColor-muted: #2e1a00;
|
|
101
|
-
--display-yellow-bgColor-emphasis: #
|
|
102
|
-
--display-yellow-fgColor: #
|
|
101
|
+
--display-yellow-bgColor-emphasis: #d3910d;
|
|
102
|
+
--display-yellow-fgColor: #edb431;
|
|
103
103
|
--display-yellow-borderColor-muted: #3d2401;
|
|
104
|
-
--display-yellow-borderColor-emphasis: #
|
|
104
|
+
--display-yellow-borderColor-emphasis: #d3910d;
|
|
105
105
|
--display-gray-bgColor-muted: #1c1c1c;
|
|
106
|
-
--display-gray-bgColor-emphasis: #
|
|
107
|
-
--display-gray-fgColor: #
|
|
106
|
+
--display-gray-bgColor-emphasis: #92a1b5;
|
|
107
|
+
--display-gray-fgColor: #b3c0d1;
|
|
108
108
|
--display-gray-borderColor-muted: #2a2b2d;
|
|
109
|
-
--display-gray-borderColor-emphasis: #
|
|
109
|
+
--display-gray-borderColor-emphasis: #92a1b5;
|
|
110
110
|
--display-auburn-bgColor-muted: #271817;
|
|
111
|
-
--display-auburn-bgColor-emphasis: #
|
|
112
|
-
--display-auburn-fgColor: #
|
|
111
|
+
--display-auburn-bgColor-emphasis: #bf9592;
|
|
112
|
+
--display-auburn-fgColor: #d4b7b5;
|
|
113
113
|
--display-auburn-borderColor-muted: #3a2422;
|
|
114
|
-
--display-auburn-borderColor-emphasis: #
|
|
114
|
+
--display-auburn-borderColor-emphasis: #bf9592;
|
|
115
115
|
--display-brown-bgColor-muted: #241c14;
|
|
116
|
-
--display-brown-bgColor-emphasis: #
|
|
117
|
-
--display-brown-fgColor: #
|
|
116
|
+
--display-brown-bgColor-emphasis: #b69a6d;
|
|
117
|
+
--display-brown-fgColor: #cdbb98;
|
|
118
118
|
--display-brown-borderColor-muted: #342a1d;
|
|
119
|
-
--display-brown-borderColor-emphasis: #
|
|
119
|
+
--display-brown-borderColor-emphasis: #b69a6d;
|
|
120
120
|
--display-lemon-bgColor-muted: #291d00;
|
|
121
|
-
--display-lemon-bgColor-emphasis: #
|
|
122
|
-
--display-lemon-fgColor: #
|
|
121
|
+
--display-lemon-bgColor-emphasis: #ba9b12;
|
|
122
|
+
--display-lemon-fgColor: #d7bc1d;
|
|
123
123
|
--display-lemon-borderColor-muted: #372901;
|
|
124
|
-
--display-lemon-borderColor-emphasis: #
|
|
124
|
+
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
125
125
|
--display-olive-bgColor-muted: #171e0b;
|
|
126
|
-
--display-olive-bgColor-emphasis: #
|
|
127
|
-
--display-olive-fgColor: #
|
|
126
|
+
--display-olive-bgColor-emphasis: #a2a626;
|
|
127
|
+
--display-olive-fgColor: #cbc025;
|
|
128
128
|
--display-olive-borderColor-muted: #252d10;
|
|
129
|
-
--display-olive-borderColor-emphasis: #
|
|
129
|
+
--display-olive-borderColor-emphasis: #a2a626;
|
|
130
130
|
--display-lime-bgColor-muted: #141f0f;
|
|
131
|
-
--display-lime-bgColor-emphasis: #
|
|
132
|
-
--display-lime-fgColor: #
|
|
131
|
+
--display-lime-bgColor-emphasis: #7dae37;
|
|
132
|
+
--display-lime-fgColor: #9fcc3e;
|
|
133
133
|
--display-lime-borderColor-muted: #1f3116;
|
|
134
|
-
--display-lime-borderColor-emphasis: #
|
|
134
|
+
--display-lime-borderColor-emphasis: #7dae37;
|
|
135
135
|
--display-pine-bgColor-muted: #082119;
|
|
136
|
-
--display-pine-bgColor-emphasis: #
|
|
137
|
-
--display-pine-fgColor: #
|
|
136
|
+
--display-pine-bgColor-emphasis: #1bb673;
|
|
137
|
+
--display-pine-fgColor: #1bda81;
|
|
138
138
|
--display-pine-borderColor-muted: #0b3224;
|
|
139
|
-
--display-pine-borderColor-emphasis: #
|
|
139
|
+
--display-pine-borderColor-emphasis: #1bb673;
|
|
140
140
|
--display-teal-bgColor-muted: #041f25;
|
|
141
|
-
--display-teal-bgColor-emphasis: #
|
|
142
|
-
--display-teal-fgColor: #
|
|
141
|
+
--display-teal-bgColor-emphasis: #1cb0ab;
|
|
142
|
+
--display-teal-fgColor: #24d6c4;
|
|
143
143
|
--display-teal-borderColor-muted: #073036;
|
|
144
|
-
--display-teal-borderColor-emphasis: #
|
|
144
|
+
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
145
145
|
--display-cyan-bgColor-muted: #001f29;
|
|
146
|
-
--display-cyan-bgColor-emphasis: #
|
|
147
|
-
--display-cyan-fgColor: #
|
|
146
|
+
--display-cyan-bgColor-emphasis: #07ace4;
|
|
147
|
+
--display-cyan-fgColor: #45cbf7;
|
|
148
148
|
--display-cyan-borderColor-muted: #002e3d;
|
|
149
|
-
--display-cyan-borderColor-emphasis: #
|
|
149
|
+
--display-cyan-borderColor-emphasis: #07ace4;
|
|
150
150
|
--display-indigo-bgColor-muted: #1b183f;
|
|
151
|
-
--display-indigo-bgColor-emphasis: #
|
|
152
|
-
--display-indigo-fgColor: #
|
|
151
|
+
--display-indigo-bgColor-emphasis: #9899ec;
|
|
152
|
+
--display-indigo-fgColor: #b7baf6;
|
|
153
153
|
--display-indigo-borderColor-muted: #25215f;
|
|
154
|
-
--display-indigo-borderColor-emphasis: #
|
|
154
|
+
--display-indigo-borderColor-emphasis: #9899ec;
|
|
155
155
|
--display-pink-bgColor-muted: #2d1524;
|
|
156
|
-
--display-pink-bgColor-emphasis: #
|
|
157
|
-
--display-pink-fgColor: #
|
|
156
|
+
--display-pink-bgColor-emphasis: #e57bb2;
|
|
157
|
+
--display-pink-fgColor: #f4a9cd;
|
|
158
158
|
--display-pink-borderColor-muted: #451c35;
|
|
159
|
-
--display-pink-borderColor-emphasis: #
|
|
159
|
+
--display-pink-borderColor-emphasis: #e57bb2;
|
|
160
160
|
--avatar-bgColor: #ffffff1a;
|
|
161
161
|
--avatar-borderColor: #ffffffe6;
|
|
162
162
|
--avatar-shadow: 0px 0px 0px 2px #0a0c10;
|
|
@@ -188,17 +188,17 @@
|
|
|
188
188
|
--control-transparent-borderColor-active: #9ea7b3;
|
|
189
189
|
--control-danger-fgColor-rest: #ff9492;
|
|
190
190
|
--control-danger-fgColor-hover: #0a0c10;
|
|
191
|
-
--control-danger-bgColor-hover: #
|
|
192
|
-
--control-danger-bgColor-active: #
|
|
193
|
-
--control-checked-bgColor-rest: #
|
|
194
|
-
--control-checked-bgColor-hover: #
|
|
195
|
-
--control-checked-bgColor-active: #
|
|
191
|
+
--control-danger-bgColor-hover: #ff8080;
|
|
192
|
+
--control-danger-bgColor-active: #f65e60;
|
|
193
|
+
--control-checked-bgColor-rest: #5cacff;
|
|
194
|
+
--control-checked-bgColor-hover: #60aeff;
|
|
195
|
+
--control-checked-bgColor-active: #64b0ff;
|
|
196
196
|
--control-checked-bgColor-disabled: #9ea7b3;
|
|
197
197
|
--control-checked-fgColor-rest: #0a0c10;
|
|
198
198
|
--control-checked-fgColor-disabled: #010409;
|
|
199
|
-
--control-checked-borderColor-rest: #
|
|
200
|
-
--control-checked-borderColor-hover: #
|
|
201
|
-
--control-checked-borderColor-active: #
|
|
199
|
+
--control-checked-borderColor-rest: #5cacff;
|
|
200
|
+
--control-checked-borderColor-hover: #60aeff;
|
|
201
|
+
--control-checked-borderColor-active: #64b0ff;
|
|
202
202
|
--control-checked-borderColor-disabled: #9ea7b3;
|
|
203
203
|
--controlTrack-bgColor-rest: #3d424d;
|
|
204
204
|
--controlTrack-bgColor-hover: #494f5a;
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
--controlKnob-bgColor-checked: #ffffff;
|
|
214
214
|
--controlKnob-borderColor-rest: #9ea7b3;
|
|
215
215
|
--controlKnob-borderColor-disabled: #3d424db3;
|
|
216
|
-
--controlKnob-borderColor-checked: #
|
|
216
|
+
--controlKnob-borderColor-checked: #5cacff;
|
|
217
217
|
--counter-borderColor: #00000000;
|
|
218
218
|
--button-default-fgColor-rest: #f0f3f6;
|
|
219
219
|
--button-default-bgColor-rest: #3d424d;
|
|
@@ -229,9 +229,9 @@
|
|
|
229
229
|
--button-primary-fgColor-rest: #0a0c10;
|
|
230
230
|
--button-primary-fgColor-disabled: #0a0c1080;
|
|
231
231
|
--button-primary-iconColor-rest: #0a0c10;
|
|
232
|
-
--button-primary-bgColor-rest: #
|
|
233
|
-
--button-primary-bgColor-hover: #
|
|
234
|
-
--button-primary-bgColor-active: #
|
|
232
|
+
--button-primary-bgColor-rest: #0ac740;
|
|
233
|
+
--button-primary-bgColor-hover: #10ca43;
|
|
234
|
+
--button-primary-bgColor-active: #16cd47;
|
|
235
235
|
--button-primary-bgColor-disabled: #048f2f;
|
|
236
236
|
--button-primary-borderColor-rest: #4ae168;
|
|
237
237
|
--button-primary-borderColor-hover: #4ae168;
|
|
@@ -284,12 +284,12 @@
|
|
|
284
284
|
--buttonCounter-primary-bgColor-rest: #01040926;
|
|
285
285
|
--buttonCounter-outline-bgColor-rest: #194fb133;
|
|
286
286
|
--buttonCounter-outline-bgColor-hover: #194fb133;
|
|
287
|
-
--buttonCounter-outline-bgColor-disabled: #
|
|
287
|
+
--buttonCounter-outline-bgColor-disabled: #5cacff0d;
|
|
288
288
|
--buttonCounter-outline-fgColor-rest: #5cacff;
|
|
289
289
|
--buttonCounter-outline-fgColor-hover: #71b7ff;
|
|
290
290
|
--buttonCounter-outline-fgColor-disabled: #73b8ff80;
|
|
291
291
|
--buttonCounter-danger-bgColor-hover: #01040926;
|
|
292
|
-
--buttonCounter-danger-bgColor-disabled: #
|
|
292
|
+
--buttonCounter-danger-bgColor-disabled: #ff80800d;
|
|
293
293
|
--buttonCounter-danger-bgColor-rest: #01040926;
|
|
294
294
|
--buttonCounter-danger-fgColor-rest: #ff9492;
|
|
295
295
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
--underlineNav-borderColor-active: #ff967d;
|
|
313
313
|
--underlineNav-borderColor-hover: #bdc4cc;
|
|
314
314
|
--underlineNav-iconColor-rest: #f0f3f6;
|
|
315
|
-
--selection-bgColor: #
|
|
315
|
+
--selection-bgColor: #5cacffb3;
|
|
316
316
|
--card-bgColor: #191c22;
|
|
317
317
|
--label-green-bgColor-rest: #122117;
|
|
318
318
|
--label-green-bgColor-hover: #182f1f;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
--fgColor-black: #010409;
|
|
436
436
|
--fgColor-disabled: #9ea7b3;
|
|
437
437
|
--fgColor-link: #73b8ff;
|
|
438
|
-
--fgColor-neutral: #
|
|
438
|
+
--fgColor-neutral: #bdc4cc;
|
|
439
439
|
--fgColor-accent: #73b8ff;
|
|
440
440
|
--fgColor-success: #28d751;
|
|
441
441
|
--fgColor-open: #28d751;
|
|
@@ -455,28 +455,28 @@
|
|
|
455
455
|
--bgColor-black: #010409;
|
|
456
456
|
--bgColor-disabled: #3d424db3;
|
|
457
457
|
--bgColor-transparent: #00000000;
|
|
458
|
-
--bgColor-neutral-muted: #
|
|
458
|
+
--bgColor-neutral-muted: #7a828e1a;
|
|
459
459
|
--bgColor-neutral-emphasis: #9ea7b3;
|
|
460
460
|
--bgColor-accent-muted: #409eff1a;
|
|
461
|
-
--bgColor-accent-emphasis: #
|
|
461
|
+
--bgColor-accent-emphasis: #5cacff;
|
|
462
462
|
--bgColor-success-muted: #0ac74024;
|
|
463
|
-
--bgColor-success-emphasis: #
|
|
463
|
+
--bgColor-success-emphasis: #0ac740;
|
|
464
464
|
--bgColor-open-muted: #0ac74024;
|
|
465
|
-
--bgColor-open-emphasis: #
|
|
465
|
+
--bgColor-open-emphasis: #0ac740;
|
|
466
466
|
--bgColor-attention-muted: #edaa2726;
|
|
467
|
-
--bgColor-attention-emphasis: #
|
|
467
|
+
--bgColor-attention-emphasis: #edaa27;
|
|
468
468
|
--bgColor-severe-muted: #f48b2516;
|
|
469
|
-
--bgColor-severe-emphasis: #
|
|
469
|
+
--bgColor-severe-emphasis: #f48b25;
|
|
470
470
|
--bgColor-danger-muted: #ff808017;
|
|
471
|
-
--bgColor-danger-emphasis: #
|
|
471
|
+
--bgColor-danger-emphasis: #ff8080;
|
|
472
472
|
--bgColor-closed-muted: #ff808017;
|
|
473
|
-
--bgColor-closed-emphasis: #
|
|
473
|
+
--bgColor-closed-emphasis: #ff8080;
|
|
474
474
|
--bgColor-done-muted: #b87fff17;
|
|
475
|
-
--bgColor-done-emphasis: #
|
|
476
|
-
--bgColor-upsell-muted: #
|
|
477
|
-
--bgColor-upsell-emphasis: #
|
|
475
|
+
--bgColor-done-emphasis: #bf8fff;
|
|
476
|
+
--bgColor-upsell-muted: #b87fff17;
|
|
477
|
+
--bgColor-upsell-emphasis: #bf8fff;
|
|
478
478
|
--bgColor-sponsors-muted: #ef6eb117;
|
|
479
|
-
--bgColor-sponsors-emphasis: #
|
|
479
|
+
--bgColor-sponsors-emphasis: #f87cbd;
|
|
480
480
|
--borderColor-default: #7a828e;
|
|
481
481
|
--borderColor-muted: #7a828e;
|
|
482
482
|
--borderColor-emphasis: #9ea7b3;
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
--codeMirror-lineNumber-fgColor: #f0f3f6;
|
|
590
590
|
--codeMirror-cursor-fgColor: #fbfcfd;
|
|
591
591
|
--codeMirror-selection-bgColor: #5cacff66;
|
|
592
|
-
--codeMirror-activeline-bgColor: #
|
|
592
|
+
--codeMirror-activeline-bgColor: #7a828e1a;
|
|
593
593
|
--codeMirror-matchingBracket-fgColor: #fbfcfd;
|
|
594
594
|
--codeMirror-lines-bgColor: #0a0c10;
|
|
595
595
|
--codeMirror-syntax-fgColor-comment: #bdc4cc;
|
|
@@ -627,100 +627,100 @@
|
|
|
627
627
|
--data-gray-color: #576270;
|
|
628
628
|
--data-gray-color-muted: #1c1c1c;
|
|
629
629
|
--display-blue-bgColor-muted: #001a47;
|
|
630
|
-
--display-blue-bgColor-emphasis: #
|
|
631
|
-
--display-blue-fgColor: #
|
|
630
|
+
--display-blue-bgColor-emphasis: #4da0ff;
|
|
631
|
+
--display-blue-fgColor: #85c2ff;
|
|
632
632
|
--display-blue-borderColor-muted: #002766;
|
|
633
|
-
--display-blue-borderColor-emphasis: #
|
|
633
|
+
--display-blue-borderColor-emphasis: #4da0ff;
|
|
634
634
|
--display-green-bgColor-muted: #122117;
|
|
635
|
-
--display-green-bgColor-emphasis: #
|
|
636
|
-
--display-green-fgColor: #
|
|
635
|
+
--display-green-bgColor-emphasis: #41b445;
|
|
636
|
+
--display-green-fgColor: #75d36f;
|
|
637
637
|
--display-green-borderColor-muted: #182f1f;
|
|
638
|
-
--display-green-borderColor-emphasis: #
|
|
638
|
+
--display-green-borderColor-emphasis: #41b445;
|
|
639
639
|
--display-orange-bgColor-muted: #311708;
|
|
640
|
-
--display-orange-bgColor-emphasis: #
|
|
641
|
-
--display-orange-fgColor: #
|
|
640
|
+
--display-orange-bgColor-emphasis: #ed8326;
|
|
641
|
+
--display-orange-fgColor: #f6b06a;
|
|
642
642
|
--display-orange-borderColor-muted: #43200a;
|
|
643
|
-
--display-orange-borderColor-emphasis: #
|
|
643
|
+
--display-orange-borderColor-emphasis: #ed8326;
|
|
644
644
|
--display-purple-bgColor-muted: #211047;
|
|
645
|
-
--display-purple-bgColor-emphasis: #
|
|
646
|
-
--display-purple-fgColor: #
|
|
645
|
+
--display-purple-bgColor-emphasis: #b687f7;
|
|
646
|
+
--display-purple-fgColor: #d2affd;
|
|
647
647
|
--display-purple-borderColor-muted: #31146b;
|
|
648
|
-
--display-purple-borderColor-emphasis: #
|
|
648
|
+
--display-purple-borderColor-emphasis: #b687f7;
|
|
649
649
|
--display-plum-bgColor-muted: #2a0e3f;
|
|
650
|
-
--display-plum-bgColor-emphasis: #
|
|
651
|
-
--display-plum-fgColor: #
|
|
650
|
+
--display-plum-bgColor-emphasis: #d07ef7;
|
|
651
|
+
--display-plum-fgColor: #e4a5fd;
|
|
652
652
|
--display-plum-borderColor-muted: #40125e;
|
|
653
|
-
--display-plum-borderColor-emphasis: #
|
|
653
|
+
--display-plum-borderColor-emphasis: #d07ef7;
|
|
654
654
|
--display-red-bgColor-muted: #3c0614;
|
|
655
|
-
--display-red-bgColor-emphasis: #
|
|
656
|
-
--display-red-fgColor: #
|
|
655
|
+
--display-red-bgColor-emphasis: #f27d83;
|
|
656
|
+
--display-red-fgColor: #f7adab;
|
|
657
657
|
--display-red-borderColor-muted: #58091a;
|
|
658
|
-
--display-red-borderColor-emphasis: #
|
|
658
|
+
--display-red-borderColor-emphasis: #f27d83;
|
|
659
659
|
--display-coral-bgColor-muted: #3c0614;
|
|
660
|
-
--display-coral-bgColor-emphasis: #
|
|
661
|
-
--display-coral-fgColor: #
|
|
660
|
+
--display-coral-bgColor-emphasis: #f7794b;
|
|
661
|
+
--display-coral-fgColor: #fdaa86;
|
|
662
662
|
--display-coral-borderColor-muted: #58091a;
|
|
663
|
-
--display-coral-borderColor-emphasis: #
|
|
663
|
+
--display-coral-borderColor-emphasis: #f7794b;
|
|
664
664
|
--display-yellow-bgColor-muted: #2e1a00;
|
|
665
|
-
--display-yellow-bgColor-emphasis: #
|
|
666
|
-
--display-yellow-fgColor: #
|
|
665
|
+
--display-yellow-bgColor-emphasis: #d3910d;
|
|
666
|
+
--display-yellow-fgColor: #edb431;
|
|
667
667
|
--display-yellow-borderColor-muted: #3d2401;
|
|
668
|
-
--display-yellow-borderColor-emphasis: #
|
|
668
|
+
--display-yellow-borderColor-emphasis: #d3910d;
|
|
669
669
|
--display-gray-bgColor-muted: #1c1c1c;
|
|
670
|
-
--display-gray-bgColor-emphasis: #
|
|
671
|
-
--display-gray-fgColor: #
|
|
670
|
+
--display-gray-bgColor-emphasis: #92a1b5;
|
|
671
|
+
--display-gray-fgColor: #b3c0d1;
|
|
672
672
|
--display-gray-borderColor-muted: #2a2b2d;
|
|
673
|
-
--display-gray-borderColor-emphasis: #
|
|
673
|
+
--display-gray-borderColor-emphasis: #92a1b5;
|
|
674
674
|
--display-auburn-bgColor-muted: #271817;
|
|
675
|
-
--display-auburn-bgColor-emphasis: #
|
|
676
|
-
--display-auburn-fgColor: #
|
|
675
|
+
--display-auburn-bgColor-emphasis: #bf9592;
|
|
676
|
+
--display-auburn-fgColor: #d4b7b5;
|
|
677
677
|
--display-auburn-borderColor-muted: #3a2422;
|
|
678
|
-
--display-auburn-borderColor-emphasis: #
|
|
678
|
+
--display-auburn-borderColor-emphasis: #bf9592;
|
|
679
679
|
--display-brown-bgColor-muted: #241c14;
|
|
680
|
-
--display-brown-bgColor-emphasis: #
|
|
681
|
-
--display-brown-fgColor: #
|
|
680
|
+
--display-brown-bgColor-emphasis: #b69a6d;
|
|
681
|
+
--display-brown-fgColor: #cdbb98;
|
|
682
682
|
--display-brown-borderColor-muted: #342a1d;
|
|
683
|
-
--display-brown-borderColor-emphasis: #
|
|
683
|
+
--display-brown-borderColor-emphasis: #b69a6d;
|
|
684
684
|
--display-lemon-bgColor-muted: #291d00;
|
|
685
|
-
--display-lemon-bgColor-emphasis: #
|
|
686
|
-
--display-lemon-fgColor: #
|
|
685
|
+
--display-lemon-bgColor-emphasis: #ba9b12;
|
|
686
|
+
--display-lemon-fgColor: #d7bc1d;
|
|
687
687
|
--display-lemon-borderColor-muted: #372901;
|
|
688
|
-
--display-lemon-borderColor-emphasis: #
|
|
688
|
+
--display-lemon-borderColor-emphasis: #ba9b12;
|
|
689
689
|
--display-olive-bgColor-muted: #171e0b;
|
|
690
|
-
--display-olive-bgColor-emphasis: #
|
|
691
|
-
--display-olive-fgColor: #
|
|
690
|
+
--display-olive-bgColor-emphasis: #a2a626;
|
|
691
|
+
--display-olive-fgColor: #cbc025;
|
|
692
692
|
--display-olive-borderColor-muted: #252d10;
|
|
693
|
-
--display-olive-borderColor-emphasis: #
|
|
693
|
+
--display-olive-borderColor-emphasis: #a2a626;
|
|
694
694
|
--display-lime-bgColor-muted: #141f0f;
|
|
695
|
-
--display-lime-bgColor-emphasis: #
|
|
696
|
-
--display-lime-fgColor: #
|
|
695
|
+
--display-lime-bgColor-emphasis: #7dae37;
|
|
696
|
+
--display-lime-fgColor: #9fcc3e;
|
|
697
697
|
--display-lime-borderColor-muted: #1f3116;
|
|
698
|
-
--display-lime-borderColor-emphasis: #
|
|
698
|
+
--display-lime-borderColor-emphasis: #7dae37;
|
|
699
699
|
--display-pine-bgColor-muted: #082119;
|
|
700
|
-
--display-pine-bgColor-emphasis: #
|
|
701
|
-
--display-pine-fgColor: #
|
|
700
|
+
--display-pine-bgColor-emphasis: #1bb673;
|
|
701
|
+
--display-pine-fgColor: #1bda81;
|
|
702
702
|
--display-pine-borderColor-muted: #0b3224;
|
|
703
|
-
--display-pine-borderColor-emphasis: #
|
|
703
|
+
--display-pine-borderColor-emphasis: #1bb673;
|
|
704
704
|
--display-teal-bgColor-muted: #041f25;
|
|
705
|
-
--display-teal-bgColor-emphasis: #
|
|
706
|
-
--display-teal-fgColor: #
|
|
705
|
+
--display-teal-bgColor-emphasis: #1cb0ab;
|
|
706
|
+
--display-teal-fgColor: #24d6c4;
|
|
707
707
|
--display-teal-borderColor-muted: #073036;
|
|
708
|
-
--display-teal-borderColor-emphasis: #
|
|
708
|
+
--display-teal-borderColor-emphasis: #1cb0ab;
|
|
709
709
|
--display-cyan-bgColor-muted: #001f29;
|
|
710
|
-
--display-cyan-bgColor-emphasis: #
|
|
711
|
-
--display-cyan-fgColor: #
|
|
710
|
+
--display-cyan-bgColor-emphasis: #07ace4;
|
|
711
|
+
--display-cyan-fgColor: #45cbf7;
|
|
712
712
|
--display-cyan-borderColor-muted: #002e3d;
|
|
713
|
-
--display-cyan-borderColor-emphasis: #
|
|
713
|
+
--display-cyan-borderColor-emphasis: #07ace4;
|
|
714
714
|
--display-indigo-bgColor-muted: #1b183f;
|
|
715
|
-
--display-indigo-bgColor-emphasis: #
|
|
716
|
-
--display-indigo-fgColor: #
|
|
715
|
+
--display-indigo-bgColor-emphasis: #9899ec;
|
|
716
|
+
--display-indigo-fgColor: #b7baf6;
|
|
717
717
|
--display-indigo-borderColor-muted: #25215f;
|
|
718
|
-
--display-indigo-borderColor-emphasis: #
|
|
718
|
+
--display-indigo-borderColor-emphasis: #9899ec;
|
|
719
719
|
--display-pink-bgColor-muted: #2d1524;
|
|
720
|
-
--display-pink-bgColor-emphasis: #
|
|
721
|
-
--display-pink-fgColor: #
|
|
720
|
+
--display-pink-bgColor-emphasis: #e57bb2;
|
|
721
|
+
--display-pink-fgColor: #f4a9cd;
|
|
722
722
|
--display-pink-borderColor-muted: #451c35;
|
|
723
|
-
--display-pink-borderColor-emphasis: #
|
|
723
|
+
--display-pink-borderColor-emphasis: #e57bb2;
|
|
724
724
|
--avatar-bgColor: #ffffff1a;
|
|
725
725
|
--avatar-borderColor: #ffffffe6;
|
|
726
726
|
--avatar-shadow: 0px 0px 0px 2px #0a0c10;
|
|
@@ -752,17 +752,17 @@
|
|
|
752
752
|
--control-transparent-borderColor-active: #9ea7b3;
|
|
753
753
|
--control-danger-fgColor-rest: #ff9492;
|
|
754
754
|
--control-danger-fgColor-hover: #0a0c10;
|
|
755
|
-
--control-danger-bgColor-hover: #
|
|
756
|
-
--control-danger-bgColor-active: #
|
|
757
|
-
--control-checked-bgColor-rest: #
|
|
758
|
-
--control-checked-bgColor-hover: #
|
|
759
|
-
--control-checked-bgColor-active: #
|
|
755
|
+
--control-danger-bgColor-hover: #ff8080;
|
|
756
|
+
--control-danger-bgColor-active: #f65e60;
|
|
757
|
+
--control-checked-bgColor-rest: #5cacff;
|
|
758
|
+
--control-checked-bgColor-hover: #60aeff;
|
|
759
|
+
--control-checked-bgColor-active: #64b0ff;
|
|
760
760
|
--control-checked-bgColor-disabled: #9ea7b3;
|
|
761
761
|
--control-checked-fgColor-rest: #0a0c10;
|
|
762
762
|
--control-checked-fgColor-disabled: #010409;
|
|
763
|
-
--control-checked-borderColor-rest: #
|
|
764
|
-
--control-checked-borderColor-hover: #
|
|
765
|
-
--control-checked-borderColor-active: #
|
|
763
|
+
--control-checked-borderColor-rest: #5cacff;
|
|
764
|
+
--control-checked-borderColor-hover: #60aeff;
|
|
765
|
+
--control-checked-borderColor-active: #64b0ff;
|
|
766
766
|
--control-checked-borderColor-disabled: #9ea7b3;
|
|
767
767
|
--controlTrack-bgColor-rest: #3d424d;
|
|
768
768
|
--controlTrack-bgColor-hover: #494f5a;
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
--controlKnob-bgColor-checked: #ffffff;
|
|
778
778
|
--controlKnob-borderColor-rest: #9ea7b3;
|
|
779
779
|
--controlKnob-borderColor-disabled: #3d424db3;
|
|
780
|
-
--controlKnob-borderColor-checked: #
|
|
780
|
+
--controlKnob-borderColor-checked: #5cacff;
|
|
781
781
|
--counter-borderColor: #00000000;
|
|
782
782
|
--button-default-fgColor-rest: #f0f3f6;
|
|
783
783
|
--button-default-bgColor-rest: #3d424d;
|
|
@@ -793,9 +793,9 @@
|
|
|
793
793
|
--button-primary-fgColor-rest: #0a0c10;
|
|
794
794
|
--button-primary-fgColor-disabled: #0a0c1080;
|
|
795
795
|
--button-primary-iconColor-rest: #0a0c10;
|
|
796
|
-
--button-primary-bgColor-rest: #
|
|
797
|
-
--button-primary-bgColor-hover: #
|
|
798
|
-
--button-primary-bgColor-active: #
|
|
796
|
+
--button-primary-bgColor-rest: #0ac740;
|
|
797
|
+
--button-primary-bgColor-hover: #10ca43;
|
|
798
|
+
--button-primary-bgColor-active: #16cd47;
|
|
799
799
|
--button-primary-bgColor-disabled: #048f2f;
|
|
800
800
|
--button-primary-borderColor-rest: #4ae168;
|
|
801
801
|
--button-primary-borderColor-hover: #4ae168;
|
|
@@ -848,12 +848,12 @@
|
|
|
848
848
|
--buttonCounter-primary-bgColor-rest: #01040926;
|
|
849
849
|
--buttonCounter-outline-bgColor-rest: #194fb133;
|
|
850
850
|
--buttonCounter-outline-bgColor-hover: #194fb133;
|
|
851
|
-
--buttonCounter-outline-bgColor-disabled: #
|
|
851
|
+
--buttonCounter-outline-bgColor-disabled: #5cacff0d;
|
|
852
852
|
--buttonCounter-outline-fgColor-rest: #5cacff;
|
|
853
853
|
--buttonCounter-outline-fgColor-hover: #71b7ff;
|
|
854
854
|
--buttonCounter-outline-fgColor-disabled: #73b8ff80;
|
|
855
855
|
--buttonCounter-danger-bgColor-hover: #01040926;
|
|
856
|
-
--buttonCounter-danger-bgColor-disabled: #
|
|
856
|
+
--buttonCounter-danger-bgColor-disabled: #ff80800d;
|
|
857
857
|
--buttonCounter-danger-bgColor-rest: #01040926;
|
|
858
858
|
--buttonCounter-danger-fgColor-rest: #ff9492;
|
|
859
859
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
--underlineNav-borderColor-active: #ff967d;
|
|
877
877
|
--underlineNav-borderColor-hover: #bdc4cc;
|
|
878
878
|
--underlineNav-iconColor-rest: #f0f3f6;
|
|
879
|
-
--selection-bgColor: #
|
|
879
|
+
--selection-bgColor: #5cacffb3;
|
|
880
880
|
--card-bgColor: #191c22;
|
|
881
881
|
--label-green-bgColor-rest: #122117;
|
|
882
882
|
--label-green-bgColor-hover: #182f1f;
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
--fgColor-black: #010409;
|
|
1000
1000
|
--fgColor-disabled: #9ea7b3;
|
|
1001
1001
|
--fgColor-link: #73b8ff;
|
|
1002
|
-
--fgColor-neutral: #
|
|
1002
|
+
--fgColor-neutral: #bdc4cc;
|
|
1003
1003
|
--fgColor-accent: #73b8ff;
|
|
1004
1004
|
--fgColor-success: #28d751;
|
|
1005
1005
|
--fgColor-open: #28d751;
|
|
@@ -1019,28 +1019,28 @@
|
|
|
1019
1019
|
--bgColor-black: #010409;
|
|
1020
1020
|
--bgColor-disabled: #3d424db3;
|
|
1021
1021
|
--bgColor-transparent: #00000000;
|
|
1022
|
-
--bgColor-neutral-muted: #
|
|
1022
|
+
--bgColor-neutral-muted: #7a828e1a;
|
|
1023
1023
|
--bgColor-neutral-emphasis: #9ea7b3;
|
|
1024
1024
|
--bgColor-accent-muted: #409eff1a;
|
|
1025
|
-
--bgColor-accent-emphasis: #
|
|
1025
|
+
--bgColor-accent-emphasis: #5cacff;
|
|
1026
1026
|
--bgColor-success-muted: #0ac74024;
|
|
1027
|
-
--bgColor-success-emphasis: #
|
|
1027
|
+
--bgColor-success-emphasis: #0ac740;
|
|
1028
1028
|
--bgColor-open-muted: #0ac74024;
|
|
1029
|
-
--bgColor-open-emphasis: #
|
|
1029
|
+
--bgColor-open-emphasis: #0ac740;
|
|
1030
1030
|
--bgColor-attention-muted: #edaa2726;
|
|
1031
|
-
--bgColor-attention-emphasis: #
|
|
1031
|
+
--bgColor-attention-emphasis: #edaa27;
|
|
1032
1032
|
--bgColor-severe-muted: #f48b2516;
|
|
1033
|
-
--bgColor-severe-emphasis: #
|
|
1033
|
+
--bgColor-severe-emphasis: #f48b25;
|
|
1034
1034
|
--bgColor-danger-muted: #ff808017;
|
|
1035
|
-
--bgColor-danger-emphasis: #
|
|
1035
|
+
--bgColor-danger-emphasis: #ff8080;
|
|
1036
1036
|
--bgColor-closed-muted: #ff808017;
|
|
1037
|
-
--bgColor-closed-emphasis: #
|
|
1037
|
+
--bgColor-closed-emphasis: #ff8080;
|
|
1038
1038
|
--bgColor-done-muted: #b87fff17;
|
|
1039
|
-
--bgColor-done-emphasis: #
|
|
1040
|
-
--bgColor-upsell-muted: #
|
|
1041
|
-
--bgColor-upsell-emphasis: #
|
|
1039
|
+
--bgColor-done-emphasis: #bf8fff;
|
|
1040
|
+
--bgColor-upsell-muted: #b87fff17;
|
|
1041
|
+
--bgColor-upsell-emphasis: #bf8fff;
|
|
1042
1042
|
--bgColor-sponsors-muted: #ef6eb117;
|
|
1043
|
-
--bgColor-sponsors-emphasis: #
|
|
1043
|
+
--bgColor-sponsors-emphasis: #f87cbd;
|
|
1044
1044
|
--borderColor-default: #7a828e;
|
|
1045
1045
|
--borderColor-muted: #7a828e;
|
|
1046
1046
|
--borderColor-emphasis: #9ea7b3;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
--fgColor-black: #010409;
|
|
436
436
|
--fgColor-disabled: #6e7681;
|
|
437
437
|
--fgColor-link: #4493f8;
|
|
438
|
-
--fgColor-neutral: #
|
|
438
|
+
--fgColor-neutral: #b1bac4;
|
|
439
439
|
--fgColor-accent: #4493f8;
|
|
440
440
|
--fgColor-success: #58a6ff;
|
|
441
441
|
--fgColor-open: #f85149;
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
--fgColor-black: #010409;
|
|
1000
1000
|
--fgColor-disabled: #6e7681;
|
|
1001
1001
|
--fgColor-link: #4493f8;
|
|
1002
|
-
--fgColor-neutral: #
|
|
1002
|
+
--fgColor-neutral: #b1bac4;
|
|
1003
1003
|
--fgColor-accent: #4493f8;
|
|
1004
1004
|
--fgColor-success: #58a6ff;
|
|
1005
1005
|
--fgColor-open: #f85149;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
--fgColor-black: #010409;
|
|
436
436
|
--fgColor-disabled: #6e7681;
|
|
437
437
|
--fgColor-link: #4493f8;
|
|
438
|
-
--fgColor-neutral: #
|
|
438
|
+
--fgColor-neutral: #b1bac4;
|
|
439
439
|
--fgColor-accent: #4493f8;
|
|
440
440
|
--fgColor-success: #3fb950;
|
|
441
441
|
--fgColor-open: #3fb950;
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
--fgColor-black: #010409;
|
|
1000
1000
|
--fgColor-disabled: #6e7681;
|
|
1001
1001
|
--fgColor-link: #4493f8;
|
|
1002
|
-
--fgColor-neutral: #
|
|
1002
|
+
--fgColor-neutral: #b1bac4;
|
|
1003
1003
|
--fgColor-accent: #4493f8;
|
|
1004
1004
|
--fgColor-success: #3fb950;
|
|
1005
1005
|
--fgColor-open: #3fb950;
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
--fgColor-black: #1f2328;
|
|
437
437
|
--fgColor-disabled: #8c959f;
|
|
438
438
|
--fgColor-link: #0969da;
|
|
439
|
-
--fgColor-neutral: #
|
|
439
|
+
--fgColor-neutral: #57606a;
|
|
440
440
|
--fgColor-accent: #0969da;
|
|
441
441
|
--fgColor-success: #0969da;
|
|
442
442
|
--fgColor-open: #bc4c00;
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
--fgColor-black: #1f2328;
|
|
1001
1001
|
--fgColor-disabled: #8c959f;
|
|
1002
1002
|
--fgColor-link: #0969da;
|
|
1003
|
-
--fgColor-neutral: #
|
|
1003
|
+
--fgColor-neutral: #57606a;
|
|
1004
1004
|
--fgColor-accent: #0969da;
|
|
1005
1005
|
--fgColor-success: #0969da;
|
|
1006
1006
|
--fgColor-open: #bc4c00;
|