@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,31 +4,31 @@
|
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="dark_dimmed"] ::backdrop {
|
|
5
5
|
--topicTag-borderColor: #00000000;
|
|
6
6
|
--highlight-neutral-bgColor: #c6902666;
|
|
7
|
-
--page-header-bgColor: #
|
|
8
|
-
--diffBlob-addition-fgColor-text: #
|
|
9
|
-
--diffBlob-addition-fgColor-num: #
|
|
7
|
+
--page-header-bgColor: #212830;
|
|
8
|
+
--diffBlob-addition-fgColor-text: #d1d7e0;
|
|
9
|
+
--diffBlob-addition-fgColor-num: #d1d7e0;
|
|
10
10
|
--diffBlob-addition-bgColor-num: #57ab5a4d;
|
|
11
11
|
--diffBlob-addition-bgColor-line: #46954a26;
|
|
12
12
|
--diffBlob-addition-bgColor-word: #46954a66;
|
|
13
|
-
--diffBlob-deletion-fgColor-text: #
|
|
14
|
-
--diffBlob-deletion-fgColor-num: #
|
|
13
|
+
--diffBlob-deletion-fgColor-text: #d1d7e0;
|
|
14
|
+
--diffBlob-deletion-fgColor-num: #d1d7e0;
|
|
15
15
|
--diffBlob-deletion-bgColor-num: #e5534b4d;
|
|
16
16
|
--diffBlob-deletion-bgColor-line: #e5534b26;
|
|
17
17
|
--diffBlob-deletion-bgColor-word: #e5534b66;
|
|
18
18
|
--diffBlob-hunk-bgColor-num: #4184e466;
|
|
19
|
-
--diffBlob-expander-iconColor: #
|
|
20
|
-
--codeMirror-fgColor: #
|
|
21
|
-
--codeMirror-bgColor: #
|
|
22
|
-
--codeMirror-gutters-bgColor: #
|
|
23
|
-
--codeMirror-gutterMarker-fgColor-default: #
|
|
24
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
25
|
-
--codeMirror-lineNumber-fgColor: #
|
|
26
|
-
--codeMirror-cursor-fgColor: #
|
|
19
|
+
--diffBlob-expander-iconColor: #d1d7e0;
|
|
20
|
+
--codeMirror-fgColor: #d1d7e0;
|
|
21
|
+
--codeMirror-bgColor: #212830;
|
|
22
|
+
--codeMirror-gutters-bgColor: #212830;
|
|
23
|
+
--codeMirror-gutterMarker-fgColor-default: #212830;
|
|
24
|
+
--codeMirror-gutterMarker-fgColor-muted: #9198a1;
|
|
25
|
+
--codeMirror-lineNumber-fgColor: #9198a1;
|
|
26
|
+
--codeMirror-cursor-fgColor: #d1d7e0;
|
|
27
27
|
--codeMirror-selection-bgColor: #4184e466;
|
|
28
|
-
--codeMirror-activeline-bgColor: #
|
|
29
|
-
--codeMirror-matchingBracket-fgColor: #
|
|
30
|
-
--codeMirror-lines-bgColor: #
|
|
31
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
28
|
+
--codeMirror-activeline-bgColor: #656c7633;
|
|
29
|
+
--codeMirror-matchingBracket-fgColor: #d1d7e0;
|
|
30
|
+
--codeMirror-lines-bgColor: #212830;
|
|
31
|
+
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
32
32
|
--codeMirror-syntax-fgColor-constant: #6cb6ff;
|
|
33
33
|
--codeMirror-syntax-fgColor-entity: #dcbdfb;
|
|
34
34
|
--codeMirror-syntax-fgColor-keyword: #f47067;
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
--codeMirror-syntax-fgColor-support: #6cb6ff;
|
|
38
38
|
--codeMirror-syntax-fgColor-variable: #f69d50;
|
|
39
39
|
--header-fgColor-default: #cdd9e5b3;
|
|
40
|
-
--header-fgColor-logo: #
|
|
41
|
-
--header-bgColor: #
|
|
42
|
-
--header-borderColor-divider: #
|
|
43
|
-
--headerSearch-bgColor: #
|
|
44
|
-
--headerSearch-borderColor: #
|
|
40
|
+
--header-fgColor-logo: #f0f6fc;
|
|
41
|
+
--header-bgColor: #151b23f2;
|
|
42
|
+
--header-borderColor-divider: #656c76;
|
|
43
|
+
--headerSearch-bgColor: #0d1117;
|
|
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;
|
|
@@ -159,30 +159,30 @@
|
|
|
159
159
|
--display-pink-borderColor-emphasis: #d34591;
|
|
160
160
|
--avatar-bgColor: #cdd9e51a;
|
|
161
161
|
--avatar-borderColor: #cdd9e526;
|
|
162
|
-
--avatar-shadow: 0px 0px 0px 2px #
|
|
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: #
|
|
162
|
+
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
163
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
164
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
165
|
+
--control-bgColor-rest: #2a313c;
|
|
166
|
+
--control-bgColor-hover: #2f3742;
|
|
167
|
+
--control-bgColor-active: #3d444d;
|
|
168
|
+
--control-bgColor-disabled: #2a313c;
|
|
169
|
+
--control-bgColor-selected: #2a313c;
|
|
170
|
+
--control-fgColor-rest: #d1d7e0;
|
|
171
|
+
--control-fgColor-placeholder: #9198a1;
|
|
172
|
+
--control-fgColor-disabled: #656c76;
|
|
173
|
+
--control-borderColor-rest: #3d444d;
|
|
174
|
+
--control-borderColor-emphasis: #656c76;
|
|
175
|
+
--control-borderColor-disabled: #656c761a;
|
|
176
|
+
--control-borderColor-selected: #f0f6fc;
|
|
177
177
|
--control-borderColor-success: #347d39;
|
|
178
178
|
--control-borderColor-danger: #c93c37;
|
|
179
179
|
--control-borderColor-warning: #966600;
|
|
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: #656c7626;
|
|
183
|
+
--control-transparent-bgColor-active: #656c7633;
|
|
184
|
+
--control-transparent-bgColor-disabled: #2a313c;
|
|
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: #316dca;
|
|
194
194
|
--control-checked-bgColor-hover: #3876d3;
|
|
195
195
|
--control-checked-bgColor-active: #3f7fdb;
|
|
196
|
-
--control-checked-bgColor-disabled: #
|
|
197
|
-
--control-checked-fgColor-rest: #
|
|
196
|
+
--control-checked-bgColor-disabled: #656c76;
|
|
197
|
+
--control-checked-fgColor-rest: #f0f6fc;
|
|
198
198
|
--control-checked-fgColor-disabled: #1c2128;
|
|
199
199
|
--control-checked-borderColor-rest: #316dca;
|
|
200
200
|
--control-checked-borderColor-hover: #3876d3;
|
|
201
201
|
--control-checked-borderColor-active: #3f7fdb;
|
|
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: #
|
|
208
|
-
--controlTrack-fgColor-disabled: #
|
|
209
|
-
--controlTrack-borderColor-rest: #
|
|
210
|
-
--controlTrack-borderColor-disabled: #
|
|
211
|
-
--controlKnob-bgColor-rest: #
|
|
212
|
-
--controlKnob-bgColor-disabled: #
|
|
202
|
+
--control-checked-borderColor-disabled: #656c76;
|
|
203
|
+
--controlTrack-bgColor-rest: #2a313c;
|
|
204
|
+
--controlTrack-bgColor-hover: #2f3742;
|
|
205
|
+
--controlTrack-bgColor-active: #3d444d;
|
|
206
|
+
--controlTrack-bgColor-disabled: #656c76;
|
|
207
|
+
--controlTrack-fgColor-rest: #9198a1;
|
|
208
|
+
--controlTrack-fgColor-disabled: #f0f6fc;
|
|
209
|
+
--controlTrack-borderColor-rest: #3d444d;
|
|
210
|
+
--controlTrack-borderColor-disabled: #656c76;
|
|
211
|
+
--controlKnob-bgColor-rest: #151b23;
|
|
212
|
+
--controlKnob-bgColor-disabled: #2a313c;
|
|
213
213
|
--controlKnob-bgColor-checked: #cdd9e5;
|
|
214
|
-
--controlKnob-borderColor-rest: #
|
|
215
|
-
--controlKnob-borderColor-disabled: #
|
|
214
|
+
--controlKnob-borderColor-rest: #656c76;
|
|
215
|
+
--controlKnob-borderColor-disabled: #2a313c;
|
|
216
216
|
--controlKnob-borderColor-checked: #316dca;
|
|
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: #d1d7e0;
|
|
221
|
+
--button-default-bgColor-rest: #2a313c;
|
|
222
|
+
--button-default-bgColor-hover: #2f3742;
|
|
223
|
+
--button-default-bgColor-active: #3d444d;
|
|
224
|
+
--button-default-bgColor-selected: #3d444d;
|
|
225
|
+
--button-default-bgColor-disabled: #2a313c;
|
|
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: #cdd9e566;
|
|
@@ -238,29 +240,29 @@
|
|
|
238
240
|
--button-primary-borderColor-active: #cdd9e51a;
|
|
239
241
|
--button-primary-borderColor-disabled: #50a254;
|
|
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: #656c76;
|
|
246
|
+
--button-invisible-iconColor-rest: #b7bdc8;
|
|
247
|
+
--button-invisible-iconColor-hover: #b7bdc8;
|
|
248
|
+
--button-invisible-iconColor-disabled: #656c76;
|
|
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: #656c7626;
|
|
251
|
+
--button-invisible-bgColor-active: #656c7633;
|
|
252
|
+
--button-invisible-bgColor-disabled: #2a313c;
|
|
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: #4184e4;
|
|
255
257
|
--button-outline-fgColor-hover: #539bf5;
|
|
256
258
|
--button-outline-fgColor-active: #cdd9e5;
|
|
257
259
|
--button-outline-fgColor-disabled: #478be680;
|
|
258
|
-
--button-outline-bgColor-rest: #
|
|
259
|
-
--button-outline-bgColor-hover: #
|
|
260
|
+
--button-outline-bgColor-rest: #f0f6fc;
|
|
261
|
+
--button-outline-bgColor-hover: #2f3742;
|
|
260
262
|
--button-outline-bgColor-active: #1b4b91;
|
|
261
|
-
--button-outline-bgColor-disabled: #
|
|
262
|
-
--button-outline-borderColor-hover: #
|
|
263
|
-
--button-outline-borderColor-selected: #
|
|
263
|
+
--button-outline-bgColor-disabled: #2a313c;
|
|
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: #e5534b;
|
|
266
268
|
--button-danger-fgColor-hover: #cdd9e5;
|
|
@@ -268,19 +270,19 @@
|
|
|
268
270
|
--button-danger-fgColor-disabled: #e5534b80;
|
|
269
271
|
--button-danger-iconColor-rest: #e5534b;
|
|
270
272
|
--button-danger-iconColor-hover: #cdd9e5;
|
|
271
|
-
--button-danger-bgColor-rest: #
|
|
273
|
+
--button-danger-bgColor-rest: #2a313c;
|
|
272
274
|
--button-danger-bgColor-hover: #ad2e2c;
|
|
273
275
|
--button-danger-bgColor-active: #c33d38;
|
|
274
|
-
--button-danger-bgColor-disabled: #
|
|
275
|
-
--button-danger-borderColor-rest: #
|
|
276
|
+
--button-danger-bgColor-disabled: #2a313c;
|
|
277
|
+
--button-danger-borderColor-rest: #3d444d;
|
|
276
278
|
--button-danger-borderColor-hover: #cdd9e51a;
|
|
277
279
|
--button-danger-borderColor-active: #cdd9e51a;
|
|
278
280
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
279
|
-
--button-inactive-fgColor: #
|
|
280
|
-
--button-inactive-bgColor: #
|
|
281
|
+
--button-inactive-fgColor: #656c76;
|
|
282
|
+
--button-inactive-bgColor: #2a313c;
|
|
281
283
|
--button-star-iconColor: #daaa3f;
|
|
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: #11341733;
|
|
285
287
|
--buttonCounter-outline-bgColor-rest: #0f2d5c33;
|
|
286
288
|
--buttonCounter-outline-bgColor-hover: #0f2d5c33;
|
|
@@ -299,21 +301,21 @@
|
|
|
299
301
|
--reactionButton-selected-fgColor-rest: #478be6;
|
|
300
302
|
--reactionButton-selected-fgColor-hover: #6cb6ff;
|
|
301
303
|
--focus-outlineColor: #316dca;
|
|
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: #2a313c;
|
|
306
|
+
--overlay-borderColor: #3d444db3;
|
|
307
|
+
--overlay-backdrop-bgColor: #262c3666;
|
|
308
|
+
--selectMenu-borderColor: #3d444d;
|
|
307
309
|
--selectMenu-bgColor-active: #143d79;
|
|
308
|
-
--sideNav-bgColor-selected: #
|
|
309
|
-
--skeletonLoader-bgColor: #
|
|
310
|
-
--timelineBadge-bgColor: #
|
|
311
|
-
--treeViewItem-leadingVisual-iconColor-rest: #
|
|
310
|
+
--sideNav-bgColor-selected: #212830;
|
|
311
|
+
--skeletonLoader-bgColor: #262c36;
|
|
312
|
+
--timelineBadge-bgColor: #262c36;
|
|
313
|
+
--treeViewItem-leadingVisual-iconColor-rest: #9198a1;
|
|
312
314
|
--underlineNav-borderColor-active: #ec775c;
|
|
313
|
-
--underlineNav-borderColor-hover: #
|
|
314
|
-
--underlineNav-iconColor-rest: #
|
|
315
|
+
--underlineNav-borderColor-hover: #3d444db3;
|
|
316
|
+
--underlineNav-iconColor-rest: #9198a1;
|
|
315
317
|
--selection-bgColor: #316dcab3;
|
|
316
|
-
--card-bgColor: #
|
|
318
|
+
--card-bgColor: #262c36;
|
|
317
319
|
--label-green-bgColor-rest: #122117;
|
|
318
320
|
--label-green-bgColor-hover: #182f1f;
|
|
319
321
|
--label-green-bgColor-active: #214529;
|
|
@@ -428,17 +430,17 @@
|
|
|
428
430
|
--label-coral-fgColor-rest: #f7794b;
|
|
429
431
|
--label-coral-fgColor-hover: #fa8c61;
|
|
430
432
|
--label-coral-fgColor-active: #fdaa86;
|
|
431
|
-
--tooltip-bgColor: #
|
|
432
|
-
--tooltip-fgColor: #
|
|
433
|
-
--fgColor-default: #
|
|
434
|
-
--fgColor-muted: #
|
|
435
|
-
--fgColor-onEmphasis: #
|
|
433
|
+
--tooltip-bgColor: #3d444d;
|
|
434
|
+
--tooltip-fgColor: #f0f6fc;
|
|
435
|
+
--fgColor-default: #d1d7e0;
|
|
436
|
+
--fgColor-muted: #9198a1;
|
|
437
|
+
--fgColor-onEmphasis: #f0f6fc;
|
|
436
438
|
--fgColor-onInverse: #1c2128;
|
|
437
439
|
--fgColor-white: #cdd9e5;
|
|
438
440
|
--fgColor-black: #1c2128;
|
|
439
|
-
--fgColor-disabled: #
|
|
441
|
+
--fgColor-disabled: #656c76;
|
|
440
442
|
--fgColor-link: #478be6;
|
|
441
|
-
--fgColor-neutral: #
|
|
443
|
+
--fgColor-neutral: #9198a1;
|
|
442
444
|
--fgColor-accent: #478be6;
|
|
443
445
|
--fgColor-success: #57ab5a;
|
|
444
446
|
--fgColor-open: #57ab5a;
|
|
@@ -449,17 +451,17 @@
|
|
|
449
451
|
--fgColor-done: #986ee2;
|
|
450
452
|
--fgColor-upsell: #986ee2;
|
|
451
453
|
--fgColor-sponsors: #c96198;
|
|
452
|
-
--bgColor-default: #
|
|
453
|
-
--bgColor-muted: #
|
|
454
|
-
--bgColor-inset: #
|
|
455
|
-
--bgColor-emphasis: #
|
|
454
|
+
--bgColor-default: #212830;
|
|
455
|
+
--bgColor-muted: #262c36;
|
|
456
|
+
--bgColor-inset: #151b23;
|
|
457
|
+
--bgColor-emphasis: #3d444d;
|
|
456
458
|
--bgColor-inverse: #cdd9e5;
|
|
457
459
|
--bgColor-white: #cdd9e5;
|
|
458
460
|
--bgColor-black: #1c2128;
|
|
459
|
-
--bgColor-disabled: #
|
|
461
|
+
--bgColor-disabled: #2a313c;
|
|
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: #4184e41a;
|
|
464
466
|
--bgColor-accent-emphasis: #316dca;
|
|
465
467
|
--bgColor-success-muted: #46954a26;
|
|
@@ -480,14 +482,14 @@
|
|
|
480
482
|
--bgColor-upsell-emphasis: #8256d0;
|
|
481
483
|
--bgColor-sponsors-muted: #c961981a;
|
|
482
484
|
--bgColor-sponsors-emphasis: #ae4c82;
|
|
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: #cdd9e526;
|
|
489
|
-
--borderColor-neutral-muted: #
|
|
490
|
-
--borderColor-neutral-emphasis: #
|
|
491
|
+
--borderColor-neutral-muted: #3d444db3;
|
|
492
|
+
--borderColor-neutral-emphasis: #656c76;
|
|
491
493
|
--borderColor-accent-muted: #4184e466;
|
|
492
494
|
--borderColor-accent-emphasis: #316dca;
|
|
493
495
|
--borderColor-success-muted: #46954a66;
|
|
@@ -508,11 +510,11 @@
|
|
|
508
510
|
--borderColor-upsell-emphasis: #8256d0;
|
|
509
511
|
--borderColor-sponsors-muted: #c9619866;
|
|
510
512
|
--borderColor-sponsors-emphasis: #ae4c82;
|
|
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: #cdd9e5;
|
|
515
|
-
--color-ansi-gray: #
|
|
517
|
+
--color-ansi-gray: #656c76;
|
|
516
518
|
--color-ansi-red: #f47067;
|
|
517
519
|
--color-ansi-red-bright: #ff938a;
|
|
518
520
|
--color-ansi-green: #57ab5a;
|
|
@@ -525,44 +527,44 @@
|
|
|
525
527
|
--color-ansi-magenta-bright: #dcbdfb;
|
|
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: #6cb6ff;
|
|
530
532
|
--color-prettylights-syntax-constant-other-reference-link: #96d0ff;
|
|
531
533
|
--color-prettylights-syntax-entity: #dcbdfb;
|
|
532
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
534
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
533
535
|
--color-prettylights-syntax-entity-tag: #8ddb8c;
|
|
534
536
|
--color-prettylights-syntax-keyword: #f47067;
|
|
535
537
|
--color-prettylights-syntax-string: #96d0ff;
|
|
536
538
|
--color-prettylights-syntax-variable: #f69d50;
|
|
537
539
|
--color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
|
|
538
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
539
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
540
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
541
|
+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
540
542
|
--color-prettylights-syntax-invalid-illegal-bg: #922323;
|
|
541
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
543
|
+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
542
544
|
--color-prettylights-syntax-carriage-return-bg: #ad2e2c;
|
|
543
545
|
--color-prettylights-syntax-string-regexp: #8ddb8c;
|
|
544
546
|
--color-prettylights-syntax-markup-list: #eac55f;
|
|
545
547
|
--color-prettylights-syntax-markup-heading: #316dca;
|
|
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: #ffd8d3;
|
|
549
551
|
--color-prettylights-syntax-markup-deleted-bg: #78191b;
|
|
550
552
|
--color-prettylights-syntax-markup-inserted-text: #b4f1b4;
|
|
551
553
|
--color-prettylights-syntax-markup-inserted-bg: #1b4721;
|
|
552
554
|
--color-prettylights-syntax-markup-changed-text: #ffddb0;
|
|
553
555
|
--color-prettylights-syntax-markup-changed-bg: #682d0f;
|
|
554
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
556
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
555
557
|
--color-prettylights-syntax-markup-ignored-bg: #255ab2;
|
|
556
558
|
--color-prettylights-syntax-meta-diff-range: #dcbdfb;
|
|
557
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
559
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
558
560
|
--shadow-inset: inset 0px 1px 0px 0px #1c21283d;
|
|
559
561
|
--shadow-resting-xsmall: 0px 1px 0px 0px #1c2128cc;
|
|
560
562
|
--shadow-resting-small: 0px 1px 0px 0px #1c212866;
|
|
561
563
|
--shadow-resting-medium: 0px 3px 6px 0px #1c2128cc;
|
|
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 #1c212866, 0px 6px 18px 0px #1c212866;
|
|
565
|
+
--shadow-floating-medium: 0px 0px 0px 1px #3d444d, 0px 8px 16px -4px #1c212866, 0px 4px 32px -4px #1c212866, 0px 24px 48px -12px #1c212866, 0px 48px 96px -24px #1c212866;
|
|
566
|
+
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #1c2128;
|
|
567
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #1c2128;
|
|
566
568
|
--shadow-floating-legacy: 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
|
|
567
569
|
--outline-focus: #316dca solid 2px;
|
|
568
570
|
}
|
|
@@ -571,31 +573,31 @@
|
|
|
571
573
|
[data-color-mode="auto"][data-dark-theme="dark_dimmed"] ::backdrop {
|
|
572
574
|
--topicTag-borderColor: #00000000;
|
|
573
575
|
--highlight-neutral-bgColor: #c6902666;
|
|
574
|
-
--page-header-bgColor: #
|
|
575
|
-
--diffBlob-addition-fgColor-text: #
|
|
576
|
-
--diffBlob-addition-fgColor-num: #
|
|
576
|
+
--page-header-bgColor: #212830;
|
|
577
|
+
--diffBlob-addition-fgColor-text: #d1d7e0;
|
|
578
|
+
--diffBlob-addition-fgColor-num: #d1d7e0;
|
|
577
579
|
--diffBlob-addition-bgColor-num: #57ab5a4d;
|
|
578
580
|
--diffBlob-addition-bgColor-line: #46954a26;
|
|
579
581
|
--diffBlob-addition-bgColor-word: #46954a66;
|
|
580
|
-
--diffBlob-deletion-fgColor-text: #
|
|
581
|
-
--diffBlob-deletion-fgColor-num: #
|
|
582
|
+
--diffBlob-deletion-fgColor-text: #d1d7e0;
|
|
583
|
+
--diffBlob-deletion-fgColor-num: #d1d7e0;
|
|
582
584
|
--diffBlob-deletion-bgColor-num: #e5534b4d;
|
|
583
585
|
--diffBlob-deletion-bgColor-line: #e5534b26;
|
|
584
586
|
--diffBlob-deletion-bgColor-word: #e5534b66;
|
|
585
587
|
--diffBlob-hunk-bgColor-num: #4184e466;
|
|
586
|
-
--diffBlob-expander-iconColor: #
|
|
587
|
-
--codeMirror-fgColor: #
|
|
588
|
-
--codeMirror-bgColor: #
|
|
589
|
-
--codeMirror-gutters-bgColor: #
|
|
590
|
-
--codeMirror-gutterMarker-fgColor-default: #
|
|
591
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
592
|
-
--codeMirror-lineNumber-fgColor: #
|
|
593
|
-
--codeMirror-cursor-fgColor: #
|
|
588
|
+
--diffBlob-expander-iconColor: #d1d7e0;
|
|
589
|
+
--codeMirror-fgColor: #d1d7e0;
|
|
590
|
+
--codeMirror-bgColor: #212830;
|
|
591
|
+
--codeMirror-gutters-bgColor: #212830;
|
|
592
|
+
--codeMirror-gutterMarker-fgColor-default: #212830;
|
|
593
|
+
--codeMirror-gutterMarker-fgColor-muted: #9198a1;
|
|
594
|
+
--codeMirror-lineNumber-fgColor: #9198a1;
|
|
595
|
+
--codeMirror-cursor-fgColor: #d1d7e0;
|
|
594
596
|
--codeMirror-selection-bgColor: #4184e466;
|
|
595
|
-
--codeMirror-activeline-bgColor: #
|
|
596
|
-
--codeMirror-matchingBracket-fgColor: #
|
|
597
|
-
--codeMirror-lines-bgColor: #
|
|
598
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
597
|
+
--codeMirror-activeline-bgColor: #656c7633;
|
|
598
|
+
--codeMirror-matchingBracket-fgColor: #d1d7e0;
|
|
599
|
+
--codeMirror-lines-bgColor: #212830;
|
|
600
|
+
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
599
601
|
--codeMirror-syntax-fgColor-constant: #6cb6ff;
|
|
600
602
|
--codeMirror-syntax-fgColor-entity: #dcbdfb;
|
|
601
603
|
--codeMirror-syntax-fgColor-keyword: #f47067;
|
|
@@ -604,11 +606,11 @@
|
|
|
604
606
|
--codeMirror-syntax-fgColor-support: #6cb6ff;
|
|
605
607
|
--codeMirror-syntax-fgColor-variable: #f69d50;
|
|
606
608
|
--header-fgColor-default: #cdd9e5b3;
|
|
607
|
-
--header-fgColor-logo: #
|
|
608
|
-
--header-bgColor: #
|
|
609
|
-
--header-borderColor-divider: #
|
|
610
|
-
--headerSearch-bgColor: #
|
|
611
|
-
--headerSearch-borderColor: #
|
|
609
|
+
--header-fgColor-logo: #f0f6fc;
|
|
610
|
+
--header-bgColor: #151b23f2;
|
|
611
|
+
--header-borderColor-divider: #656c76;
|
|
612
|
+
--headerSearch-bgColor: #0d1117;
|
|
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;
|
|
@@ -726,30 +728,30 @@
|
|
|
726
728
|
--display-pink-borderColor-emphasis: #d34591;
|
|
727
729
|
--avatar-bgColor: #cdd9e51a;
|
|
728
730
|
--avatar-borderColor: #cdd9e526;
|
|
729
|
-
--avatar-shadow: 0px 0px 0px 2px #
|
|
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: #
|
|
731
|
+
--avatar-shadow: 0px 0px 0px 2px #0d1117;
|
|
732
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
733
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
734
|
+
--control-bgColor-rest: #2a313c;
|
|
735
|
+
--control-bgColor-hover: #2f3742;
|
|
736
|
+
--control-bgColor-active: #3d444d;
|
|
737
|
+
--control-bgColor-disabled: #2a313c;
|
|
738
|
+
--control-bgColor-selected: #2a313c;
|
|
739
|
+
--control-fgColor-rest: #d1d7e0;
|
|
740
|
+
--control-fgColor-placeholder: #9198a1;
|
|
741
|
+
--control-fgColor-disabled: #656c76;
|
|
742
|
+
--control-borderColor-rest: #3d444d;
|
|
743
|
+
--control-borderColor-emphasis: #656c76;
|
|
744
|
+
--control-borderColor-disabled: #656c761a;
|
|
745
|
+
--control-borderColor-selected: #f0f6fc;
|
|
744
746
|
--control-borderColor-success: #347d39;
|
|
745
747
|
--control-borderColor-danger: #c93c37;
|
|
746
748
|
--control-borderColor-warning: #966600;
|
|
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: #656c7626;
|
|
752
|
+
--control-transparent-bgColor-active: #656c7633;
|
|
753
|
+
--control-transparent-bgColor-disabled: #2a313c;
|
|
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: #316dca;
|
|
761
763
|
--control-checked-bgColor-hover: #3876d3;
|
|
762
764
|
--control-checked-bgColor-active: #3f7fdb;
|
|
763
|
-
--control-checked-bgColor-disabled: #
|
|
764
|
-
--control-checked-fgColor-rest: #
|
|
765
|
+
--control-checked-bgColor-disabled: #656c76;
|
|
766
|
+
--control-checked-fgColor-rest: #f0f6fc;
|
|
765
767
|
--control-checked-fgColor-disabled: #1c2128;
|
|
766
768
|
--control-checked-borderColor-rest: #316dca;
|
|
767
769
|
--control-checked-borderColor-hover: #3876d3;
|
|
768
770
|
--control-checked-borderColor-active: #3f7fdb;
|
|
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: #
|
|
775
|
-
--controlTrack-fgColor-disabled: #
|
|
776
|
-
--controlTrack-borderColor-rest: #
|
|
777
|
-
--controlTrack-borderColor-disabled: #
|
|
778
|
-
--controlKnob-bgColor-rest: #
|
|
779
|
-
--controlKnob-bgColor-disabled: #
|
|
771
|
+
--control-checked-borderColor-disabled: #656c76;
|
|
772
|
+
--controlTrack-bgColor-rest: #2a313c;
|
|
773
|
+
--controlTrack-bgColor-hover: #2f3742;
|
|
774
|
+
--controlTrack-bgColor-active: #3d444d;
|
|
775
|
+
--controlTrack-bgColor-disabled: #656c76;
|
|
776
|
+
--controlTrack-fgColor-rest: #9198a1;
|
|
777
|
+
--controlTrack-fgColor-disabled: #f0f6fc;
|
|
778
|
+
--controlTrack-borderColor-rest: #3d444d;
|
|
779
|
+
--controlTrack-borderColor-disabled: #656c76;
|
|
780
|
+
--controlKnob-bgColor-rest: #151b23;
|
|
781
|
+
--controlKnob-bgColor-disabled: #2a313c;
|
|
780
782
|
--controlKnob-bgColor-checked: #cdd9e5;
|
|
781
|
-
--controlKnob-borderColor-rest: #
|
|
782
|
-
--controlKnob-borderColor-disabled: #
|
|
783
|
+
--controlKnob-borderColor-rest: #656c76;
|
|
784
|
+
--controlKnob-borderColor-disabled: #2a313c;
|
|
783
785
|
--controlKnob-borderColor-checked: #316dca;
|
|
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: #d1d7e0;
|
|
790
|
+
--button-default-bgColor-rest: #2a313c;
|
|
791
|
+
--button-default-bgColor-hover: #2f3742;
|
|
792
|
+
--button-default-bgColor-active: #3d444d;
|
|
793
|
+
--button-default-bgColor-selected: #3d444d;
|
|
794
|
+
--button-default-bgColor-disabled: #2a313c;
|
|
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: #cdd9e566;
|
|
@@ -805,29 +809,29 @@
|
|
|
805
809
|
--button-primary-borderColor-active: #cdd9e51a;
|
|
806
810
|
--button-primary-borderColor-disabled: #50a254;
|
|
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: #656c76;
|
|
815
|
+
--button-invisible-iconColor-rest: #b7bdc8;
|
|
816
|
+
--button-invisible-iconColor-hover: #b7bdc8;
|
|
817
|
+
--button-invisible-iconColor-disabled: #656c76;
|
|
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: #656c7626;
|
|
820
|
+
--button-invisible-bgColor-active: #656c7633;
|
|
821
|
+
--button-invisible-bgColor-disabled: #2a313c;
|
|
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: #4184e4;
|
|
822
826
|
--button-outline-fgColor-hover: #539bf5;
|
|
823
827
|
--button-outline-fgColor-active: #cdd9e5;
|
|
824
828
|
--button-outline-fgColor-disabled: #478be680;
|
|
825
|
-
--button-outline-bgColor-rest: #
|
|
826
|
-
--button-outline-bgColor-hover: #
|
|
829
|
+
--button-outline-bgColor-rest: #f0f6fc;
|
|
830
|
+
--button-outline-bgColor-hover: #2f3742;
|
|
827
831
|
--button-outline-bgColor-active: #1b4b91;
|
|
828
|
-
--button-outline-bgColor-disabled: #
|
|
829
|
-
--button-outline-borderColor-hover: #
|
|
830
|
-
--button-outline-borderColor-selected: #
|
|
832
|
+
--button-outline-bgColor-disabled: #2a313c;
|
|
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: #e5534b;
|
|
833
837
|
--button-danger-fgColor-hover: #cdd9e5;
|
|
@@ -835,19 +839,19 @@
|
|
|
835
839
|
--button-danger-fgColor-disabled: #e5534b80;
|
|
836
840
|
--button-danger-iconColor-rest: #e5534b;
|
|
837
841
|
--button-danger-iconColor-hover: #cdd9e5;
|
|
838
|
-
--button-danger-bgColor-rest: #
|
|
842
|
+
--button-danger-bgColor-rest: #2a313c;
|
|
839
843
|
--button-danger-bgColor-hover: #ad2e2c;
|
|
840
844
|
--button-danger-bgColor-active: #c33d38;
|
|
841
|
-
--button-danger-bgColor-disabled: #
|
|
842
|
-
--button-danger-borderColor-rest: #
|
|
845
|
+
--button-danger-bgColor-disabled: #2a313c;
|
|
846
|
+
--button-danger-borderColor-rest: #3d444d;
|
|
843
847
|
--button-danger-borderColor-hover: #cdd9e51a;
|
|
844
848
|
--button-danger-borderColor-active: #cdd9e51a;
|
|
845
849
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
846
|
-
--button-inactive-fgColor: #
|
|
847
|
-
--button-inactive-bgColor: #
|
|
850
|
+
--button-inactive-fgColor: #656c76;
|
|
851
|
+
--button-inactive-bgColor: #2a313c;
|
|
848
852
|
--button-star-iconColor: #daaa3f;
|
|
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: #11341733;
|
|
852
856
|
--buttonCounter-outline-bgColor-rest: #0f2d5c33;
|
|
853
857
|
--buttonCounter-outline-bgColor-hover: #0f2d5c33;
|
|
@@ -866,21 +870,21 @@
|
|
|
866
870
|
--reactionButton-selected-fgColor-rest: #478be6;
|
|
867
871
|
--reactionButton-selected-fgColor-hover: #6cb6ff;
|
|
868
872
|
--focus-outlineColor: #316dca;
|
|
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: #2a313c;
|
|
875
|
+
--overlay-borderColor: #3d444db3;
|
|
876
|
+
--overlay-backdrop-bgColor: #262c3666;
|
|
877
|
+
--selectMenu-borderColor: #3d444d;
|
|
874
878
|
--selectMenu-bgColor-active: #143d79;
|
|
875
|
-
--sideNav-bgColor-selected: #
|
|
876
|
-
--skeletonLoader-bgColor: #
|
|
877
|
-
--timelineBadge-bgColor: #
|
|
878
|
-
--treeViewItem-leadingVisual-iconColor-rest: #
|
|
879
|
+
--sideNav-bgColor-selected: #212830;
|
|
880
|
+
--skeletonLoader-bgColor: #262c36;
|
|
881
|
+
--timelineBadge-bgColor: #262c36;
|
|
882
|
+
--treeViewItem-leadingVisual-iconColor-rest: #9198a1;
|
|
879
883
|
--underlineNav-borderColor-active: #ec775c;
|
|
880
|
-
--underlineNav-borderColor-hover: #
|
|
881
|
-
--underlineNav-iconColor-rest: #
|
|
884
|
+
--underlineNav-borderColor-hover: #3d444db3;
|
|
885
|
+
--underlineNav-iconColor-rest: #9198a1;
|
|
882
886
|
--selection-bgColor: #316dcab3;
|
|
883
|
-
--card-bgColor: #
|
|
887
|
+
--card-bgColor: #262c36;
|
|
884
888
|
--label-green-bgColor-rest: #122117;
|
|
885
889
|
--label-green-bgColor-hover: #182f1f;
|
|
886
890
|
--label-green-bgColor-active: #214529;
|
|
@@ -995,17 +999,17 @@
|
|
|
995
999
|
--label-coral-fgColor-rest: #f7794b;
|
|
996
1000
|
--label-coral-fgColor-hover: #fa8c61;
|
|
997
1001
|
--label-coral-fgColor-active: #fdaa86;
|
|
998
|
-
--tooltip-bgColor: #
|
|
999
|
-
--tooltip-fgColor: #
|
|
1000
|
-
--fgColor-default: #
|
|
1001
|
-
--fgColor-muted: #
|
|
1002
|
-
--fgColor-onEmphasis: #
|
|
1002
|
+
--tooltip-bgColor: #3d444d;
|
|
1003
|
+
--tooltip-fgColor: #f0f6fc;
|
|
1004
|
+
--fgColor-default: #d1d7e0;
|
|
1005
|
+
--fgColor-muted: #9198a1;
|
|
1006
|
+
--fgColor-onEmphasis: #f0f6fc;
|
|
1003
1007
|
--fgColor-onInverse: #1c2128;
|
|
1004
1008
|
--fgColor-white: #cdd9e5;
|
|
1005
1009
|
--fgColor-black: #1c2128;
|
|
1006
|
-
--fgColor-disabled: #
|
|
1010
|
+
--fgColor-disabled: #656c76;
|
|
1007
1011
|
--fgColor-link: #478be6;
|
|
1008
|
-
--fgColor-neutral: #
|
|
1012
|
+
--fgColor-neutral: #9198a1;
|
|
1009
1013
|
--fgColor-accent: #478be6;
|
|
1010
1014
|
--fgColor-success: #57ab5a;
|
|
1011
1015
|
--fgColor-open: #57ab5a;
|
|
@@ -1016,17 +1020,17 @@
|
|
|
1016
1020
|
--fgColor-done: #986ee2;
|
|
1017
1021
|
--fgColor-upsell: #986ee2;
|
|
1018
1022
|
--fgColor-sponsors: #c96198;
|
|
1019
|
-
--bgColor-default: #
|
|
1020
|
-
--bgColor-muted: #
|
|
1021
|
-
--bgColor-inset: #
|
|
1022
|
-
--bgColor-emphasis: #
|
|
1023
|
+
--bgColor-default: #212830;
|
|
1024
|
+
--bgColor-muted: #262c36;
|
|
1025
|
+
--bgColor-inset: #151b23;
|
|
1026
|
+
--bgColor-emphasis: #3d444d;
|
|
1023
1027
|
--bgColor-inverse: #cdd9e5;
|
|
1024
1028
|
--bgColor-white: #cdd9e5;
|
|
1025
1029
|
--bgColor-black: #1c2128;
|
|
1026
|
-
--bgColor-disabled: #
|
|
1030
|
+
--bgColor-disabled: #2a313c;
|
|
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: #4184e41a;
|
|
1031
1035
|
--bgColor-accent-emphasis: #316dca;
|
|
1032
1036
|
--bgColor-success-muted: #46954a26;
|
|
@@ -1047,14 +1051,14 @@
|
|
|
1047
1051
|
--bgColor-upsell-emphasis: #8256d0;
|
|
1048
1052
|
--bgColor-sponsors-muted: #c961981a;
|
|
1049
1053
|
--bgColor-sponsors-emphasis: #ae4c82;
|
|
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: #cdd9e526;
|
|
1056
|
-
--borderColor-neutral-muted: #
|
|
1057
|
-
--borderColor-neutral-emphasis: #
|
|
1060
|
+
--borderColor-neutral-muted: #3d444db3;
|
|
1061
|
+
--borderColor-neutral-emphasis: #656c76;
|
|
1058
1062
|
--borderColor-accent-muted: #4184e466;
|
|
1059
1063
|
--borderColor-accent-emphasis: #316dca;
|
|
1060
1064
|
--borderColor-success-muted: #46954a66;
|
|
@@ -1075,11 +1079,11 @@
|
|
|
1075
1079
|
--borderColor-upsell-emphasis: #8256d0;
|
|
1076
1080
|
--borderColor-sponsors-muted: #c9619866;
|
|
1077
1081
|
--borderColor-sponsors-emphasis: #ae4c82;
|
|
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: #cdd9e5;
|
|
1082
|
-
--color-ansi-gray: #
|
|
1086
|
+
--color-ansi-gray: #656c76;
|
|
1083
1087
|
--color-ansi-red: #f47067;
|
|
1084
1088
|
--color-ansi-red-bright: #ff938a;
|
|
1085
1089
|
--color-ansi-green: #57ab5a;
|
|
@@ -1092,44 +1096,44 @@
|
|
|
1092
1096
|
--color-ansi-magenta-bright: #dcbdfb;
|
|
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: #6cb6ff;
|
|
1097
1101
|
--color-prettylights-syntax-constant-other-reference-link: #96d0ff;
|
|
1098
1102
|
--color-prettylights-syntax-entity: #dcbdfb;
|
|
1099
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
1103
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
1100
1104
|
--color-prettylights-syntax-entity-tag: #8ddb8c;
|
|
1101
1105
|
--color-prettylights-syntax-keyword: #f47067;
|
|
1102
1106
|
--color-prettylights-syntax-string: #96d0ff;
|
|
1103
1107
|
--color-prettylights-syntax-variable: #f69d50;
|
|
1104
1108
|
--color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
|
|
1105
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
1106
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
1109
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
1110
|
+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
1107
1111
|
--color-prettylights-syntax-invalid-illegal-bg: #922323;
|
|
1108
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
1112
|
+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
1109
1113
|
--color-prettylights-syntax-carriage-return-bg: #ad2e2c;
|
|
1110
1114
|
--color-prettylights-syntax-string-regexp: #8ddb8c;
|
|
1111
1115
|
--color-prettylights-syntax-markup-list: #eac55f;
|
|
1112
1116
|
--color-prettylights-syntax-markup-heading: #316dca;
|
|
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: #ffd8d3;
|
|
1116
1120
|
--color-prettylights-syntax-markup-deleted-bg: #78191b;
|
|
1117
1121
|
--color-prettylights-syntax-markup-inserted-text: #b4f1b4;
|
|
1118
1122
|
--color-prettylights-syntax-markup-inserted-bg: #1b4721;
|
|
1119
1123
|
--color-prettylights-syntax-markup-changed-text: #ffddb0;
|
|
1120
1124
|
--color-prettylights-syntax-markup-changed-bg: #682d0f;
|
|
1121
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
1125
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
1122
1126
|
--color-prettylights-syntax-markup-ignored-bg: #255ab2;
|
|
1123
1127
|
--color-prettylights-syntax-meta-diff-range: #dcbdfb;
|
|
1124
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
1128
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
1125
1129
|
--shadow-inset: inset 0px 1px 0px 0px #1c21283d;
|
|
1126
1130
|
--shadow-resting-xsmall: 0px 1px 0px 0px #1c2128cc;
|
|
1127
1131
|
--shadow-resting-small: 0px 1px 0px 0px #1c212866;
|
|
1128
1132
|
--shadow-resting-medium: 0px 3px 6px 0px #1c2128cc;
|
|
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 #1c212866, 0px 6px 18px 0px #1c212866;
|
|
1134
|
+
--shadow-floating-medium: 0px 0px 0px 1px #3d444d, 0px 8px 16px -4px #1c212866, 0px 4px 32px -4px #1c212866, 0px 24px 48px -12px #1c212866, 0px 48px 96px -24px #1c212866;
|
|
1135
|
+
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #1c2128;
|
|
1136
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #1c2128;
|
|
1133
1137
|
--shadow-floating-legacy: 0px 6px 12px -3px #1c212866, 0px 6px 18px 0px #1c212866;
|
|
1134
1138
|
--outline-focus: #316dca solid 2px;
|
|
1135
1139
|
}
|