@primer/primitives 9.0.0-rc.da7438e1 → 9.0.0-rc.fa8264ac
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 +278 -278
- package/dist/css/functional/themes/dark-dimmed.css +296 -296
- package/dist/css/functional/themes/dark-high-contrast.css +406 -406
- package/dist/css/functional/themes/dark-tritanopia.css +278 -278
- package/dist/css/functional/themes/dark.css +268 -268
- package/dist/css/functional/themes/light-colorblind.css +236 -236
- package/dist/css/functional/themes/light-high-contrast.css +264 -264
- package/dist/css/functional/themes/light-tritanopia.css +236 -236
- package/dist/css/functional/themes/light.css +226 -226
- package/dist/docs/functional/themes/dark-colorblind.json +260 -344
- package/dist/docs/functional/themes/dark-dimmed.json +290 -374
- package/dist/docs/functional/themes/dark-high-contrast.json +399 -471
- package/dist/docs/functional/themes/dark-tritanopia.json +258 -342
- package/dist/docs/functional/themes/dark.json +248 -332
- package/dist/docs/functional/themes/light-colorblind.json +237 -317
- package/dist/docs/functional/themes/light-high-contrast.json +281 -361
- package/dist/docs/functional/themes/light-tritanopia.json +236 -314
- package/dist/docs/functional/themes/light.json +226 -304
- package/dist/fallbacks/color-fallbacks.json +11 -1
- package/dist/figma/scales/dark-dimmed.json +106 -60
- package/dist/figma/scales/dark-high-constrast.json +106 -60
- package/dist/figma/scales/dark.json +76 -30
- package/dist/figma/scales/light-high-constrast.json +106 -60
- package/dist/figma/scales/light.json +73 -27
- package/dist/figma/shadows/dark-colorblind.json +12 -12
- package/dist/figma/shadows/dark-dimmed.json +15 -15
- package/dist/figma/shadows/dark-high-contrast.json +15 -15
- package/dist/figma/shadows/dark-tritanopia.json +12 -12
- package/dist/figma/shadows/dark.json +12 -12
- package/dist/figma/shadows/light-colorblind.json +39 -39
- package/dist/figma/shadows/light-high-contrast.json +39 -39
- package/dist/figma/shadows/light-tritanopia.json +39 -39
- package/dist/figma/shadows/light.json +39 -39
- package/dist/figma/themes/dark-colorblind.json +904 -916
- package/dist/figma/themes/dark-dimmed.json +860 -872
- package/dist/figma/themes/dark-high-contrast.json +1151 -1159
- package/dist/figma/themes/dark-tritanopia.json +922 -934
- package/dist/figma/themes/dark.json +817 -829
- package/dist/figma/themes/light-colorblind.json +916 -929
- package/dist/figma/themes/light-high-contrast.json +844 -859
- package/dist/figma/themes/light-tritanopia.json +907 -919
- package/dist/figma/themes/light.json +807 -819
- package/dist/internalCss/dark-colorblind.css +304 -298
- package/dist/internalCss/dark-dimmed.css +322 -316
- package/dist/internalCss/dark-high-contrast.css +432 -426
- package/dist/internalCss/dark-tritanopia.css +304 -298
- package/dist/internalCss/dark.css +294 -288
- package/dist/internalCss/light-colorblind.css +260 -254
- package/dist/internalCss/light-high-contrast.css +290 -284
- package/dist/internalCss/light-tritanopia.css +260 -254
- package/dist/internalCss/light.css +250 -244
- package/dist/styleLint/functional/themes/dark-colorblind.json +260 -344
- package/dist/styleLint/functional/themes/dark-dimmed.json +290 -374
- package/dist/styleLint/functional/themes/dark-high-contrast.json +399 -471
- package/dist/styleLint/functional/themes/dark-tritanopia.json +258 -342
- package/dist/styleLint/functional/themes/dark.json +248 -332
- package/dist/styleLint/functional/themes/light-colorblind.json +237 -317
- package/dist/styleLint/functional/themes/light-high-contrast.json +281 -361
- package/dist/styleLint/functional/themes/light-tritanopia.json +236 -314
- package/dist/styleLint/functional/themes/light.json +226 -304
- package/package.json +1 -1
- package/src/tokens/base/color/dark/dark.dimmed.json5 +0 -142
- package/src/tokens/base/color/dark/dark.high-contrast.json5 +0 -92
- package/src/tokens/base/color/dark/dark.json5 +131 -104
- package/src/tokens/base/color/light/light.high-contrast.json5 +0 -92
- package/src/tokens/base/color/light/light.json5 +130 -103
- package/src/tokens/fallback/color-fallbacks.json +11 -1
- package/src/tokens/functional/color/dark/app-dark.json5 +1 -1
- package/src/tokens/functional/color/dark/data-vis-dark.json5 +10 -10
- package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +147 -10
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +154 -135
- 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 +51 -85
- package/src/tokens/functional/color/dark/primitives-dark.json5 +17 -25
- package/src/tokens/functional/color/dark/syntax-dark.json5 +12 -12
- package/src/tokens/functional/color/light/app-light.json5 +5 -5
- package/src/tokens/functional/color/light/data-vis-light.json5 +10 -10
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +56 -126
- 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 +43 -77
- package/src/tokens/functional/color/light/primitives-light.json5 +15 -20
- package/src/tokens/functional/color/light/syntax-light.json5 +12 -12
- package/src/tokens/functional/shadow/dark.json5 +1 -1
- package/src/tokens/functional/shadow/light.json5 +11 -11
|
@@ -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: #2f3742b3;
|
|
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,29 +38,29 @@
|
|
|
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: #
|
|
45
|
-
--data-blue-color: #0576ff;
|
|
44
|
+
--headerSearch-borderColor: #2a313c;
|
|
45
|
+
--data-blue-color-emphasis: #0576ff;
|
|
46
46
|
--data-blue-color-muted: #001a47;
|
|
47
|
-
--data-auburn-color: #a86f6b;
|
|
47
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
48
48
|
--data-auburn-color-muted: #271817;
|
|
49
|
-
--data-orange-color: #984b10;
|
|
49
|
+
--data-orange-color-emphasis: #984b10;
|
|
50
50
|
--data-orange-color-muted: #311708;
|
|
51
|
-
--data-yellow-color: #895906;
|
|
51
|
+
--data-yellow-color-emphasis: #895906;
|
|
52
52
|
--data-yellow-color-muted: #2e1a00;
|
|
53
|
-
--data-green-color: #2f6f37;
|
|
53
|
+
--data-green-color-emphasis: #2f6f37;
|
|
54
54
|
--data-green-color-muted: #122117;
|
|
55
|
-
--data-teal-color: #106c70;
|
|
55
|
+
--data-teal-color-emphasis: #106c70;
|
|
56
56
|
--data-teal-color-muted: #041f25;
|
|
57
|
-
--data-purple-color: #975bf1;
|
|
57
|
+
--data-purple-color-emphasis: #975bf1;
|
|
58
58
|
--data-purple-color-muted: #211047;
|
|
59
|
-
--data-pink-color: #d34591;
|
|
59
|
+
--data-pink-color-emphasis: #d34591;
|
|
60
60
|
--data-pink-color-muted: #2d1524;
|
|
61
|
-
--data-red-color: #eb3342;
|
|
61
|
+
--data-red-color-emphasis: #eb3342;
|
|
62
62
|
--data-red-color-muted: #3c0614;
|
|
63
|
-
--data-gray-color: #576270;
|
|
63
|
+
--data-gray-color-emphasis: #576270;
|
|
64
64
|
--data-gray-color-muted: #1c1c1c;
|
|
65
65
|
--display-blue-bgColor-muted: #001a47;
|
|
66
66
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -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,38 @@
|
|
|
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
|
-
--button-default-fgColor-rest: #
|
|
219
|
-
--button-default-bgColor-rest: #
|
|
220
|
-
--button-default-bgColor-hover: #
|
|
221
|
-
--button-default-bgColor-active: #
|
|
222
|
-
--button-default-bgColor-selected: #
|
|
223
|
-
--button-default-bgColor-disabled: #
|
|
224
|
-
--button-default-borderColor-rest: #
|
|
225
|
-
--button-default-borderColor-hover: #
|
|
226
|
-
--button-default-borderColor-active: #
|
|
227
|
-
--button-default-borderColor-disabled: #
|
|
218
|
+
--button-default-fgColor-rest: #f0f6fc;
|
|
219
|
+
--button-default-bgColor-rest: #212830;
|
|
220
|
+
--button-default-bgColor-hover: #262c36;
|
|
221
|
+
--button-default-bgColor-active: #2a313c;
|
|
222
|
+
--button-default-bgColor-selected: #2a313c;
|
|
223
|
+
--button-default-bgColor-disabled: #212830;
|
|
224
|
+
--button-default-borderColor-rest: #3d444d;
|
|
225
|
+
--button-default-borderColor-hover: #3d444d;
|
|
226
|
+
--button-default-borderColor-active: #3d444d;
|
|
227
|
+
--button-default-borderColor-disabled: #656c761a;
|
|
228
228
|
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
229
229
|
--button-primary-fgColor-rest: #ffffff;
|
|
230
230
|
--button-primary-fgColor-disabled: #ffffff66;
|
|
@@ -233,34 +233,34 @@
|
|
|
233
233
|
--button-primary-bgColor-hover: #2a7aef;
|
|
234
234
|
--button-primary-bgColor-active: #3685f3;
|
|
235
235
|
--button-primary-bgColor-disabled: #1158c7;
|
|
236
|
-
--button-primary-borderColor-rest: #
|
|
237
|
-
--button-primary-borderColor-hover: #
|
|
238
|
-
--button-primary-borderColor-active: #
|
|
236
|
+
--button-primary-borderColor-rest: #ffffff1a;
|
|
237
|
+
--button-primary-borderColor-hover: #ffffff1a;
|
|
238
|
+
--button-primary-borderColor-active: #ffffff1a;
|
|
239
239
|
--button-primary-borderColor-disabled: #1158c7;
|
|
240
240
|
--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: #
|
|
241
|
+
--button-invisible-fgColor-rest: #9198a1;
|
|
242
|
+
--button-invisible-fgColor-hover: #9198a1;
|
|
243
|
+
--button-invisible-fgColor-disabled: #656c7699;
|
|
244
|
+
--button-invisible-iconColor-rest: #9198a1;
|
|
245
|
+
--button-invisible-iconColor-hover: #9198a1;
|
|
246
|
+
--button-invisible-iconColor-disabled: #656c7699;
|
|
247
247
|
--button-invisible-bgColor-rest: #00000000;
|
|
248
|
-
--button-invisible-bgColor-hover: #
|
|
249
|
-
--button-invisible-bgColor-active: #
|
|
250
|
-
--button-invisible-bgColor-disabled: #
|
|
248
|
+
--button-invisible-bgColor-hover: #656c7633;
|
|
249
|
+
--button-invisible-bgColor-active: #656c7640;
|
|
250
|
+
--button-invisible-bgColor-disabled: #212830;
|
|
251
251
|
--button-invisible-borderColor-rest: #00000000;
|
|
252
252
|
--button-invisible-borderColor-hover: #00000000;
|
|
253
|
-
--button-invisible-borderColor-disabled: #
|
|
253
|
+
--button-invisible-borderColor-disabled: #656c761a;
|
|
254
254
|
--button-outline-fgColor-rest: #388bfd;
|
|
255
255
|
--button-outline-fgColor-hover: #58a6ff;
|
|
256
256
|
--button-outline-fgColor-active: #ffffff;
|
|
257
257
|
--button-outline-fgColor-disabled: #4493f880;
|
|
258
258
|
--button-outline-bgColor-rest: #f0f6fc;
|
|
259
|
-
--button-outline-bgColor-hover: #
|
|
259
|
+
--button-outline-bgColor-hover: #262c36;
|
|
260
260
|
--button-outline-bgColor-active: #0d419d;
|
|
261
|
-
--button-outline-bgColor-disabled: #
|
|
262
|
-
--button-outline-borderColor-hover: #
|
|
263
|
-
--button-outline-borderColor-selected: #
|
|
261
|
+
--button-outline-bgColor-disabled: #212830;
|
|
262
|
+
--button-outline-borderColor-hover: #3d444d;
|
|
263
|
+
--button-outline-borderColor-selected: #3d444d;
|
|
264
264
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
265
265
|
--button-danger-fgColor-rest: #db6d28;
|
|
266
266
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -268,19 +268,19 @@
|
|
|
268
268
|
--button-danger-fgColor-disabled: #db6d2880;
|
|
269
269
|
--button-danger-iconColor-rest: #db6d28;
|
|
270
270
|
--button-danger-iconColor-hover: #ffffff;
|
|
271
|
-
--button-danger-bgColor-rest: #
|
|
271
|
+
--button-danger-bgColor-rest: #212830;
|
|
272
272
|
--button-danger-bgColor-hover: #9b4215;
|
|
273
273
|
--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: #
|
|
274
|
+
--button-danger-bgColor-disabled: #212830;
|
|
275
|
+
--button-danger-borderColor-rest: #3d444d;
|
|
276
|
+
--button-danger-borderColor-hover: #ffffff1a;
|
|
277
|
+
--button-danger-borderColor-active: #ffffff1a;
|
|
278
278
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
279
|
-
--button-inactive-fgColor: #
|
|
280
|
-
--button-inactive-bgColor: #
|
|
279
|
+
--button-inactive-fgColor: #9198a1;
|
|
280
|
+
--button-inactive-bgColor: #262c36;
|
|
281
281
|
--button-star-iconColor: #e3b341;
|
|
282
|
-
--buttonCounter-default-bgColor-rest: #
|
|
283
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
282
|
+
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
283
|
+
--buttonCounter-invisible-bgColor-rest: #2f3742;
|
|
284
284
|
--buttonCounter-primary-bgColor-rest: #04260f33;
|
|
285
285
|
--buttonCounter-outline-bgColor-rest: #051d4d33;
|
|
286
286
|
--buttonCounter-outline-bgColor-hover: #051d4d33;
|
|
@@ -299,21 +299,21 @@
|
|
|
299
299
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
300
300
|
--reactionButton-selected-fgColor-hover: #79c0ff;
|
|
301
301
|
--focus-outlineColor: #1f6feb;
|
|
302
|
-
--menu-bgColor-active: #
|
|
303
|
-
--overlay-bgColor: #
|
|
304
|
-
--overlay-borderColor: #
|
|
305
|
-
--overlay-backdrop-bgColor: #
|
|
306
|
-
--selectMenu-borderColor: #
|
|
302
|
+
--menu-bgColor-active: #151b23;
|
|
303
|
+
--overlay-bgColor: #151b23;
|
|
304
|
+
--overlay-borderColor: #3d444db3;
|
|
305
|
+
--overlay-backdrop-bgColor: #21283066;
|
|
306
|
+
--selectMenu-borderColor: #3d444d;
|
|
307
307
|
--selectMenu-bgColor-active: #0c2d6b;
|
|
308
|
-
--sideNav-bgColor-selected: #
|
|
309
|
-
--skeletonLoader-bgColor: #
|
|
310
|
-
--timelineBadge-bgColor: #
|
|
311
|
-
--treeViewItem-leadingVisual-iconColor-rest: #
|
|
308
|
+
--sideNav-bgColor-selected: #212830;
|
|
309
|
+
--skeletonLoader-bgColor: #151b23;
|
|
310
|
+
--timelineBadge-bgColor: #212830;
|
|
311
|
+
--treeViewItem-leadingVisual-iconColor-rest: #9198a1;
|
|
312
312
|
--underlineNav-borderColor-active: #f78166;
|
|
313
|
-
--underlineNav-borderColor-hover: #
|
|
314
|
-
--underlineNav-iconColor-rest: #
|
|
313
|
+
--underlineNav-borderColor-hover: #3d444db3;
|
|
314
|
+
--underlineNav-iconColor-rest: #9198a1;
|
|
315
315
|
--selection-bgColor: #1f6febb3;
|
|
316
|
-
--card-bgColor: #
|
|
316
|
+
--card-bgColor: #151b23;
|
|
317
317
|
--label-green-bgColor-rest: #122117;
|
|
318
318
|
--label-green-bgColor-hover: #182f1f;
|
|
319
319
|
--label-green-bgColor-active: #214529;
|
|
@@ -428,38 +428,38 @@
|
|
|
428
428
|
--label-coral-fgColor-rest: #f7794b;
|
|
429
429
|
--label-coral-fgColor-hover: #fa8c61;
|
|
430
430
|
--label-coral-fgColor-active: #fdaa86;
|
|
431
|
-
--tooltip-bgColor: #
|
|
431
|
+
--tooltip-bgColor: #3d444d;
|
|
432
432
|
--tooltip-fgColor: #ffffff;
|
|
433
|
-
--fgColor-default: #
|
|
434
|
-
--fgColor-muted: #
|
|
433
|
+
--fgColor-default: #f0f6fc;
|
|
434
|
+
--fgColor-muted: #9198a1;
|
|
435
435
|
--fgColor-onEmphasis: #ffffff;
|
|
436
436
|
--fgColor-onInverse: #010409;
|
|
437
437
|
--fgColor-white: #ffffff;
|
|
438
438
|
--fgColor-black: #010409;
|
|
439
|
-
--fgColor-disabled: #
|
|
439
|
+
--fgColor-disabled: #656c7699;
|
|
440
440
|
--fgColor-link: #4493f8;
|
|
441
|
-
--fgColor-neutral: #
|
|
441
|
+
--fgColor-neutral: #9198a1;
|
|
442
442
|
--fgColor-accent: #4493f8;
|
|
443
443
|
--fgColor-success: #58a6ff;
|
|
444
444
|
--fgColor-open: #f0883e;
|
|
445
445
|
--fgColor-attention: #d29922;
|
|
446
446
|
--fgColor-severe: #db6d28;
|
|
447
447
|
--fgColor-danger: #db6d28;
|
|
448
|
-
--fgColor-closed: #
|
|
448
|
+
--fgColor-closed: #9198a1;
|
|
449
449
|
--fgColor-done: #ab7df8;
|
|
450
450
|
--fgColor-upsell: #ab7df8;
|
|
451
451
|
--fgColor-sponsors: #db61a2;
|
|
452
452
|
--bgColor-default: #0d1117;
|
|
453
|
-
--bgColor-muted: #
|
|
453
|
+
--bgColor-muted: #151b23;
|
|
454
454
|
--bgColor-inset: #010409;
|
|
455
|
-
--bgColor-emphasis: #
|
|
455
|
+
--bgColor-emphasis: #3d444d;
|
|
456
456
|
--bgColor-inverse: #ffffff;
|
|
457
457
|
--bgColor-white: #ffffff;
|
|
458
458
|
--bgColor-black: #010409;
|
|
459
|
-
--bgColor-disabled: #
|
|
459
|
+
--bgColor-disabled: #212830;
|
|
460
460
|
--bgColor-transparent: #00000000;
|
|
461
|
-
--bgColor-neutral-muted: #
|
|
462
|
-
--bgColor-neutral-emphasis: #
|
|
461
|
+
--bgColor-neutral-muted: #2f3742b3;
|
|
462
|
+
--bgColor-neutral-emphasis: #656c76;
|
|
463
463
|
--bgColor-accent-muted: #388bfd1a;
|
|
464
464
|
--bgColor-accent-emphasis: #1f6feb;
|
|
465
465
|
--bgColor-success-muted: #388bfd26;
|
|
@@ -472,22 +472,22 @@
|
|
|
472
472
|
--bgColor-severe-emphasis: #bd561d;
|
|
473
473
|
--bgColor-danger-muted: #db6d281a;
|
|
474
474
|
--bgColor-danger-emphasis: #bd561d;
|
|
475
|
-
--bgColor-closed-muted: #
|
|
476
|
-
--bgColor-closed-emphasis: #
|
|
475
|
+
--bgColor-closed-muted: #2f37421a;
|
|
476
|
+
--bgColor-closed-emphasis: #656c76;
|
|
477
477
|
--bgColor-done-muted: #ab7df826;
|
|
478
478
|
--bgColor-done-emphasis: #8957e5;
|
|
479
479
|
--bgColor-upsell-muted: #ab7df826;
|
|
480
480
|
--bgColor-upsell-emphasis: #8957e5;
|
|
481
481
|
--bgColor-sponsors-muted: #db61a21a;
|
|
482
482
|
--bgColor-sponsors-emphasis: #bf4b8a;
|
|
483
|
-
--borderColor-default: #
|
|
484
|
-
--borderColor-muted: #
|
|
485
|
-
--borderColor-emphasis: #
|
|
486
|
-
--borderColor-disabled: #
|
|
483
|
+
--borderColor-default: #3d444d;
|
|
484
|
+
--borderColor-muted: #3d444db3;
|
|
485
|
+
--borderColor-emphasis: #656c76;
|
|
486
|
+
--borderColor-disabled: #656c761a;
|
|
487
487
|
--borderColor-transparent: #00000000;
|
|
488
488
|
--borderColor-translucent: #ffffff26;
|
|
489
|
-
--borderColor-neutral-muted: #
|
|
490
|
-
--borderColor-neutral-emphasis: #
|
|
489
|
+
--borderColor-neutral-muted: #3d444db3;
|
|
490
|
+
--borderColor-neutral-emphasis: #656c76;
|
|
491
491
|
--borderColor-accent-muted: #388bfd66;
|
|
492
492
|
--borderColor-accent-emphasis: #1f6feb;
|
|
493
493
|
--borderColor-success-muted: #388bfd66;
|
|
@@ -500,19 +500,19 @@
|
|
|
500
500
|
--borderColor-severe-emphasis: #bd561d;
|
|
501
501
|
--borderColor-danger-muted: #db6d2866;
|
|
502
502
|
--borderColor-danger-emphasis: #bd561d;
|
|
503
|
-
--borderColor-closed-muted: #
|
|
504
|
-
--borderColor-closed-emphasis: #
|
|
503
|
+
--borderColor-closed-muted: #3d444d66;
|
|
504
|
+
--borderColor-closed-emphasis: #656c76;
|
|
505
505
|
--borderColor-done-muted: #ab7df866;
|
|
506
506
|
--borderColor-done-emphasis: #8957e5;
|
|
507
507
|
--borderColor-upsell-muted: #ab7df866;
|
|
508
508
|
--borderColor-upsell-emphasis: #8957e5;
|
|
509
509
|
--borderColor-sponsors-muted: #db61a266;
|
|
510
510
|
--borderColor-sponsors-emphasis: #bf4b8a;
|
|
511
|
-
--color-ansi-black: #
|
|
512
|
-
--color-ansi-black-bright: #
|
|
513
|
-
--color-ansi-white: #
|
|
511
|
+
--color-ansi-black: #2f3742;
|
|
512
|
+
--color-ansi-black-bright: #656c76;
|
|
513
|
+
--color-ansi-white: #f0f6fc;
|
|
514
514
|
--color-ansi-white-bright: #ffffff;
|
|
515
|
-
--color-ansi-gray: #
|
|
515
|
+
--color-ansi-gray: #656c76;
|
|
516
516
|
--color-ansi-red: #f0883e;
|
|
517
517
|
--color-ansi-red-bright: #ffa657;
|
|
518
518
|
--color-ansi-green: #58a6ff;
|
|
@@ -525,17 +525,17 @@
|
|
|
525
525
|
--color-ansi-magenta-bright: #d2a8ff;
|
|
526
526
|
--color-ansi-cyan: #39c5cf;
|
|
527
527
|
--color-ansi-cyan-bright: #56d4dd;
|
|
528
|
-
--color-prettylights-syntax-comment: #
|
|
528
|
+
--color-prettylights-syntax-comment: #9198a1;
|
|
529
529
|
--color-prettylights-syntax-constant: #79c0ff;
|
|
530
530
|
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
|
531
531
|
--color-prettylights-syntax-entity: #d2a8ff;
|
|
532
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
532
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
533
533
|
--color-prettylights-syntax-entity-tag: #a5d6ff;
|
|
534
534
|
--color-prettylights-syntax-keyword: #f0883e;
|
|
535
535
|
--color-prettylights-syntax-string: #a5d6ff;
|
|
536
536
|
--color-prettylights-syntax-variable: #ffa657;
|
|
537
537
|
--color-prettylights-syntax-brackethighlighter-unmatched: #db6d28;
|
|
538
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
538
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
539
539
|
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
540
540
|
--color-prettylights-syntax-invalid-illegal-bg: #762d0a;
|
|
541
541
|
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
@@ -543,26 +543,26 @@
|
|
|
543
543
|
--color-prettylights-syntax-string-regexp: #a5d6ff;
|
|
544
544
|
--color-prettylights-syntax-markup-list: #f2cc60;
|
|
545
545
|
--color-prettylights-syntax-markup-heading: #1f6feb;
|
|
546
|
-
--color-prettylights-syntax-markup-italic: #
|
|
547
|
-
--color-prettylights-syntax-markup-bold: #
|
|
546
|
+
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
547
|
+
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
548
548
|
--color-prettylights-syntax-markup-deleted-text: #ffdfb6;
|
|
549
549
|
--color-prettylights-syntax-markup-deleted-bg: #5a1e02;
|
|
550
550
|
--color-prettylights-syntax-markup-inserted-text: #cae8ff;
|
|
551
551
|
--color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
|
|
552
552
|
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
|
553
553
|
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
|
554
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
554
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
555
555
|
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
|
556
556
|
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
|
557
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
557
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
558
558
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
559
559
|
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
560
560
|
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
561
561
|
--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 #
|
|
562
|
+
--shadow-floating-small: 0px 0px 0px 1px #3d444d, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
563
|
+
--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;
|
|
564
|
+
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
|
|
565
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
|
|
566
566
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
567
567
|
--outline-focus: #1f6feb solid 2px;
|
|
568
568
|
}
|
|
@@ -572,30 +572,30 @@
|
|
|
572
572
|
--topicTag-borderColor: #00000000;
|
|
573
573
|
--highlight-neutral-bgColor: #d2992266;
|
|
574
574
|
--page-header-bgColor: #0d1117;
|
|
575
|
-
--diffBlob-addition-fgColor-text: #
|
|
576
|
-
--diffBlob-addition-fgColor-num: #
|
|
575
|
+
--diffBlob-addition-fgColor-text: #f0f6fc;
|
|
576
|
+
--diffBlob-addition-fgColor-num: #f0f6fc;
|
|
577
577
|
--diffBlob-addition-bgColor-num: #58a6ff4d;
|
|
578
578
|
--diffBlob-addition-bgColor-line: #388bfd26;
|
|
579
579
|
--diffBlob-addition-bgColor-word: #388bfd66;
|
|
580
|
-
--diffBlob-deletion-fgColor-text: #
|
|
581
|
-
--diffBlob-deletion-fgColor-num: #
|
|
580
|
+
--diffBlob-deletion-fgColor-text: #f0f6fc;
|
|
581
|
+
--diffBlob-deletion-fgColor-num: #f0f6fc;
|
|
582
582
|
--diffBlob-deletion-bgColor-num: #db6d284d;
|
|
583
583
|
--diffBlob-deletion-bgColor-line: #db6d2826;
|
|
584
584
|
--diffBlob-deletion-bgColor-word: #db6d2866;
|
|
585
585
|
--diffBlob-hunk-bgColor-num: #388bfd66;
|
|
586
|
-
--diffBlob-expander-iconColor: #
|
|
587
|
-
--codeMirror-fgColor: #
|
|
586
|
+
--diffBlob-expander-iconColor: #9198a1;
|
|
587
|
+
--codeMirror-fgColor: #f0f6fc;
|
|
588
588
|
--codeMirror-bgColor: #0d1117;
|
|
589
589
|
--codeMirror-gutters-bgColor: #0d1117;
|
|
590
590
|
--codeMirror-gutterMarker-fgColor-default: #0d1117;
|
|
591
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
592
|
-
--codeMirror-lineNumber-fgColor: #
|
|
593
|
-
--codeMirror-cursor-fgColor: #
|
|
591
|
+
--codeMirror-gutterMarker-fgColor-muted: #9198a1;
|
|
592
|
+
--codeMirror-lineNumber-fgColor: #9198a1;
|
|
593
|
+
--codeMirror-cursor-fgColor: #f0f6fc;
|
|
594
594
|
--codeMirror-selection-bgColor: #388bfd66;
|
|
595
|
-
--codeMirror-activeline-bgColor: #
|
|
596
|
-
--codeMirror-matchingBracket-fgColor: #
|
|
595
|
+
--codeMirror-activeline-bgColor: #2f3742b3;
|
|
596
|
+
--codeMirror-matchingBracket-fgColor: #f0f6fc;
|
|
597
597
|
--codeMirror-lines-bgColor: #0d1117;
|
|
598
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
598
|
+
--codeMirror-syntax-fgColor-comment: #656c76;
|
|
599
599
|
--codeMirror-syntax-fgColor-constant: #79c0ff;
|
|
600
600
|
--codeMirror-syntax-fgColor-entity: #d2a8ff;
|
|
601
601
|
--codeMirror-syntax-fgColor-keyword: #f0883e;
|
|
@@ -605,29 +605,29 @@
|
|
|
605
605
|
--codeMirror-syntax-fgColor-variable: #ffa657;
|
|
606
606
|
--header-fgColor-default: #ffffffb3;
|
|
607
607
|
--header-fgColor-logo: #f0f6fc;
|
|
608
|
-
--header-bgColor: #
|
|
609
|
-
--header-borderColor-divider: #
|
|
608
|
+
--header-bgColor: #151b23f2;
|
|
609
|
+
--header-borderColor-divider: #656c76;
|
|
610
610
|
--headerSearch-bgColor: #0d1117;
|
|
611
|
-
--headerSearch-borderColor: #
|
|
612
|
-
--data-blue-color: #0576ff;
|
|
611
|
+
--headerSearch-borderColor: #2a313c;
|
|
612
|
+
--data-blue-color-emphasis: #0576ff;
|
|
613
613
|
--data-blue-color-muted: #001a47;
|
|
614
|
-
--data-auburn-color: #a86f6b;
|
|
614
|
+
--data-auburn-color-emphasis: #a86f6b;
|
|
615
615
|
--data-auburn-color-muted: #271817;
|
|
616
|
-
--data-orange-color: #984b10;
|
|
616
|
+
--data-orange-color-emphasis: #984b10;
|
|
617
617
|
--data-orange-color-muted: #311708;
|
|
618
|
-
--data-yellow-color: #895906;
|
|
618
|
+
--data-yellow-color-emphasis: #895906;
|
|
619
619
|
--data-yellow-color-muted: #2e1a00;
|
|
620
|
-
--data-green-color: #2f6f37;
|
|
620
|
+
--data-green-color-emphasis: #2f6f37;
|
|
621
621
|
--data-green-color-muted: #122117;
|
|
622
|
-
--data-teal-color: #106c70;
|
|
622
|
+
--data-teal-color-emphasis: #106c70;
|
|
623
623
|
--data-teal-color-muted: #041f25;
|
|
624
|
-
--data-purple-color: #975bf1;
|
|
624
|
+
--data-purple-color-emphasis: #975bf1;
|
|
625
625
|
--data-purple-color-muted: #211047;
|
|
626
|
-
--data-pink-color: #d34591;
|
|
626
|
+
--data-pink-color-emphasis: #d34591;
|
|
627
627
|
--data-pink-color-muted: #2d1524;
|
|
628
|
-
--data-red-color: #eb3342;
|
|
628
|
+
--data-red-color-emphasis: #eb3342;
|
|
629
629
|
--data-red-color-muted: #3c0614;
|
|
630
|
-
--data-gray-color: #576270;
|
|
630
|
+
--data-gray-color-emphasis: #576270;
|
|
631
631
|
--data-gray-color-muted: #1c1c1c;
|
|
632
632
|
--display-blue-bgColor-muted: #001a47;
|
|
633
633
|
--display-blue-bgColor-emphasis: #005bd1;
|
|
@@ -727,29 +727,29 @@
|
|
|
727
727
|
--avatar-bgColor: #ffffff1a;
|
|
728
728
|
--avatar-borderColor: #ffffff26;
|
|
729
729
|
--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: #
|
|
730
|
+
--avatarStack-fade-bgColor-default: #3d444d;
|
|
731
|
+
--avatarStack-fade-bgColor-muted: #2a313c;
|
|
732
|
+
--control-bgColor-rest: #212830;
|
|
733
|
+
--control-bgColor-hover: #262c36;
|
|
734
|
+
--control-bgColor-active: #2a313c;
|
|
735
|
+
--control-bgColor-disabled: #212830;
|
|
736
|
+
--control-bgColor-selected: #212830;
|
|
737
|
+
--control-fgColor-rest: #f0f6fc;
|
|
738
|
+
--control-fgColor-placeholder: #9198a1;
|
|
739
|
+
--control-fgColor-disabled: #656c7699;
|
|
740
|
+
--control-borderColor-rest: #3d444d;
|
|
741
|
+
--control-borderColor-emphasis: #656c76;
|
|
742
|
+
--control-borderColor-disabled: #656c761a;
|
|
743
743
|
--control-borderColor-selected: #f0f6fc;
|
|
744
744
|
--control-borderColor-success: #1f6feb;
|
|
745
745
|
--control-borderColor-danger: #bd561d;
|
|
746
746
|
--control-borderColor-warning: #9e6a03;
|
|
747
|
-
--control-iconColor-rest: #
|
|
747
|
+
--control-iconColor-rest: #9198a1;
|
|
748
748
|
--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: #
|
|
749
|
+
--control-transparent-bgColor-hover: #656c7633;
|
|
750
|
+
--control-transparent-bgColor-active: #656c7640;
|
|
751
|
+
--control-transparent-bgColor-disabled: #212830;
|
|
752
|
+
--control-transparent-bgColor-selected: #656c761a;
|
|
753
753
|
--control-transparent-borderColor-rest: #00000000;
|
|
754
754
|
--control-transparent-borderColor-hover: #00000000;
|
|
755
755
|
--control-transparent-borderColor-active: #00000000;
|
|
@@ -760,38 +760,38 @@
|
|
|
760
760
|
--control-checked-bgColor-rest: #1f6feb;
|
|
761
761
|
--control-checked-bgColor-hover: #2a7aef;
|
|
762
762
|
--control-checked-bgColor-active: #3685f3;
|
|
763
|
-
--control-checked-bgColor-disabled: #
|
|
763
|
+
--control-checked-bgColor-disabled: #656c7699;
|
|
764
764
|
--control-checked-fgColor-rest: #ffffff;
|
|
765
765
|
--control-checked-fgColor-disabled: #010409;
|
|
766
766
|
--control-checked-borderColor-rest: #1f6feb;
|
|
767
767
|
--control-checked-borderColor-hover: #2a7aef;
|
|
768
768
|
--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: #
|
|
769
|
+
--control-checked-borderColor-disabled: #656c7699;
|
|
770
|
+
--controlTrack-bgColor-rest: #262c36;
|
|
771
|
+
--controlTrack-bgColor-hover: #2a313c;
|
|
772
|
+
--controlTrack-bgColor-active: #2f3742;
|
|
773
|
+
--controlTrack-bgColor-disabled: #656c7699;
|
|
774
|
+
--controlTrack-fgColor-rest: #9198a1;
|
|
775
775
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
776
|
-
--controlTrack-borderColor-rest: #
|
|
777
|
-
--controlTrack-borderColor-disabled: #
|
|
776
|
+
--controlTrack-borderColor-rest: #3d444d;
|
|
777
|
+
--controlTrack-borderColor-disabled: #656c7699;
|
|
778
778
|
--controlKnob-bgColor-rest: #010409;
|
|
779
|
-
--controlKnob-bgColor-disabled: #
|
|
779
|
+
--controlKnob-bgColor-disabled: #212830;
|
|
780
780
|
--controlKnob-bgColor-checked: #ffffff;
|
|
781
|
-
--controlKnob-borderColor-rest: #
|
|
782
|
-
--controlKnob-borderColor-disabled: #
|
|
781
|
+
--controlKnob-borderColor-rest: #656c76;
|
|
782
|
+
--controlKnob-borderColor-disabled: #212830;
|
|
783
783
|
--controlKnob-borderColor-checked: #1f6feb;
|
|
784
784
|
--counter-borderColor: #00000000;
|
|
785
|
-
--button-default-fgColor-rest: #
|
|
786
|
-
--button-default-bgColor-rest: #
|
|
787
|
-
--button-default-bgColor-hover: #
|
|
788
|
-
--button-default-bgColor-active: #
|
|
789
|
-
--button-default-bgColor-selected: #
|
|
790
|
-
--button-default-bgColor-disabled: #
|
|
791
|
-
--button-default-borderColor-rest: #
|
|
792
|
-
--button-default-borderColor-hover: #
|
|
793
|
-
--button-default-borderColor-active: #
|
|
794
|
-
--button-default-borderColor-disabled: #
|
|
785
|
+
--button-default-fgColor-rest: #f0f6fc;
|
|
786
|
+
--button-default-bgColor-rest: #212830;
|
|
787
|
+
--button-default-bgColor-hover: #262c36;
|
|
788
|
+
--button-default-bgColor-active: #2a313c;
|
|
789
|
+
--button-default-bgColor-selected: #2a313c;
|
|
790
|
+
--button-default-bgColor-disabled: #212830;
|
|
791
|
+
--button-default-borderColor-rest: #3d444d;
|
|
792
|
+
--button-default-borderColor-hover: #3d444d;
|
|
793
|
+
--button-default-borderColor-active: #3d444d;
|
|
794
|
+
--button-default-borderColor-disabled: #656c761a;
|
|
795
795
|
--button-default-shadow-resting: 0px 0px 0px 0px #000000;
|
|
796
796
|
--button-primary-fgColor-rest: #ffffff;
|
|
797
797
|
--button-primary-fgColor-disabled: #ffffff66;
|
|
@@ -800,34 +800,34 @@
|
|
|
800
800
|
--button-primary-bgColor-hover: #2a7aef;
|
|
801
801
|
--button-primary-bgColor-active: #3685f3;
|
|
802
802
|
--button-primary-bgColor-disabled: #1158c7;
|
|
803
|
-
--button-primary-borderColor-rest: #
|
|
804
|
-
--button-primary-borderColor-hover: #
|
|
805
|
-
--button-primary-borderColor-active: #
|
|
803
|
+
--button-primary-borderColor-rest: #ffffff1a;
|
|
804
|
+
--button-primary-borderColor-hover: #ffffff1a;
|
|
805
|
+
--button-primary-borderColor-active: #ffffff1a;
|
|
806
806
|
--button-primary-borderColor-disabled: #1158c7;
|
|
807
807
|
--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: #
|
|
808
|
+
--button-invisible-fgColor-rest: #9198a1;
|
|
809
|
+
--button-invisible-fgColor-hover: #9198a1;
|
|
810
|
+
--button-invisible-fgColor-disabled: #656c7699;
|
|
811
|
+
--button-invisible-iconColor-rest: #9198a1;
|
|
812
|
+
--button-invisible-iconColor-hover: #9198a1;
|
|
813
|
+
--button-invisible-iconColor-disabled: #656c7699;
|
|
814
814
|
--button-invisible-bgColor-rest: #00000000;
|
|
815
|
-
--button-invisible-bgColor-hover: #
|
|
816
|
-
--button-invisible-bgColor-active: #
|
|
817
|
-
--button-invisible-bgColor-disabled: #
|
|
815
|
+
--button-invisible-bgColor-hover: #656c7633;
|
|
816
|
+
--button-invisible-bgColor-active: #656c7640;
|
|
817
|
+
--button-invisible-bgColor-disabled: #212830;
|
|
818
818
|
--button-invisible-borderColor-rest: #00000000;
|
|
819
819
|
--button-invisible-borderColor-hover: #00000000;
|
|
820
|
-
--button-invisible-borderColor-disabled: #
|
|
820
|
+
--button-invisible-borderColor-disabled: #656c761a;
|
|
821
821
|
--button-outline-fgColor-rest: #388bfd;
|
|
822
822
|
--button-outline-fgColor-hover: #58a6ff;
|
|
823
823
|
--button-outline-fgColor-active: #ffffff;
|
|
824
824
|
--button-outline-fgColor-disabled: #4493f880;
|
|
825
825
|
--button-outline-bgColor-rest: #f0f6fc;
|
|
826
|
-
--button-outline-bgColor-hover: #
|
|
826
|
+
--button-outline-bgColor-hover: #262c36;
|
|
827
827
|
--button-outline-bgColor-active: #0d419d;
|
|
828
|
-
--button-outline-bgColor-disabled: #
|
|
829
|
-
--button-outline-borderColor-hover: #
|
|
830
|
-
--button-outline-borderColor-selected: #
|
|
828
|
+
--button-outline-bgColor-disabled: #212830;
|
|
829
|
+
--button-outline-borderColor-hover: #3d444d;
|
|
830
|
+
--button-outline-borderColor-selected: #3d444d;
|
|
831
831
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
832
832
|
--button-danger-fgColor-rest: #db6d28;
|
|
833
833
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -835,19 +835,19 @@
|
|
|
835
835
|
--button-danger-fgColor-disabled: #db6d2880;
|
|
836
836
|
--button-danger-iconColor-rest: #db6d28;
|
|
837
837
|
--button-danger-iconColor-hover: #ffffff;
|
|
838
|
-
--button-danger-bgColor-rest: #
|
|
838
|
+
--button-danger-bgColor-rest: #212830;
|
|
839
839
|
--button-danger-bgColor-hover: #9b4215;
|
|
840
840
|
--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: #
|
|
841
|
+
--button-danger-bgColor-disabled: #212830;
|
|
842
|
+
--button-danger-borderColor-rest: #3d444d;
|
|
843
|
+
--button-danger-borderColor-hover: #ffffff1a;
|
|
844
|
+
--button-danger-borderColor-active: #ffffff1a;
|
|
845
845
|
--button-danger-shadow-selected: 0px 0px 0px 0px #000000;
|
|
846
|
-
--button-inactive-fgColor: #
|
|
847
|
-
--button-inactive-bgColor: #
|
|
846
|
+
--button-inactive-fgColor: #9198a1;
|
|
847
|
+
--button-inactive-bgColor: #262c36;
|
|
848
848
|
--button-star-iconColor: #e3b341;
|
|
849
|
-
--buttonCounter-default-bgColor-rest: #
|
|
850
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
849
|
+
--buttonCounter-default-bgColor-rest: #2f3742;
|
|
850
|
+
--buttonCounter-invisible-bgColor-rest: #2f3742;
|
|
851
851
|
--buttonCounter-primary-bgColor-rest: #04260f33;
|
|
852
852
|
--buttonCounter-outline-bgColor-rest: #051d4d33;
|
|
853
853
|
--buttonCounter-outline-bgColor-hover: #051d4d33;
|
|
@@ -866,21 +866,21 @@
|
|
|
866
866
|
--reactionButton-selected-fgColor-rest: #4493f8;
|
|
867
867
|
--reactionButton-selected-fgColor-hover: #79c0ff;
|
|
868
868
|
--focus-outlineColor: #1f6feb;
|
|
869
|
-
--menu-bgColor-active: #
|
|
870
|
-
--overlay-bgColor: #
|
|
871
|
-
--overlay-borderColor: #
|
|
872
|
-
--overlay-backdrop-bgColor: #
|
|
873
|
-
--selectMenu-borderColor: #
|
|
869
|
+
--menu-bgColor-active: #151b23;
|
|
870
|
+
--overlay-bgColor: #151b23;
|
|
871
|
+
--overlay-borderColor: #3d444db3;
|
|
872
|
+
--overlay-backdrop-bgColor: #21283066;
|
|
873
|
+
--selectMenu-borderColor: #3d444d;
|
|
874
874
|
--selectMenu-bgColor-active: #0c2d6b;
|
|
875
|
-
--sideNav-bgColor-selected: #
|
|
876
|
-
--skeletonLoader-bgColor: #
|
|
877
|
-
--timelineBadge-bgColor: #
|
|
878
|
-
--treeViewItem-leadingVisual-iconColor-rest: #
|
|
875
|
+
--sideNav-bgColor-selected: #212830;
|
|
876
|
+
--skeletonLoader-bgColor: #151b23;
|
|
877
|
+
--timelineBadge-bgColor: #212830;
|
|
878
|
+
--treeViewItem-leadingVisual-iconColor-rest: #9198a1;
|
|
879
879
|
--underlineNav-borderColor-active: #f78166;
|
|
880
|
-
--underlineNav-borderColor-hover: #
|
|
881
|
-
--underlineNav-iconColor-rest: #
|
|
880
|
+
--underlineNav-borderColor-hover: #3d444db3;
|
|
881
|
+
--underlineNav-iconColor-rest: #9198a1;
|
|
882
882
|
--selection-bgColor: #1f6febb3;
|
|
883
|
-
--card-bgColor: #
|
|
883
|
+
--card-bgColor: #151b23;
|
|
884
884
|
--label-green-bgColor-rest: #122117;
|
|
885
885
|
--label-green-bgColor-hover: #182f1f;
|
|
886
886
|
--label-green-bgColor-active: #214529;
|
|
@@ -995,38 +995,38 @@
|
|
|
995
995
|
--label-coral-fgColor-rest: #f7794b;
|
|
996
996
|
--label-coral-fgColor-hover: #fa8c61;
|
|
997
997
|
--label-coral-fgColor-active: #fdaa86;
|
|
998
|
-
--tooltip-bgColor: #
|
|
998
|
+
--tooltip-bgColor: #3d444d;
|
|
999
999
|
--tooltip-fgColor: #ffffff;
|
|
1000
|
-
--fgColor-default: #
|
|
1001
|
-
--fgColor-muted: #
|
|
1000
|
+
--fgColor-default: #f0f6fc;
|
|
1001
|
+
--fgColor-muted: #9198a1;
|
|
1002
1002
|
--fgColor-onEmphasis: #ffffff;
|
|
1003
1003
|
--fgColor-onInverse: #010409;
|
|
1004
1004
|
--fgColor-white: #ffffff;
|
|
1005
1005
|
--fgColor-black: #010409;
|
|
1006
|
-
--fgColor-disabled: #
|
|
1006
|
+
--fgColor-disabled: #656c7699;
|
|
1007
1007
|
--fgColor-link: #4493f8;
|
|
1008
|
-
--fgColor-neutral: #
|
|
1008
|
+
--fgColor-neutral: #9198a1;
|
|
1009
1009
|
--fgColor-accent: #4493f8;
|
|
1010
1010
|
--fgColor-success: #58a6ff;
|
|
1011
1011
|
--fgColor-open: #f0883e;
|
|
1012
1012
|
--fgColor-attention: #d29922;
|
|
1013
1013
|
--fgColor-severe: #db6d28;
|
|
1014
1014
|
--fgColor-danger: #db6d28;
|
|
1015
|
-
--fgColor-closed: #
|
|
1015
|
+
--fgColor-closed: #9198a1;
|
|
1016
1016
|
--fgColor-done: #ab7df8;
|
|
1017
1017
|
--fgColor-upsell: #ab7df8;
|
|
1018
1018
|
--fgColor-sponsors: #db61a2;
|
|
1019
1019
|
--bgColor-default: #0d1117;
|
|
1020
|
-
--bgColor-muted: #
|
|
1020
|
+
--bgColor-muted: #151b23;
|
|
1021
1021
|
--bgColor-inset: #010409;
|
|
1022
|
-
--bgColor-emphasis: #
|
|
1022
|
+
--bgColor-emphasis: #3d444d;
|
|
1023
1023
|
--bgColor-inverse: #ffffff;
|
|
1024
1024
|
--bgColor-white: #ffffff;
|
|
1025
1025
|
--bgColor-black: #010409;
|
|
1026
|
-
--bgColor-disabled: #
|
|
1026
|
+
--bgColor-disabled: #212830;
|
|
1027
1027
|
--bgColor-transparent: #00000000;
|
|
1028
|
-
--bgColor-neutral-muted: #
|
|
1029
|
-
--bgColor-neutral-emphasis: #
|
|
1028
|
+
--bgColor-neutral-muted: #2f3742b3;
|
|
1029
|
+
--bgColor-neutral-emphasis: #656c76;
|
|
1030
1030
|
--bgColor-accent-muted: #388bfd1a;
|
|
1031
1031
|
--bgColor-accent-emphasis: #1f6feb;
|
|
1032
1032
|
--bgColor-success-muted: #388bfd26;
|
|
@@ -1039,22 +1039,22 @@
|
|
|
1039
1039
|
--bgColor-severe-emphasis: #bd561d;
|
|
1040
1040
|
--bgColor-danger-muted: #db6d281a;
|
|
1041
1041
|
--bgColor-danger-emphasis: #bd561d;
|
|
1042
|
-
--bgColor-closed-muted: #
|
|
1043
|
-
--bgColor-closed-emphasis: #
|
|
1042
|
+
--bgColor-closed-muted: #2f37421a;
|
|
1043
|
+
--bgColor-closed-emphasis: #656c76;
|
|
1044
1044
|
--bgColor-done-muted: #ab7df826;
|
|
1045
1045
|
--bgColor-done-emphasis: #8957e5;
|
|
1046
1046
|
--bgColor-upsell-muted: #ab7df826;
|
|
1047
1047
|
--bgColor-upsell-emphasis: #8957e5;
|
|
1048
1048
|
--bgColor-sponsors-muted: #db61a21a;
|
|
1049
1049
|
--bgColor-sponsors-emphasis: #bf4b8a;
|
|
1050
|
-
--borderColor-default: #
|
|
1051
|
-
--borderColor-muted: #
|
|
1052
|
-
--borderColor-emphasis: #
|
|
1053
|
-
--borderColor-disabled: #
|
|
1050
|
+
--borderColor-default: #3d444d;
|
|
1051
|
+
--borderColor-muted: #3d444db3;
|
|
1052
|
+
--borderColor-emphasis: #656c76;
|
|
1053
|
+
--borderColor-disabled: #656c761a;
|
|
1054
1054
|
--borderColor-transparent: #00000000;
|
|
1055
1055
|
--borderColor-translucent: #ffffff26;
|
|
1056
|
-
--borderColor-neutral-muted: #
|
|
1057
|
-
--borderColor-neutral-emphasis: #
|
|
1056
|
+
--borderColor-neutral-muted: #3d444db3;
|
|
1057
|
+
--borderColor-neutral-emphasis: #656c76;
|
|
1058
1058
|
--borderColor-accent-muted: #388bfd66;
|
|
1059
1059
|
--borderColor-accent-emphasis: #1f6feb;
|
|
1060
1060
|
--borderColor-success-muted: #388bfd66;
|
|
@@ -1067,19 +1067,19 @@
|
|
|
1067
1067
|
--borderColor-severe-emphasis: #bd561d;
|
|
1068
1068
|
--borderColor-danger-muted: #db6d2866;
|
|
1069
1069
|
--borderColor-danger-emphasis: #bd561d;
|
|
1070
|
-
--borderColor-closed-muted: #
|
|
1071
|
-
--borderColor-closed-emphasis: #
|
|
1070
|
+
--borderColor-closed-muted: #3d444d66;
|
|
1071
|
+
--borderColor-closed-emphasis: #656c76;
|
|
1072
1072
|
--borderColor-done-muted: #ab7df866;
|
|
1073
1073
|
--borderColor-done-emphasis: #8957e5;
|
|
1074
1074
|
--borderColor-upsell-muted: #ab7df866;
|
|
1075
1075
|
--borderColor-upsell-emphasis: #8957e5;
|
|
1076
1076
|
--borderColor-sponsors-muted: #db61a266;
|
|
1077
1077
|
--borderColor-sponsors-emphasis: #bf4b8a;
|
|
1078
|
-
--color-ansi-black: #
|
|
1079
|
-
--color-ansi-black-bright: #
|
|
1080
|
-
--color-ansi-white: #
|
|
1078
|
+
--color-ansi-black: #2f3742;
|
|
1079
|
+
--color-ansi-black-bright: #656c76;
|
|
1080
|
+
--color-ansi-white: #f0f6fc;
|
|
1081
1081
|
--color-ansi-white-bright: #ffffff;
|
|
1082
|
-
--color-ansi-gray: #
|
|
1082
|
+
--color-ansi-gray: #656c76;
|
|
1083
1083
|
--color-ansi-red: #f0883e;
|
|
1084
1084
|
--color-ansi-red-bright: #ffa657;
|
|
1085
1085
|
--color-ansi-green: #58a6ff;
|
|
@@ -1092,17 +1092,17 @@
|
|
|
1092
1092
|
--color-ansi-magenta-bright: #d2a8ff;
|
|
1093
1093
|
--color-ansi-cyan: #39c5cf;
|
|
1094
1094
|
--color-ansi-cyan-bright: #56d4dd;
|
|
1095
|
-
--color-prettylights-syntax-comment: #
|
|
1095
|
+
--color-prettylights-syntax-comment: #9198a1;
|
|
1096
1096
|
--color-prettylights-syntax-constant: #79c0ff;
|
|
1097
1097
|
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
|
1098
1098
|
--color-prettylights-syntax-entity: #d2a8ff;
|
|
1099
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
1099
|
+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
|
|
1100
1100
|
--color-prettylights-syntax-entity-tag: #a5d6ff;
|
|
1101
1101
|
--color-prettylights-syntax-keyword: #f0883e;
|
|
1102
1102
|
--color-prettylights-syntax-string: #a5d6ff;
|
|
1103
1103
|
--color-prettylights-syntax-variable: #ffa657;
|
|
1104
1104
|
--color-prettylights-syntax-brackethighlighter-unmatched: #db6d28;
|
|
1105
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
1105
|
+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
|
|
1106
1106
|
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
|
|
1107
1107
|
--color-prettylights-syntax-invalid-illegal-bg: #762d0a;
|
|
1108
1108
|
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
|
|
@@ -1110,26 +1110,26 @@
|
|
|
1110
1110
|
--color-prettylights-syntax-string-regexp: #a5d6ff;
|
|
1111
1111
|
--color-prettylights-syntax-markup-list: #f2cc60;
|
|
1112
1112
|
--color-prettylights-syntax-markup-heading: #1f6feb;
|
|
1113
|
-
--color-prettylights-syntax-markup-italic: #
|
|
1114
|
-
--color-prettylights-syntax-markup-bold: #
|
|
1113
|
+
--color-prettylights-syntax-markup-italic: #f0f6fc;
|
|
1114
|
+
--color-prettylights-syntax-markup-bold: #f0f6fc;
|
|
1115
1115
|
--color-prettylights-syntax-markup-deleted-text: #ffdfb6;
|
|
1116
1116
|
--color-prettylights-syntax-markup-deleted-bg: #5a1e02;
|
|
1117
1117
|
--color-prettylights-syntax-markup-inserted-text: #cae8ff;
|
|
1118
1118
|
--color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
|
|
1119
1119
|
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
|
|
1120
1120
|
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
|
|
1121
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
1121
|
+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
|
|
1122
1122
|
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
|
|
1123
1123
|
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
|
|
1124
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
1124
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
|
|
1125
1125
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1126
1126
|
--shadow-resting-xsmall: 0px 1px 0px 0px #010409cc;
|
|
1127
1127
|
--shadow-resting-small: 0px 1px 0px 0px #01040966;
|
|
1128
1128
|
--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 #
|
|
1129
|
+
--shadow-floating-small: 0px 0px 0px 1px #3d444d, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1130
|
+
--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;
|
|
1131
|
+
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409;
|
|
1132
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #3d444d, 0px 32px 64px 0px #010409;
|
|
1133
1133
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1134
1134
|
--outline-focus: #1f6feb solid 2px;
|
|
1135
1135
|
}
|