@primer/primitives 9.0.0-rc.e0216c44 → 9.0.0
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 +262 -258
- package/dist/css/functional/themes/dark-dimmed.css +280 -276
- package/dist/css/functional/themes/dark-high-contrast.css +432 -428
- package/dist/css/functional/themes/dark-tritanopia.css +262 -258
- package/dist/css/functional/themes/dark.css +252 -248
- package/dist/css/functional/themes/light-colorblind.css +220 -216
- package/dist/css/functional/themes/light-high-contrast.css +252 -248
- package/dist/css/functional/themes/light-tritanopia.css +220 -216
- package/dist/css/functional/themes/light.css +210 -206
- package/dist/docs/functional/themes/dark-colorblind.json +325 -353
- package/dist/docs/functional/themes/dark-dimmed.json +351 -379
- package/dist/docs/functional/themes/dark-high-contrast.json +548 -538
- package/dist/docs/functional/themes/dark-tritanopia.json +323 -351
- package/dist/docs/functional/themes/dark.json +313 -341
- package/dist/docs/functional/themes/light-colorblind.json +305 -327
- package/dist/docs/functional/themes/light-high-contrast.json +353 -373
- package/dist/docs/functional/themes/light-tritanopia.json +304 -324
- package/dist/docs/functional/themes/light.json +294 -314
- package/dist/figma/figma.json +3 -3
- package/dist/figma/scales/dark-dimmed.json +147 -69
- package/dist/figma/scales/dark-high-constrast.json +145 -67
- package/dist/figma/scales/dark.json +120 -42
- package/dist/figma/scales/light-high-constrast.json +147 -69
- package/dist/figma/scales/light.json +118 -40
- package/dist/figma/shadows/dark-colorblind.json +179 -179
- package/dist/figma/shadows/dark-dimmed.json +179 -179
- package/dist/figma/shadows/dark-high-contrast.json +179 -179
- package/dist/figma/shadows/dark-tritanopia.json +179 -179
- package/dist/figma/shadows/dark.json +179 -179
- package/dist/figma/shadows/light-colorblind.json +123 -123
- package/dist/figma/shadows/light-high-contrast.json +123 -123
- package/dist/figma/shadows/light-tritanopia.json +123 -123
- package/dist/figma/shadows/light.json +123 -123
- package/dist/figma/themes/dark-colorblind.json +4632 -4613
- package/dist/figma/themes/dark-dimmed.json +1929 -1910
- package/dist/figma/themes/dark-high-contrast.json +3381 -3354
- package/dist/figma/themes/dark-tritanopia.json +4278 -4259
- package/dist/figma/themes/dark.json +4636 -4617
- package/dist/figma/themes/light-colorblind.json +2212 -2193
- package/dist/figma/themes/light-high-contrast.json +1878 -1860
- package/dist/figma/themes/light-tritanopia.json +2215 -2195
- package/dist/figma/themes/light.json +1873 -1853
- package/dist/internalCss/dark-colorblind.css +292 -278
- package/dist/internalCss/dark-dimmed.css +310 -296
- package/dist/internalCss/dark-high-contrast.css +462 -448
- package/dist/internalCss/dark-tritanopia.css +292 -278
- package/dist/internalCss/dark.css +282 -268
- package/dist/internalCss/light-colorblind.css +250 -236
- package/dist/internalCss/light-high-contrast.css +280 -266
- package/dist/internalCss/light-tritanopia.css +250 -236
- package/dist/internalCss/light.css +240 -226
- package/dist/styleLint/functional/themes/dark-colorblind.json +325 -353
- package/dist/styleLint/functional/themes/dark-dimmed.json +351 -379
- package/dist/styleLint/functional/themes/dark-high-contrast.json +548 -538
- package/dist/styleLint/functional/themes/dark-tritanopia.json +323 -351
- package/dist/styleLint/functional/themes/dark.json +313 -341
- package/dist/styleLint/functional/themes/light-colorblind.json +305 -327
- package/dist/styleLint/functional/themes/light-high-contrast.json +353 -373
- package/dist/styleLint/functional/themes/light-tritanopia.json +304 -324
- package/dist/styleLint/functional/themes/light.json +294 -314
- package/package.json +1 -1
- package/src/schemas/colorToken.ts +1 -1
- package/src/schemas/dimensionToken.ts +1 -0
- package/src/schemas/scopes.ts +10 -21
- package/src/tokens/base/color/dark/dark.dimmed.json5 +0 -162
- package/src/tokens/base/color/dark/dark.high-contrast.json5 +0 -92
- package/src/tokens/base/color/dark/dark.json5 +149 -104
- package/src/tokens/base/color/light/light.high-contrast.json5 +0 -92
- package/src/tokens/base/color/light/light.json5 +148 -103
- package/src/tokens/functional/color/dark/app-dark.json5 +5 -5
- package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +147 -10
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +211 -187
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +5 -7
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +5 -6
- package/src/tokens/functional/color/dark/patterns-dark.json5 +87 -96
- package/src/tokens/functional/color/dark/primitives-dark.json5 +27 -35
- package/src/tokens/functional/color/dark/syntax-dark.json5 +14 -14
- package/src/tokens/functional/color/light/app-light.json5 +5 -5
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +103 -119
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +5 -7
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +5 -6
- package/src/tokens/functional/color/light/patterns-light.json5 +89 -97
- package/src/tokens/functional/color/light/primitives-light.json5 +27 -32
- package/src/tokens/functional/color/light/syntax-light.json5 +14 -14
- package/src/tokens/functional/shadow/dark.json5 +15 -15
- package/src/tokens/functional/shadow/light.json5 +16 -16
- package/src/transformers/figmaAttributes.ts +6 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="light_high_contrast"] ::backdrop {
|
|
5
5
|
--topicTag-borderColor: #0349b4;
|
|
6
6
|
--highlight-neutral-bgColor: #fcf7be;
|
|
7
|
-
--page-header-bgColor: #
|
|
7
|
+
--page-header-bgColor: #e6eaef;
|
|
8
8
|
--diffBlob-addition-fgColor-text: #ffffff;
|
|
9
9
|
--diffBlob-addition-fgColor-num: #010409;
|
|
10
10
|
--diffBlob-addition-bgColor-num: #c2f9cd;
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
--diffBlob-deletion-bgColor-line: #fff0ee;
|
|
17
17
|
--diffBlob-deletion-bgColor-word: #a0111f;
|
|
18
18
|
--diffBlob-hunk-bgColor-num: #9cd7ff;
|
|
19
|
-
--diffBlob-expander-iconColor: #
|
|
19
|
+
--diffBlob-expander-iconColor: #454c54;
|
|
20
20
|
--codeMirror-fgColor: #010409;
|
|
21
21
|
--codeMirror-bgColor: #ffffff;
|
|
22
22
|
--codeMirror-gutters-bgColor: #ffffff;
|
|
23
23
|
--codeMirror-gutterMarker-fgColor-default: #ffffff;
|
|
24
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
25
|
-
--codeMirror-lineNumber-fgColor: #
|
|
24
|
+
--codeMirror-gutterMarker-fgColor-muted: #454c54;
|
|
25
|
+
--codeMirror-lineNumber-fgColor: #454c54;
|
|
26
26
|
--codeMirror-cursor-fgColor: #010409;
|
|
27
27
|
--codeMirror-selection-bgColor: #368cf9;
|
|
28
|
-
--codeMirror-activeline-bgColor: #
|
|
28
|
+
--codeMirror-activeline-bgColor: #e0e6eb;
|
|
29
29
|
--codeMirror-matchingBracket-fgColor: #010409;
|
|
30
30
|
--codeMirror-lines-bgColor: #ffffff;
|
|
31
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
31
|
+
--codeMirror-syntax-fgColor-comment: #010409;
|
|
32
32
|
--codeMirror-syntax-fgColor-constant: #023b95;
|
|
33
33
|
--codeMirror-syntax-fgColor-entity: #622cbc;
|
|
34
34
|
--codeMirror-syntax-fgColor-keyword: #a0111f;
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
--codeMirror-syntax-fgColor-variable: #702c00;
|
|
39
39
|
--header-fgColor-default: #ffffffb3;
|
|
40
40
|
--header-fgColor-logo: #ffffff;
|
|
41
|
-
--header-bgColor: #
|
|
42
|
-
--header-borderColor-divider: #
|
|
43
|
-
--headerSearch-bgColor: #
|
|
44
|
-
--headerSearch-borderColor: #
|
|
41
|
+
--header-bgColor: #25292e;
|
|
42
|
+
--header-borderColor-divider: #c8d1da;
|
|
43
|
+
--headerSearch-bgColor: #25292e;
|
|
44
|
+
--headerSearch-borderColor: #818b98;
|
|
45
45
|
--data-blue-color-emphasis: #006edb;
|
|
46
46
|
--data-blue-color-muted: #d1f0ff;
|
|
47
47
|
--data-auburn-color-emphasis: #9d615c;
|
|
@@ -160,32 +160,32 @@
|
|
|
160
160
|
--avatar-bgColor: #ffffff;
|
|
161
161
|
--avatar-borderColor: #010409e6;
|
|
162
162
|
--avatar-shadow: 0px 0px 0px 2px #ffffffcc;
|
|
163
|
-
--avatarStack-fade-bgColor-default: #
|
|
164
|
-
--avatarStack-fade-bgColor-muted: #
|
|
165
|
-
--control-bgColor-rest: #
|
|
166
|
-
--control-bgColor-hover: #
|
|
167
|
-
--control-bgColor-active: #
|
|
168
|
-
--control-bgColor-disabled: #
|
|
169
|
-
--control-bgColor-selected: #
|
|
170
|
-
--control-fgColor-rest: #
|
|
171
|
-
--control-fgColor-placeholder: #
|
|
172
|
-
--control-fgColor-disabled: #
|
|
173
|
-
--control-borderColor-rest: #
|
|
174
|
-
--control-borderColor-emphasis: #
|
|
175
|
-
--control-borderColor-disabled: #
|
|
176
|
-
--control-borderColor-selected: #
|
|
163
|
+
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
164
|
+
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
165
|
+
--control-bgColor-rest: #e0e6eb;
|
|
166
|
+
--control-bgColor-hover: #dae0e7;
|
|
167
|
+
--control-bgColor-active: #d1d9e0;
|
|
168
|
+
--control-bgColor-disabled: #e0e6eb;
|
|
169
|
+
--control-bgColor-selected: #e0e6eb;
|
|
170
|
+
--control-fgColor-rest: #25292e;
|
|
171
|
+
--control-fgColor-placeholder: #454c54;
|
|
172
|
+
--control-fgColor-disabled: #59636e;
|
|
173
|
+
--control-borderColor-rest: #454c54;
|
|
174
|
+
--control-borderColor-emphasis: #454c54;
|
|
175
|
+
--control-borderColor-disabled: #59636e1f;
|
|
176
|
+
--control-borderColor-selected: #e0e6eb;
|
|
177
177
|
--control-borderColor-success: #055d20;
|
|
178
178
|
--control-borderColor-danger: #a0111f;
|
|
179
179
|
--control-borderColor-warning: #744500;
|
|
180
|
-
--control-iconColor-rest: #
|
|
180
|
+
--control-iconColor-rest: #454c54;
|
|
181
181
|
--control-transparent-bgColor-rest: #ffffff00;
|
|
182
|
-
--control-transparent-bgColor-hover: #
|
|
183
|
-
--control-transparent-bgColor-active: #
|
|
184
|
-
--control-transparent-bgColor-disabled: #
|
|
185
|
-
--control-transparent-bgColor-selected: #
|
|
182
|
+
--control-transparent-bgColor-hover: #dae0e7;
|
|
183
|
+
--control-transparent-bgColor-active: #d1d9e0;
|
|
184
|
+
--control-transparent-bgColor-disabled: #e0e6eb;
|
|
185
|
+
--control-transparent-bgColor-selected: #dae0e7;
|
|
186
186
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
187
|
-
--control-transparent-borderColor-hover: #
|
|
188
|
-
--control-transparent-borderColor-active: #
|
|
187
|
+
--control-transparent-borderColor-hover: #454c54;
|
|
188
|
+
--control-transparent-borderColor-active: #454c54;
|
|
189
189
|
--control-danger-fgColor-rest: #8a071e;
|
|
190
190
|
--control-danger-fgColor-hover: #ffffff;
|
|
191
191
|
--control-danger-bgColor-hover: #a0111f;
|
|
@@ -193,38 +193,40 @@
|
|
|
193
193
|
--control-checked-bgColor-rest: #0349b4;
|
|
194
194
|
--control-checked-bgColor-hover: #0344a8;
|
|
195
195
|
--control-checked-bgColor-active: #033f9d;
|
|
196
|
-
--control-checked-bgColor-disabled: #
|
|
196
|
+
--control-checked-bgColor-disabled: #59636e;
|
|
197
197
|
--control-checked-fgColor-rest: #ffffff;
|
|
198
198
|
--control-checked-fgColor-disabled: #ffffff;
|
|
199
199
|
--control-checked-borderColor-rest: #0349b4;
|
|
200
200
|
--control-checked-borderColor-hover: #0344a8;
|
|
201
201
|
--control-checked-borderColor-active: #033f9d;
|
|
202
|
-
--control-checked-borderColor-disabled: #
|
|
203
|
-
--controlTrack-bgColor-rest: #
|
|
204
|
-
--controlTrack-bgColor-hover: #
|
|
205
|
-
--controlTrack-bgColor-active: #
|
|
206
|
-
--controlTrack-bgColor-disabled: #
|
|
207
|
-
--controlTrack-fgColor-rest: #
|
|
202
|
+
--control-checked-borderColor-disabled: #59636e;
|
|
203
|
+
--controlTrack-bgColor-rest: #dae0e7;
|
|
204
|
+
--controlTrack-bgColor-hover: #d1d9e0;
|
|
205
|
+
--controlTrack-bgColor-active: #c8d1da;
|
|
206
|
+
--controlTrack-bgColor-disabled: #59636e;
|
|
207
|
+
--controlTrack-fgColor-rest: #59636e;
|
|
208
208
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
209
|
-
--controlTrack-borderColor-rest: #
|
|
210
|
-
--controlTrack-borderColor-disabled: #
|
|
209
|
+
--controlTrack-borderColor-rest: #454c54;
|
|
210
|
+
--controlTrack-borderColor-disabled: #59636e;
|
|
211
211
|
--controlKnob-bgColor-rest: #ffffff;
|
|
212
|
-
--controlKnob-bgColor-disabled: #
|
|
212
|
+
--controlKnob-bgColor-disabled: #e0e6eb;
|
|
213
213
|
--controlKnob-bgColor-checked: #ffffff;
|
|
214
|
-
--controlKnob-borderColor-rest: #
|
|
215
|
-
--controlKnob-borderColor-disabled: #
|
|
214
|
+
--controlKnob-borderColor-rest: #454c54;
|
|
215
|
+
--controlKnob-borderColor-disabled: #e0e6eb;
|
|
216
216
|
--controlKnob-borderColor-checked: #0349b4;
|
|
217
|
-
--counter-borderColor: #
|
|
218
|
-
--
|
|
219
|
-
--
|
|
220
|
-
--button-default-
|
|
221
|
-
--button-default-bgColor-
|
|
222
|
-
--button-default-bgColor-
|
|
223
|
-
--button-default-bgColor-
|
|
224
|
-
--button-default-
|
|
225
|
-
--button-default-
|
|
226
|
-
--button-default-borderColor-
|
|
227
|
-
--button-default-borderColor-
|
|
217
|
+
--counter-borderColor: #454c54;
|
|
218
|
+
--counter-bgColor-muted: #e0e6eb;
|
|
219
|
+
--counter-bgColor-emphasis: #454c54;
|
|
220
|
+
--button-default-fgColor-rest: #25292e;
|
|
221
|
+
--button-default-bgColor-rest: #e0e6eb;
|
|
222
|
+
--button-default-bgColor-hover: #dae0e7;
|
|
223
|
+
--button-default-bgColor-active: #d1d9e0;
|
|
224
|
+
--button-default-bgColor-selected: #d1d9e0;
|
|
225
|
+
--button-default-bgColor-disabled: #e0e6eb;
|
|
226
|
+
--button-default-borderColor-rest: #454c54;
|
|
227
|
+
--button-default-borderColor-hover: #454c54;
|
|
228
|
+
--button-default-borderColor-active: #454c54;
|
|
229
|
+
--button-default-borderColor-disabled: #59636e1f;
|
|
228
230
|
--button-default-shadow-resting: 0px 1px 0px 0px #0104090a;
|
|
229
231
|
--button-primary-fgColor-rest: #ffffff;
|
|
230
232
|
--button-primary-fgColor-disabled: #ffffffcc;
|
|
@@ -238,29 +240,29 @@
|
|
|
238
240
|
--button-primary-borderColor-active: #013d14;
|
|
239
241
|
--button-primary-borderColor-disabled: #85cb97;
|
|
240
242
|
--button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
|
|
241
|
-
--button-invisible-fgColor-rest: #
|
|
242
|
-
--button-invisible-fgColor-hover: #
|
|
243
|
-
--button-invisible-fgColor-disabled: #
|
|
244
|
-
--button-invisible-iconColor-rest: #
|
|
245
|
-
--button-invisible-iconColor-hover: #
|
|
246
|
-
--button-invisible-iconColor-disabled: #
|
|
243
|
+
--button-invisible-fgColor-rest: #454c54;
|
|
244
|
+
--button-invisible-fgColor-hover: #393f46;
|
|
245
|
+
--button-invisible-fgColor-disabled: #59636e;
|
|
246
|
+
--button-invisible-iconColor-rest: #454c54;
|
|
247
|
+
--button-invisible-iconColor-hover: #393f46;
|
|
248
|
+
--button-invisible-iconColor-disabled: #59636e;
|
|
247
249
|
--button-invisible-bgColor-rest: #ffffff00;
|
|
248
|
-
--button-invisible-bgColor-hover: #
|
|
249
|
-
--button-invisible-bgColor-active: #
|
|
250
|
-
--button-invisible-bgColor-disabled: #
|
|
250
|
+
--button-invisible-bgColor-hover: #dae0e7;
|
|
251
|
+
--button-invisible-bgColor-active: #d1d9e0;
|
|
252
|
+
--button-invisible-bgColor-disabled: #e0e6eb;
|
|
251
253
|
--button-invisible-borderColor-rest: #ffffff00;
|
|
252
|
-
--button-invisible-borderColor-hover: #
|
|
253
|
-
--button-invisible-borderColor-disabled: #
|
|
254
|
+
--button-invisible-borderColor-hover: #454c54;
|
|
255
|
+
--button-invisible-borderColor-disabled: #59636e1f;
|
|
254
256
|
--button-outline-fgColor-rest: #023b95;
|
|
255
257
|
--button-outline-fgColor-hover: #ffffff;
|
|
256
258
|
--button-outline-fgColor-active: #ffffff;
|
|
257
259
|
--button-outline-fgColor-disabled: #023b9580;
|
|
258
|
-
--button-outline-bgColor-rest: #
|
|
260
|
+
--button-outline-bgColor-rest: #e0e6eb;
|
|
259
261
|
--button-outline-bgColor-hover: #0349b4;
|
|
260
262
|
--button-outline-bgColor-active: #033f9d;
|
|
261
|
-
--button-outline-bgColor-disabled: #
|
|
262
|
-
--button-outline-borderColor-hover: #
|
|
263
|
-
--button-outline-borderColor-active: #
|
|
263
|
+
--button-outline-bgColor-disabled: #e0e6eb;
|
|
264
|
+
--button-outline-borderColor-hover: #013d14;
|
|
265
|
+
--button-outline-borderColor-active: #013d14;
|
|
264
266
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
|
|
265
267
|
--button-danger-fgColor-rest: #8a071e;
|
|
266
268
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -268,19 +270,19 @@
|
|
|
268
270
|
--button-danger-fgColor-disabled: #8a071e80;
|
|
269
271
|
--button-danger-iconColor-rest: #8a071e;
|
|
270
272
|
--button-danger-iconColor-hover: #ffffff;
|
|
271
|
-
--button-danger-bgColor-rest: #
|
|
273
|
+
--button-danger-bgColor-rest: #e0e6eb;
|
|
272
274
|
--button-danger-bgColor-hover: #86061d;
|
|
273
275
|
--button-danger-bgColor-active: #74041a;
|
|
274
|
-
--button-danger-bgColor-disabled: #
|
|
275
|
-
--button-danger-borderColor-rest: #
|
|
276
|
-
--button-danger-borderColor-hover: #
|
|
277
|
-
--button-danger-borderColor-active: #
|
|
276
|
+
--button-danger-bgColor-disabled: #e0e6eb;
|
|
277
|
+
--button-danger-borderColor-rest: #454c54;
|
|
278
|
+
--button-danger-borderColor-hover: #013d14;
|
|
279
|
+
--button-danger-borderColor-active: #013d14;
|
|
278
280
|
--button-danger-shadow-selected: inset 0px 1px 0px 0px #43001133;
|
|
279
|
-
--button-inactive-fgColor: #
|
|
280
|
-
--button-inactive-bgColor: #
|
|
281
|
+
--button-inactive-fgColor: #454c54;
|
|
282
|
+
--button-inactive-bgColor: #e0e6eb;
|
|
281
283
|
--button-star-iconColor: #d5a824;
|
|
282
|
-
--buttonCounter-default-bgColor-rest: #
|
|
283
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
284
|
+
--buttonCounter-default-bgColor-rest: #c8d1da;
|
|
285
|
+
--buttonCounter-invisible-bgColor-rest: #e0e6eb;
|
|
284
286
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
285
287
|
--buttonCounter-outline-bgColor-rest: #0349b41a;
|
|
286
288
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -302,17 +304,17 @@
|
|
|
302
304
|
--focus-outline: #0349b4 solid 2px;
|
|
303
305
|
--menu-bgColor-active: #ffffff00;
|
|
304
306
|
--overlay-bgColor: #ffffff;
|
|
305
|
-
--overlay-borderColor: #
|
|
306
|
-
--overlay-backdrop-bgColor: #
|
|
307
|
+
--overlay-borderColor: #454c54;
|
|
308
|
+
--overlay-backdrop-bgColor: #393f4666;
|
|
307
309
|
--selectMenu-borderColor: #ffffff00;
|
|
308
310
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
309
311
|
--sideNav-bgColor-selected: #ffffff;
|
|
310
|
-
--skeletonLoader-bgColor: #
|
|
311
|
-
--timelineBadge-bgColor: #
|
|
312
|
+
--skeletonLoader-bgColor: #e6eaef;
|
|
313
|
+
--timelineBadge-bgColor: #e6eaef;
|
|
312
314
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
313
315
|
--underlineNav-borderColor-active: #cd3425;
|
|
314
|
-
--underlineNav-borderColor-hover: #
|
|
315
|
-
--underlineNav-iconColor-rest: #
|
|
316
|
+
--underlineNav-borderColor-hover: #454c54;
|
|
317
|
+
--underlineNav-iconColor-rest: #454c54;
|
|
316
318
|
--selection-bgColor: #0349b433;
|
|
317
319
|
--card-bgColor: #ffffff;
|
|
318
320
|
--label-green-bgColor-rest: #caf7ca;
|
|
@@ -429,17 +431,17 @@
|
|
|
429
431
|
--label-coral-fgColor-rest: #ba2e12;
|
|
430
432
|
--label-coral-fgColor-hover: #9b2712;
|
|
431
433
|
--label-coral-fgColor-active: #7e2011;
|
|
432
|
-
--tooltip-bgColor: #
|
|
434
|
+
--tooltip-bgColor: #25292e;
|
|
433
435
|
--tooltip-fgColor: #ffffff;
|
|
434
436
|
--fgColor-default: #010409;
|
|
435
|
-
--fgColor-muted: #
|
|
437
|
+
--fgColor-muted: #454c54;
|
|
436
438
|
--fgColor-onEmphasis: #ffffff;
|
|
437
439
|
--fgColor-onInverse: #ffffff;
|
|
438
440
|
--fgColor-white: #ffffff;
|
|
439
441
|
--fgColor-black: #010409;
|
|
440
|
-
--fgColor-disabled: #
|
|
442
|
+
--fgColor-disabled: #59636e;
|
|
441
443
|
--fgColor-link: #023b95;
|
|
442
|
-
--fgColor-neutral: #
|
|
444
|
+
--fgColor-neutral: #393f46;
|
|
443
445
|
--fgColor-accent: #023b95;
|
|
444
446
|
--fgColor-success: #024c1a;
|
|
445
447
|
--fgColor-open: #024c1a;
|
|
@@ -451,16 +453,16 @@
|
|
|
451
453
|
--fgColor-upsell: #512598;
|
|
452
454
|
--fgColor-sponsors: #7d0c57;
|
|
453
455
|
--bgColor-default: #ffffff;
|
|
454
|
-
--bgColor-muted: #
|
|
455
|
-
--bgColor-inset: #
|
|
456
|
-
--bgColor-emphasis: #
|
|
457
|
-
--bgColor-inverse: #
|
|
456
|
+
--bgColor-muted: #e6eaef;
|
|
457
|
+
--bgColor-inset: #eff2f5;
|
|
458
|
+
--bgColor-emphasis: #25292e;
|
|
459
|
+
--bgColor-inverse: #25292e;
|
|
458
460
|
--bgColor-white: #ffffff;
|
|
459
461
|
--bgColor-black: #010409;
|
|
460
|
-
--bgColor-disabled: #
|
|
462
|
+
--bgColor-disabled: #e0e6eb;
|
|
461
463
|
--bgColor-transparent: #ffffff00;
|
|
462
|
-
--bgColor-neutral-muted: #
|
|
463
|
-
--bgColor-neutral-emphasis: #
|
|
464
|
+
--bgColor-neutral-muted: #e0e6eb;
|
|
465
|
+
--bgColor-neutral-emphasis: #454c54;
|
|
464
466
|
--bgColor-accent-muted: #dff7ff;
|
|
465
467
|
--bgColor-accent-emphasis: #0349b4;
|
|
466
468
|
--bgColor-success-muted: #d2fedb;
|
|
@@ -481,14 +483,14 @@
|
|
|
481
483
|
--bgColor-upsell-emphasis: #622cbc;
|
|
482
484
|
--bgColor-sponsors-muted: #feeff7;
|
|
483
485
|
--bgColor-sponsors-emphasis: #971368;
|
|
484
|
-
--borderColor-default: #
|
|
485
|
-
--borderColor-muted: #
|
|
486
|
-
--borderColor-emphasis: #
|
|
487
|
-
--borderColor-disabled: #
|
|
486
|
+
--borderColor-default: #454c54;
|
|
487
|
+
--borderColor-muted: #454c54;
|
|
488
|
+
--borderColor-emphasis: #454c54;
|
|
489
|
+
--borderColor-disabled: #59636e1f;
|
|
488
490
|
--borderColor-transparent: #ffffff00;
|
|
489
|
-
--borderColor-translucent: #
|
|
490
|
-
--borderColor-neutral-muted: #
|
|
491
|
-
--borderColor-neutral-emphasis: #
|
|
491
|
+
--borderColor-translucent: #59636e;
|
|
492
|
+
--borderColor-neutral-muted: #454c54;
|
|
493
|
+
--borderColor-neutral-emphasis: #59636e;
|
|
492
494
|
--borderColor-accent-muted: #368cf9;
|
|
493
495
|
--borderColor-accent-emphasis: #0349b4;
|
|
494
496
|
--borderColor-success-muted: #26a148;
|
|
@@ -501,19 +503,19 @@
|
|
|
501
503
|
--borderColor-severe-emphasis: #873800;
|
|
502
504
|
--borderColor-danger-muted: #ee5a5d;
|
|
503
505
|
--borderColor-danger-emphasis: #a0111f;
|
|
504
|
-
--borderColor-closed-muted: #
|
|
506
|
+
--borderColor-closed-muted: #ee5a5d;
|
|
505
507
|
--borderColor-closed-emphasis: #a0111f;
|
|
506
508
|
--borderColor-done-muted: #a371f7;
|
|
507
509
|
--borderColor-done-emphasis: #622cbc;
|
|
508
|
-
--borderColor-upsell-muted: #
|
|
510
|
+
--borderColor-upsell-muted: #a371f7;
|
|
509
511
|
--borderColor-upsell-emphasis: #622cbc;
|
|
510
512
|
--borderColor-sponsors-muted: #ed4baf;
|
|
511
513
|
--borderColor-sponsors-emphasis: #971368;
|
|
512
|
-
--color-ansi-black: #
|
|
513
|
-
--color-ansi-black-bright: #
|
|
514
|
-
--color-ansi-white: #
|
|
515
|
-
--color-ansi-white-bright: #
|
|
516
|
-
--color-ansi-gray: #
|
|
514
|
+
--color-ansi-black: #010409;
|
|
515
|
+
--color-ansi-black-bright: #393f46;
|
|
516
|
+
--color-ansi-white: #59636e;
|
|
517
|
+
--color-ansi-white-bright: #818b98;
|
|
518
|
+
--color-ansi-gray: #59636e;
|
|
517
519
|
--color-ansi-red: #a0111f;
|
|
518
520
|
--color-ansi-red-bright: #86061d;
|
|
519
521
|
--color-ansi-green: #024c1a;
|
|
@@ -526,52 +528,52 @@
|
|
|
526
528
|
--color-ansi-magenta-bright: #844ae7;
|
|
527
529
|
--color-ansi-cyan: #1b7c83;
|
|
528
530
|
--color-ansi-cyan-bright: #3192aa;
|
|
529
|
-
--color-prettylights-syntax-comment: #
|
|
531
|
+
--color-prettylights-syntax-comment: #59636e;
|
|
530
532
|
--color-prettylights-syntax-constant: #023b95;
|
|
531
533
|
--color-prettylights-syntax-constant-other-reference-link: #032563;
|
|
532
534
|
--color-prettylights-syntax-entity: #512598;
|
|
533
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
535
|
+
--color-prettylights-syntax-storage-modifier-import: #010409;
|
|
534
536
|
--color-prettylights-syntax-entity-tag: #023b95;
|
|
535
537
|
--color-prettylights-syntax-keyword: #a0111f;
|
|
536
538
|
--color-prettylights-syntax-string: #032563;
|
|
537
539
|
--color-prettylights-syntax-variable: #702c00;
|
|
538
540
|
--color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
|
|
539
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
540
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
541
|
+
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
|
|
542
|
+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
541
543
|
--color-prettylights-syntax-invalid-illegal-bg: #6e011a;
|
|
542
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
544
|
+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
|
543
545
|
--color-prettylights-syntax-carriage-return-bg: #a0111f;
|
|
544
546
|
--color-prettylights-syntax-string-regexp: #024c1a;
|
|
545
547
|
--color-prettylights-syntax-markup-list: #2e1800;
|
|
546
548
|
--color-prettylights-syntax-markup-heading: #023b95;
|
|
547
|
-
--color-prettylights-syntax-markup-italic: #
|
|
548
|
-
--color-prettylights-syntax-markup-bold: #
|
|
549
|
+
--color-prettylights-syntax-markup-italic: #010409;
|
|
550
|
+
--color-prettylights-syntax-markup-bold: #010409;
|
|
549
551
|
--color-prettylights-syntax-markup-deleted-text: #6e011a;
|
|
550
552
|
--color-prettylights-syntax-markup-deleted-bg: #fff0ee;
|
|
551
553
|
--color-prettylights-syntax-markup-inserted-text: #024c1a;
|
|
552
554
|
--color-prettylights-syntax-markup-inserted-bg: #d2fedb;
|
|
553
555
|
--color-prettylights-syntax-markup-changed-text: #702c00;
|
|
554
556
|
--color-prettylights-syntax-markup-changed-bg: #ffc67b;
|
|
555
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
557
|
+
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
|
|
556
558
|
--color-prettylights-syntax-markup-ignored-bg: #023b95;
|
|
557
559
|
--color-prettylights-syntax-meta-diff-range: #622cbc;
|
|
558
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
560
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
|
|
559
561
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
560
562
|
--shadow-resting-xsmall: 0px 1px 0px 0px #0104091a;
|
|
561
563
|
--shadow-resting-small: 0px 1px 0px 0px #0104090a;
|
|
562
|
-
--shadow-resting-medium: 0px 3px 6px 0px #
|
|
563
|
-
--shadow-floating-small: 0px 0px 0px 1px #
|
|
564
|
-
--shadow-floating-medium: 0px 0px 0px 1px #
|
|
565
|
-
--shadow-floating-large: 0px 0px 0px 1px #
|
|
566
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #
|
|
567
|
-
--shadow-floating-legacy: 0px 6px 12px -3px #
|
|
564
|
+
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
565
|
+
--shadow-floating-small: 0px 0px 0px 1px #454c5480, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
566
|
+
--shadow-floating-medium: 0px 0px 0px 1px #454c54, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
|
|
567
|
+
--shadow-floating-large: 0px 0px 0px 1px #454c54, 0px 40px 80px 0px #25292e3d;
|
|
568
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #454c54, 0px 56px 112px 0px #25292e52;
|
|
569
|
+
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
568
570
|
}
|
|
569
571
|
@media (prefers-color-scheme: dark) {
|
|
570
572
|
[data-color-mode="auto"][data-dark-theme="light_high_contrast"],
|
|
571
573
|
[data-color-mode="auto"][data-dark-theme="light_high_contrast"] ::backdrop {
|
|
572
574
|
--topicTag-borderColor: #0349b4;
|
|
573
575
|
--highlight-neutral-bgColor: #fcf7be;
|
|
574
|
-
--page-header-bgColor: #
|
|
576
|
+
--page-header-bgColor: #e6eaef;
|
|
575
577
|
--diffBlob-addition-fgColor-text: #ffffff;
|
|
576
578
|
--diffBlob-addition-fgColor-num: #010409;
|
|
577
579
|
--diffBlob-addition-bgColor-num: #c2f9cd;
|
|
@@ -583,19 +585,19 @@
|
|
|
583
585
|
--diffBlob-deletion-bgColor-line: #fff0ee;
|
|
584
586
|
--diffBlob-deletion-bgColor-word: #a0111f;
|
|
585
587
|
--diffBlob-hunk-bgColor-num: #9cd7ff;
|
|
586
|
-
--diffBlob-expander-iconColor: #
|
|
588
|
+
--diffBlob-expander-iconColor: #454c54;
|
|
587
589
|
--codeMirror-fgColor: #010409;
|
|
588
590
|
--codeMirror-bgColor: #ffffff;
|
|
589
591
|
--codeMirror-gutters-bgColor: #ffffff;
|
|
590
592
|
--codeMirror-gutterMarker-fgColor-default: #ffffff;
|
|
591
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
592
|
-
--codeMirror-lineNumber-fgColor: #
|
|
593
|
+
--codeMirror-gutterMarker-fgColor-muted: #454c54;
|
|
594
|
+
--codeMirror-lineNumber-fgColor: #454c54;
|
|
593
595
|
--codeMirror-cursor-fgColor: #010409;
|
|
594
596
|
--codeMirror-selection-bgColor: #368cf9;
|
|
595
|
-
--codeMirror-activeline-bgColor: #
|
|
597
|
+
--codeMirror-activeline-bgColor: #e0e6eb;
|
|
596
598
|
--codeMirror-matchingBracket-fgColor: #010409;
|
|
597
599
|
--codeMirror-lines-bgColor: #ffffff;
|
|
598
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
600
|
+
--codeMirror-syntax-fgColor-comment: #010409;
|
|
599
601
|
--codeMirror-syntax-fgColor-constant: #023b95;
|
|
600
602
|
--codeMirror-syntax-fgColor-entity: #622cbc;
|
|
601
603
|
--codeMirror-syntax-fgColor-keyword: #a0111f;
|
|
@@ -605,10 +607,10 @@
|
|
|
605
607
|
--codeMirror-syntax-fgColor-variable: #702c00;
|
|
606
608
|
--header-fgColor-default: #ffffffb3;
|
|
607
609
|
--header-fgColor-logo: #ffffff;
|
|
608
|
-
--header-bgColor: #
|
|
609
|
-
--header-borderColor-divider: #
|
|
610
|
-
--headerSearch-bgColor: #
|
|
611
|
-
--headerSearch-borderColor: #
|
|
610
|
+
--header-bgColor: #25292e;
|
|
611
|
+
--header-borderColor-divider: #c8d1da;
|
|
612
|
+
--headerSearch-bgColor: #25292e;
|
|
613
|
+
--headerSearch-borderColor: #818b98;
|
|
612
614
|
--data-blue-color-emphasis: #006edb;
|
|
613
615
|
--data-blue-color-muted: #d1f0ff;
|
|
614
616
|
--data-auburn-color-emphasis: #9d615c;
|
|
@@ -727,32 +729,32 @@
|
|
|
727
729
|
--avatar-bgColor: #ffffff;
|
|
728
730
|
--avatar-borderColor: #010409e6;
|
|
729
731
|
--avatar-shadow: 0px 0px 0px 2px #ffffffcc;
|
|
730
|
-
--avatarStack-fade-bgColor-default: #
|
|
731
|
-
--avatarStack-fade-bgColor-muted: #
|
|
732
|
-
--control-bgColor-rest: #
|
|
733
|
-
--control-bgColor-hover: #
|
|
734
|
-
--control-bgColor-active: #
|
|
735
|
-
--control-bgColor-disabled: #
|
|
736
|
-
--control-bgColor-selected: #
|
|
737
|
-
--control-fgColor-rest: #
|
|
738
|
-
--control-fgColor-placeholder: #
|
|
739
|
-
--control-fgColor-disabled: #
|
|
740
|
-
--control-borderColor-rest: #
|
|
741
|
-
--control-borderColor-emphasis: #
|
|
742
|
-
--control-borderColor-disabled: #
|
|
743
|
-
--control-borderColor-selected: #
|
|
732
|
+
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
733
|
+
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
734
|
+
--control-bgColor-rest: #e0e6eb;
|
|
735
|
+
--control-bgColor-hover: #dae0e7;
|
|
736
|
+
--control-bgColor-active: #d1d9e0;
|
|
737
|
+
--control-bgColor-disabled: #e0e6eb;
|
|
738
|
+
--control-bgColor-selected: #e0e6eb;
|
|
739
|
+
--control-fgColor-rest: #25292e;
|
|
740
|
+
--control-fgColor-placeholder: #454c54;
|
|
741
|
+
--control-fgColor-disabled: #59636e;
|
|
742
|
+
--control-borderColor-rest: #454c54;
|
|
743
|
+
--control-borderColor-emphasis: #454c54;
|
|
744
|
+
--control-borderColor-disabled: #59636e1f;
|
|
745
|
+
--control-borderColor-selected: #e0e6eb;
|
|
744
746
|
--control-borderColor-success: #055d20;
|
|
745
747
|
--control-borderColor-danger: #a0111f;
|
|
746
748
|
--control-borderColor-warning: #744500;
|
|
747
|
-
--control-iconColor-rest: #
|
|
749
|
+
--control-iconColor-rest: #454c54;
|
|
748
750
|
--control-transparent-bgColor-rest: #ffffff00;
|
|
749
|
-
--control-transparent-bgColor-hover: #
|
|
750
|
-
--control-transparent-bgColor-active: #
|
|
751
|
-
--control-transparent-bgColor-disabled: #
|
|
752
|
-
--control-transparent-bgColor-selected: #
|
|
751
|
+
--control-transparent-bgColor-hover: #dae0e7;
|
|
752
|
+
--control-transparent-bgColor-active: #d1d9e0;
|
|
753
|
+
--control-transparent-bgColor-disabled: #e0e6eb;
|
|
754
|
+
--control-transparent-bgColor-selected: #dae0e7;
|
|
753
755
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
754
|
-
--control-transparent-borderColor-hover: #
|
|
755
|
-
--control-transparent-borderColor-active: #
|
|
756
|
+
--control-transparent-borderColor-hover: #454c54;
|
|
757
|
+
--control-transparent-borderColor-active: #454c54;
|
|
756
758
|
--control-danger-fgColor-rest: #8a071e;
|
|
757
759
|
--control-danger-fgColor-hover: #ffffff;
|
|
758
760
|
--control-danger-bgColor-hover: #a0111f;
|
|
@@ -760,38 +762,40 @@
|
|
|
760
762
|
--control-checked-bgColor-rest: #0349b4;
|
|
761
763
|
--control-checked-bgColor-hover: #0344a8;
|
|
762
764
|
--control-checked-bgColor-active: #033f9d;
|
|
763
|
-
--control-checked-bgColor-disabled: #
|
|
765
|
+
--control-checked-bgColor-disabled: #59636e;
|
|
764
766
|
--control-checked-fgColor-rest: #ffffff;
|
|
765
767
|
--control-checked-fgColor-disabled: #ffffff;
|
|
766
768
|
--control-checked-borderColor-rest: #0349b4;
|
|
767
769
|
--control-checked-borderColor-hover: #0344a8;
|
|
768
770
|
--control-checked-borderColor-active: #033f9d;
|
|
769
|
-
--control-checked-borderColor-disabled: #
|
|
770
|
-
--controlTrack-bgColor-rest: #
|
|
771
|
-
--controlTrack-bgColor-hover: #
|
|
772
|
-
--controlTrack-bgColor-active: #
|
|
773
|
-
--controlTrack-bgColor-disabled: #
|
|
774
|
-
--controlTrack-fgColor-rest: #
|
|
771
|
+
--control-checked-borderColor-disabled: #59636e;
|
|
772
|
+
--controlTrack-bgColor-rest: #dae0e7;
|
|
773
|
+
--controlTrack-bgColor-hover: #d1d9e0;
|
|
774
|
+
--controlTrack-bgColor-active: #c8d1da;
|
|
775
|
+
--controlTrack-bgColor-disabled: #59636e;
|
|
776
|
+
--controlTrack-fgColor-rest: #59636e;
|
|
775
777
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
776
|
-
--controlTrack-borderColor-rest: #
|
|
777
|
-
--controlTrack-borderColor-disabled: #
|
|
778
|
+
--controlTrack-borderColor-rest: #454c54;
|
|
779
|
+
--controlTrack-borderColor-disabled: #59636e;
|
|
778
780
|
--controlKnob-bgColor-rest: #ffffff;
|
|
779
|
-
--controlKnob-bgColor-disabled: #
|
|
781
|
+
--controlKnob-bgColor-disabled: #e0e6eb;
|
|
780
782
|
--controlKnob-bgColor-checked: #ffffff;
|
|
781
|
-
--controlKnob-borderColor-rest: #
|
|
782
|
-
--controlKnob-borderColor-disabled: #
|
|
783
|
+
--controlKnob-borderColor-rest: #454c54;
|
|
784
|
+
--controlKnob-borderColor-disabled: #e0e6eb;
|
|
783
785
|
--controlKnob-borderColor-checked: #0349b4;
|
|
784
|
-
--counter-borderColor: #
|
|
785
|
-
--
|
|
786
|
-
--
|
|
787
|
-
--button-default-
|
|
788
|
-
--button-default-bgColor-
|
|
789
|
-
--button-default-bgColor-
|
|
790
|
-
--button-default-bgColor-
|
|
791
|
-
--button-default-
|
|
792
|
-
--button-default-
|
|
793
|
-
--button-default-borderColor-
|
|
794
|
-
--button-default-borderColor-
|
|
786
|
+
--counter-borderColor: #454c54;
|
|
787
|
+
--counter-bgColor-muted: #e0e6eb;
|
|
788
|
+
--counter-bgColor-emphasis: #454c54;
|
|
789
|
+
--button-default-fgColor-rest: #25292e;
|
|
790
|
+
--button-default-bgColor-rest: #e0e6eb;
|
|
791
|
+
--button-default-bgColor-hover: #dae0e7;
|
|
792
|
+
--button-default-bgColor-active: #d1d9e0;
|
|
793
|
+
--button-default-bgColor-selected: #d1d9e0;
|
|
794
|
+
--button-default-bgColor-disabled: #e0e6eb;
|
|
795
|
+
--button-default-borderColor-rest: #454c54;
|
|
796
|
+
--button-default-borderColor-hover: #454c54;
|
|
797
|
+
--button-default-borderColor-active: #454c54;
|
|
798
|
+
--button-default-borderColor-disabled: #59636e1f;
|
|
795
799
|
--button-default-shadow-resting: 0px 1px 0px 0px #0104090a;
|
|
796
800
|
--button-primary-fgColor-rest: #ffffff;
|
|
797
801
|
--button-primary-fgColor-disabled: #ffffffcc;
|
|
@@ -805,29 +809,29 @@
|
|
|
805
809
|
--button-primary-borderColor-active: #013d14;
|
|
806
810
|
--button-primary-borderColor-disabled: #85cb97;
|
|
807
811
|
--button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
|
|
808
|
-
--button-invisible-fgColor-rest: #
|
|
809
|
-
--button-invisible-fgColor-hover: #
|
|
810
|
-
--button-invisible-fgColor-disabled: #
|
|
811
|
-
--button-invisible-iconColor-rest: #
|
|
812
|
-
--button-invisible-iconColor-hover: #
|
|
813
|
-
--button-invisible-iconColor-disabled: #
|
|
812
|
+
--button-invisible-fgColor-rest: #454c54;
|
|
813
|
+
--button-invisible-fgColor-hover: #393f46;
|
|
814
|
+
--button-invisible-fgColor-disabled: #59636e;
|
|
815
|
+
--button-invisible-iconColor-rest: #454c54;
|
|
816
|
+
--button-invisible-iconColor-hover: #393f46;
|
|
817
|
+
--button-invisible-iconColor-disabled: #59636e;
|
|
814
818
|
--button-invisible-bgColor-rest: #ffffff00;
|
|
815
|
-
--button-invisible-bgColor-hover: #
|
|
816
|
-
--button-invisible-bgColor-active: #
|
|
817
|
-
--button-invisible-bgColor-disabled: #
|
|
819
|
+
--button-invisible-bgColor-hover: #dae0e7;
|
|
820
|
+
--button-invisible-bgColor-active: #d1d9e0;
|
|
821
|
+
--button-invisible-bgColor-disabled: #e0e6eb;
|
|
818
822
|
--button-invisible-borderColor-rest: #ffffff00;
|
|
819
|
-
--button-invisible-borderColor-hover: #
|
|
820
|
-
--button-invisible-borderColor-disabled: #
|
|
823
|
+
--button-invisible-borderColor-hover: #454c54;
|
|
824
|
+
--button-invisible-borderColor-disabled: #59636e1f;
|
|
821
825
|
--button-outline-fgColor-rest: #023b95;
|
|
822
826
|
--button-outline-fgColor-hover: #ffffff;
|
|
823
827
|
--button-outline-fgColor-active: #ffffff;
|
|
824
828
|
--button-outline-fgColor-disabled: #023b9580;
|
|
825
|
-
--button-outline-bgColor-rest: #
|
|
829
|
+
--button-outline-bgColor-rest: #e0e6eb;
|
|
826
830
|
--button-outline-bgColor-hover: #0349b4;
|
|
827
831
|
--button-outline-bgColor-active: #033f9d;
|
|
828
|
-
--button-outline-bgColor-disabled: #
|
|
829
|
-
--button-outline-borderColor-hover: #
|
|
830
|
-
--button-outline-borderColor-active: #
|
|
832
|
+
--button-outline-bgColor-disabled: #e0e6eb;
|
|
833
|
+
--button-outline-borderColor-hover: #013d14;
|
|
834
|
+
--button-outline-borderColor-active: #013d14;
|
|
831
835
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
|
|
832
836
|
--button-danger-fgColor-rest: #8a071e;
|
|
833
837
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -835,19 +839,19 @@
|
|
|
835
839
|
--button-danger-fgColor-disabled: #8a071e80;
|
|
836
840
|
--button-danger-iconColor-rest: #8a071e;
|
|
837
841
|
--button-danger-iconColor-hover: #ffffff;
|
|
838
|
-
--button-danger-bgColor-rest: #
|
|
842
|
+
--button-danger-bgColor-rest: #e0e6eb;
|
|
839
843
|
--button-danger-bgColor-hover: #86061d;
|
|
840
844
|
--button-danger-bgColor-active: #74041a;
|
|
841
|
-
--button-danger-bgColor-disabled: #
|
|
842
|
-
--button-danger-borderColor-rest: #
|
|
843
|
-
--button-danger-borderColor-hover: #
|
|
844
|
-
--button-danger-borderColor-active: #
|
|
845
|
+
--button-danger-bgColor-disabled: #e0e6eb;
|
|
846
|
+
--button-danger-borderColor-rest: #454c54;
|
|
847
|
+
--button-danger-borderColor-hover: #013d14;
|
|
848
|
+
--button-danger-borderColor-active: #013d14;
|
|
845
849
|
--button-danger-shadow-selected: inset 0px 1px 0px 0px #43001133;
|
|
846
|
-
--button-inactive-fgColor: #
|
|
847
|
-
--button-inactive-bgColor: #
|
|
850
|
+
--button-inactive-fgColor: #454c54;
|
|
851
|
+
--button-inactive-bgColor: #e0e6eb;
|
|
848
852
|
--button-star-iconColor: #d5a824;
|
|
849
|
-
--buttonCounter-default-bgColor-rest: #
|
|
850
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
853
|
+
--buttonCounter-default-bgColor-rest: #c8d1da;
|
|
854
|
+
--buttonCounter-invisible-bgColor-rest: #e0e6eb;
|
|
851
855
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
852
856
|
--buttonCounter-outline-bgColor-rest: #0349b41a;
|
|
853
857
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -869,17 +873,17 @@
|
|
|
869
873
|
--focus-outline: #0349b4 solid 2px;
|
|
870
874
|
--menu-bgColor-active: #ffffff00;
|
|
871
875
|
--overlay-bgColor: #ffffff;
|
|
872
|
-
--overlay-borderColor: #
|
|
873
|
-
--overlay-backdrop-bgColor: #
|
|
876
|
+
--overlay-borderColor: #454c54;
|
|
877
|
+
--overlay-backdrop-bgColor: #393f4666;
|
|
874
878
|
--selectMenu-borderColor: #ffffff00;
|
|
875
879
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
876
880
|
--sideNav-bgColor-selected: #ffffff;
|
|
877
|
-
--skeletonLoader-bgColor: #
|
|
878
|
-
--timelineBadge-bgColor: #
|
|
881
|
+
--skeletonLoader-bgColor: #e6eaef;
|
|
882
|
+
--timelineBadge-bgColor: #e6eaef;
|
|
879
883
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
880
884
|
--underlineNav-borderColor-active: #cd3425;
|
|
881
|
-
--underlineNav-borderColor-hover: #
|
|
882
|
-
--underlineNav-iconColor-rest: #
|
|
885
|
+
--underlineNav-borderColor-hover: #454c54;
|
|
886
|
+
--underlineNav-iconColor-rest: #454c54;
|
|
883
887
|
--selection-bgColor: #0349b433;
|
|
884
888
|
--card-bgColor: #ffffff;
|
|
885
889
|
--label-green-bgColor-rest: #caf7ca;
|
|
@@ -996,17 +1000,17 @@
|
|
|
996
1000
|
--label-coral-fgColor-rest: #ba2e12;
|
|
997
1001
|
--label-coral-fgColor-hover: #9b2712;
|
|
998
1002
|
--label-coral-fgColor-active: #7e2011;
|
|
999
|
-
--tooltip-bgColor: #
|
|
1003
|
+
--tooltip-bgColor: #25292e;
|
|
1000
1004
|
--tooltip-fgColor: #ffffff;
|
|
1001
1005
|
--fgColor-default: #010409;
|
|
1002
|
-
--fgColor-muted: #
|
|
1006
|
+
--fgColor-muted: #454c54;
|
|
1003
1007
|
--fgColor-onEmphasis: #ffffff;
|
|
1004
1008
|
--fgColor-onInverse: #ffffff;
|
|
1005
1009
|
--fgColor-white: #ffffff;
|
|
1006
1010
|
--fgColor-black: #010409;
|
|
1007
|
-
--fgColor-disabled: #
|
|
1011
|
+
--fgColor-disabled: #59636e;
|
|
1008
1012
|
--fgColor-link: #023b95;
|
|
1009
|
-
--fgColor-neutral: #
|
|
1013
|
+
--fgColor-neutral: #393f46;
|
|
1010
1014
|
--fgColor-accent: #023b95;
|
|
1011
1015
|
--fgColor-success: #024c1a;
|
|
1012
1016
|
--fgColor-open: #024c1a;
|
|
@@ -1018,16 +1022,16 @@
|
|
|
1018
1022
|
--fgColor-upsell: #512598;
|
|
1019
1023
|
--fgColor-sponsors: #7d0c57;
|
|
1020
1024
|
--bgColor-default: #ffffff;
|
|
1021
|
-
--bgColor-muted: #
|
|
1022
|
-
--bgColor-inset: #
|
|
1023
|
-
--bgColor-emphasis: #
|
|
1024
|
-
--bgColor-inverse: #
|
|
1025
|
+
--bgColor-muted: #e6eaef;
|
|
1026
|
+
--bgColor-inset: #eff2f5;
|
|
1027
|
+
--bgColor-emphasis: #25292e;
|
|
1028
|
+
--bgColor-inverse: #25292e;
|
|
1025
1029
|
--bgColor-white: #ffffff;
|
|
1026
1030
|
--bgColor-black: #010409;
|
|
1027
|
-
--bgColor-disabled: #
|
|
1031
|
+
--bgColor-disabled: #e0e6eb;
|
|
1028
1032
|
--bgColor-transparent: #ffffff00;
|
|
1029
|
-
--bgColor-neutral-muted: #
|
|
1030
|
-
--bgColor-neutral-emphasis: #
|
|
1033
|
+
--bgColor-neutral-muted: #e0e6eb;
|
|
1034
|
+
--bgColor-neutral-emphasis: #454c54;
|
|
1031
1035
|
--bgColor-accent-muted: #dff7ff;
|
|
1032
1036
|
--bgColor-accent-emphasis: #0349b4;
|
|
1033
1037
|
--bgColor-success-muted: #d2fedb;
|
|
@@ -1048,14 +1052,14 @@
|
|
|
1048
1052
|
--bgColor-upsell-emphasis: #622cbc;
|
|
1049
1053
|
--bgColor-sponsors-muted: #feeff7;
|
|
1050
1054
|
--bgColor-sponsors-emphasis: #971368;
|
|
1051
|
-
--borderColor-default: #
|
|
1052
|
-
--borderColor-muted: #
|
|
1053
|
-
--borderColor-emphasis: #
|
|
1054
|
-
--borderColor-disabled: #
|
|
1055
|
+
--borderColor-default: #454c54;
|
|
1056
|
+
--borderColor-muted: #454c54;
|
|
1057
|
+
--borderColor-emphasis: #454c54;
|
|
1058
|
+
--borderColor-disabled: #59636e1f;
|
|
1055
1059
|
--borderColor-transparent: #ffffff00;
|
|
1056
|
-
--borderColor-translucent: #
|
|
1057
|
-
--borderColor-neutral-muted: #
|
|
1058
|
-
--borderColor-neutral-emphasis: #
|
|
1060
|
+
--borderColor-translucent: #59636e;
|
|
1061
|
+
--borderColor-neutral-muted: #454c54;
|
|
1062
|
+
--borderColor-neutral-emphasis: #59636e;
|
|
1059
1063
|
--borderColor-accent-muted: #368cf9;
|
|
1060
1064
|
--borderColor-accent-emphasis: #0349b4;
|
|
1061
1065
|
--borderColor-success-muted: #26a148;
|
|
@@ -1068,19 +1072,19 @@
|
|
|
1068
1072
|
--borderColor-severe-emphasis: #873800;
|
|
1069
1073
|
--borderColor-danger-muted: #ee5a5d;
|
|
1070
1074
|
--borderColor-danger-emphasis: #a0111f;
|
|
1071
|
-
--borderColor-closed-muted: #
|
|
1075
|
+
--borderColor-closed-muted: #ee5a5d;
|
|
1072
1076
|
--borderColor-closed-emphasis: #a0111f;
|
|
1073
1077
|
--borderColor-done-muted: #a371f7;
|
|
1074
1078
|
--borderColor-done-emphasis: #622cbc;
|
|
1075
|
-
--borderColor-upsell-muted: #
|
|
1079
|
+
--borderColor-upsell-muted: #a371f7;
|
|
1076
1080
|
--borderColor-upsell-emphasis: #622cbc;
|
|
1077
1081
|
--borderColor-sponsors-muted: #ed4baf;
|
|
1078
1082
|
--borderColor-sponsors-emphasis: #971368;
|
|
1079
|
-
--color-ansi-black: #
|
|
1080
|
-
--color-ansi-black-bright: #
|
|
1081
|
-
--color-ansi-white: #
|
|
1082
|
-
--color-ansi-white-bright: #
|
|
1083
|
-
--color-ansi-gray: #
|
|
1083
|
+
--color-ansi-black: #010409;
|
|
1084
|
+
--color-ansi-black-bright: #393f46;
|
|
1085
|
+
--color-ansi-white: #59636e;
|
|
1086
|
+
--color-ansi-white-bright: #818b98;
|
|
1087
|
+
--color-ansi-gray: #59636e;
|
|
1084
1088
|
--color-ansi-red: #a0111f;
|
|
1085
1089
|
--color-ansi-red-bright: #86061d;
|
|
1086
1090
|
--color-ansi-green: #024c1a;
|
|
@@ -1093,44 +1097,44 @@
|
|
|
1093
1097
|
--color-ansi-magenta-bright: #844ae7;
|
|
1094
1098
|
--color-ansi-cyan: #1b7c83;
|
|
1095
1099
|
--color-ansi-cyan-bright: #3192aa;
|
|
1096
|
-
--color-prettylights-syntax-comment: #
|
|
1100
|
+
--color-prettylights-syntax-comment: #59636e;
|
|
1097
1101
|
--color-prettylights-syntax-constant: #023b95;
|
|
1098
1102
|
--color-prettylights-syntax-constant-other-reference-link: #032563;
|
|
1099
1103
|
--color-prettylights-syntax-entity: #512598;
|
|
1100
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
1104
|
+
--color-prettylights-syntax-storage-modifier-import: #010409;
|
|
1101
1105
|
--color-prettylights-syntax-entity-tag: #023b95;
|
|
1102
1106
|
--color-prettylights-syntax-keyword: #a0111f;
|
|
1103
1107
|
--color-prettylights-syntax-string: #032563;
|
|
1104
1108
|
--color-prettylights-syntax-variable: #702c00;
|
|
1105
1109
|
--color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
|
|
1106
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
1107
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
1110
|
+
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
|
|
1111
|
+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
1108
1112
|
--color-prettylights-syntax-invalid-illegal-bg: #6e011a;
|
|
1109
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
1113
|
+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
|
1110
1114
|
--color-prettylights-syntax-carriage-return-bg: #a0111f;
|
|
1111
1115
|
--color-prettylights-syntax-string-regexp: #024c1a;
|
|
1112
1116
|
--color-prettylights-syntax-markup-list: #2e1800;
|
|
1113
1117
|
--color-prettylights-syntax-markup-heading: #023b95;
|
|
1114
|
-
--color-prettylights-syntax-markup-italic: #
|
|
1115
|
-
--color-prettylights-syntax-markup-bold: #
|
|
1118
|
+
--color-prettylights-syntax-markup-italic: #010409;
|
|
1119
|
+
--color-prettylights-syntax-markup-bold: #010409;
|
|
1116
1120
|
--color-prettylights-syntax-markup-deleted-text: #6e011a;
|
|
1117
1121
|
--color-prettylights-syntax-markup-deleted-bg: #fff0ee;
|
|
1118
1122
|
--color-prettylights-syntax-markup-inserted-text: #024c1a;
|
|
1119
1123
|
--color-prettylights-syntax-markup-inserted-bg: #d2fedb;
|
|
1120
1124
|
--color-prettylights-syntax-markup-changed-text: #702c00;
|
|
1121
1125
|
--color-prettylights-syntax-markup-changed-bg: #ffc67b;
|
|
1122
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
1126
|
+
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
|
|
1123
1127
|
--color-prettylights-syntax-markup-ignored-bg: #023b95;
|
|
1124
1128
|
--color-prettylights-syntax-meta-diff-range: #622cbc;
|
|
1125
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
1129
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
|
|
1126
1130
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
1127
1131
|
--shadow-resting-xsmall: 0px 1px 0px 0px #0104091a;
|
|
1128
1132
|
--shadow-resting-small: 0px 1px 0px 0px #0104090a;
|
|
1129
|
-
--shadow-resting-medium: 0px 3px 6px 0px #
|
|
1130
|
-
--shadow-floating-small: 0px 0px 0px 1px #
|
|
1131
|
-
--shadow-floating-medium: 0px 0px 0px 1px #
|
|
1132
|
-
--shadow-floating-large: 0px 0px 0px 1px #
|
|
1133
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #
|
|
1134
|
-
--shadow-floating-legacy: 0px 6px 12px -3px #
|
|
1133
|
+
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
1134
|
+
--shadow-floating-small: 0px 0px 0px 1px #454c5480, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1135
|
+
--shadow-floating-medium: 0px 0px 0px 1px #454c54, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
|
|
1136
|
+
--shadow-floating-large: 0px 0px 0px 1px #454c54, 0px 40px 80px 0px #25292e3d;
|
|
1137
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #454c54, 0px 56px 112px 0px #25292e52;
|
|
1138
|
+
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1135
1139
|
}
|
|
1136
1140
|
}
|