@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
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
--topicTag-borderColor: #00000000;
|
|
6
6
|
--highlight-neutral-bgColor: #d2992266;
|
|
7
7
|
--page-header-bgColor: #0d1117;
|
|
8
|
-
--diffBlob-addition-fgColor-text: #
|
|
9
|
-
--diffBlob-addition-fgColor-num: #
|
|
8
|
+
--diffBlob-addition-fgColor-text: #f0f6fc;
|
|
9
|
+
--diffBlob-addition-fgColor-num: #f0f6fc;
|
|
10
10
|
--diffBlob-addition-bgColor-num: #58a6ff4d;
|
|
11
11
|
--diffBlob-addition-bgColor-line: #388bfd26;
|
|
12
12
|
--diffBlob-addition-bgColor-word: #388bfd66;
|
|
13
|
-
--diffBlob-deletion-fgColor-text: #
|
|
14
|
-
--diffBlob-deletion-fgColor-num: #
|
|
13
|
+
--diffBlob-deletion-fgColor-text: #f0f6fc;
|
|
14
|
+
--diffBlob-deletion-fgColor-num: #f0f6fc;
|
|
15
15
|
--diffBlob-deletion-bgColor-num: #db6d284d;
|
|
16
16
|
--diffBlob-deletion-bgColor-line: #db6d2826;
|
|
17
17
|
--diffBlob-deletion-bgColor-word: #db6d2866;
|
|
18
18
|
--diffBlob-hunk-bgColor-num: #388bfd66;
|
|
19
|
-
--diffBlob-expander-iconColor: #
|
|
20
|
-
--codeMirror-fgColor: #
|
|
19
|
+
--diffBlob-expander-iconColor: #9198a1;
|
|
20
|
+
--codeMirror-fgColor: #f0f6fc;
|
|
21
21
|
--codeMirror-bgColor: #0d1117;
|
|
22
22
|
--codeMirror-gutters-bgColor: #0d1117;
|
|
23
23
|
--codeMirror-gutterMarker-fgColor-default: #0d1117;
|
|
24
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
25
|
-
--codeMirror-lineNumber-fgColor: #
|
|
26
|
-
--codeMirror-cursor-fgColor: #
|
|
24
|
+
--codeMirror-gutterMarker-fgColor-muted: #9198a1;
|
|
25
|
+
--codeMirror-lineNumber-fgColor: #9198a1;
|
|
26
|
+
--codeMirror-cursor-fgColor: #f0f6fc;
|
|
27
27
|
--codeMirror-selection-bgColor: #388bfd66;
|
|
28
|
-
--codeMirror-activeline-bgColor: #
|
|
29
|
-
--codeMirror-matchingBracket-fgColor: #
|
|
28
|
+
--codeMirror-activeline-bgColor: #656c7633;
|
|
29
|
+
--codeMirror-matchingBracket-fgColor: #f0f6fc;
|
|
30
30
|
--codeMirror-lines-bgColor: #0d1117;
|
|
31
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
31
|
+
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
32
32
|
--codeMirror-syntax-fgColor-constant: #79c0ff;
|
|
33
33
|
--codeMirror-syntax-fgColor-entity: #d2a8ff;
|
|
34
34
|
--codeMirror-syntax-fgColor-keyword: #f0883e;
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
--codeMirror-syntax-fgColor-variable: #ffa657;
|
|
39
39
|
--header-fgColor-default: #ffffffb3;
|
|
40
40
|
--header-fgColor-logo: #f0f6fc;
|
|
41
|
-
--header-bgColor: #
|
|
42
|
-
--header-borderColor-divider: #
|
|
41
|
+
--header-bgColor: #151b23f2;
|
|
42
|
+
--header-borderColor-divider: #656c76;
|
|
43
43
|
--headerSearch-bgColor: #0d1117;
|
|
44
|
-
--headerSearch-borderColor: #
|
|
44
|
+
--headerSearch-borderColor: #2a313c;
|
|
45
45
|
--data-blue-color-emphasis: #0576ff;
|
|
46
46
|
--data-blue-color-muted: #001a47;
|
|
47
47
|
--data-auburn-color-emphasis: #a86f6b;
|
|
@@ -160,29 +160,29 @@
|
|
|
160
160
|
--avatar-bgColor: #ffffff1a;
|
|
161
161
|
--avatar-borderColor: #ffffff26;
|
|
162
162
|
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
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: #
|
|
163
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
164
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
165
|
+
--control-bgColor-rest: #212830;
|
|
166
|
+
--control-bgColor-hover: #262c36;
|
|
167
|
+
--control-bgColor-active: #2a313c;
|
|
168
|
+
--control-bgColor-disabled: #212830;
|
|
169
|
+
--control-bgColor-selected: #212830;
|
|
170
|
+
--control-fgColor-rest: #f0f6fc;
|
|
171
|
+
--control-fgColor-placeholder: #9198a1;
|
|
172
|
+
--control-fgColor-disabled: #656c7699;
|
|
173
|
+
--control-borderColor-rest: #3d444d;
|
|
174
|
+
--control-borderColor-emphasis: #656c76;
|
|
175
|
+
--control-borderColor-disabled: #656c761a;
|
|
176
176
|
--control-borderColor-selected: #f0f6fc;
|
|
177
177
|
--control-borderColor-success: #1f6feb;
|
|
178
178
|
--control-borderColor-danger: #bd561d;
|
|
179
179
|
--control-borderColor-warning: #9e6a03;
|
|
180
|
-
--control-iconColor-rest: #
|
|
180
|
+
--control-iconColor-rest: #9198a1;
|
|
181
181
|
--control-transparent-bgColor-rest: #00000000;
|
|
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: #656c7633;
|
|
183
|
+
--control-transparent-bgColor-active: #656c7640;
|
|
184
|
+
--control-transparent-bgColor-disabled: #212830;
|
|
185
|
+
--control-transparent-bgColor-selected: #656c761a;
|
|
186
186
|
--control-transparent-borderColor-rest: #00000000;
|
|
187
187
|
--control-transparent-borderColor-hover: #00000000;
|
|
188
188
|
--control-transparent-borderColor-active: #00000000;
|
|
@@ -193,38 +193,40 @@
|
|
|
193
193
|
--control-checked-bgColor-rest: #1f6feb;
|
|
194
194
|
--control-checked-bgColor-hover: #2a7aef;
|
|
195
195
|
--control-checked-bgColor-active: #3685f3;
|
|
196
|
-
--control-checked-bgColor-disabled: #
|
|
196
|
+
--control-checked-bgColor-disabled: #656c7699;
|
|
197
197
|
--control-checked-fgColor-rest: #ffffff;
|
|
198
198
|
--control-checked-fgColor-disabled: #010409;
|
|
199
199
|
--control-checked-borderColor-rest: #1f6feb;
|
|
200
200
|
--control-checked-borderColor-hover: #2a7aef;
|
|
201
201
|
--control-checked-borderColor-active: #3685f3;
|
|
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: #656c7699;
|
|
203
|
+
--controlTrack-bgColor-rest: #262c36;
|
|
204
|
+
--controlTrack-bgColor-hover: #2a313c;
|
|
205
|
+
--controlTrack-bgColor-active: #2f3742;
|
|
206
|
+
--controlTrack-bgColor-disabled: #656c7699;
|
|
207
|
+
--controlTrack-fgColor-rest: #9198a1;
|
|
208
208
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
209
|
-
--controlTrack-borderColor-rest: #
|
|
210
|
-
--controlTrack-borderColor-disabled: #
|
|
209
|
+
--controlTrack-borderColor-rest: #3d444d;
|
|
210
|
+
--controlTrack-borderColor-disabled: #656c7699;
|
|
211
211
|
--controlKnob-bgColor-rest: #010409;
|
|
212
|
-
--controlKnob-bgColor-disabled: #
|
|
212
|
+
--controlKnob-bgColor-disabled: #212830;
|
|
213
213
|
--controlKnob-bgColor-checked: #ffffff;
|
|
214
|
-
--controlKnob-borderColor-rest: #
|
|
215
|
-
--controlKnob-borderColor-disabled: #
|
|
214
|
+
--controlKnob-borderColor-rest: #656c76;
|
|
215
|
+
--controlKnob-borderColor-disabled: #212830;
|
|
216
216
|
--controlKnob-borderColor-checked: #1f6feb;
|
|
217
217
|
--counter-borderColor: #00000000;
|
|
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-
|
|
218
|
+
--counter-bgColor-muted: #656c7633;
|
|
219
|
+
--counter-bgColor-emphasis: #656c76;
|
|
220
|
+
--button-default-fgColor-rest: #f0f6fc;
|
|
221
|
+
--button-default-bgColor-rest: #212830;
|
|
222
|
+
--button-default-bgColor-hover: #262c36;
|
|
223
|
+
--button-default-bgColor-active: #2a313c;
|
|
224
|
+
--button-default-bgColor-selected: #2a313c;
|
|
225
|
+
--button-default-bgColor-disabled: #212830;
|
|
226
|
+
--button-default-borderColor-rest: #3d444d;
|
|
227
|
+
--button-default-borderColor-hover: #3d444d;
|
|
228
|
+
--button-default-borderColor-active: #3d444d;
|
|
229
|
+
--button-default-borderColor-disabled: #656c761a;
|
|
228
230
|
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
229
231
|
--button-primary-fgColor-rest: #ffffff;
|
|
230
232
|
--button-primary-fgColor-disabled: #ffffff66;
|
|
@@ -233,34 +235,34 @@
|
|
|
233
235
|
--button-primary-bgColor-hover: #2a7aef;
|
|
234
236
|
--button-primary-bgColor-active: #3685f3;
|
|
235
237
|
--button-primary-bgColor-disabled: #1158c7;
|
|
236
|
-
--button-primary-borderColor-rest: #
|
|
237
|
-
--button-primary-borderColor-hover: #
|
|
238
|
-
--button-primary-borderColor-active: #
|
|
238
|
+
--button-primary-borderColor-rest: #ffffff1a;
|
|
239
|
+
--button-primary-borderColor-hover: #ffffff1a;
|
|
240
|
+
--button-primary-borderColor-active: #ffffff1a;
|
|
239
241
|
--button-primary-borderColor-disabled: #1158c7;
|
|
240
242
|
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
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: #9198a1;
|
|
244
|
+
--button-invisible-fgColor-hover: #9198a1;
|
|
245
|
+
--button-invisible-fgColor-disabled: #656c7699;
|
|
246
|
+
--button-invisible-iconColor-rest: #9198a1;
|
|
247
|
+
--button-invisible-iconColor-hover: #9198a1;
|
|
248
|
+
--button-invisible-iconColor-disabled: #656c7699;
|
|
247
249
|
--button-invisible-bgColor-rest: #00000000;
|
|
248
|
-
--button-invisible-bgColor-hover: #
|
|
249
|
-
--button-invisible-bgColor-active: #
|
|
250
|
-
--button-invisible-bgColor-disabled: #
|
|
250
|
+
--button-invisible-bgColor-hover: #656c7633;
|
|
251
|
+
--button-invisible-bgColor-active: #656c7640;
|
|
252
|
+
--button-invisible-bgColor-disabled: #212830;
|
|
251
253
|
--button-invisible-borderColor-rest: #00000000;
|
|
252
254
|
--button-invisible-borderColor-hover: #00000000;
|
|
253
|
-
--button-invisible-borderColor-disabled: #
|
|
255
|
+
--button-invisible-borderColor-disabled: #656c761a;
|
|
254
256
|
--button-outline-fgColor-rest: #388bfd;
|
|
255
257
|
--button-outline-fgColor-hover: #58a6ff;
|
|
256
258
|
--button-outline-fgColor-active: #ffffff;
|
|
257
259
|
--button-outline-fgColor-disabled: #4493f880;
|
|
258
260
|
--button-outline-bgColor-rest: #f0f6fc;
|
|
259
|
-
--button-outline-bgColor-hover: #
|
|
261
|
+
--button-outline-bgColor-hover: #262c36;
|
|
260
262
|
--button-outline-bgColor-active: #0d419d;
|
|
261
|
-
--button-outline-bgColor-disabled: #
|
|
262
|
-
--button-outline-borderColor-hover: #
|
|
263
|
-
--button-outline-borderColor-selected: #
|
|
263
|
+
--button-outline-bgColor-disabled: #212830;
|
|
264
|
+
--button-outline-borderColor-hover: #3d444d;
|
|
265
|
+
--button-outline-borderColor-selected: #3d444d;
|
|
264
266
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
265
267
|
--button-danger-fgColor-rest: #db6d28;
|
|
266
268
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -268,19 +270,19 @@
|
|
|
268
270
|
--button-danger-fgColor-disabled: #db6d2880;
|
|
269
271
|
--button-danger-iconColor-rest: #db6d28;
|
|
270
272
|
--button-danger-iconColor-hover: #ffffff;
|
|
271
|
-
--button-danger-bgColor-rest: #
|
|
273
|
+
--button-danger-bgColor-rest: #212830;
|
|
272
274
|
--button-danger-bgColor-hover: #9b4215;
|
|
273
275
|
--button-danger-bgColor-active: #b5531d;
|
|
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: #212830;
|
|
277
|
+
--button-danger-borderColor-rest: #3d444d;
|
|
278
|
+
--button-danger-borderColor-hover: #ffffff1a;
|
|
279
|
+
--button-danger-borderColor-active: #ffffff1a;
|
|
278
280
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
279
|
-
--button-inactive-fgColor: #
|
|
280
|
-
--button-inactive-bgColor: #
|
|
281
|
+
--button-inactive-fgColor: #9198a1;
|
|
282
|
+
--button-inactive-bgColor: #262c36;
|
|
281
283
|
--button-star-iconColor: #e3b341;
|
|
282
|
-
--buttonCounter-default-bgColor-rest: #
|
|
283
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
284
|
+
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
285
|
+
--buttonCounter-invisible-bgColor-rest: #656c7633;
|
|
284
286
|
--buttonCounter-primary-bgColor-rest: #04260f33;
|
|
285
287
|
--buttonCounter-outline-bgColor-rest: #051d4d33;
|
|
286
288
|
--buttonCounter-outline-bgColor-hover: #051d4d33;
|
|
@@ -299,21 +301,21 @@
|
|
|
299
301
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
300
302
|
--reactionButton-selected-fgColor-hover: #79c0ff;
|
|
301
303
|
--focus-outlineColor: #1f6feb;
|
|
302
|
-
--menu-bgColor-active: #
|
|
303
|
-
--overlay-bgColor: #
|
|
304
|
-
--overlay-borderColor: #
|
|
305
|
-
--overlay-backdrop-bgColor: #
|
|
306
|
-
--selectMenu-borderColor: #
|
|
304
|
+
--menu-bgColor-active: #151b23;
|
|
305
|
+
--overlay-bgColor: #151b23;
|
|
306
|
+
--overlay-borderColor: #3d444db3;
|
|
307
|
+
--overlay-backdrop-bgColor: #21283066;
|
|
308
|
+
--selectMenu-borderColor: #3d444d;
|
|
307
309
|
--selectMenu-bgColor-active: #0c2d6b;
|
|
308
|
-
--sideNav-bgColor-selected: #
|
|
309
|
-
--skeletonLoader-bgColor: #
|
|
310
|
-
--timelineBadge-bgColor: #
|
|
311
|
-
--treeViewItem-leadingVisual-iconColor-rest: #
|
|
310
|
+
--sideNav-bgColor-selected: #212830;
|
|
311
|
+
--skeletonLoader-bgColor: #151b23;
|
|
312
|
+
--timelineBadge-bgColor: #212830;
|
|
313
|
+
--treeViewItem-leadingVisual-iconColor-rest: #9198a1;
|
|
312
314
|
--underlineNav-borderColor-active: #f78166;
|
|
313
|
-
--underlineNav-borderColor-hover: #
|
|
314
|
-
--underlineNav-iconColor-rest: #
|
|
315
|
+
--underlineNav-borderColor-hover: #3d444db3;
|
|
316
|
+
--underlineNav-iconColor-rest: #9198a1;
|
|
315
317
|
--selection-bgColor: #1f6febb3;
|
|
316
|
-
--card-bgColor: #
|
|
318
|
+
--card-bgColor: #151b23;
|
|
317
319
|
--label-green-bgColor-rest: #122117;
|
|
318
320
|
--label-green-bgColor-hover: #182f1f;
|
|
319
321
|
--label-green-bgColor-active: #214529;
|
|
@@ -428,38 +430,38 @@
|
|
|
428
430
|
--label-coral-fgColor-rest: #f7794b;
|
|
429
431
|
--label-coral-fgColor-hover: #fa8c61;
|
|
430
432
|
--label-coral-fgColor-active: #fdaa86;
|
|
431
|
-
--tooltip-bgColor: #
|
|
433
|
+
--tooltip-bgColor: #3d444d;
|
|
432
434
|
--tooltip-fgColor: #ffffff;
|
|
433
|
-
--fgColor-default: #
|
|
434
|
-
--fgColor-muted: #
|
|
435
|
+
--fgColor-default: #f0f6fc;
|
|
436
|
+
--fgColor-muted: #9198a1;
|
|
435
437
|
--fgColor-onEmphasis: #ffffff;
|
|
436
438
|
--fgColor-onInverse: #010409;
|
|
437
439
|
--fgColor-white: #ffffff;
|
|
438
440
|
--fgColor-black: #010409;
|
|
439
|
-
--fgColor-disabled: #
|
|
441
|
+
--fgColor-disabled: #656c7699;
|
|
440
442
|
--fgColor-link: #4493f8;
|
|
441
|
-
--fgColor-neutral: #
|
|
443
|
+
--fgColor-neutral: #9198a1;
|
|
442
444
|
--fgColor-accent: #4493f8;
|
|
443
445
|
--fgColor-success: #58a6ff;
|
|
444
446
|
--fgColor-open: #f0883e;
|
|
445
447
|
--fgColor-attention: #d29922;
|
|
446
448
|
--fgColor-severe: #db6d28;
|
|
447
449
|
--fgColor-danger: #db6d28;
|
|
448
|
-
--fgColor-closed: #
|
|
450
|
+
--fgColor-closed: #9198a1;
|
|
449
451
|
--fgColor-done: #ab7df8;
|
|
450
452
|
--fgColor-upsell: #ab7df8;
|
|
451
453
|
--fgColor-sponsors: #db61a2;
|
|
452
454
|
--bgColor-default: #0d1117;
|
|
453
|
-
--bgColor-muted: #
|
|
455
|
+
--bgColor-muted: #151b23;
|
|
454
456
|
--bgColor-inset: #010409;
|
|
455
|
-
--bgColor-emphasis: #
|
|
457
|
+
--bgColor-emphasis: #3d444d;
|
|
456
458
|
--bgColor-inverse: #ffffff;
|
|
457
459
|
--bgColor-white: #ffffff;
|
|
458
460
|
--bgColor-black: #010409;
|
|
459
|
-
--bgColor-disabled: #
|
|
461
|
+
--bgColor-disabled: #212830;
|
|
460
462
|
--bgColor-transparent: #00000000;
|
|
461
|
-
--bgColor-neutral-muted: #
|
|
462
|
-
--bgColor-neutral-emphasis: #
|
|
463
|
+
--bgColor-neutral-muted: #656c7633;
|
|
464
|
+
--bgColor-neutral-emphasis: #656c76;
|
|
463
465
|
--bgColor-accent-muted: #388bfd1a;
|
|
464
466
|
--bgColor-accent-emphasis: #1f6feb;
|
|
465
467
|
--bgColor-success-muted: #388bfd26;
|
|
@@ -472,22 +474,22 @@
|
|
|
472
474
|
--bgColor-severe-emphasis: #bd561d;
|
|
473
475
|
--bgColor-danger-muted: #db6d281a;
|
|
474
476
|
--bgColor-danger-emphasis: #bd561d;
|
|
475
|
-
--bgColor-closed-muted: #
|
|
476
|
-
--bgColor-closed-emphasis: #
|
|
477
|
+
--bgColor-closed-muted: #656c761a;
|
|
478
|
+
--bgColor-closed-emphasis: #656c76;
|
|
477
479
|
--bgColor-done-muted: #ab7df826;
|
|
478
480
|
--bgColor-done-emphasis: #8957e5;
|
|
479
481
|
--bgColor-upsell-muted: #ab7df826;
|
|
480
482
|
--bgColor-upsell-emphasis: #8957e5;
|
|
481
483
|
--bgColor-sponsors-muted: #db61a21a;
|
|
482
484
|
--bgColor-sponsors-emphasis: #bf4b8a;
|
|
483
|
-
--borderColor-default: #
|
|
484
|
-
--borderColor-muted: #
|
|
485
|
-
--borderColor-emphasis: #
|
|
486
|
-
--borderColor-disabled: #
|
|
485
|
+
--borderColor-default: #3d444d;
|
|
486
|
+
--borderColor-muted: #3d444db3;
|
|
487
|
+
--borderColor-emphasis: #656c76;
|
|
488
|
+
--borderColor-disabled: #656c761a;
|
|
487
489
|
--borderColor-transparent: #00000000;
|
|
488
490
|
--borderColor-translucent: #ffffff26;
|
|
489
|
-
--borderColor-neutral-muted: #
|
|
490
|
-
--borderColor-neutral-emphasis: #
|
|
491
|
+
--borderColor-neutral-muted: #3d444db3;
|
|
492
|
+
--borderColor-neutral-emphasis: #656c76;
|
|
491
493
|
--borderColor-accent-muted: #388bfd66;
|
|
492
494
|
--borderColor-accent-emphasis: #1f6feb;
|
|
493
495
|
--borderColor-success-muted: #388bfd66;
|
|
@@ -500,19 +502,19 @@
|
|
|
500
502
|
--borderColor-severe-emphasis: #bd561d;
|
|
501
503
|
--borderColor-danger-muted: #db6d2866;
|
|
502
504
|
--borderColor-danger-emphasis: #bd561d;
|
|
503
|
-
--borderColor-closed-muted: #
|
|
504
|
-
--borderColor-closed-emphasis: #
|
|
505
|
+
--borderColor-closed-muted: #3d444d66;
|
|
506
|
+
--borderColor-closed-emphasis: #656c76;
|
|
505
507
|
--borderColor-done-muted: #ab7df866;
|
|
506
508
|
--borderColor-done-emphasis: #8957e5;
|
|
507
509
|
--borderColor-upsell-muted: #ab7df866;
|
|
508
510
|
--borderColor-upsell-emphasis: #8957e5;
|
|
509
511
|
--borderColor-sponsors-muted: #db61a266;
|
|
510
512
|
--borderColor-sponsors-emphasis: #bf4b8a;
|
|
511
|
-
--color-ansi-black: #
|
|
512
|
-
--color-ansi-black-bright: #
|
|
513
|
-
--color-ansi-white: #
|
|
513
|
+
--color-ansi-black: #2f3742;
|
|
514
|
+
--color-ansi-black-bright: #656c76;
|
|
515
|
+
--color-ansi-white: #f0f6fc;
|
|
514
516
|
--color-ansi-white-bright: #ffffff;
|
|
515
|
-
--color-ansi-gray: #
|
|
517
|
+
--color-ansi-gray: #656c76;
|
|
516
518
|
--color-ansi-red: #f0883e;
|
|
517
519
|
--color-ansi-red-bright: #ffa657;
|
|
518
520
|
--color-ansi-green: #58a6ff;
|
|
@@ -525,17 +527,17 @@
|
|
|
525
527
|
--color-ansi-magenta-bright: #d2a8ff;
|
|
526
528
|
--color-ansi-cyan: #39c5cf;
|
|
527
529
|
--color-ansi-cyan-bright: #56d4dd;
|
|
528
|
-
--color-prettylights-syntax-comment: #
|
|
530
|
+
--color-prettylights-syntax-comment: #9198a1;
|
|
529
531
|
--color-prettylights-syntax-constant: #79c0ff;
|
|
530
532
|
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
|
531
533
|
--color-prettylights-syntax-entity: #d2a8ff;
|
|
532
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
534
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
533
535
|
--color-prettylights-syntax-entity-tag: #a5d6ff;
|
|
534
536
|
--color-prettylights-syntax-keyword: #f0883e;
|
|
535
537
|
--color-prettylights-syntax-string: #a5d6ff;
|
|
536
538
|
--color-prettylights-syntax-variable: #ffa657;
|
|
537
539
|
--color-prettylights-syntax-brackethighlighter-unmatched: #db6d28;
|
|
538
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
540
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
539
541
|
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
540
542
|
--color-prettylights-syntax-invalid-illegal-bg: #762d0a;
|
|
541
543
|
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
@@ -543,26 +545,26 @@
|
|
|
543
545
|
--color-prettylights-syntax-string-regexp: #a5d6ff;
|
|
544
546
|
--color-prettylights-syntax-markup-list: #f2cc60;
|
|
545
547
|
--color-prettylights-syntax-markup-heading: #1f6feb;
|
|
546
|
-
--color-prettylights-syntax-markup-italic: #
|
|
547
|
-
--color-prettylights-syntax-markup-bold: #
|
|
548
|
+
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
549
|
+
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
548
550
|
--color-prettylights-syntax-markup-deleted-text: #ffdfb6;
|
|
549
551
|
--color-prettylights-syntax-markup-deleted-bg: #5a1e02;
|
|
550
552
|
--color-prettylights-syntax-markup-inserted-text: #cae8ff;
|
|
551
553
|
--color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
|
|
552
554
|
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
|
553
555
|
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
|
554
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
556
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
555
557
|
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
|
556
558
|
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
|
557
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
559
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
558
560
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
559
561
|
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
560
562
|
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
561
563
|
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
562
|
-
--shadow-floating-small: 0px 0px 0px 1px #
|
|
563
|
-
--shadow-floating-medium: 0px 0px 0px 1px #
|
|
564
|
-
--shadow-floating-large: 0px 0px 0px 1px #
|
|
565
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #
|
|
564
|
+
--shadow-floating-small: 0px 0px 0px 1px #3d444d, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
565
|
+
--shadow-floating-medium: 0px 0px 0px 1px #3d444d, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
|
|
566
|
+
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
|
|
567
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
|
|
566
568
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
567
569
|
--outline-focus: #1f6feb solid 2px;
|
|
568
570
|
}
|
|
@@ -572,30 +574,30 @@
|
|
|
572
574
|
--topicTag-borderColor: #00000000;
|
|
573
575
|
--highlight-neutral-bgColor: #d2992266;
|
|
574
576
|
--page-header-bgColor: #0d1117;
|
|
575
|
-
--diffBlob-addition-fgColor-text: #
|
|
576
|
-
--diffBlob-addition-fgColor-num: #
|
|
577
|
+
--diffBlob-addition-fgColor-text: #f0f6fc;
|
|
578
|
+
--diffBlob-addition-fgColor-num: #f0f6fc;
|
|
577
579
|
--diffBlob-addition-bgColor-num: #58a6ff4d;
|
|
578
580
|
--diffBlob-addition-bgColor-line: #388bfd26;
|
|
579
581
|
--diffBlob-addition-bgColor-word: #388bfd66;
|
|
580
|
-
--diffBlob-deletion-fgColor-text: #
|
|
581
|
-
--diffBlob-deletion-fgColor-num: #
|
|
582
|
+
--diffBlob-deletion-fgColor-text: #f0f6fc;
|
|
583
|
+
--diffBlob-deletion-fgColor-num: #f0f6fc;
|
|
582
584
|
--diffBlob-deletion-bgColor-num: #db6d284d;
|
|
583
585
|
--diffBlob-deletion-bgColor-line: #db6d2826;
|
|
584
586
|
--diffBlob-deletion-bgColor-word: #db6d2866;
|
|
585
587
|
--diffBlob-hunk-bgColor-num: #388bfd66;
|
|
586
|
-
--diffBlob-expander-iconColor: #
|
|
587
|
-
--codeMirror-fgColor: #
|
|
588
|
+
--diffBlob-expander-iconColor: #9198a1;
|
|
589
|
+
--codeMirror-fgColor: #f0f6fc;
|
|
588
590
|
--codeMirror-bgColor: #0d1117;
|
|
589
591
|
--codeMirror-gutters-bgColor: #0d1117;
|
|
590
592
|
--codeMirror-gutterMarker-fgColor-default: #0d1117;
|
|
591
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
592
|
-
--codeMirror-lineNumber-fgColor: #
|
|
593
|
-
--codeMirror-cursor-fgColor: #
|
|
593
|
+
--codeMirror-gutterMarker-fgColor-muted: #9198a1;
|
|
594
|
+
--codeMirror-lineNumber-fgColor: #9198a1;
|
|
595
|
+
--codeMirror-cursor-fgColor: #f0f6fc;
|
|
594
596
|
--codeMirror-selection-bgColor: #388bfd66;
|
|
595
|
-
--codeMirror-activeline-bgColor: #
|
|
596
|
-
--codeMirror-matchingBracket-fgColor: #
|
|
597
|
+
--codeMirror-activeline-bgColor: #656c7633;
|
|
598
|
+
--codeMirror-matchingBracket-fgColor: #f0f6fc;
|
|
597
599
|
--codeMirror-lines-bgColor: #0d1117;
|
|
598
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
600
|
+
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
599
601
|
--codeMirror-syntax-fgColor-constant: #79c0ff;
|
|
600
602
|
--codeMirror-syntax-fgColor-entity: #d2a8ff;
|
|
601
603
|
--codeMirror-syntax-fgColor-keyword: #f0883e;
|
|
@@ -605,10 +607,10 @@
|
|
|
605
607
|
--codeMirror-syntax-fgColor-variable: #ffa657;
|
|
606
608
|
--header-fgColor-default: #ffffffb3;
|
|
607
609
|
--header-fgColor-logo: #f0f6fc;
|
|
608
|
-
--header-bgColor: #
|
|
609
|
-
--header-borderColor-divider: #
|
|
610
|
+
--header-bgColor: #151b23f2;
|
|
611
|
+
--header-borderColor-divider: #656c76;
|
|
610
612
|
--headerSearch-bgColor: #0d1117;
|
|
611
|
-
--headerSearch-borderColor: #
|
|
613
|
+
--headerSearch-borderColor: #2a313c;
|
|
612
614
|
--data-blue-color-emphasis: #0576ff;
|
|
613
615
|
--data-blue-color-muted: #001a47;
|
|
614
616
|
--data-auburn-color-emphasis: #a86f6b;
|
|
@@ -727,29 +729,29 @@
|
|
|
727
729
|
--avatar-bgColor: #ffffff1a;
|
|
728
730
|
--avatar-borderColor: #ffffff26;
|
|
729
731
|
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
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: #
|
|
732
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
733
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
734
|
+
--control-bgColor-rest: #212830;
|
|
735
|
+
--control-bgColor-hover: #262c36;
|
|
736
|
+
--control-bgColor-active: #2a313c;
|
|
737
|
+
--control-bgColor-disabled: #212830;
|
|
738
|
+
--control-bgColor-selected: #212830;
|
|
739
|
+
--control-fgColor-rest: #f0f6fc;
|
|
740
|
+
--control-fgColor-placeholder: #9198a1;
|
|
741
|
+
--control-fgColor-disabled: #656c7699;
|
|
742
|
+
--control-borderColor-rest: #3d444d;
|
|
743
|
+
--control-borderColor-emphasis: #656c76;
|
|
744
|
+
--control-borderColor-disabled: #656c761a;
|
|
743
745
|
--control-borderColor-selected: #f0f6fc;
|
|
744
746
|
--control-borderColor-success: #1f6feb;
|
|
745
747
|
--control-borderColor-danger: #bd561d;
|
|
746
748
|
--control-borderColor-warning: #9e6a03;
|
|
747
|
-
--control-iconColor-rest: #
|
|
749
|
+
--control-iconColor-rest: #9198a1;
|
|
748
750
|
--control-transparent-bgColor-rest: #00000000;
|
|
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: #656c7633;
|
|
752
|
+
--control-transparent-bgColor-active: #656c7640;
|
|
753
|
+
--control-transparent-bgColor-disabled: #212830;
|
|
754
|
+
--control-transparent-bgColor-selected: #656c761a;
|
|
753
755
|
--control-transparent-borderColor-rest: #00000000;
|
|
754
756
|
--control-transparent-borderColor-hover: #00000000;
|
|
755
757
|
--control-transparent-borderColor-active: #00000000;
|
|
@@ -760,38 +762,40 @@
|
|
|
760
762
|
--control-checked-bgColor-rest: #1f6feb;
|
|
761
763
|
--control-checked-bgColor-hover: #2a7aef;
|
|
762
764
|
--control-checked-bgColor-active: #3685f3;
|
|
763
|
-
--control-checked-bgColor-disabled: #
|
|
765
|
+
--control-checked-bgColor-disabled: #656c7699;
|
|
764
766
|
--control-checked-fgColor-rest: #ffffff;
|
|
765
767
|
--control-checked-fgColor-disabled: #010409;
|
|
766
768
|
--control-checked-borderColor-rest: #1f6feb;
|
|
767
769
|
--control-checked-borderColor-hover: #2a7aef;
|
|
768
770
|
--control-checked-borderColor-active: #3685f3;
|
|
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: #656c7699;
|
|
772
|
+
--controlTrack-bgColor-rest: #262c36;
|
|
773
|
+
--controlTrack-bgColor-hover: #2a313c;
|
|
774
|
+
--controlTrack-bgColor-active: #2f3742;
|
|
775
|
+
--controlTrack-bgColor-disabled: #656c7699;
|
|
776
|
+
--controlTrack-fgColor-rest: #9198a1;
|
|
775
777
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
776
|
-
--controlTrack-borderColor-rest: #
|
|
777
|
-
--controlTrack-borderColor-disabled: #
|
|
778
|
+
--controlTrack-borderColor-rest: #3d444d;
|
|
779
|
+
--controlTrack-borderColor-disabled: #656c7699;
|
|
778
780
|
--controlKnob-bgColor-rest: #010409;
|
|
779
|
-
--controlKnob-bgColor-disabled: #
|
|
781
|
+
--controlKnob-bgColor-disabled: #212830;
|
|
780
782
|
--controlKnob-bgColor-checked: #ffffff;
|
|
781
|
-
--controlKnob-borderColor-rest: #
|
|
782
|
-
--controlKnob-borderColor-disabled: #
|
|
783
|
+
--controlKnob-borderColor-rest: #656c76;
|
|
784
|
+
--controlKnob-borderColor-disabled: #212830;
|
|
783
785
|
--controlKnob-borderColor-checked: #1f6feb;
|
|
784
786
|
--counter-borderColor: #00000000;
|
|
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-
|
|
787
|
+
--counter-bgColor-muted: #656c7633;
|
|
788
|
+
--counter-bgColor-emphasis: #656c76;
|
|
789
|
+
--button-default-fgColor-rest: #f0f6fc;
|
|
790
|
+
--button-default-bgColor-rest: #212830;
|
|
791
|
+
--button-default-bgColor-hover: #262c36;
|
|
792
|
+
--button-default-bgColor-active: #2a313c;
|
|
793
|
+
--button-default-bgColor-selected: #2a313c;
|
|
794
|
+
--button-default-bgColor-disabled: #212830;
|
|
795
|
+
--button-default-borderColor-rest: #3d444d;
|
|
796
|
+
--button-default-borderColor-hover: #3d444d;
|
|
797
|
+
--button-default-borderColor-active: #3d444d;
|
|
798
|
+
--button-default-borderColor-disabled: #656c761a;
|
|
795
799
|
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
796
800
|
--button-primary-fgColor-rest: #ffffff;
|
|
797
801
|
--button-primary-fgColor-disabled: #ffffff66;
|
|
@@ -800,34 +804,34 @@
|
|
|
800
804
|
--button-primary-bgColor-hover: #2a7aef;
|
|
801
805
|
--button-primary-bgColor-active: #3685f3;
|
|
802
806
|
--button-primary-bgColor-disabled: #1158c7;
|
|
803
|
-
--button-primary-borderColor-rest: #
|
|
804
|
-
--button-primary-borderColor-hover: #
|
|
805
|
-
--button-primary-borderColor-active: #
|
|
807
|
+
--button-primary-borderColor-rest: #ffffff1a;
|
|
808
|
+
--button-primary-borderColor-hover: #ffffff1a;
|
|
809
|
+
--button-primary-borderColor-active: #ffffff1a;
|
|
806
810
|
--button-primary-borderColor-disabled: #1158c7;
|
|
807
811
|
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
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: #9198a1;
|
|
813
|
+
--button-invisible-fgColor-hover: #9198a1;
|
|
814
|
+
--button-invisible-fgColor-disabled: #656c7699;
|
|
815
|
+
--button-invisible-iconColor-rest: #9198a1;
|
|
816
|
+
--button-invisible-iconColor-hover: #9198a1;
|
|
817
|
+
--button-invisible-iconColor-disabled: #656c7699;
|
|
814
818
|
--button-invisible-bgColor-rest: #00000000;
|
|
815
|
-
--button-invisible-bgColor-hover: #
|
|
816
|
-
--button-invisible-bgColor-active: #
|
|
817
|
-
--button-invisible-bgColor-disabled: #
|
|
819
|
+
--button-invisible-bgColor-hover: #656c7633;
|
|
820
|
+
--button-invisible-bgColor-active: #656c7640;
|
|
821
|
+
--button-invisible-bgColor-disabled: #212830;
|
|
818
822
|
--button-invisible-borderColor-rest: #00000000;
|
|
819
823
|
--button-invisible-borderColor-hover: #00000000;
|
|
820
|
-
--button-invisible-borderColor-disabled: #
|
|
824
|
+
--button-invisible-borderColor-disabled: #656c761a;
|
|
821
825
|
--button-outline-fgColor-rest: #388bfd;
|
|
822
826
|
--button-outline-fgColor-hover: #58a6ff;
|
|
823
827
|
--button-outline-fgColor-active: #ffffff;
|
|
824
828
|
--button-outline-fgColor-disabled: #4493f880;
|
|
825
829
|
--button-outline-bgColor-rest: #f0f6fc;
|
|
826
|
-
--button-outline-bgColor-hover: #
|
|
830
|
+
--button-outline-bgColor-hover: #262c36;
|
|
827
831
|
--button-outline-bgColor-active: #0d419d;
|
|
828
|
-
--button-outline-bgColor-disabled: #
|
|
829
|
-
--button-outline-borderColor-hover: #
|
|
830
|
-
--button-outline-borderColor-selected: #
|
|
832
|
+
--button-outline-bgColor-disabled: #212830;
|
|
833
|
+
--button-outline-borderColor-hover: #3d444d;
|
|
834
|
+
--button-outline-borderColor-selected: #3d444d;
|
|
831
835
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
832
836
|
--button-danger-fgColor-rest: #db6d28;
|
|
833
837
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -835,19 +839,19 @@
|
|
|
835
839
|
--button-danger-fgColor-disabled: #db6d2880;
|
|
836
840
|
--button-danger-iconColor-rest: #db6d28;
|
|
837
841
|
--button-danger-iconColor-hover: #ffffff;
|
|
838
|
-
--button-danger-bgColor-rest: #
|
|
842
|
+
--button-danger-bgColor-rest: #212830;
|
|
839
843
|
--button-danger-bgColor-hover: #9b4215;
|
|
840
844
|
--button-danger-bgColor-active: #b5531d;
|
|
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: #212830;
|
|
846
|
+
--button-danger-borderColor-rest: #3d444d;
|
|
847
|
+
--button-danger-borderColor-hover: #ffffff1a;
|
|
848
|
+
--button-danger-borderColor-active: #ffffff1a;
|
|
845
849
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
846
|
-
--button-inactive-fgColor: #
|
|
847
|
-
--button-inactive-bgColor: #
|
|
850
|
+
--button-inactive-fgColor: #9198a1;
|
|
851
|
+
--button-inactive-bgColor: #262c36;
|
|
848
852
|
--button-star-iconColor: #e3b341;
|
|
849
|
-
--buttonCounter-default-bgColor-rest: #
|
|
850
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
853
|
+
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
854
|
+
--buttonCounter-invisible-bgColor-rest: #656c7633;
|
|
851
855
|
--buttonCounter-primary-bgColor-rest: #04260f33;
|
|
852
856
|
--buttonCounter-outline-bgColor-rest: #051d4d33;
|
|
853
857
|
--buttonCounter-outline-bgColor-hover: #051d4d33;
|
|
@@ -866,21 +870,21 @@
|
|
|
866
870
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
867
871
|
--reactionButton-selected-fgColor-hover: #79c0ff;
|
|
868
872
|
--focus-outlineColor: #1f6feb;
|
|
869
|
-
--menu-bgColor-active: #
|
|
870
|
-
--overlay-bgColor: #
|
|
871
|
-
--overlay-borderColor: #
|
|
872
|
-
--overlay-backdrop-bgColor: #
|
|
873
|
-
--selectMenu-borderColor: #
|
|
873
|
+
--menu-bgColor-active: #151b23;
|
|
874
|
+
--overlay-bgColor: #151b23;
|
|
875
|
+
--overlay-borderColor: #3d444db3;
|
|
876
|
+
--overlay-backdrop-bgColor: #21283066;
|
|
877
|
+
--selectMenu-borderColor: #3d444d;
|
|
874
878
|
--selectMenu-bgColor-active: #0c2d6b;
|
|
875
|
-
--sideNav-bgColor-selected: #
|
|
876
|
-
--skeletonLoader-bgColor: #
|
|
877
|
-
--timelineBadge-bgColor: #
|
|
878
|
-
--treeViewItem-leadingVisual-iconColor-rest: #
|
|
879
|
+
--sideNav-bgColor-selected: #212830;
|
|
880
|
+
--skeletonLoader-bgColor: #151b23;
|
|
881
|
+
--timelineBadge-bgColor: #212830;
|
|
882
|
+
--treeViewItem-leadingVisual-iconColor-rest: #9198a1;
|
|
879
883
|
--underlineNav-borderColor-active: #f78166;
|
|
880
|
-
--underlineNav-borderColor-hover: #
|
|
881
|
-
--underlineNav-iconColor-rest: #
|
|
884
|
+
--underlineNav-borderColor-hover: #3d444db3;
|
|
885
|
+
--underlineNav-iconColor-rest: #9198a1;
|
|
882
886
|
--selection-bgColor: #1f6febb3;
|
|
883
|
-
--card-bgColor: #
|
|
887
|
+
--card-bgColor: #151b23;
|
|
884
888
|
--label-green-bgColor-rest: #122117;
|
|
885
889
|
--label-green-bgColor-hover: #182f1f;
|
|
886
890
|
--label-green-bgColor-active: #214529;
|
|
@@ -995,38 +999,38 @@
|
|
|
995
999
|
--label-coral-fgColor-rest: #f7794b;
|
|
996
1000
|
--label-coral-fgColor-hover: #fa8c61;
|
|
997
1001
|
--label-coral-fgColor-active: #fdaa86;
|
|
998
|
-
--tooltip-bgColor: #
|
|
1002
|
+
--tooltip-bgColor: #3d444d;
|
|
999
1003
|
--tooltip-fgColor: #ffffff;
|
|
1000
|
-
--fgColor-default: #
|
|
1001
|
-
--fgColor-muted: #
|
|
1004
|
+
--fgColor-default: #f0f6fc;
|
|
1005
|
+
--fgColor-muted: #9198a1;
|
|
1002
1006
|
--fgColor-onEmphasis: #ffffff;
|
|
1003
1007
|
--fgColor-onInverse: #010409;
|
|
1004
1008
|
--fgColor-white: #ffffff;
|
|
1005
1009
|
--fgColor-black: #010409;
|
|
1006
|
-
--fgColor-disabled: #
|
|
1010
|
+
--fgColor-disabled: #656c7699;
|
|
1007
1011
|
--fgColor-link: #4493f8;
|
|
1008
|
-
--fgColor-neutral: #
|
|
1012
|
+
--fgColor-neutral: #9198a1;
|
|
1009
1013
|
--fgColor-accent: #4493f8;
|
|
1010
1014
|
--fgColor-success: #58a6ff;
|
|
1011
1015
|
--fgColor-open: #f0883e;
|
|
1012
1016
|
--fgColor-attention: #d29922;
|
|
1013
1017
|
--fgColor-severe: #db6d28;
|
|
1014
1018
|
--fgColor-danger: #db6d28;
|
|
1015
|
-
--fgColor-closed: #
|
|
1019
|
+
--fgColor-closed: #9198a1;
|
|
1016
1020
|
--fgColor-done: #ab7df8;
|
|
1017
1021
|
--fgColor-upsell: #ab7df8;
|
|
1018
1022
|
--fgColor-sponsors: #db61a2;
|
|
1019
1023
|
--bgColor-default: #0d1117;
|
|
1020
|
-
--bgColor-muted: #
|
|
1024
|
+
--bgColor-muted: #151b23;
|
|
1021
1025
|
--bgColor-inset: #010409;
|
|
1022
|
-
--bgColor-emphasis: #
|
|
1026
|
+
--bgColor-emphasis: #3d444d;
|
|
1023
1027
|
--bgColor-inverse: #ffffff;
|
|
1024
1028
|
--bgColor-white: #ffffff;
|
|
1025
1029
|
--bgColor-black: #010409;
|
|
1026
|
-
--bgColor-disabled: #
|
|
1030
|
+
--bgColor-disabled: #212830;
|
|
1027
1031
|
--bgColor-transparent: #00000000;
|
|
1028
|
-
--bgColor-neutral-muted: #
|
|
1029
|
-
--bgColor-neutral-emphasis: #
|
|
1032
|
+
--bgColor-neutral-muted: #656c7633;
|
|
1033
|
+
--bgColor-neutral-emphasis: #656c76;
|
|
1030
1034
|
--bgColor-accent-muted: #388bfd1a;
|
|
1031
1035
|
--bgColor-accent-emphasis: #1f6feb;
|
|
1032
1036
|
--bgColor-success-muted: #388bfd26;
|
|
@@ -1039,22 +1043,22 @@
|
|
|
1039
1043
|
--bgColor-severe-emphasis: #bd561d;
|
|
1040
1044
|
--bgColor-danger-muted: #db6d281a;
|
|
1041
1045
|
--bgColor-danger-emphasis: #bd561d;
|
|
1042
|
-
--bgColor-closed-muted: #
|
|
1043
|
-
--bgColor-closed-emphasis: #
|
|
1046
|
+
--bgColor-closed-muted: #656c761a;
|
|
1047
|
+
--bgColor-closed-emphasis: #656c76;
|
|
1044
1048
|
--bgColor-done-muted: #ab7df826;
|
|
1045
1049
|
--bgColor-done-emphasis: #8957e5;
|
|
1046
1050
|
--bgColor-upsell-muted: #ab7df826;
|
|
1047
1051
|
--bgColor-upsell-emphasis: #8957e5;
|
|
1048
1052
|
--bgColor-sponsors-muted: #db61a21a;
|
|
1049
1053
|
--bgColor-sponsors-emphasis: #bf4b8a;
|
|
1050
|
-
--borderColor-default: #
|
|
1051
|
-
--borderColor-muted: #
|
|
1052
|
-
--borderColor-emphasis: #
|
|
1053
|
-
--borderColor-disabled: #
|
|
1054
|
+
--borderColor-default: #3d444d;
|
|
1055
|
+
--borderColor-muted: #3d444db3;
|
|
1056
|
+
--borderColor-emphasis: #656c76;
|
|
1057
|
+
--borderColor-disabled: #656c761a;
|
|
1054
1058
|
--borderColor-transparent: #00000000;
|
|
1055
1059
|
--borderColor-translucent: #ffffff26;
|
|
1056
|
-
--borderColor-neutral-muted: #
|
|
1057
|
-
--borderColor-neutral-emphasis: #
|
|
1060
|
+
--borderColor-neutral-muted: #3d444db3;
|
|
1061
|
+
--borderColor-neutral-emphasis: #656c76;
|
|
1058
1062
|
--borderColor-accent-muted: #388bfd66;
|
|
1059
1063
|
--borderColor-accent-emphasis: #1f6feb;
|
|
1060
1064
|
--borderColor-success-muted: #388bfd66;
|
|
@@ -1067,19 +1071,19 @@
|
|
|
1067
1071
|
--borderColor-severe-emphasis: #bd561d;
|
|
1068
1072
|
--borderColor-danger-muted: #db6d2866;
|
|
1069
1073
|
--borderColor-danger-emphasis: #bd561d;
|
|
1070
|
-
--borderColor-closed-muted: #
|
|
1071
|
-
--borderColor-closed-emphasis: #
|
|
1074
|
+
--borderColor-closed-muted: #3d444d66;
|
|
1075
|
+
--borderColor-closed-emphasis: #656c76;
|
|
1072
1076
|
--borderColor-done-muted: #ab7df866;
|
|
1073
1077
|
--borderColor-done-emphasis: #8957e5;
|
|
1074
1078
|
--borderColor-upsell-muted: #ab7df866;
|
|
1075
1079
|
--borderColor-upsell-emphasis: #8957e5;
|
|
1076
1080
|
--borderColor-sponsors-muted: #db61a266;
|
|
1077
1081
|
--borderColor-sponsors-emphasis: #bf4b8a;
|
|
1078
|
-
--color-ansi-black: #
|
|
1079
|
-
--color-ansi-black-bright: #
|
|
1080
|
-
--color-ansi-white: #
|
|
1082
|
+
--color-ansi-black: #2f3742;
|
|
1083
|
+
--color-ansi-black-bright: #656c76;
|
|
1084
|
+
--color-ansi-white: #f0f6fc;
|
|
1081
1085
|
--color-ansi-white-bright: #ffffff;
|
|
1082
|
-
--color-ansi-gray: #
|
|
1086
|
+
--color-ansi-gray: #656c76;
|
|
1083
1087
|
--color-ansi-red: #f0883e;
|
|
1084
1088
|
--color-ansi-red-bright: #ffa657;
|
|
1085
1089
|
--color-ansi-green: #58a6ff;
|
|
@@ -1092,17 +1096,17 @@
|
|
|
1092
1096
|
--color-ansi-magenta-bright: #d2a8ff;
|
|
1093
1097
|
--color-ansi-cyan: #39c5cf;
|
|
1094
1098
|
--color-ansi-cyan-bright: #56d4dd;
|
|
1095
|
-
--color-prettylights-syntax-comment: #
|
|
1099
|
+
--color-prettylights-syntax-comment: #9198a1;
|
|
1096
1100
|
--color-prettylights-syntax-constant: #79c0ff;
|
|
1097
1101
|
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
|
1098
1102
|
--color-prettylights-syntax-entity: #d2a8ff;
|
|
1099
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
1103
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
1100
1104
|
--color-prettylights-syntax-entity-tag: #a5d6ff;
|
|
1101
1105
|
--color-prettylights-syntax-keyword: #f0883e;
|
|
1102
1106
|
--color-prettylights-syntax-string: #a5d6ff;
|
|
1103
1107
|
--color-prettylights-syntax-variable: #ffa657;
|
|
1104
1108
|
--color-prettylights-syntax-brackethighlighter-unmatched: #db6d28;
|
|
1105
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
1109
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
1106
1110
|
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
1107
1111
|
--color-prettylights-syntax-invalid-illegal-bg: #762d0a;
|
|
1108
1112
|
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
@@ -1110,26 +1114,26 @@
|
|
|
1110
1114
|
--color-prettylights-syntax-string-regexp: #a5d6ff;
|
|
1111
1115
|
--color-prettylights-syntax-markup-list: #f2cc60;
|
|
1112
1116
|
--color-prettylights-syntax-markup-heading: #1f6feb;
|
|
1113
|
-
--color-prettylights-syntax-markup-italic: #
|
|
1114
|
-
--color-prettylights-syntax-markup-bold: #
|
|
1117
|
+
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
1118
|
+
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
1115
1119
|
--color-prettylights-syntax-markup-deleted-text: #ffdfb6;
|
|
1116
1120
|
--color-prettylights-syntax-markup-deleted-bg: #5a1e02;
|
|
1117
1121
|
--color-prettylights-syntax-markup-inserted-text: #cae8ff;
|
|
1118
1122
|
--color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
|
|
1119
1123
|
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
|
1120
1124
|
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
|
1121
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
1125
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
1122
1126
|
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
|
1123
1127
|
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
|
1124
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
1128
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
1125
1129
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1126
1130
|
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
1127
1131
|
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
1128
1132
|
--shadow-resting-medium: 0px 3px 6px 0px #010409cc;
|
|
1129
|
-
--shadow-floating-small: 0px 0px 0px 1px #
|
|
1130
|
-
--shadow-floating-medium: 0px 0px 0px 1px #
|
|
1131
|
-
--shadow-floating-large: 0px 0px 0px 1px #
|
|
1132
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #
|
|
1133
|
+
--shadow-floating-small: 0px 0px 0px 1px #3d444d, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1134
|
+
--shadow-floating-medium: 0px 0px 0px 1px #3d444d, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
|
|
1135
|
+
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
|
|
1136
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
|
|
1133
1137
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1134
1138
|
--outline-focus: #1f6feb solid 2px;
|
|
1135
1139
|
}
|