@sap-ux/control-property-editor 0.5.0 → 0.5.2
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/CHANGELOG.md +12 -0
- package/dist/app.css +1 -1
- package/dist/app.css.map +3 -3
- package/dist/app.js +55 -58
- package/dist/app.js.map +3 -3
- package/package.json +3 -3
- package/src/components/ThemeSelectorCallout.scss +6 -6
- package/src/components/ThemeSelectorCallout.tsx +9 -20
- package/src/index.css +506 -449
- package/src/index.tsx +0 -5
- package/src/panels/LeftPanel.tsx +2 -1
- package/src/panels/changes/ChangesPanel.module.scss +1 -4
- package/src/panels/changes/ChangesPanel.tsx +1 -1
- package/src/panels/outline/OutlinePanel.scss +4 -3
- package/src/panels/outline/Tree.tsx +14 -3
- package/src/use-theme.ts +19 -0
- package/test/unit/toolbar/ThemeSelector.test.tsx +7 -7
package/src/index.css
CHANGED
|
@@ -22,7 +22,7 @@ code {
|
|
|
22
22
|
font-family: var(--vscode-font-family);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
html[data-theme='dark'] {
|
|
25
|
+
html[data-theme='dark modern'] {
|
|
26
26
|
--vscode-font-family: "Segoe WPC", "Segoe UI", sans-serif;
|
|
27
27
|
--vscode-font-weight: normal;
|
|
28
28
|
--vscode-font-size: 13px;
|
|
@@ -31,32 +31,32 @@ html[data-theme='dark'] {
|
|
|
31
31
|
--vscode-editor-font-size: 14px;
|
|
32
32
|
--vscode-foreground: #cccccc;
|
|
33
33
|
--vscode-disabledForeground: rgba(204, 204, 204, 0.5);
|
|
34
|
-
--vscode-errorForeground: #
|
|
35
|
-
--vscode-descriptionForeground:
|
|
36
|
-
--vscode-icon-foreground: #
|
|
37
|
-
--vscode-focusBorder: #
|
|
38
|
-
--vscode-textLink-foreground: #
|
|
39
|
-
--vscode-textLink-activeForeground: #
|
|
40
|
-
--vscode-textSeparator-foreground:
|
|
41
|
-
--vscode-textPreformat-foreground: #
|
|
42
|
-
--vscode-textPreformat-background:
|
|
43
|
-
--vscode-textBlockQuote-background: #
|
|
44
|
-
--vscode-textBlockQuote-border:
|
|
45
|
-
--vscode-textCodeBlock-background:
|
|
46
|
-
--vscode-sash-hoverBorder: #
|
|
47
|
-
--vscode-badge-background: #
|
|
48
|
-
--vscode-badge-foreground: #
|
|
34
|
+
--vscode-errorForeground: #f85149;
|
|
35
|
+
--vscode-descriptionForeground: #9d9d9d;
|
|
36
|
+
--vscode-icon-foreground: #cccccc;
|
|
37
|
+
--vscode-focusBorder: #0078d4;
|
|
38
|
+
--vscode-textLink-foreground: #4daafc;
|
|
39
|
+
--vscode-textLink-activeForeground: #4daafc;
|
|
40
|
+
--vscode-textSeparator-foreground: #21262d;
|
|
41
|
+
--vscode-textPreformat-foreground: #d0d0d0;
|
|
42
|
+
--vscode-textPreformat-background: #3c3c3c;
|
|
43
|
+
--vscode-textBlockQuote-background: #2b2b2b;
|
|
44
|
+
--vscode-textBlockQuote-border: #616161;
|
|
45
|
+
--vscode-textCodeBlock-background: #2b2b2b;
|
|
46
|
+
--vscode-sash-hoverBorder: #0078d4;
|
|
47
|
+
--vscode-badge-background: #616161;
|
|
48
|
+
--vscode-badge-foreground: #f8f8f8;
|
|
49
49
|
--vscode-scrollbar-shadow: #000000;
|
|
50
50
|
--vscode-scrollbarSlider-background: rgba(121, 121, 121, 0.4);
|
|
51
51
|
--vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
|
|
52
52
|
--vscode-scrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);
|
|
53
|
-
--vscode-progressBar-background: #
|
|
54
|
-
--vscode-editor-background: #
|
|
55
|
-
--vscode-editor-foreground: #
|
|
56
|
-
--vscode-editorStickyScroll-background: #
|
|
53
|
+
--vscode-progressBar-background: #0078d4;
|
|
54
|
+
--vscode-editor-background: #1f1f1f;
|
|
55
|
+
--vscode-editor-foreground: #cccccc;
|
|
56
|
+
--vscode-editorStickyScroll-background: #1f1f1f;
|
|
57
57
|
--vscode-editorStickyScrollHover-background: #2a2d2e;
|
|
58
58
|
--vscode-editorStickyScroll-shadow: #000000;
|
|
59
|
-
--vscode-editorWidget-background: #
|
|
59
|
+
--vscode-editorWidget-background: #202020;
|
|
60
60
|
--vscode-editorWidget-foreground: #cccccc;
|
|
61
61
|
--vscode-editorWidget-border: #454545;
|
|
62
62
|
--vscode-editorError-foreground: #f14c4c;
|
|
@@ -67,20 +67,20 @@ html[data-theme='dark'] {
|
|
|
67
67
|
--vscode-editor-selectionBackground: #264f78;
|
|
68
68
|
--vscode-editor-inactiveSelectionBackground: #3a3d41;
|
|
69
69
|
--vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.15);
|
|
70
|
-
--vscode-editor-findMatchBackground: #
|
|
70
|
+
--vscode-editor-findMatchBackground: #9e6a03;
|
|
71
71
|
--vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
|
|
72
72
|
--vscode-editor-findRangeHighlightBackground: rgba(58, 61, 65, 0.4);
|
|
73
73
|
--vscode-editor-hoverHighlightBackground: rgba(38, 79, 120, 0.25);
|
|
74
|
-
--vscode-editorHoverWidget-background: #
|
|
74
|
+
--vscode-editorHoverWidget-background: #202020;
|
|
75
75
|
--vscode-editorHoverWidget-foreground: #cccccc;
|
|
76
76
|
--vscode-editorHoverWidget-border: #454545;
|
|
77
|
-
--vscode-editorHoverWidget-statusBarBackground: #
|
|
77
|
+
--vscode-editorHoverWidget-statusBarBackground: #262626;
|
|
78
78
|
--vscode-editorInlayHint-foreground: #969696;
|
|
79
|
-
--vscode-editorInlayHint-background: rgba(
|
|
79
|
+
--vscode-editorInlayHint-background: rgba(97, 97, 97, 0.1);
|
|
80
80
|
--vscode-editorInlayHint-typeForeground: #969696;
|
|
81
|
-
--vscode-editorInlayHint-typeBackground: rgba(
|
|
81
|
+
--vscode-editorInlayHint-typeBackground: rgba(97, 97, 97, 0.1);
|
|
82
82
|
--vscode-editorInlayHint-parameterForeground: #969696;
|
|
83
|
-
--vscode-editorInlayHint-parameterBackground: rgba(
|
|
83
|
+
--vscode-editorInlayHint-parameterBackground: rgba(97, 97, 97, 0.1);
|
|
84
84
|
--vscode-editorLightBulb-foreground: #ffcc00;
|
|
85
85
|
--vscode-editorLightBulbAutoFix-foreground: #75beff;
|
|
86
86
|
--vscode-editorLightBulbAi-foreground: #ffcc00;
|
|
@@ -91,18 +91,18 @@ html[data-theme='dark'] {
|
|
|
91
91
|
--vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, 0.2);
|
|
92
92
|
--vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);
|
|
93
93
|
--vscode-diffEditor-diagonalFill: rgba(204, 204, 204, 0.2);
|
|
94
|
-
--vscode-diffEditor-unchangedRegionBackground: #
|
|
94
|
+
--vscode-diffEditor-unchangedRegionBackground: #181818;
|
|
95
95
|
--vscode-diffEditor-unchangedRegionForeground: #cccccc;
|
|
96
96
|
--vscode-diffEditor-unchangedCodeBackground: rgba(116, 116, 116, 0.16);
|
|
97
97
|
--vscode-widget-shadow: rgba(0, 0, 0, 0.36);
|
|
98
|
-
--vscode-widget-border: #
|
|
98
|
+
--vscode-widget-border: #313131;
|
|
99
99
|
--vscode-toolbar-hoverBackground: rgba(90, 93, 94, 0.31);
|
|
100
100
|
--vscode-toolbar-activeBackground: rgba(99, 102, 103, 0.31);
|
|
101
101
|
--vscode-breadcrumb-foreground: rgba(204, 204, 204, 0.8);
|
|
102
|
-
--vscode-breadcrumb-background: #
|
|
102
|
+
--vscode-breadcrumb-background: #1f1f1f;
|
|
103
103
|
--vscode-breadcrumb-focusForeground: #e0e0e0;
|
|
104
104
|
--vscode-breadcrumb-activeSelectionForeground: #e0e0e0;
|
|
105
|
-
--vscode-breadcrumbPicker-background: #
|
|
105
|
+
--vscode-breadcrumbPicker-background: #202020;
|
|
106
106
|
--vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
|
|
107
107
|
--vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
|
|
108
108
|
--vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
|
|
@@ -117,52 +117,55 @@ html[data-theme='dark'] {
|
|
|
117
117
|
--vscode-problemsErrorIcon-foreground: #f14c4c;
|
|
118
118
|
--vscode-problemsWarningIcon-foreground: #cca700;
|
|
119
119
|
--vscode-problemsInfoIcon-foreground: #3794ff;
|
|
120
|
-
--vscode-input-background: #
|
|
120
|
+
--vscode-input-background: #313131;
|
|
121
121
|
--vscode-input-foreground: #cccccc;
|
|
122
|
-
--vscode-
|
|
122
|
+
--vscode-input-border: #3c3c3c;
|
|
123
|
+
--vscode-inputOption-activeBorder: #2488db;
|
|
123
124
|
--vscode-inputOption-hoverBackground: rgba(90, 93, 94, 0.5);
|
|
124
|
-
--vscode-inputOption-activeBackground: rgba(
|
|
125
|
+
--vscode-inputOption-activeBackground: rgba(36, 137, 219, 0.51);
|
|
125
126
|
--vscode-inputOption-activeForeground: #ffffff;
|
|
126
|
-
--vscode-input-placeholderForeground: #
|
|
127
|
+
--vscode-input-placeholderForeground: #989898;
|
|
127
128
|
--vscode-inputValidation-infoBackground: #063b49;
|
|
128
129
|
--vscode-inputValidation-infoBorder: #007acc;
|
|
129
130
|
--vscode-inputValidation-warningBackground: #352a05;
|
|
130
131
|
--vscode-inputValidation-warningBorder: #b89500;
|
|
131
132
|
--vscode-inputValidation-errorBackground: #5a1d1d;
|
|
132
133
|
--vscode-inputValidation-errorBorder: #be1100;
|
|
133
|
-
--vscode-dropdown-background: #
|
|
134
|
-
--vscode-dropdown-
|
|
134
|
+
--vscode-dropdown-background: #313131;
|
|
135
|
+
--vscode-dropdown-listBackground: #1f1f1f;
|
|
136
|
+
--vscode-dropdown-foreground: #cccccc;
|
|
135
137
|
--vscode-dropdown-border: #3c3c3c;
|
|
136
138
|
--vscode-button-foreground: #ffffff;
|
|
137
139
|
--vscode-button-separator: rgba(255, 255, 255, 0.4);
|
|
138
|
-
--vscode-button-background: #
|
|
139
|
-
--vscode-button-hoverBackground: #
|
|
140
|
-
--vscode-button-
|
|
141
|
-
--vscode-button-
|
|
142
|
-
--vscode-button-
|
|
143
|
-
--vscode-
|
|
144
|
-
--vscode-checkbox-
|
|
145
|
-
--vscode-checkbox-
|
|
146
|
-
--vscode-checkbox-
|
|
147
|
-
--vscode-checkbox-
|
|
140
|
+
--vscode-button-background: #0078d4;
|
|
141
|
+
--vscode-button-hoverBackground: #026ec1;
|
|
142
|
+
--vscode-button-border: rgba(255, 255, 255, 0.07);
|
|
143
|
+
--vscode-button-secondaryForeground: #cccccc;
|
|
144
|
+
--vscode-button-secondaryBackground: #313131;
|
|
145
|
+
--vscode-button-secondaryHoverBackground: #3c3c3c;
|
|
146
|
+
--vscode-checkbox-background: #313131;
|
|
147
|
+
--vscode-checkbox-selectBackground: #202020;
|
|
148
|
+
--vscode-checkbox-foreground: #cccccc;
|
|
149
|
+
--vscode-checkbox-border: #3c3c3c;
|
|
150
|
+
--vscode-checkbox-selectBorder: #cccccc;
|
|
148
151
|
--vscode-keybindingLabel-background: rgba(128, 128, 128, 0.17);
|
|
149
152
|
--vscode-keybindingLabel-foreground: #cccccc;
|
|
150
153
|
--vscode-keybindingLabel-border: rgba(51, 51, 51, 0.6);
|
|
151
154
|
--vscode-keybindingLabel-bottomBorder: rgba(68, 68, 68, 0.6);
|
|
152
|
-
--vscode-list-focusOutline: #
|
|
155
|
+
--vscode-list-focusOutline: #0078d4;
|
|
153
156
|
--vscode-list-activeSelectionBackground: #04395e;
|
|
154
157
|
--vscode-list-activeSelectionForeground: #ffffff;
|
|
155
158
|
--vscode-list-activeSelectionIconForeground: #ffffff;
|
|
156
159
|
--vscode-list-inactiveSelectionBackground: #37373d;
|
|
157
160
|
--vscode-list-hoverBackground: #2a2d2e;
|
|
158
161
|
--vscode-list-dropBackground: #383b3d;
|
|
159
|
-
--vscode-list-dropBetweenBackground: #
|
|
162
|
+
--vscode-list-dropBetweenBackground: #cccccc;
|
|
160
163
|
--vscode-list-highlightForeground: #2aaaff;
|
|
161
164
|
--vscode-list-focusHighlightForeground: #2aaaff;
|
|
162
165
|
--vscode-list-invalidItemForeground: #b89500;
|
|
163
166
|
--vscode-list-errorForeground: #f88070;
|
|
164
167
|
--vscode-list-warningForeground: #cca700;
|
|
165
|
-
--vscode-listFilterWidget-background: #
|
|
168
|
+
--vscode-listFilterWidget-background: #202020;
|
|
166
169
|
--vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
|
|
167
170
|
--vscode-listFilterWidget-noMatchesOutline: #be1100;
|
|
168
171
|
--vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.36);
|
|
@@ -174,9 +177,9 @@ html[data-theme='dark'] {
|
|
|
174
177
|
--vscode-tree-tableOddRowsBackground: rgba(204, 204, 204, 0.04);
|
|
175
178
|
--vscode-menu-border: #454545;
|
|
176
179
|
--vscode-menu-foreground: #cccccc;
|
|
177
|
-
--vscode-menu-background: #
|
|
180
|
+
--vscode-menu-background: #1f1f1f;
|
|
178
181
|
--vscode-menu-selectionForeground: #ffffff;
|
|
179
|
-
--vscode-menu-selectionBackground: #
|
|
182
|
+
--vscode-menu-selectionBackground: #0078d4;
|
|
180
183
|
--vscode-menu-separatorBackground: #454545;
|
|
181
184
|
--vscode-minimap-findMatchHighlight: #d18616;
|
|
182
185
|
--vscode-minimap-selectionOccurrenceHighlight: #676767;
|
|
@@ -196,18 +199,18 @@ html[data-theme='dark'] {
|
|
|
196
199
|
--vscode-charts-orange: #d18616;
|
|
197
200
|
--vscode-charts-green: #89d185;
|
|
198
201
|
--vscode-charts-purple: #b180d7;
|
|
199
|
-
--vscode-quickInput-background: #
|
|
202
|
+
--vscode-quickInput-background: #222222;
|
|
200
203
|
--vscode-quickInput-foreground: #cccccc;
|
|
201
204
|
--vscode-quickInputTitle-background: rgba(255, 255, 255, 0.1);
|
|
202
205
|
--vscode-pickerGroup-foreground: #3794ff;
|
|
203
|
-
--vscode-pickerGroup-border: #
|
|
206
|
+
--vscode-pickerGroup-border: #3c3c3c;
|
|
204
207
|
--vscode-quickInputList-focusForeground: #ffffff;
|
|
205
208
|
--vscode-quickInputList-focusIconForeground: #ffffff;
|
|
206
209
|
--vscode-quickInputList-focusBackground: #04395e;
|
|
207
210
|
--vscode-search-resultsInfoForeground: rgba(204, 204, 204, 0.65);
|
|
208
211
|
--vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
|
|
209
212
|
--vscode-multiDiffEditor-headerBackground: #262626;
|
|
210
|
-
--vscode-multiDiffEditor-border:
|
|
213
|
+
--vscode-multiDiffEditor-border: #2b2b2b;
|
|
211
214
|
--vscode-symbolIcon-arrayForeground: #cccccc;
|
|
212
215
|
--vscode-symbolIcon-booleanForeground: #cccccc;
|
|
213
216
|
--vscode-symbolIcon-classForeground: #ee9d28;
|
|
@@ -250,7 +253,7 @@ html[data-theme='dark'] {
|
|
|
250
253
|
--vscode-editorMultiCursor-primary\.foreground: #aeafad;
|
|
251
254
|
--vscode-editorMultiCursor-secondary\.foreground: #aeafad;
|
|
252
255
|
--vscode-editorWhitespace-foreground: rgba(227, 228, 226, 0.16);
|
|
253
|
-
--vscode-editorLineNumber-foreground: #
|
|
256
|
+
--vscode-editorLineNumber-foreground: #6e7681;
|
|
254
257
|
--vscode-editorIndentGuide-background: rgba(227, 228, 226, 0.16);
|
|
255
258
|
--vscode-editorIndentGuide-activeBackground: rgba(227, 228, 226, 0.16);
|
|
256
259
|
--vscode-editorIndentGuide-background1: #404040;
|
|
@@ -266,13 +269,13 @@ html[data-theme='dark'] {
|
|
|
266
269
|
--vscode-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);
|
|
267
270
|
--vscode-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);
|
|
268
271
|
--vscode-editorActiveLineNumber-foreground: #c6c6c6;
|
|
269
|
-
--vscode-editorLineNumber-activeForeground: #
|
|
272
|
+
--vscode-editorLineNumber-activeForeground: #cccccc;
|
|
270
273
|
--vscode-editorRuler-foreground: #5a5a5a;
|
|
271
274
|
--vscode-editorCodeLens-foreground: #999999;
|
|
272
275
|
--vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
|
|
273
276
|
--vscode-editorBracketMatch-border: #888888;
|
|
274
|
-
--vscode-editorOverviewRuler-border:
|
|
275
|
-
--vscode-editorGutter-background: #
|
|
277
|
+
--vscode-editorOverviewRuler-border: #010409;
|
|
278
|
+
--vscode-editorGutter-background: #1f1f1f;
|
|
276
279
|
--vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.67);
|
|
277
280
|
--vscode-editorGhostText-foreground: rgba(255, 255, 255, 0.34);
|
|
278
281
|
--vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
|
|
@@ -304,7 +307,7 @@ html[data-theme='dark'] {
|
|
|
304
307
|
--vscode-diffEditor-unchangedRegionShadow: #000000;
|
|
305
308
|
--vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
|
|
306
309
|
--vscode-editor-foldBackground: rgba(38, 79, 120, 0.3);
|
|
307
|
-
--vscode-editorGutter-foldingControlForeground: #
|
|
310
|
+
--vscode-editorGutter-foldingControlForeground: #cccccc;
|
|
308
311
|
--vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);
|
|
309
312
|
--vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.72);
|
|
310
313
|
--vscode-editor-wordHighlightStrongBackground: rgba(0, 73, 114, 0.72);
|
|
@@ -316,99 +319,113 @@ html[data-theme='dark'] {
|
|
|
316
319
|
--vscode-peekViewTitleLabel-foreground: #ffffff;
|
|
317
320
|
--vscode-peekViewTitleDescription-foreground: rgba(204, 204, 204, 0.7);
|
|
318
321
|
--vscode-peekView-border: #3794ff;
|
|
319
|
-
--vscode-peekViewResult-background: #
|
|
322
|
+
--vscode-peekViewResult-background: #1f1f1f;
|
|
320
323
|
--vscode-peekViewResult-lineForeground: #bbbbbb;
|
|
321
324
|
--vscode-peekViewResult-fileForeground: #ffffff;
|
|
322
325
|
--vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
|
|
323
326
|
--vscode-peekViewResult-selectionForeground: #ffffff;
|
|
324
|
-
--vscode-peekViewEditor-background: #
|
|
325
|
-
--vscode-peekViewEditorGutter-background: #
|
|
326
|
-
--vscode-peekViewEditorStickyScroll-background: #
|
|
327
|
-
--vscode-peekViewResult-matchHighlightBackground: rgba(
|
|
328
|
-
--vscode-peekViewEditor-matchHighlightBackground: rgba(
|
|
327
|
+
--vscode-peekViewEditor-background: #1f1f1f;
|
|
328
|
+
--vscode-peekViewEditorGutter-background: #1f1f1f;
|
|
329
|
+
--vscode-peekViewEditorStickyScroll-background: #1f1f1f;
|
|
330
|
+
--vscode-peekViewResult-matchHighlightBackground: rgba(187, 128, 9, 0.4);
|
|
331
|
+
--vscode-peekViewEditor-matchHighlightBackground: rgba(187, 128, 9, 0.4);
|
|
329
332
|
--vscode-editorMarkerNavigationError-background: #f14c4c;
|
|
330
333
|
--vscode-editorMarkerNavigationError-headerBackground: rgba(241, 76, 76, 0.1);
|
|
331
334
|
--vscode-editorMarkerNavigationWarning-background: #cca700;
|
|
332
335
|
--vscode-editorMarkerNavigationWarning-headerBackground: rgba(204, 167, 0, 0.1);
|
|
333
336
|
--vscode-editorMarkerNavigationInfo-background: #3794ff;
|
|
334
337
|
--vscode-editorMarkerNavigationInfo-headerBackground: rgba(55, 148, 255, 0.1);
|
|
335
|
-
--vscode-editorMarkerNavigation-background: #
|
|
336
|
-
--vscode-editorSuggestWidget-background: #
|
|
338
|
+
--vscode-editorMarkerNavigation-background: #1f1f1f;
|
|
339
|
+
--vscode-editorSuggestWidget-background: #202020;
|
|
337
340
|
--vscode-editorSuggestWidget-border: #454545;
|
|
338
|
-
--vscode-editorSuggestWidget-foreground: #
|
|
341
|
+
--vscode-editorSuggestWidget-foreground: #cccccc;
|
|
339
342
|
--vscode-editorSuggestWidget-selectedForeground: #ffffff;
|
|
340
343
|
--vscode-editorSuggestWidget-selectedIconForeground: #ffffff;
|
|
341
344
|
--vscode-editorSuggestWidget-selectedBackground: #04395e;
|
|
342
345
|
--vscode-editorSuggestWidget-highlightForeground: #2aaaff;
|
|
343
346
|
--vscode-editorSuggestWidget-focusHighlightForeground: #2aaaff;
|
|
344
|
-
--vscode-editorSuggestWidgetStatus-foreground: rgba(
|
|
345
|
-
--vscode-editorWatermark-foreground: rgba(
|
|
346
|
-
--vscode-tab-activeBackground: #
|
|
347
|
-
--vscode-tab-unfocusedActiveBackground: #
|
|
348
|
-
--vscode-tab-inactiveBackground: #
|
|
349
|
-
--vscode-tab-unfocusedInactiveBackground: #
|
|
347
|
+
--vscode-editorSuggestWidgetStatus-foreground: rgba(204, 204, 204, 0.5);
|
|
348
|
+
--vscode-editorWatermark-foreground: rgba(204, 204, 204, 0.6);
|
|
349
|
+
--vscode-tab-activeBackground: #1f1f1f;
|
|
350
|
+
--vscode-tab-unfocusedActiveBackground: #1f1f1f;
|
|
351
|
+
--vscode-tab-inactiveBackground: #181818;
|
|
352
|
+
--vscode-tab-unfocusedInactiveBackground: #181818;
|
|
350
353
|
--vscode-tab-activeForeground: #ffffff;
|
|
351
|
-
--vscode-tab-inactiveForeground:
|
|
354
|
+
--vscode-tab-inactiveForeground: #9d9d9d;
|
|
352
355
|
--vscode-tab-unfocusedActiveForeground: rgba(255, 255, 255, 0.5);
|
|
353
|
-
--vscode-tab-unfocusedInactiveForeground: rgba(
|
|
354
|
-
--vscode-tab-
|
|
356
|
+
--vscode-tab-unfocusedInactiveForeground: rgba(157, 157, 157, 0.5);
|
|
357
|
+
--vscode-tab-hoverBackground: #1f1f1f;
|
|
358
|
+
--vscode-tab-unfocusedHoverBackground: #1f1f1f;
|
|
359
|
+
--vscode-tab-border: #2b2b2b;
|
|
355
360
|
--vscode-tab-lastPinnedBorder: rgba(204, 204, 204, 0.2);
|
|
361
|
+
--vscode-tab-activeBorder: #1f1f1f;
|
|
362
|
+
--vscode-tab-unfocusedActiveBorder: #1f1f1f;
|
|
363
|
+
--vscode-tab-activeBorderTop: #0078d4;
|
|
364
|
+
--vscode-tab-unfocusedActiveBorderTop: #2b2b2b;
|
|
365
|
+
--vscode-tab-selectedBorderTop: #6caddf;
|
|
366
|
+
--vscode-tab-selectedBackground: #222222;
|
|
367
|
+
--vscode-tab-selectedForeground: rgba(255, 255, 255, 0.63);
|
|
356
368
|
--vscode-tab-dragAndDropBorder: #ffffff;
|
|
357
369
|
--vscode-tab-activeModifiedBorder: #3399cc;
|
|
358
370
|
--vscode-tab-inactiveModifiedBorder: rgba(51, 153, 204, 0.5);
|
|
359
371
|
--vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, 0.5);
|
|
360
372
|
--vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, 0.25);
|
|
361
|
-
--vscode-editorPane-background: #
|
|
362
|
-
--vscode-editorGroupHeader-tabsBackground: #
|
|
363
|
-
--vscode-editorGroupHeader-
|
|
364
|
-
--vscode-
|
|
373
|
+
--vscode-editorPane-background: #1f1f1f;
|
|
374
|
+
--vscode-editorGroupHeader-tabsBackground: #181818;
|
|
375
|
+
--vscode-editorGroupHeader-tabsBorder: #2b2b2b;
|
|
376
|
+
--vscode-editorGroupHeader-noTabsBackground: #1f1f1f;
|
|
377
|
+
--vscode-editorGroup-border: rgba(255, 255, 255, 0.09);
|
|
365
378
|
--vscode-editorGroup-dropBackground: rgba(83, 89, 93, 0.5);
|
|
366
379
|
--vscode-editorGroup-dropIntoPromptForeground: #cccccc;
|
|
367
|
-
--vscode-editorGroup-dropIntoPromptBackground: #
|
|
368
|
-
--vscode-sideBySideEditor-horizontalBorder:
|
|
369
|
-
--vscode-sideBySideEditor-verticalBorder:
|
|
370
|
-
--vscode-panel-background: #
|
|
371
|
-
--vscode-panel-border:
|
|
372
|
-
--vscode-panelTitle-activeForeground: #
|
|
373
|
-
--vscode-panelTitle-inactiveForeground:
|
|
374
|
-
--vscode-panelTitle-activeBorder: #
|
|
375
|
-
--vscode-
|
|
380
|
+
--vscode-editorGroup-dropIntoPromptBackground: #202020;
|
|
381
|
+
--vscode-sideBySideEditor-horizontalBorder: rgba(255, 255, 255, 0.09);
|
|
382
|
+
--vscode-sideBySideEditor-verticalBorder: rgba(255, 255, 255, 0.09);
|
|
383
|
+
--vscode-panel-background: #181818;
|
|
384
|
+
--vscode-panel-border: #2b2b2b;
|
|
385
|
+
--vscode-panelTitle-activeForeground: #cccccc;
|
|
386
|
+
--vscode-panelTitle-inactiveForeground: #9d9d9d;
|
|
387
|
+
--vscode-panelTitle-activeBorder: #0078d4;
|
|
388
|
+
--vscode-panelInput-border: #2b2b2b;
|
|
389
|
+
--vscode-panel-dropBorder: #cccccc;
|
|
376
390
|
--vscode-panelSection-dropBackground: rgba(83, 89, 93, 0.5);
|
|
377
391
|
--vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
|
|
378
|
-
--vscode-panelSection-border:
|
|
379
|
-
--vscode-panelStickyScroll-background: #
|
|
392
|
+
--vscode-panelSection-border: #2b2b2b;
|
|
393
|
+
--vscode-panelStickyScroll-background: #181818;
|
|
380
394
|
--vscode-panelStickyScroll-shadow: #000000;
|
|
381
395
|
--vscode-banner-background: #04395e;
|
|
382
396
|
--vscode-banner-foreground: #ffffff;
|
|
383
397
|
--vscode-banner-iconForeground: #3794ff;
|
|
384
|
-
--vscode-statusBar-foreground: #
|
|
385
|
-
--vscode-statusBar-noFolderForeground: #
|
|
386
|
-
--vscode-statusBar-background: #
|
|
387
|
-
--vscode-statusBar-noFolderBackground: #
|
|
388
|
-
--vscode-statusBar-
|
|
398
|
+
--vscode-statusBar-foreground: #cccccc;
|
|
399
|
+
--vscode-statusBar-noFolderForeground: #cccccc;
|
|
400
|
+
--vscode-statusBar-background: #181818;
|
|
401
|
+
--vscode-statusBar-noFolderBackground: #1f1f1f;
|
|
402
|
+
--vscode-statusBar-border: #2b2b2b;
|
|
403
|
+
--vscode-statusBar-focusBorder: #0078d4;
|
|
404
|
+
--vscode-statusBar-noFolderBorder: #2b2b2b;
|
|
389
405
|
--vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
|
|
390
|
-
--vscode-statusBarItem-focusBorder: #
|
|
406
|
+
--vscode-statusBarItem-focusBorder: #0078d4;
|
|
391
407
|
--vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
|
|
392
|
-
--vscode-statusBarItem-hoverForeground: #
|
|
408
|
+
--vscode-statusBarItem-hoverForeground: #cccccc;
|
|
393
409
|
--vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, 0.2);
|
|
394
|
-
--vscode-statusBarItem-prominentForeground: #
|
|
395
|
-
--vscode-statusBarItem-prominentBackground: rgba(
|
|
396
|
-
--vscode-statusBarItem-prominentHoverForeground: #
|
|
410
|
+
--vscode-statusBarItem-prominentForeground: #cccccc;
|
|
411
|
+
--vscode-statusBarItem-prominentBackground: rgba(110, 118, 129, 0.4);
|
|
412
|
+
--vscode-statusBarItem-prominentHoverForeground: #cccccc;
|
|
397
413
|
--vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
|
|
398
|
-
--vscode-statusBarItem-errorBackground: #
|
|
414
|
+
--vscode-statusBarItem-errorBackground: #b91007;
|
|
399
415
|
--vscode-statusBarItem-errorForeground: #ffffff;
|
|
400
|
-
--vscode-statusBarItem-errorHoverForeground: #
|
|
416
|
+
--vscode-statusBarItem-errorHoverForeground: #cccccc;
|
|
401
417
|
--vscode-statusBarItem-errorHoverBackground: rgba(255, 255, 255, 0.12);
|
|
402
418
|
--vscode-statusBarItem-warningBackground: #7a6400;
|
|
403
419
|
--vscode-statusBarItem-warningForeground: #ffffff;
|
|
404
|
-
--vscode-statusBarItem-warningHoverForeground: #
|
|
420
|
+
--vscode-statusBarItem-warningHoverForeground: #cccccc;
|
|
405
421
|
--vscode-statusBarItem-warningHoverBackground: rgba(255, 255, 255, 0.12);
|
|
406
|
-
--vscode-activityBar-background: #
|
|
407
|
-
--vscode-activityBar-foreground: #
|
|
408
|
-
--vscode-activityBar-inactiveForeground:
|
|
409
|
-
--vscode-activityBar-
|
|
410
|
-
--vscode-activityBar-
|
|
411
|
-
--vscode-
|
|
422
|
+
--vscode-activityBar-background: #181818;
|
|
423
|
+
--vscode-activityBar-foreground: #d7d7d7;
|
|
424
|
+
--vscode-activityBar-inactiveForeground: #868686;
|
|
425
|
+
--vscode-activityBar-border: #2b2b2b;
|
|
426
|
+
--vscode-activityBar-activeBorder: #0078d4;
|
|
427
|
+
--vscode-activityBar-dropBorder: #d7d7d7;
|
|
428
|
+
--vscode-activityBarBadge-background: #0078d4;
|
|
412
429
|
--vscode-activityBarBadge-foreground: #ffffff;
|
|
413
430
|
--vscode-activityBarTop-foreground: #e7e7e7;
|
|
414
431
|
--vscode-activityBarTop-activeBorder: #e7e7e7;
|
|
@@ -416,69 +433,74 @@ html[data-theme='dark'] {
|
|
|
416
433
|
--vscode-activityBarTop-dropBorder: #e7e7e7;
|
|
417
434
|
--vscode-profileBadge-background: #4d4d4d;
|
|
418
435
|
--vscode-profileBadge-foreground: #ffffff;
|
|
419
|
-
--vscode-statusBarItem-remoteBackground: #
|
|
436
|
+
--vscode-statusBarItem-remoteBackground: #0078d4;
|
|
420
437
|
--vscode-statusBarItem-remoteForeground: #ffffff;
|
|
421
|
-
--vscode-statusBarItem-remoteHoverForeground: #
|
|
438
|
+
--vscode-statusBarItem-remoteHoverForeground: #cccccc;
|
|
422
439
|
--vscode-statusBarItem-remoteHoverBackground: rgba(255, 255, 255, 0.12);
|
|
423
440
|
--vscode-statusBarItem-offlineBackground: #6c1717;
|
|
424
441
|
--vscode-statusBarItem-offlineForeground: #ffffff;
|
|
425
|
-
--vscode-statusBarItem-offlineHoverForeground: #
|
|
442
|
+
--vscode-statusBarItem-offlineHoverForeground: #cccccc;
|
|
426
443
|
--vscode-statusBarItem-offlineHoverBackground: rgba(255, 255, 255, 0.12);
|
|
427
|
-
--vscode-extensionBadge-remoteBackground: #
|
|
444
|
+
--vscode-extensionBadge-remoteBackground: #0078d4;
|
|
428
445
|
--vscode-extensionBadge-remoteForeground: #ffffff;
|
|
429
|
-
--vscode-sideBar-background: #
|
|
430
|
-
--vscode-
|
|
431
|
-
--vscode-
|
|
446
|
+
--vscode-sideBar-background: #181818;
|
|
447
|
+
--vscode-sideBar-foreground: #cccccc;
|
|
448
|
+
--vscode-sideBar-border: #2b2b2b;
|
|
449
|
+
--vscode-sideBarTitle-background: #181818;
|
|
450
|
+
--vscode-sideBarTitle-foreground: #cccccc;
|
|
432
451
|
--vscode-sideBar-dropBackground: rgba(83, 89, 93, 0.5);
|
|
433
|
-
--vscode-sideBarSectionHeader-background:
|
|
434
|
-
--vscode-sideBarSectionHeader-
|
|
435
|
-
--vscode-
|
|
436
|
-
--vscode-
|
|
452
|
+
--vscode-sideBarSectionHeader-background: #181818;
|
|
453
|
+
--vscode-sideBarSectionHeader-foreground: #cccccc;
|
|
454
|
+
--vscode-sideBarSectionHeader-border: #2b2b2b;
|
|
455
|
+
--vscode-sideBarActivityBarTop-border: #2b2b2b;
|
|
456
|
+
--vscode-sideBarStickyScroll-background: #181818;
|
|
437
457
|
--vscode-sideBarStickyScroll-shadow: #000000;
|
|
438
458
|
--vscode-titleBar-activeForeground: #cccccc;
|
|
439
|
-
--vscode-titleBar-inactiveForeground:
|
|
440
|
-
--vscode-titleBar-activeBackground: #
|
|
441
|
-
--vscode-titleBar-inactiveBackground:
|
|
459
|
+
--vscode-titleBar-inactiveForeground: #9d9d9d;
|
|
460
|
+
--vscode-titleBar-activeBackground: #181818;
|
|
461
|
+
--vscode-titleBar-inactiveBackground: #1f1f1f;
|
|
462
|
+
--vscode-titleBar-border: #2b2b2b;
|
|
442
463
|
--vscode-menubar-selectionForeground: #cccccc;
|
|
443
464
|
--vscode-menubar-selectionBackground: rgba(90, 93, 94, 0.31);
|
|
444
465
|
--vscode-commandCenter-foreground: #cccccc;
|
|
445
466
|
--vscode-commandCenter-activeForeground: #cccccc;
|
|
446
|
-
--vscode-commandCenter-inactiveForeground:
|
|
467
|
+
--vscode-commandCenter-inactiveForeground: #9d9d9d;
|
|
447
468
|
--vscode-commandCenter-background: rgba(255, 255, 255, 0.05);
|
|
448
469
|
--vscode-commandCenter-activeBackground: rgba(255, 255, 255, 0.08);
|
|
449
470
|
--vscode-commandCenter-border: rgba(204, 204, 204, 0.2);
|
|
450
471
|
--vscode-commandCenter-activeBorder: rgba(204, 204, 204, 0.3);
|
|
451
|
-
--vscode-commandCenter-inactiveBorder: rgba(
|
|
452
|
-
--vscode-notificationCenter-border: #
|
|
453
|
-
--vscode-notificationToast-border: #
|
|
472
|
+
--vscode-commandCenter-inactiveBorder: rgba(157, 157, 157, 0.25);
|
|
473
|
+
--vscode-notificationCenter-border: #313131;
|
|
474
|
+
--vscode-notificationToast-border: #313131;
|
|
454
475
|
--vscode-notifications-foreground: #cccccc;
|
|
455
|
-
--vscode-notifications-background: #
|
|
456
|
-
--vscode-notificationLink-foreground: #
|
|
457
|
-
--vscode-notificationCenterHeader-
|
|
458
|
-
--vscode-
|
|
476
|
+
--vscode-notifications-background: #1f1f1f;
|
|
477
|
+
--vscode-notificationLink-foreground: #4daafc;
|
|
478
|
+
--vscode-notificationCenterHeader-foreground: #cccccc;
|
|
479
|
+
--vscode-notificationCenterHeader-background: #1f1f1f;
|
|
480
|
+
--vscode-notifications-border: #2b2b2b;
|
|
459
481
|
--vscode-notificationsErrorIcon-foreground: #f14c4c;
|
|
460
482
|
--vscode-notificationsWarningIcon-foreground: #cca700;
|
|
461
483
|
--vscode-notificationsInfoIcon-foreground: #3794ff;
|
|
462
484
|
--vscode-chat-requestBorder: rgba(255, 255, 255, 0.1);
|
|
463
|
-
--vscode-chat-requestBackground: rgba(
|
|
464
|
-
--vscode-chat-slashCommandBackground:
|
|
485
|
+
--vscode-chat-requestBackground: rgba(31, 31, 31, 0.62);
|
|
486
|
+
--vscode-chat-slashCommandBackground: #34414b;
|
|
465
487
|
--vscode-chat-slashCommandForeground: #40a6ff;
|
|
466
488
|
--vscode-chat-avatarBackground: #1f1f1f;
|
|
467
489
|
--vscode-chat-avatarForeground: #cccccc;
|
|
468
490
|
--vscode-simpleFindWidget-sashBorder: #454545;
|
|
469
491
|
--vscode-commentsView-resolvedIcon: rgba(204, 204, 204, 0.5);
|
|
470
|
-
--vscode-commentsView-unresolvedIcon: #
|
|
492
|
+
--vscode-commentsView-unresolvedIcon: #0078d4;
|
|
471
493
|
--vscode-editorCommentsWidget-replyInputBackground: #252526;
|
|
472
494
|
--vscode-editorCommentsWidget-resolvedBorder: rgba(204, 204, 204, 0.5);
|
|
473
|
-
--vscode-editorCommentsWidget-unresolvedBorder: #
|
|
474
|
-
--vscode-editorCommentsWidget-rangeBackground: rgba(0,
|
|
475
|
-
--vscode-editorCommentsWidget-rangeActiveBackground: rgba(0,
|
|
495
|
+
--vscode-editorCommentsWidget-unresolvedBorder: #0078d4;
|
|
496
|
+
--vscode-editorCommentsWidget-rangeBackground: rgba(0, 120, 212, 0.1);
|
|
497
|
+
--vscode-editorCommentsWidget-rangeActiveBackground: rgba(0, 120, 212, 0.1);
|
|
476
498
|
--vscode-editorGutter-commentRangeForeground: #37373d;
|
|
477
499
|
--vscode-editorOverviewRuler-commentForeground: #37373d;
|
|
478
500
|
--vscode-editorOverviewRuler-commentUnresolvedForeground: #37373d;
|
|
479
|
-
--vscode-editorGutter-commentGlyphForeground: #
|
|
480
|
-
--vscode-editorGutter-commentUnresolvedGlyphForeground: #
|
|
481
|
-
--vscode-debugToolBar-background: #
|
|
501
|
+
--vscode-editorGutter-commentGlyphForeground: #cccccc;
|
|
502
|
+
--vscode-editorGutter-commentUnresolvedGlyphForeground: #cccccc;
|
|
503
|
+
--vscode-debugToolBar-background: #181818;
|
|
482
504
|
--vscode-debugIcon-startForeground: #89d185;
|
|
483
505
|
--vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 0, 0.2);
|
|
484
506
|
--vscode-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, 0.3);
|
|
@@ -495,25 +517,27 @@ html[data-theme='dark'] {
|
|
|
495
517
|
--vscode-mergeEditor-conflictingLines\.background: rgba(255, 234, 0, 0.28);
|
|
496
518
|
--vscode-mergeEditor-conflict\.input1\.background: rgba(64, 200, 174, 0.2);
|
|
497
519
|
--vscode-mergeEditor-conflict\.input2\.background: rgba(64, 166, 255, 0.2);
|
|
498
|
-
--vscode-settings-headerForeground: #
|
|
499
|
-
--vscode-settings-settingsHeaderHoverForeground: rgba(
|
|
500
|
-
--vscode-settings-modifiedItemIndicator:
|
|
501
|
-
--vscode-settings-headerBorder:
|
|
502
|
-
--vscode-settings-sashBorder:
|
|
503
|
-
--vscode-settings-dropdownBackground: #
|
|
504
|
-
--vscode-settings-dropdownForeground: #
|
|
520
|
+
--vscode-settings-headerForeground: #ffffff;
|
|
521
|
+
--vscode-settings-settingsHeaderHoverForeground: rgba(255, 255, 255, 0.7);
|
|
522
|
+
--vscode-settings-modifiedItemIndicator: rgba(187, 128, 9, 0.4);
|
|
523
|
+
--vscode-settings-headerBorder: #2b2b2b;
|
|
524
|
+
--vscode-settings-sashBorder: #2b2b2b;
|
|
525
|
+
--vscode-settings-dropdownBackground: #313131;
|
|
526
|
+
--vscode-settings-dropdownForeground: #cccccc;
|
|
505
527
|
--vscode-settings-dropdownBorder: #3c3c3c;
|
|
506
528
|
--vscode-settings-dropdownListBorder: #454545;
|
|
507
|
-
--vscode-settings-checkboxBackground: #
|
|
508
|
-
--vscode-settings-checkboxForeground: #
|
|
509
|
-
--vscode-settings-checkboxBorder: #
|
|
510
|
-
--vscode-settings-textInputBackground: #
|
|
529
|
+
--vscode-settings-checkboxBackground: #313131;
|
|
530
|
+
--vscode-settings-checkboxForeground: #cccccc;
|
|
531
|
+
--vscode-settings-checkboxBorder: #3c3c3c;
|
|
532
|
+
--vscode-settings-textInputBackground: #313131;
|
|
511
533
|
--vscode-settings-textInputForeground: #cccccc;
|
|
512
|
-
--vscode-settings-
|
|
534
|
+
--vscode-settings-textInputBorder: #3c3c3c;
|
|
535
|
+
--vscode-settings-numberInputBackground: #313131;
|
|
513
536
|
--vscode-settings-numberInputForeground: #cccccc;
|
|
537
|
+
--vscode-settings-numberInputBorder: #3c3c3c;
|
|
514
538
|
--vscode-settings-focusedRowBackground: rgba(42, 45, 46, 0.6);
|
|
515
539
|
--vscode-settings-rowHoverBackground: rgba(42, 45, 46, 0.3);
|
|
516
|
-
--vscode-settings-focusedRowBorder: #
|
|
540
|
+
--vscode-settings-focusedRowBorder: #0078d4;
|
|
517
541
|
--vscode-terminal-foreground: #cccccc;
|
|
518
542
|
--vscode-terminal-selectionBackground: #264f78;
|
|
519
543
|
--vscode-terminal-inactiveSelectionBackground: #3a3d41;
|
|
@@ -521,12 +545,13 @@ html[data-theme='dark'] {
|
|
|
521
545
|
--vscode-terminalCommandDecoration-successBackground: #1b81a8;
|
|
522
546
|
--vscode-terminalCommandDecoration-errorBackground: #f14c4c;
|
|
523
547
|
--vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);
|
|
524
|
-
--vscode-terminal-border:
|
|
525
|
-
--vscode-terminal-findMatchBackground: #
|
|
548
|
+
--vscode-terminal-border: #2b2b2b;
|
|
549
|
+
--vscode-terminal-findMatchBackground: #9e6a03;
|
|
526
550
|
--vscode-terminal-hoverHighlightBackground: rgba(38, 79, 120, 0.13);
|
|
527
551
|
--vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
|
|
528
552
|
--vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
|
|
529
553
|
--vscode-terminal-dropBackground: rgba(83, 89, 93, 0.5);
|
|
554
|
+
--vscode-terminal-tab\.activeBorder: #0078d4;
|
|
530
555
|
--vscode-terminalStickyScrollHover-background: #2a2d2e;
|
|
531
556
|
--vscode-testing-iconFailed: #f14c4c;
|
|
532
557
|
--vscode-testing-iconErrored: #f14c4c;
|
|
@@ -546,41 +571,51 @@ html[data-theme='dark'] {
|
|
|
546
571
|
--vscode-testing-uncoveredBackground: rgba(255, 0, 0, 0.2);
|
|
547
572
|
--vscode-testing-uncoveredBorder: rgba(255, 0, 0, 0.15);
|
|
548
573
|
--vscode-testing-uncoveredGutterBackground: rgba(255, 0, 0, 0.3);
|
|
549
|
-
--vscode-testing-coverCountBadgeBackground: #
|
|
550
|
-
--vscode-testing-coverCountBadgeForeground: #
|
|
574
|
+
--vscode-testing-coverCountBadgeBackground: #616161;
|
|
575
|
+
--vscode-testing-coverCountBadgeForeground: #f8f8f8;
|
|
551
576
|
--vscode-testing-message\.error\.decorationForeground: #f14c4c;
|
|
552
577
|
--vscode-testing-message\.error\.lineBackground: rgba(255, 0, 0, 0.2);
|
|
553
|
-
--vscode-testing-message\.info\.decorationForeground: rgba(
|
|
578
|
+
--vscode-testing-message\.info\.decorationForeground: rgba(204, 204, 204, 0.5);
|
|
554
579
|
--vscode-testing-iconErrored\.retired: rgba(241, 76, 76, 0.7);
|
|
555
580
|
--vscode-testing-iconFailed\.retired: rgba(241, 76, 76, 0.7);
|
|
556
581
|
--vscode-testing-iconPassed\.retired: rgba(115, 201, 145, 0.7);
|
|
557
582
|
--vscode-testing-iconQueued\.retired: rgba(204, 167, 0, 0.7);
|
|
558
583
|
--vscode-testing-iconUnset\.retired: rgba(132, 132, 132, 0.7);
|
|
559
584
|
--vscode-testing-iconSkipped\.retired: rgba(132, 132, 132, 0.7);
|
|
560
|
-
--vscode-welcomePage-tileBackground: #
|
|
561
|
-
--vscode-welcomePage-tileHoverBackground: #
|
|
585
|
+
--vscode-welcomePage-tileBackground: #2b2b2b;
|
|
586
|
+
--vscode-welcomePage-tileHoverBackground: #262626;
|
|
562
587
|
--vscode-welcomePage-tileBorder: rgba(255, 255, 255, 0.1);
|
|
563
|
-
--vscode-welcomePage-progress\.background: #
|
|
564
|
-
--vscode-welcomePage-progress\.foreground: #
|
|
588
|
+
--vscode-welcomePage-progress\.background: #313131;
|
|
589
|
+
--vscode-welcomePage-progress\.foreground: #0078d4;
|
|
565
590
|
--vscode-walkthrough-stepTitle\.foreground: #ffffff;
|
|
566
591
|
--vscode-walkThrough-embeddedEditorBackground: rgba(0, 0, 0, 0.4);
|
|
567
|
-
--vscode-inlineChat-background: #
|
|
592
|
+
--vscode-inlineChat-background: #202020;
|
|
568
593
|
--vscode-inlineChat-border: #454545;
|
|
569
594
|
--vscode-inlineChat-shadow: rgba(0, 0, 0, 0.36);
|
|
570
595
|
--vscode-inlineChat-regionHighlight: rgba(38, 79, 120, 0.25);
|
|
571
596
|
--vscode-inlineChatInput-border: #454545;
|
|
572
|
-
--vscode-inlineChatInput-focusBorder: #
|
|
573
|
-
--vscode-inlineChatInput-placeholderForeground: #
|
|
574
|
-
--vscode-inlineChatInput-background: #
|
|
597
|
+
--vscode-inlineChatInput-focusBorder: #0078d4;
|
|
598
|
+
--vscode-inlineChatInput-placeholderForeground: #989898;
|
|
599
|
+
--vscode-inlineChatInput-background: #313131;
|
|
575
600
|
--vscode-inlineChatDiff-inserted: rgba(156, 204, 44, 0.1);
|
|
576
601
|
--vscode-editorOverviewRuler-inlineChatInserted: rgba(156, 204, 44, 0.12);
|
|
577
602
|
--vscode-inlineChatDiff-removed: rgba(255, 0, 0, 0.1);
|
|
578
603
|
--vscode-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, 0.12);
|
|
579
604
|
--vscode-debugExceptionWidget-border: #a31515;
|
|
580
605
|
--vscode-debugExceptionWidget-background: #420b0d;
|
|
581
|
-
--vscode-statusBar-debuggingBackground: #
|
|
606
|
+
--vscode-statusBar-debuggingBackground: #0078d4;
|
|
582
607
|
--vscode-statusBar-debuggingForeground: #ffffff;
|
|
583
|
-
--vscode-
|
|
608
|
+
--vscode-statusBar-debuggingBorder: #2b2b2b;
|
|
609
|
+
--vscode-commandCenter-debuggingBackground: rgba(0, 120, 212, 0.26);
|
|
610
|
+
--vscode-editorGutter-modifiedBackground: #0078d4;
|
|
611
|
+
--vscode-editorGutter-addedBackground: #2ea043;
|
|
612
|
+
--vscode-editorGutter-deletedBackground: #f85149;
|
|
613
|
+
--vscode-minimapGutter-modifiedBackground: #0078d4;
|
|
614
|
+
--vscode-minimapGutter-addedBackground: #2ea043;
|
|
615
|
+
--vscode-minimapGutter-deletedBackground: #f85149;
|
|
616
|
+
--vscode-editorOverviewRuler-modifiedForeground: rgba(0, 120, 212, 0.6);
|
|
617
|
+
--vscode-editorOverviewRuler-addedForeground: rgba(46, 160, 67, 0.6);
|
|
618
|
+
--vscode-editorOverviewRuler-deletedForeground: rgba(248, 81, 73, 0.6);
|
|
584
619
|
--vscode-keybindingTable-headerBackground: rgba(204, 204, 204, 0.04);
|
|
585
620
|
--vscode-keybindingTable-rowsBackground: rgba(204, 204, 204, 0.04);
|
|
586
621
|
--vscode-debugIcon-breakpointForeground: #e51400;
|
|
@@ -591,15 +626,7 @@ html[data-theme='dark'] {
|
|
|
591
626
|
--vscode-editor-inlineValuesForeground: rgba(255, 255, 255, 0.5);
|
|
592
627
|
--vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
|
|
593
628
|
--vscode-ports-iconRunningProcessForeground: #369432;
|
|
594
|
-
--vscode-
|
|
595
|
-
--vscode-editorGutter-addedBackground: #487e02;
|
|
596
|
-
--vscode-editorGutter-deletedBackground: #f14c4c;
|
|
597
|
-
--vscode-minimapGutter-modifiedBackground: #1b81a8;
|
|
598
|
-
--vscode-minimapGutter-addedBackground: #487e02;
|
|
599
|
-
--vscode-minimapGutter-deletedBackground: #f14c4c;
|
|
600
|
-
--vscode-editorOverviewRuler-modifiedForeground: rgba(27, 129, 168, 0.6);
|
|
601
|
-
--vscode-editorOverviewRuler-addedForeground: rgba(72, 126, 2, 0.6);
|
|
602
|
-
--vscode-editorOverviewRuler-deletedForeground: rgba(241, 76, 76, 0.6);
|
|
629
|
+
--vscode-profiles-sashBorder: #2b2b2b;
|
|
603
630
|
--vscode-debugTokenExpression-name: #c586c0;
|
|
604
631
|
--vscode-debugTokenExpression-value: rgba(204, 204, 204, 0.6);
|
|
605
632
|
--vscode-debugTokenExpression-string: #ce9178;
|
|
@@ -613,7 +640,7 @@ html[data-theme='dark'] {
|
|
|
613
640
|
--vscode-debugView-valueChangedHighlight: #569cd6;
|
|
614
641
|
--vscode-debugConsole-infoForeground: #3794ff;
|
|
615
642
|
--vscode-debugConsole-warningForeground: #cca700;
|
|
616
|
-
--vscode-debugConsole-errorForeground: #
|
|
643
|
+
--vscode-debugConsole-errorForeground: #f85149;
|
|
617
644
|
--vscode-debugConsole-sourceForeground: #cccccc;
|
|
618
645
|
--vscode-debugConsoleInputIcon-foreground: #cccccc;
|
|
619
646
|
--vscode-debugIcon-pauseForeground: #75beff;
|
|
@@ -629,38 +656,39 @@ html[data-theme='dark'] {
|
|
|
629
656
|
--vscode-scm-historyItemDeletionsForeground: #c74e39;
|
|
630
657
|
--vscode-scm-historyItemStatisticsBorder: rgba(204, 204, 204, 0.2);
|
|
631
658
|
--vscode-scm-historyItemSelectedStatisticsBorder: rgba(255, 255, 255, 0.2);
|
|
632
|
-
--vscode-extensionButton-background: #
|
|
659
|
+
--vscode-extensionButton-background: #0078d4;
|
|
633
660
|
--vscode-extensionButton-foreground: #ffffff;
|
|
634
|
-
--vscode-extensionButton-hoverBackground: #
|
|
661
|
+
--vscode-extensionButton-hoverBackground: #026ec1;
|
|
635
662
|
--vscode-extensionButton-separator: rgba(255, 255, 255, 0.4);
|
|
636
|
-
--vscode-extensionButton-prominentBackground: #
|
|
663
|
+
--vscode-extensionButton-prominentBackground: #0078d4;
|
|
637
664
|
--vscode-extensionButton-prominentForeground: #ffffff;
|
|
638
|
-
--vscode-extensionButton-prominentHoverBackground: #
|
|
665
|
+
--vscode-extensionButton-prominentHoverBackground: #026ec1;
|
|
639
666
|
--vscode-extensionIcon-starForeground: #ff8e00;
|
|
640
|
-
--vscode-extensionIcon-verifiedForeground: #
|
|
667
|
+
--vscode-extensionIcon-verifiedForeground: #4daafc;
|
|
641
668
|
--vscode-extensionIcon-preReleaseForeground: #1d9271;
|
|
642
669
|
--vscode-extensionIcon-sponsorForeground: #d758b3;
|
|
643
670
|
--vscode-notebook-cellBorderColor: #37373d;
|
|
644
|
-
--vscode-notebook-focusedEditorBorder: #
|
|
671
|
+
--vscode-notebook-focusedEditorBorder: #0078d4;
|
|
645
672
|
--vscode-notebookStatusSuccessIcon-foreground: #89d185;
|
|
646
673
|
--vscode-notebookEditorOverviewRuler-runningCellForeground: #89d185;
|
|
647
|
-
--vscode-notebookStatusErrorIcon-foreground: #
|
|
674
|
+
--vscode-notebookStatusErrorIcon-foreground: #f85149;
|
|
648
675
|
--vscode-notebookStatusRunningIcon-foreground: #cccccc;
|
|
649
676
|
--vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
|
|
650
677
|
--vscode-notebook-selectedCellBackground: #37373d;
|
|
651
678
|
--vscode-notebook-selectedCellBorder: #37373d;
|
|
652
|
-
--vscode-notebook-focusedCellBorder: #
|
|
679
|
+
--vscode-notebook-focusedCellBorder: #0078d4;
|
|
653
680
|
--vscode-notebook-inactiveFocusedCellBorder: #37373d;
|
|
654
681
|
--vscode-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, 0.15);
|
|
655
|
-
--vscode-notebook-cellInsertionIndicator: #
|
|
682
|
+
--vscode-notebook-cellInsertionIndicator: #0078d4;
|
|
656
683
|
--vscode-notebookScrollbarSlider-background: rgba(121, 121, 121, 0.4);
|
|
657
684
|
--vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
|
|
658
685
|
--vscode-notebookScrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);
|
|
659
686
|
--vscode-notebook-symbolHighlightBackground: rgba(255, 255, 255, 0.04);
|
|
660
|
-
--vscode-notebook-cellEditorBackground: #
|
|
661
|
-
--vscode-notebook-editorBackground: #
|
|
687
|
+
--vscode-notebook-cellEditorBackground: #181818;
|
|
688
|
+
--vscode-notebook-editorBackground: #1f1f1f;
|
|
662
689
|
--vscode-interactive-activeCodeBorder: #007acc;
|
|
663
690
|
--vscode-interactive-inactiveCodeBorder: #37373d;
|
|
691
|
+
--vscode-searchEditor-textInputBorder: #3c3c3c;
|
|
664
692
|
--vscode-terminal-ansiBlack: #000000;
|
|
665
693
|
--vscode-terminal-ansiRed: #cd3131;
|
|
666
694
|
--vscode-terminal-ansiGreen: #0dbc79;
|
|
@@ -689,42 +717,42 @@ html[data-theme='dark'] {
|
|
|
689
717
|
--vscode-gitDecoration-submoduleResourceForeground: #8db9e2;
|
|
690
718
|
}
|
|
691
719
|
|
|
692
|
-
html[data-theme='light'] {
|
|
720
|
+
html[data-theme='light modern'] {
|
|
693
721
|
--vscode-font-family: "Segoe WPC", "Segoe UI", sans-serif;
|
|
694
722
|
--vscode-font-weight: normal;
|
|
695
723
|
--vscode-font-size: 13px;
|
|
696
724
|
--vscode-editor-font-family: Consolas, 'Courier New', monospace;
|
|
697
725
|
--vscode-editor-font-weight: normal;
|
|
698
726
|
--vscode-editor-font-size: 14px;
|
|
699
|
-
--vscode-foreground: #
|
|
727
|
+
--vscode-foreground: #3b3b3b;
|
|
700
728
|
--vscode-disabledForeground: rgba(97, 97, 97, 0.5);
|
|
701
|
-
--vscode-errorForeground: #
|
|
702
|
-
--vscode-descriptionForeground: #
|
|
703
|
-
--vscode-icon-foreground: #
|
|
704
|
-
--vscode-focusBorder: #
|
|
705
|
-
--vscode-textLink-foreground: #
|
|
706
|
-
--vscode-textLink-activeForeground: #
|
|
707
|
-
--vscode-textSeparator-foreground:
|
|
708
|
-
--vscode-textPreformat-foreground: #
|
|
709
|
-
--vscode-textPreformat-background: rgba(0, 0, 0, 0.
|
|
710
|
-
--vscode-textBlockQuote-background: #
|
|
711
|
-
--vscode-textBlockQuote-border:
|
|
712
|
-
--vscode-textCodeBlock-background:
|
|
713
|
-
--vscode-sash-hoverBorder: #
|
|
714
|
-
--vscode-badge-background: #
|
|
715
|
-
--vscode-badge-foreground: #
|
|
729
|
+
--vscode-errorForeground: #f85149;
|
|
730
|
+
--vscode-descriptionForeground: #3b3b3b;
|
|
731
|
+
--vscode-icon-foreground: #3b3b3b;
|
|
732
|
+
--vscode-focusBorder: #005fb8;
|
|
733
|
+
--vscode-textLink-foreground: #005fb8;
|
|
734
|
+
--vscode-textLink-activeForeground: #005fb8;
|
|
735
|
+
--vscode-textSeparator-foreground: #21262d;
|
|
736
|
+
--vscode-textPreformat-foreground: #3b3b3b;
|
|
737
|
+
--vscode-textPreformat-background: rgba(0, 0, 0, 0.12);
|
|
738
|
+
--vscode-textBlockQuote-background: #f8f8f8;
|
|
739
|
+
--vscode-textBlockQuote-border: #e5e5e5;
|
|
740
|
+
--vscode-textCodeBlock-background: #f8f8f8;
|
|
741
|
+
--vscode-sash-hoverBorder: #005fb8;
|
|
742
|
+
--vscode-badge-background: #cccccc;
|
|
743
|
+
--vscode-badge-foreground: #3b3b3b;
|
|
716
744
|
--vscode-scrollbar-shadow: #dddddd;
|
|
717
745
|
--vscode-scrollbarSlider-background: rgba(100, 100, 100, 0.4);
|
|
718
746
|
--vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
|
|
719
747
|
--vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
|
|
720
|
-
--vscode-progressBar-background: #
|
|
748
|
+
--vscode-progressBar-background: #005fb8;
|
|
721
749
|
--vscode-editor-background: #ffffff;
|
|
722
|
-
--vscode-editor-foreground: #
|
|
750
|
+
--vscode-editor-foreground: #3b3b3b;
|
|
723
751
|
--vscode-editorStickyScroll-background: #ffffff;
|
|
724
752
|
--vscode-editorStickyScrollHover-background: #f0f0f0;
|
|
725
753
|
--vscode-editorStickyScroll-shadow: #dddddd;
|
|
726
|
-
--vscode-editorWidget-background: #
|
|
727
|
-
--vscode-editorWidget-foreground: #
|
|
754
|
+
--vscode-editorWidget-background: #f8f8f8;
|
|
755
|
+
--vscode-editorWidget-foreground: #3b3b3b;
|
|
728
756
|
--vscode-editorWidget-border: #c8c8c8;
|
|
729
757
|
--vscode-editorError-foreground: #e51400;
|
|
730
758
|
--vscode-editorWarning-foreground: #bf8803;
|
|
@@ -738,16 +766,16 @@ html[data-theme='light'] {
|
|
|
738
766
|
--vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
|
|
739
767
|
--vscode-editor-findRangeHighlightBackground: rgba(180, 180, 180, 0.3);
|
|
740
768
|
--vscode-editor-hoverHighlightBackground: rgba(173, 214, 255, 0.15);
|
|
741
|
-
--vscode-editorHoverWidget-background: #
|
|
742
|
-
--vscode-editorHoverWidget-foreground: #
|
|
769
|
+
--vscode-editorHoverWidget-background: #f8f8f8;
|
|
770
|
+
--vscode-editorHoverWidget-foreground: #3b3b3b;
|
|
743
771
|
--vscode-editorHoverWidget-border: #c8c8c8;
|
|
744
|
-
--vscode-editorHoverWidget-statusBarBackground: #
|
|
772
|
+
--vscode-editorHoverWidget-statusBarBackground: #ececec;
|
|
745
773
|
--vscode-editorInlayHint-foreground: #969696;
|
|
746
|
-
--vscode-editorInlayHint-background: rgba(
|
|
774
|
+
--vscode-editorInlayHint-background: rgba(204, 204, 204, 0.1);
|
|
747
775
|
--vscode-editorInlayHint-typeForeground: #969696;
|
|
748
|
-
--vscode-editorInlayHint-typeBackground: rgba(
|
|
776
|
+
--vscode-editorInlayHint-typeBackground: rgba(204, 204, 204, 0.1);
|
|
749
777
|
--vscode-editorInlayHint-parameterForeground: #969696;
|
|
750
|
-
--vscode-editorInlayHint-parameterBackground: rgba(
|
|
778
|
+
--vscode-editorInlayHint-parameterBackground: rgba(204, 204, 204, 0.1);
|
|
751
779
|
--vscode-editorLightBulb-foreground: #ddb100;
|
|
752
780
|
--vscode-editorLightBulbAutoFix-foreground: #007acc;
|
|
753
781
|
--vscode-editorLightBulbAi-foreground: #ddb100;
|
|
@@ -759,17 +787,17 @@ html[data-theme='light'] {
|
|
|
759
787
|
--vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);
|
|
760
788
|
--vscode-diffEditor-diagonalFill: rgba(34, 34, 34, 0.2);
|
|
761
789
|
--vscode-diffEditor-unchangedRegionBackground: #f8f8f8;
|
|
762
|
-
--vscode-diffEditor-unchangedRegionForeground: #
|
|
790
|
+
--vscode-diffEditor-unchangedRegionForeground: #3b3b3b;
|
|
763
791
|
--vscode-diffEditor-unchangedCodeBackground: rgba(184, 184, 184, 0.16);
|
|
764
792
|
--vscode-widget-shadow: rgba(0, 0, 0, 0.16);
|
|
765
|
-
--vscode-widget-border: #
|
|
793
|
+
--vscode-widget-border: #e5e5e5;
|
|
766
794
|
--vscode-toolbar-hoverBackground: rgba(184, 184, 184, 0.31);
|
|
767
795
|
--vscode-toolbar-activeBackground: rgba(166, 166, 166, 0.31);
|
|
768
|
-
--vscode-breadcrumb-foreground: rgba(
|
|
796
|
+
--vscode-breadcrumb-foreground: rgba(59, 59, 59, 0.8);
|
|
769
797
|
--vscode-breadcrumb-background: #ffffff;
|
|
770
|
-
--vscode-breadcrumb-focusForeground: #
|
|
771
|
-
--vscode-breadcrumb-activeSelectionForeground: #
|
|
772
|
-
--vscode-breadcrumbPicker-background: #
|
|
798
|
+
--vscode-breadcrumb-focusForeground: #2f2f2f;
|
|
799
|
+
--vscode-breadcrumb-activeSelectionForeground: #2f2f2f;
|
|
800
|
+
--vscode-breadcrumbPicker-background: #f8f8f8;
|
|
773
801
|
--vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
|
|
774
802
|
--vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
|
|
775
803
|
--vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
|
|
@@ -785,10 +813,11 @@ html[data-theme='light'] {
|
|
|
785
813
|
--vscode-problemsWarningIcon-foreground: #bf8803;
|
|
786
814
|
--vscode-problemsInfoIcon-foreground: #1a85ff;
|
|
787
815
|
--vscode-input-background: #ffffff;
|
|
788
|
-
--vscode-input-foreground: #
|
|
789
|
-
--vscode-
|
|
816
|
+
--vscode-input-foreground: #3b3b3b;
|
|
817
|
+
--vscode-input-border: #cecece;
|
|
818
|
+
--vscode-inputOption-activeBorder: #005fb8;
|
|
790
819
|
--vscode-inputOption-hoverBackground: rgba(184, 184, 184, 0.31);
|
|
791
|
-
--vscode-inputOption-activeBackground:
|
|
820
|
+
--vscode-inputOption-activeBackground: #bed6ed;
|
|
792
821
|
--vscode-inputOption-activeForeground: #000000;
|
|
793
822
|
--vscode-input-placeholderForeground: #767676;
|
|
794
823
|
--vscode-inputValidation-infoBackground: #d6ecf2;
|
|
@@ -798,39 +827,41 @@ html[data-theme='light'] {
|
|
|
798
827
|
--vscode-inputValidation-errorBackground: #f2dede;
|
|
799
828
|
--vscode-inputValidation-errorBorder: #be1100;
|
|
800
829
|
--vscode-dropdown-background: #ffffff;
|
|
801
|
-
--vscode-dropdown-
|
|
830
|
+
--vscode-dropdown-listBackground: #ffffff;
|
|
831
|
+
--vscode-dropdown-foreground: #3b3b3b;
|
|
802
832
|
--vscode-dropdown-border: #cecece;
|
|
803
833
|
--vscode-button-foreground: #ffffff;
|
|
804
834
|
--vscode-button-separator: rgba(255, 255, 255, 0.4);
|
|
805
|
-
--vscode-button-background: #
|
|
806
|
-
--vscode-button-hoverBackground: #
|
|
807
|
-
--vscode-button-
|
|
808
|
-
--vscode-button-
|
|
809
|
-
--vscode-button-
|
|
810
|
-
--vscode-
|
|
811
|
-
--vscode-checkbox-
|
|
812
|
-
--vscode-checkbox-
|
|
813
|
-
--vscode-checkbox-
|
|
814
|
-
--vscode-checkbox-
|
|
835
|
+
--vscode-button-background: #005fb8;
|
|
836
|
+
--vscode-button-hoverBackground: #0258a8;
|
|
837
|
+
--vscode-button-border: rgba(0, 0, 0, 0.1);
|
|
838
|
+
--vscode-button-secondaryForeground: #3b3b3b;
|
|
839
|
+
--vscode-button-secondaryBackground: #e5e5e5;
|
|
840
|
+
--vscode-button-secondaryHoverBackground: #cccccc;
|
|
841
|
+
--vscode-checkbox-background: #f8f8f8;
|
|
842
|
+
--vscode-checkbox-selectBackground: #f8f8f8;
|
|
843
|
+
--vscode-checkbox-foreground: #3b3b3b;
|
|
844
|
+
--vscode-checkbox-border: #cecece;
|
|
845
|
+
--vscode-checkbox-selectBorder: #3b3b3b;
|
|
815
846
|
--vscode-keybindingLabel-background: rgba(221, 221, 221, 0.4);
|
|
816
|
-
--vscode-keybindingLabel-foreground: #
|
|
847
|
+
--vscode-keybindingLabel-foreground: #3b3b3b;
|
|
817
848
|
--vscode-keybindingLabel-border: rgba(204, 204, 204, 0.4);
|
|
818
849
|
--vscode-keybindingLabel-bottomBorder: rgba(187, 187, 187, 0.4);
|
|
819
|
-
--vscode-list-focusOutline: #
|
|
820
|
-
--vscode-list-focusAndSelectionOutline: #
|
|
821
|
-
--vscode-list-activeSelectionBackground: #
|
|
822
|
-
--vscode-list-activeSelectionForeground: #
|
|
823
|
-
--vscode-list-activeSelectionIconForeground: #
|
|
850
|
+
--vscode-list-focusOutline: #005fb8;
|
|
851
|
+
--vscode-list-focusAndSelectionOutline: #005fb8;
|
|
852
|
+
--vscode-list-activeSelectionBackground: #e8e8e8;
|
|
853
|
+
--vscode-list-activeSelectionForeground: #000000;
|
|
854
|
+
--vscode-list-activeSelectionIconForeground: #000000;
|
|
824
855
|
--vscode-list-inactiveSelectionBackground: #e4e6f1;
|
|
825
|
-
--vscode-list-hoverBackground: #
|
|
856
|
+
--vscode-list-hoverBackground: #f2f2f2;
|
|
826
857
|
--vscode-list-dropBackground: #d6ebff;
|
|
827
|
-
--vscode-list-dropBetweenBackground: #
|
|
858
|
+
--vscode-list-dropBetweenBackground: #3b3b3b;
|
|
828
859
|
--vscode-list-highlightForeground: #0066bf;
|
|
829
|
-
--vscode-list-focusHighlightForeground: #
|
|
860
|
+
--vscode-list-focusHighlightForeground: #0066bf;
|
|
830
861
|
--vscode-list-invalidItemForeground: #b89500;
|
|
831
862
|
--vscode-list-errorForeground: #b01011;
|
|
832
863
|
--vscode-list-warningForeground: #855f00;
|
|
833
|
-
--vscode-listFilterWidget-background: #
|
|
864
|
+
--vscode-listFilterWidget-background: #f8f8f8;
|
|
834
865
|
--vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
|
|
835
866
|
--vscode-listFilterWidget-noMatchesOutline: #be1100;
|
|
836
867
|
--vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.16);
|
|
@@ -839,12 +870,12 @@ html[data-theme='light'] {
|
|
|
839
870
|
--vscode-tree-indentGuidesStroke: #a9a9a9;
|
|
840
871
|
--vscode-tree-inactiveIndentGuidesStroke: rgba(169, 169, 169, 0.4);
|
|
841
872
|
--vscode-tree-tableColumnsBorder: rgba(97, 97, 97, 0.13);
|
|
842
|
-
--vscode-tree-tableOddRowsBackground: rgba(
|
|
843
|
-
--vscode-menu-border: #
|
|
844
|
-
--vscode-menu-foreground: #
|
|
873
|
+
--vscode-tree-tableOddRowsBackground: rgba(59, 59, 59, 0.04);
|
|
874
|
+
--vscode-menu-border: #cecece;
|
|
875
|
+
--vscode-menu-foreground: #3b3b3b;
|
|
845
876
|
--vscode-menu-background: #ffffff;
|
|
846
877
|
--vscode-menu-selectionForeground: #ffffff;
|
|
847
|
-
--vscode-menu-selectionBackground: #
|
|
878
|
+
--vscode-menu-selectionBackground: #005fb8;
|
|
848
879
|
--vscode-menu-separatorBackground: #d4d4d4;
|
|
849
880
|
--vscode-minimap-findMatchHighlight: #d18616;
|
|
850
881
|
--vscode-minimap-selectionOccurrenceHighlight: #c9c9c9;
|
|
@@ -856,58 +887,58 @@ html[data-theme='light'] {
|
|
|
856
887
|
--vscode-minimapSlider-background: rgba(100, 100, 100, 0.2);
|
|
857
888
|
--vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
|
|
858
889
|
--vscode-minimapSlider-activeBackground: rgba(0, 0, 0, 0.3);
|
|
859
|
-
--vscode-charts-foreground: #
|
|
860
|
-
--vscode-charts-lines: rgba(
|
|
890
|
+
--vscode-charts-foreground: #3b3b3b;
|
|
891
|
+
--vscode-charts-lines: rgba(59, 59, 59, 0.5);
|
|
861
892
|
--vscode-charts-red: #e51400;
|
|
862
893
|
--vscode-charts-blue: #1a85ff;
|
|
863
894
|
--vscode-charts-yellow: #bf8803;
|
|
864
895
|
--vscode-charts-orange: #d18616;
|
|
865
896
|
--vscode-charts-green: #388a34;
|
|
866
897
|
--vscode-charts-purple: #652d90;
|
|
867
|
-
--vscode-quickInput-background: #
|
|
868
|
-
--vscode-quickInput-foreground: #
|
|
898
|
+
--vscode-quickInput-background: #f8f8f8;
|
|
899
|
+
--vscode-quickInput-foreground: #3b3b3b;
|
|
869
900
|
--vscode-quickInputTitle-background: rgba(0, 0, 0, 0.06);
|
|
870
|
-
--vscode-pickerGroup-foreground: #
|
|
871
|
-
--vscode-pickerGroup-border: #
|
|
872
|
-
--vscode-quickInputList-focusForeground: #
|
|
873
|
-
--vscode-quickInputList-focusIconForeground: #
|
|
874
|
-
--vscode-quickInputList-focusBackground: #
|
|
875
|
-
--vscode-search-resultsInfoForeground: #
|
|
901
|
+
--vscode-pickerGroup-foreground: #8b949e;
|
|
902
|
+
--vscode-pickerGroup-border: #e5e5e5;
|
|
903
|
+
--vscode-quickInputList-focusForeground: #000000;
|
|
904
|
+
--vscode-quickInputList-focusIconForeground: #000000;
|
|
905
|
+
--vscode-quickInputList-focusBackground: #e8e8e8;
|
|
906
|
+
--vscode-search-resultsInfoForeground: #3b3b3b;
|
|
876
907
|
--vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
|
|
877
|
-
--vscode-multiDiffEditor-headerBackground: #
|
|
908
|
+
--vscode-multiDiffEditor-headerBackground: #f8f8f8;
|
|
878
909
|
--vscode-multiDiffEditor-border: #cccccc;
|
|
879
|
-
--vscode-symbolIcon-arrayForeground: #
|
|
880
|
-
--vscode-symbolIcon-booleanForeground: #
|
|
910
|
+
--vscode-symbolIcon-arrayForeground: #3b3b3b;
|
|
911
|
+
--vscode-symbolIcon-booleanForeground: #3b3b3b;
|
|
881
912
|
--vscode-symbolIcon-classForeground: #d67e00;
|
|
882
|
-
--vscode-symbolIcon-colorForeground: #
|
|
883
|
-
--vscode-symbolIcon-constantForeground: #
|
|
913
|
+
--vscode-symbolIcon-colorForeground: #3b3b3b;
|
|
914
|
+
--vscode-symbolIcon-constantForeground: #3b3b3b;
|
|
884
915
|
--vscode-symbolIcon-constructorForeground: #652d90;
|
|
885
916
|
--vscode-symbolIcon-enumeratorForeground: #d67e00;
|
|
886
917
|
--vscode-symbolIcon-enumeratorMemberForeground: #007acc;
|
|
887
918
|
--vscode-symbolIcon-eventForeground: #d67e00;
|
|
888
919
|
--vscode-symbolIcon-fieldForeground: #007acc;
|
|
889
|
-
--vscode-symbolIcon-fileForeground: #
|
|
890
|
-
--vscode-symbolIcon-folderForeground: #
|
|
920
|
+
--vscode-symbolIcon-fileForeground: #3b3b3b;
|
|
921
|
+
--vscode-symbolIcon-folderForeground: #3b3b3b;
|
|
891
922
|
--vscode-symbolIcon-functionForeground: #652d90;
|
|
892
923
|
--vscode-symbolIcon-interfaceForeground: #007acc;
|
|
893
|
-
--vscode-symbolIcon-keyForeground: #
|
|
894
|
-
--vscode-symbolIcon-keywordForeground: #
|
|
924
|
+
--vscode-symbolIcon-keyForeground: #3b3b3b;
|
|
925
|
+
--vscode-symbolIcon-keywordForeground: #3b3b3b;
|
|
895
926
|
--vscode-symbolIcon-methodForeground: #652d90;
|
|
896
|
-
--vscode-symbolIcon-moduleForeground: #
|
|
897
|
-
--vscode-symbolIcon-namespaceForeground: #
|
|
898
|
-
--vscode-symbolIcon-nullForeground: #
|
|
899
|
-
--vscode-symbolIcon-numberForeground: #
|
|
900
|
-
--vscode-symbolIcon-objectForeground: #
|
|
901
|
-
--vscode-symbolIcon-operatorForeground: #
|
|
902
|
-
--vscode-symbolIcon-packageForeground: #
|
|
903
|
-
--vscode-symbolIcon-propertyForeground: #
|
|
904
|
-
--vscode-symbolIcon-referenceForeground: #
|
|
905
|
-
--vscode-symbolIcon-snippetForeground: #
|
|
906
|
-
--vscode-symbolIcon-stringForeground: #
|
|
907
|
-
--vscode-symbolIcon-structForeground: #
|
|
908
|
-
--vscode-symbolIcon-textForeground: #
|
|
909
|
-
--vscode-symbolIcon-typeParameterForeground: #
|
|
910
|
-
--vscode-symbolIcon-unitForeground: #
|
|
927
|
+
--vscode-symbolIcon-moduleForeground: #3b3b3b;
|
|
928
|
+
--vscode-symbolIcon-namespaceForeground: #3b3b3b;
|
|
929
|
+
--vscode-symbolIcon-nullForeground: #3b3b3b;
|
|
930
|
+
--vscode-symbolIcon-numberForeground: #3b3b3b;
|
|
931
|
+
--vscode-symbolIcon-objectForeground: #3b3b3b;
|
|
932
|
+
--vscode-symbolIcon-operatorForeground: #3b3b3b;
|
|
933
|
+
--vscode-symbolIcon-packageForeground: #3b3b3b;
|
|
934
|
+
--vscode-symbolIcon-propertyForeground: #3b3b3b;
|
|
935
|
+
--vscode-symbolIcon-referenceForeground: #3b3b3b;
|
|
936
|
+
--vscode-symbolIcon-snippetForeground: #3b3b3b;
|
|
937
|
+
--vscode-symbolIcon-stringForeground: #3b3b3b;
|
|
938
|
+
--vscode-symbolIcon-structForeground: #3b3b3b;
|
|
939
|
+
--vscode-symbolIcon-textForeground: #3b3b3b;
|
|
940
|
+
--vscode-symbolIcon-typeParameterForeground: #3b3b3b;
|
|
941
|
+
--vscode-symbolIcon-unitForeground: #3b3b3b;
|
|
911
942
|
--vscode-symbolIcon-variableForeground: #007acc;
|
|
912
943
|
--vscode-actionBar-toggledBackground: #dddddd;
|
|
913
944
|
--vscode-editorHoverWidget-highlightForeground: #0066bf;
|
|
@@ -918,7 +949,7 @@ html[data-theme='light'] {
|
|
|
918
949
|
--vscode-editorMultiCursor-primary\.foreground: #000000;
|
|
919
950
|
--vscode-editorMultiCursor-secondary\.foreground: #000000;
|
|
920
951
|
--vscode-editorWhitespace-foreground: rgba(51, 51, 51, 0.2);
|
|
921
|
-
--vscode-editorLineNumber-foreground: #
|
|
952
|
+
--vscode-editorLineNumber-foreground: #6e7681;
|
|
922
953
|
--vscode-editorIndentGuide-background: rgba(51, 51, 51, 0.2);
|
|
923
954
|
--vscode-editorIndentGuide-activeBackground: rgba(51, 51, 51, 0.2);
|
|
924
955
|
--vscode-editorIndentGuide-background1: #d3d3d3;
|
|
@@ -934,12 +965,12 @@ html[data-theme='light'] {
|
|
|
934
965
|
--vscode-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);
|
|
935
966
|
--vscode-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);
|
|
936
967
|
--vscode-editorActiveLineNumber-foreground: #0b216f;
|
|
937
|
-
--vscode-editorLineNumber-activeForeground: #
|
|
968
|
+
--vscode-editorLineNumber-activeForeground: #171184;
|
|
938
969
|
--vscode-editorRuler-foreground: #d3d3d3;
|
|
939
970
|
--vscode-editorCodeLens-foreground: #919191;
|
|
940
971
|
--vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
|
|
941
972
|
--vscode-editorBracketMatch-border: #b9b9b9;
|
|
942
|
-
--vscode-editorOverviewRuler-border:
|
|
973
|
+
--vscode-editorOverviewRuler-border: #e5e5e5;
|
|
943
974
|
--vscode-editorGutter-background: #ffffff;
|
|
944
975
|
--vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.47);
|
|
945
976
|
--vscode-editorGhostText-foreground: rgba(0, 0, 0, 0.47);
|
|
@@ -972,7 +1003,7 @@ html[data-theme='light'] {
|
|
|
972
1003
|
--vscode-diffEditor-unchangedRegionShadow: rgba(115, 115, 115, 0.75);
|
|
973
1004
|
--vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
|
|
974
1005
|
--vscode-editor-foldBackground: rgba(173, 214, 255, 0.3);
|
|
975
|
-
--vscode-editorGutter-foldingControlForeground: #
|
|
1006
|
+
--vscode-editorGutter-foldingControlForeground: #3b3b3b;
|
|
976
1007
|
--vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);
|
|
977
1008
|
--vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.25);
|
|
978
1009
|
--vscode-editor-wordHighlightStrongBackground: rgba(14, 99, 156, 0.25);
|
|
@@ -984,7 +1015,7 @@ html[data-theme='light'] {
|
|
|
984
1015
|
--vscode-peekViewTitleLabel-foreground: #000000;
|
|
985
1016
|
--vscode-peekViewTitleDescription-foreground: #616161;
|
|
986
1017
|
--vscode-peekView-border: #1a85ff;
|
|
987
|
-
--vscode-peekViewResult-background: #
|
|
1018
|
+
--vscode-peekViewResult-background: #ffffff;
|
|
988
1019
|
--vscode-peekViewResult-lineForeground: #646465;
|
|
989
1020
|
--vscode-peekViewResult-fileForeground: #1e1e1e;
|
|
990
1021
|
--vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
|
|
@@ -992,8 +1023,8 @@ html[data-theme='light'] {
|
|
|
992
1023
|
--vscode-peekViewEditor-background: #f2f8fc;
|
|
993
1024
|
--vscode-peekViewEditorGutter-background: #f2f8fc;
|
|
994
1025
|
--vscode-peekViewEditorStickyScroll-background: #f2f8fc;
|
|
995
|
-
--vscode-peekViewResult-matchHighlightBackground: rgba(
|
|
996
|
-
--vscode-peekViewEditor-matchHighlightBackground: rgba(
|
|
1026
|
+
--vscode-peekViewResult-matchHighlightBackground: rgba(187, 128, 9, 0.4);
|
|
1027
|
+
--vscode-peekViewEditor-matchHighlightBackground: rgba(187, 128, 9, 0.4);
|
|
997
1028
|
--vscode-editorMarkerNavigationError-background: #e51400;
|
|
998
1029
|
--vscode-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, 0.1);
|
|
999
1030
|
--vscode-editorMarkerNavigationWarning-background: #bf8803;
|
|
@@ -1001,83 +1032,96 @@ html[data-theme='light'] {
|
|
|
1001
1032
|
--vscode-editorMarkerNavigationInfo-background: #1a85ff;
|
|
1002
1033
|
--vscode-editorMarkerNavigationInfo-headerBackground: rgba(26, 133, 255, 0.1);
|
|
1003
1034
|
--vscode-editorMarkerNavigation-background: #ffffff;
|
|
1004
|
-
--vscode-editorSuggestWidget-background: #
|
|
1035
|
+
--vscode-editorSuggestWidget-background: #f8f8f8;
|
|
1005
1036
|
--vscode-editorSuggestWidget-border: #c8c8c8;
|
|
1006
|
-
--vscode-editorSuggestWidget-foreground: #
|
|
1007
|
-
--vscode-editorSuggestWidget-selectedForeground: #
|
|
1008
|
-
--vscode-editorSuggestWidget-selectedIconForeground: #
|
|
1009
|
-
--vscode-editorSuggestWidget-selectedBackground: #
|
|
1037
|
+
--vscode-editorSuggestWidget-foreground: #3b3b3b;
|
|
1038
|
+
--vscode-editorSuggestWidget-selectedForeground: #000000;
|
|
1039
|
+
--vscode-editorSuggestWidget-selectedIconForeground: #000000;
|
|
1040
|
+
--vscode-editorSuggestWidget-selectedBackground: #e8e8e8;
|
|
1010
1041
|
--vscode-editorSuggestWidget-highlightForeground: #0066bf;
|
|
1011
|
-
--vscode-editorSuggestWidget-focusHighlightForeground: #
|
|
1012
|
-
--vscode-editorSuggestWidgetStatus-foreground: rgba(
|
|
1013
|
-
--vscode-editorWatermark-foreground: rgba(
|
|
1042
|
+
--vscode-editorSuggestWidget-focusHighlightForeground: #0066bf;
|
|
1043
|
+
--vscode-editorSuggestWidgetStatus-foreground: rgba(59, 59, 59, 0.5);
|
|
1044
|
+
--vscode-editorWatermark-foreground: rgba(59, 59, 59, 0.68);
|
|
1014
1045
|
--vscode-tab-activeBackground: #ffffff;
|
|
1015
1046
|
--vscode-tab-unfocusedActiveBackground: #ffffff;
|
|
1016
|
-
--vscode-tab-inactiveBackground: #
|
|
1017
|
-
--vscode-tab-unfocusedInactiveBackground: #
|
|
1018
|
-
--vscode-tab-activeForeground: #
|
|
1019
|
-
--vscode-tab-inactiveForeground:
|
|
1020
|
-
--vscode-tab-unfocusedActiveForeground: rgba(
|
|
1021
|
-
--vscode-tab-unfocusedInactiveForeground: rgba(
|
|
1022
|
-
--vscode-tab-
|
|
1023
|
-
--vscode-tab-
|
|
1024
|
-
--vscode-tab-
|
|
1047
|
+
--vscode-tab-inactiveBackground: #f8f8f8;
|
|
1048
|
+
--vscode-tab-unfocusedInactiveBackground: #f8f8f8;
|
|
1049
|
+
--vscode-tab-activeForeground: #3b3b3b;
|
|
1050
|
+
--vscode-tab-inactiveForeground: #868686;
|
|
1051
|
+
--vscode-tab-unfocusedActiveForeground: rgba(59, 59, 59, 0.7);
|
|
1052
|
+
--vscode-tab-unfocusedInactiveForeground: rgba(134, 134, 134, 0.5);
|
|
1053
|
+
--vscode-tab-hoverBackground: #ffffff;
|
|
1054
|
+
--vscode-tab-unfocusedHoverBackground: #f8f8f8;
|
|
1055
|
+
--vscode-tab-border: #e5e5e5;
|
|
1056
|
+
--vscode-tab-lastPinnedBorder: #d4d4d4;
|
|
1057
|
+
--vscode-tab-activeBorder: #f8f8f8;
|
|
1058
|
+
--vscode-tab-unfocusedActiveBorder: #f8f8f8;
|
|
1059
|
+
--vscode-tab-activeBorderTop: #005fb8;
|
|
1060
|
+
--vscode-tab-unfocusedActiveBorderTop: #e5e5e5;
|
|
1061
|
+
--vscode-tab-selectedBorderTop: #68a3da;
|
|
1062
|
+
--vscode-tab-selectedBackground: rgba(255, 255, 255, 0.65);
|
|
1063
|
+
--vscode-tab-selectedForeground: rgba(51, 51, 51, 0.7);
|
|
1064
|
+
--vscode-tab-dragAndDropBorder: #3b3b3b;
|
|
1025
1065
|
--vscode-tab-activeModifiedBorder: #33aaee;
|
|
1026
1066
|
--vscode-tab-inactiveModifiedBorder: rgba(51, 170, 238, 0.5);
|
|
1027
1067
|
--vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, 0.7);
|
|
1028
1068
|
--vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, 0.25);
|
|
1029
1069
|
--vscode-editorPane-background: #ffffff;
|
|
1030
|
-
--vscode-editorGroupHeader-tabsBackground: #
|
|
1070
|
+
--vscode-editorGroupHeader-tabsBackground: #f8f8f8;
|
|
1071
|
+
--vscode-editorGroupHeader-tabsBorder: #e5e5e5;
|
|
1031
1072
|
--vscode-editorGroupHeader-noTabsBackground: #ffffff;
|
|
1032
|
-
--vscode-editorGroup-border: #
|
|
1073
|
+
--vscode-editorGroup-border: #e5e5e5;
|
|
1033
1074
|
--vscode-editorGroup-dropBackground: rgba(38, 119, 203, 0.18);
|
|
1034
|
-
--vscode-editorGroup-dropIntoPromptForeground: #
|
|
1035
|
-
--vscode-editorGroup-dropIntoPromptBackground: #
|
|
1036
|
-
--vscode-sideBySideEditor-horizontalBorder: #
|
|
1037
|
-
--vscode-sideBySideEditor-verticalBorder: #
|
|
1038
|
-
--vscode-panel-background: #
|
|
1039
|
-
--vscode-panel-border:
|
|
1040
|
-
--vscode-panelTitle-activeForeground: #
|
|
1041
|
-
--vscode-panelTitle-inactiveForeground:
|
|
1042
|
-
--vscode-panelTitle-activeBorder: #
|
|
1043
|
-
--vscode-panelInput-border: #
|
|
1044
|
-
--vscode-panel-dropBorder: #
|
|
1075
|
+
--vscode-editorGroup-dropIntoPromptForeground: #3b3b3b;
|
|
1076
|
+
--vscode-editorGroup-dropIntoPromptBackground: #f8f8f8;
|
|
1077
|
+
--vscode-sideBySideEditor-horizontalBorder: #e5e5e5;
|
|
1078
|
+
--vscode-sideBySideEditor-verticalBorder: #e5e5e5;
|
|
1079
|
+
--vscode-panel-background: #f8f8f8;
|
|
1080
|
+
--vscode-panel-border: #e5e5e5;
|
|
1081
|
+
--vscode-panelTitle-activeForeground: #3b3b3b;
|
|
1082
|
+
--vscode-panelTitle-inactiveForeground: #3b3b3b;
|
|
1083
|
+
--vscode-panelTitle-activeBorder: #005fb8;
|
|
1084
|
+
--vscode-panelInput-border: #e5e5e5;
|
|
1085
|
+
--vscode-panel-dropBorder: #3b3b3b;
|
|
1045
1086
|
--vscode-panelSection-dropBackground: rgba(38, 119, 203, 0.18);
|
|
1046
1087
|
--vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
|
|
1047
|
-
--vscode-panelSection-border:
|
|
1048
|
-
--vscode-panelStickyScroll-background: #
|
|
1088
|
+
--vscode-panelSection-border: #e5e5e5;
|
|
1089
|
+
--vscode-panelStickyScroll-background: #f8f8f8;
|
|
1049
1090
|
--vscode-panelStickyScroll-shadow: #dddddd;
|
|
1050
|
-
--vscode-banner-background: #
|
|
1051
|
-
--vscode-banner-foreground: #
|
|
1091
|
+
--vscode-banner-background: #a2a2a2;
|
|
1092
|
+
--vscode-banner-foreground: #000000;
|
|
1052
1093
|
--vscode-banner-iconForeground: #1a85ff;
|
|
1053
|
-
--vscode-statusBar-foreground: #
|
|
1054
|
-
--vscode-statusBar-noFolderForeground: #
|
|
1055
|
-
--vscode-statusBar-background: #
|
|
1056
|
-
--vscode-statusBar-noFolderBackground: #
|
|
1057
|
-
--vscode-statusBar-
|
|
1094
|
+
--vscode-statusBar-foreground: #3b3b3b;
|
|
1095
|
+
--vscode-statusBar-noFolderForeground: #3b3b3b;
|
|
1096
|
+
--vscode-statusBar-background: #f8f8f8;
|
|
1097
|
+
--vscode-statusBar-noFolderBackground: #f8f8f8;
|
|
1098
|
+
--vscode-statusBar-border: #e5e5e5;
|
|
1099
|
+
--vscode-statusBar-focusBorder: #005fb8;
|
|
1100
|
+
--vscode-statusBar-noFolderBorder: #e5e5e5;
|
|
1058
1101
|
--vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
|
|
1059
|
-
--vscode-statusBarItem-focusBorder: #
|
|
1102
|
+
--vscode-statusBarItem-focusBorder: #005fb8;
|
|
1060
1103
|
--vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
|
|
1061
|
-
--vscode-statusBarItem-hoverForeground: #
|
|
1104
|
+
--vscode-statusBarItem-hoverForeground: #3b3b3b;
|
|
1062
1105
|
--vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, 0.2);
|
|
1063
|
-
--vscode-statusBarItem-prominentForeground: #
|
|
1064
|
-
--vscode-statusBarItem-prominentBackground: rgba(
|
|
1065
|
-
--vscode-statusBarItem-prominentHoverForeground: #
|
|
1106
|
+
--vscode-statusBarItem-prominentForeground: #3b3b3b;
|
|
1107
|
+
--vscode-statusBarItem-prominentBackground: rgba(110, 118, 129, 0.4);
|
|
1108
|
+
--vscode-statusBarItem-prominentHoverForeground: #3b3b3b;
|
|
1066
1109
|
--vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
|
|
1067
1110
|
--vscode-statusBarItem-errorBackground: #c72e0f;
|
|
1068
1111
|
--vscode-statusBarItem-errorForeground: #ffffff;
|
|
1069
|
-
--vscode-statusBarItem-errorHoverForeground: #
|
|
1112
|
+
--vscode-statusBarItem-errorHoverForeground: #3b3b3b;
|
|
1070
1113
|
--vscode-statusBarItem-errorHoverBackground: rgba(255, 255, 255, 0.12);
|
|
1071
1114
|
--vscode-statusBarItem-warningBackground: #725102;
|
|
1072
1115
|
--vscode-statusBarItem-warningForeground: #ffffff;
|
|
1073
|
-
--vscode-statusBarItem-warningHoverForeground: #
|
|
1116
|
+
--vscode-statusBarItem-warningHoverForeground: #3b3b3b;
|
|
1074
1117
|
--vscode-statusBarItem-warningHoverBackground: rgba(255, 255, 255, 0.12);
|
|
1075
|
-
--vscode-activityBar-background: #
|
|
1076
|
-
--vscode-activityBar-foreground: #
|
|
1077
|
-
--vscode-activityBar-inactiveForeground:
|
|
1078
|
-
--vscode-activityBar-
|
|
1079
|
-
--vscode-activityBar-
|
|
1080
|
-
--vscode-
|
|
1118
|
+
--vscode-activityBar-background: #f8f8f8;
|
|
1119
|
+
--vscode-activityBar-foreground: #1f1f1f;
|
|
1120
|
+
--vscode-activityBar-inactiveForeground: #616161;
|
|
1121
|
+
--vscode-activityBar-border: #e5e5e5;
|
|
1122
|
+
--vscode-activityBar-activeBorder: #005fb8;
|
|
1123
|
+
--vscode-activityBar-dropBorder: #1f1f1f;
|
|
1124
|
+
--vscode-activityBarBadge-background: #005fb8;
|
|
1081
1125
|
--vscode-activityBarBadge-foreground: #ffffff;
|
|
1082
1126
|
--vscode-activityBarTop-foreground: #424242;
|
|
1083
1127
|
--vscode-activityBarTop-activeBorder: #424242;
|
|
@@ -1085,68 +1129,73 @@ html[data-theme='light'] {
|
|
|
1085
1129
|
--vscode-activityBarTop-dropBorder: #424242;
|
|
1086
1130
|
--vscode-profileBadge-background: #c4c4c4;
|
|
1087
1131
|
--vscode-profileBadge-foreground: #333333;
|
|
1088
|
-
--vscode-statusBarItem-remoteBackground: #
|
|
1132
|
+
--vscode-statusBarItem-remoteBackground: #005fb8;
|
|
1089
1133
|
--vscode-statusBarItem-remoteForeground: #ffffff;
|
|
1090
|
-
--vscode-statusBarItem-remoteHoverForeground: #
|
|
1134
|
+
--vscode-statusBarItem-remoteHoverForeground: #3b3b3b;
|
|
1091
1135
|
--vscode-statusBarItem-remoteHoverBackground: rgba(255, 255, 255, 0.12);
|
|
1092
1136
|
--vscode-statusBarItem-offlineBackground: #6c1717;
|
|
1093
1137
|
--vscode-statusBarItem-offlineForeground: #ffffff;
|
|
1094
|
-
--vscode-statusBarItem-offlineHoverForeground: #
|
|
1138
|
+
--vscode-statusBarItem-offlineHoverForeground: #3b3b3b;
|
|
1095
1139
|
--vscode-statusBarItem-offlineHoverBackground: rgba(255, 255, 255, 0.12);
|
|
1096
|
-
--vscode-extensionBadge-remoteBackground: #
|
|
1140
|
+
--vscode-extensionBadge-remoteBackground: #005fb8;
|
|
1097
1141
|
--vscode-extensionBadge-remoteForeground: #ffffff;
|
|
1098
|
-
--vscode-sideBar-background: #
|
|
1099
|
-
--vscode-
|
|
1100
|
-
--vscode-
|
|
1142
|
+
--vscode-sideBar-background: #f8f8f8;
|
|
1143
|
+
--vscode-sideBar-foreground: #3b3b3b;
|
|
1144
|
+
--vscode-sideBar-border: #e5e5e5;
|
|
1145
|
+
--vscode-sideBarTitle-background: #f8f8f8;
|
|
1146
|
+
--vscode-sideBarTitle-foreground: #3b3b3b;
|
|
1101
1147
|
--vscode-sideBar-dropBackground: rgba(38, 119, 203, 0.18);
|
|
1102
|
-
--vscode-sideBarSectionHeader-background:
|
|
1103
|
-
--vscode-sideBarSectionHeader-
|
|
1104
|
-
--vscode-
|
|
1105
|
-
--vscode-
|
|
1148
|
+
--vscode-sideBarSectionHeader-background: #f8f8f8;
|
|
1149
|
+
--vscode-sideBarSectionHeader-foreground: #3b3b3b;
|
|
1150
|
+
--vscode-sideBarSectionHeader-border: #e5e5e5;
|
|
1151
|
+
--vscode-sideBarActivityBarTop-border: #e5e5e5;
|
|
1152
|
+
--vscode-sideBarStickyScroll-background: #f8f8f8;
|
|
1106
1153
|
--vscode-sideBarStickyScroll-shadow: #dddddd;
|
|
1107
|
-
--vscode-titleBar-activeForeground: #
|
|
1108
|
-
--vscode-titleBar-inactiveForeground:
|
|
1109
|
-
--vscode-titleBar-activeBackground: #
|
|
1110
|
-
--vscode-titleBar-inactiveBackground:
|
|
1111
|
-
--vscode-
|
|
1154
|
+
--vscode-titleBar-activeForeground: #1e1e1e;
|
|
1155
|
+
--vscode-titleBar-inactiveForeground: #8b949e;
|
|
1156
|
+
--vscode-titleBar-activeBackground: #f8f8f8;
|
|
1157
|
+
--vscode-titleBar-inactiveBackground: #f8f8f8;
|
|
1158
|
+
--vscode-titleBar-border: #e5e5e5;
|
|
1159
|
+
--vscode-menubar-selectionForeground: #1e1e1e;
|
|
1112
1160
|
--vscode-menubar-selectionBackground: rgba(184, 184, 184, 0.31);
|
|
1113
|
-
--vscode-commandCenter-foreground: #
|
|
1114
|
-
--vscode-commandCenter-activeForeground: #
|
|
1115
|
-
--vscode-commandCenter-inactiveForeground:
|
|
1161
|
+
--vscode-commandCenter-foreground: #1e1e1e;
|
|
1162
|
+
--vscode-commandCenter-activeForeground: #1e1e1e;
|
|
1163
|
+
--vscode-commandCenter-inactiveForeground: #8b949e;
|
|
1116
1164
|
--vscode-commandCenter-background: rgba(0, 0, 0, 0.05);
|
|
1117
1165
|
--vscode-commandCenter-activeBackground: rgba(0, 0, 0, 0.08);
|
|
1118
|
-
--vscode-commandCenter-border: rgba(
|
|
1119
|
-
--vscode-commandCenter-activeBorder: rgba(
|
|
1120
|
-
--vscode-commandCenter-inactiveBorder: rgba(
|
|
1121
|
-
--vscode-notificationCenter-border: #
|
|
1122
|
-
--vscode-notificationToast-border: #
|
|
1123
|
-
--vscode-notifications-foreground: #
|
|
1124
|
-
--vscode-notifications-background: #
|
|
1125
|
-
--vscode-notificationLink-foreground: #
|
|
1126
|
-
--vscode-notificationCenterHeader-
|
|
1127
|
-
--vscode-
|
|
1166
|
+
--vscode-commandCenter-border: rgba(30, 30, 30, 0.2);
|
|
1167
|
+
--vscode-commandCenter-activeBorder: rgba(30, 30, 30, 0.3);
|
|
1168
|
+
--vscode-commandCenter-inactiveBorder: rgba(139, 148, 158, 0.25);
|
|
1169
|
+
--vscode-notificationCenter-border: #e5e5e5;
|
|
1170
|
+
--vscode-notificationToast-border: #e5e5e5;
|
|
1171
|
+
--vscode-notifications-foreground: #3b3b3b;
|
|
1172
|
+
--vscode-notifications-background: #ffffff;
|
|
1173
|
+
--vscode-notificationLink-foreground: #005fb8;
|
|
1174
|
+
--vscode-notificationCenterHeader-foreground: #3b3b3b;
|
|
1175
|
+
--vscode-notificationCenterHeader-background: #ffffff;
|
|
1176
|
+
--vscode-notifications-border: #e5e5e5;
|
|
1128
1177
|
--vscode-notificationsErrorIcon-foreground: #e51400;
|
|
1129
1178
|
--vscode-notificationsWarningIcon-foreground: #bf8803;
|
|
1130
1179
|
--vscode-notificationsInfoIcon-foreground: #1a85ff;
|
|
1131
1180
|
--vscode-chat-requestBorder: rgba(0, 0, 0, 0.1);
|
|
1132
1181
|
--vscode-chat-requestBackground: rgba(255, 255, 255, 0.62);
|
|
1133
|
-
--vscode-chat-slashCommandBackground:
|
|
1182
|
+
--vscode-chat-slashCommandBackground: #d2ecff;
|
|
1134
1183
|
--vscode-chat-slashCommandForeground: #306ca2;
|
|
1135
1184
|
--vscode-chat-avatarBackground: #f2f2f2;
|
|
1136
|
-
--vscode-chat-avatarForeground: #
|
|
1185
|
+
--vscode-chat-avatarForeground: #3b3b3b;
|
|
1137
1186
|
--vscode-simpleFindWidget-sashBorder: #c8c8c8;
|
|
1138
1187
|
--vscode-commentsView-resolvedIcon: rgba(97, 97, 97, 0.5);
|
|
1139
|
-
--vscode-commentsView-unresolvedIcon: #
|
|
1188
|
+
--vscode-commentsView-unresolvedIcon: #005fb8;
|
|
1140
1189
|
--vscode-editorCommentsWidget-replyInputBackground: #f3f3f3;
|
|
1141
1190
|
--vscode-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, 0.5);
|
|
1142
|
-
--vscode-editorCommentsWidget-unresolvedBorder: #
|
|
1143
|
-
--vscode-editorCommentsWidget-rangeBackground: rgba(0,
|
|
1144
|
-
--vscode-editorCommentsWidget-rangeActiveBackground: rgba(0,
|
|
1191
|
+
--vscode-editorCommentsWidget-unresolvedBorder: #005fb8;
|
|
1192
|
+
--vscode-editorCommentsWidget-rangeBackground: rgba(0, 95, 184, 0.1);
|
|
1193
|
+
--vscode-editorCommentsWidget-rangeActiveBackground: rgba(0, 95, 184, 0.1);
|
|
1145
1194
|
--vscode-editorGutter-commentRangeForeground: #d5d8e9;
|
|
1146
1195
|
--vscode-editorOverviewRuler-commentForeground: #d5d8e9;
|
|
1147
1196
|
--vscode-editorOverviewRuler-commentUnresolvedForeground: #d5d8e9;
|
|
1148
|
-
--vscode-editorGutter-commentGlyphForeground: #
|
|
1149
|
-
--vscode-editorGutter-commentUnresolvedGlyphForeground: #
|
|
1197
|
+
--vscode-editorGutter-commentGlyphForeground: #3b3b3b;
|
|
1198
|
+
--vscode-editorGutter-commentUnresolvedGlyphForeground: #3b3b3b;
|
|
1150
1199
|
--vscode-debugToolBar-background: #f3f3f3;
|
|
1151
1200
|
--vscode-debugIcon-startForeground: #388a34;
|
|
1152
1201
|
--vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 102, 0.45);
|
|
@@ -1164,40 +1213,42 @@ html[data-theme='light'] {
|
|
|
1164
1213
|
--vscode-mergeEditor-conflictingLines\.background: rgba(255, 234, 0, 0.28);
|
|
1165
1214
|
--vscode-mergeEditor-conflict\.input1\.background: rgba(64, 200, 174, 0.2);
|
|
1166
1215
|
--vscode-mergeEditor-conflict\.input2\.background: rgba(64, 166, 255, 0.2);
|
|
1167
|
-
--vscode-settings-headerForeground: #
|
|
1168
|
-
--vscode-settings-settingsHeaderHoverForeground: rgba(
|
|
1169
|
-
--vscode-settings-modifiedItemIndicator:
|
|
1170
|
-
--vscode-settings-headerBorder:
|
|
1171
|
-
--vscode-settings-sashBorder:
|
|
1216
|
+
--vscode-settings-headerForeground: #1f1f1f;
|
|
1217
|
+
--vscode-settings-settingsHeaderHoverForeground: rgba(31, 31, 31, 0.7);
|
|
1218
|
+
--vscode-settings-modifiedItemIndicator: rgba(187, 128, 9, 0.4);
|
|
1219
|
+
--vscode-settings-headerBorder: #e5e5e5;
|
|
1220
|
+
--vscode-settings-sashBorder: #e5e5e5;
|
|
1172
1221
|
--vscode-settings-dropdownBackground: #ffffff;
|
|
1173
|
-
--vscode-settings-dropdownForeground: #
|
|
1222
|
+
--vscode-settings-dropdownForeground: #3b3b3b;
|
|
1174
1223
|
--vscode-settings-dropdownBorder: #cecece;
|
|
1175
1224
|
--vscode-settings-dropdownListBorder: #c8c8c8;
|
|
1176
|
-
--vscode-settings-checkboxBackground: #
|
|
1177
|
-
--vscode-settings-checkboxForeground: #
|
|
1178
|
-
--vscode-settings-checkboxBorder: #
|
|
1225
|
+
--vscode-settings-checkboxBackground: #f8f8f8;
|
|
1226
|
+
--vscode-settings-checkboxForeground: #3b3b3b;
|
|
1227
|
+
--vscode-settings-checkboxBorder: #cecece;
|
|
1179
1228
|
--vscode-settings-textInputBackground: #ffffff;
|
|
1180
|
-
--vscode-settings-textInputForeground: #
|
|
1229
|
+
--vscode-settings-textInputForeground: #3b3b3b;
|
|
1181
1230
|
--vscode-settings-textInputBorder: #cecece;
|
|
1182
1231
|
--vscode-settings-numberInputBackground: #ffffff;
|
|
1183
|
-
--vscode-settings-numberInputForeground: #
|
|
1232
|
+
--vscode-settings-numberInputForeground: #3b3b3b;
|
|
1184
1233
|
--vscode-settings-numberInputBorder: #cecece;
|
|
1185
|
-
--vscode-settings-focusedRowBackground: rgba(
|
|
1186
|
-
--vscode-settings-rowHoverBackground: rgba(
|
|
1187
|
-
--vscode-settings-focusedRowBorder: #
|
|
1188
|
-
--vscode-terminal-foreground: #
|
|
1234
|
+
--vscode-settings-focusedRowBackground: rgba(242, 242, 242, 0.6);
|
|
1235
|
+
--vscode-settings-rowHoverBackground: rgba(242, 242, 242, 0.3);
|
|
1236
|
+
--vscode-settings-focusedRowBorder: #005fb8;
|
|
1237
|
+
--vscode-terminal-foreground: #3b3b3b;
|
|
1238
|
+
--vscode-terminalCursor-foreground: #005fb8;
|
|
1189
1239
|
--vscode-terminal-selectionBackground: #add6ff;
|
|
1190
1240
|
--vscode-terminal-inactiveSelectionBackground: #e5ebf1;
|
|
1191
1241
|
--vscode-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, 0.25);
|
|
1192
1242
|
--vscode-terminalCommandDecoration-successBackground: #2090d3;
|
|
1193
1243
|
--vscode-terminalCommandDecoration-errorBackground: #e51400;
|
|
1194
1244
|
--vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);
|
|
1195
|
-
--vscode-terminal-border:
|
|
1245
|
+
--vscode-terminal-border: #e5e5e5;
|
|
1196
1246
|
--vscode-terminal-findMatchBackground: #a8ac94;
|
|
1197
1247
|
--vscode-terminal-hoverHighlightBackground: rgba(173, 214, 255, 0.07);
|
|
1198
1248
|
--vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
|
|
1199
1249
|
--vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
|
|
1200
1250
|
--vscode-terminal-dropBackground: rgba(38, 119, 203, 0.18);
|
|
1251
|
+
--vscode-terminal-tab\.activeBorder: #005fb8;
|
|
1201
1252
|
--vscode-terminalStickyScrollHover-background: #f0f0f0;
|
|
1202
1253
|
--vscode-testing-iconFailed: #f14c4c;
|
|
1203
1254
|
--vscode-testing-iconErrored: #f14c4c;
|
|
@@ -1217,11 +1268,11 @@ html[data-theme='light'] {
|
|
|
1217
1268
|
--vscode-testing-uncoveredBackground: rgba(255, 0, 0, 0.2);
|
|
1218
1269
|
--vscode-testing-uncoveredBorder: rgba(255, 0, 0, 0.15);
|
|
1219
1270
|
--vscode-testing-uncoveredGutterBackground: rgba(255, 0, 0, 0.3);
|
|
1220
|
-
--vscode-testing-coverCountBadgeBackground: #
|
|
1221
|
-
--vscode-testing-coverCountBadgeForeground: #
|
|
1271
|
+
--vscode-testing-coverCountBadgeBackground: #cccccc;
|
|
1272
|
+
--vscode-testing-coverCountBadgeForeground: #3b3b3b;
|
|
1222
1273
|
--vscode-testing-message\.error\.decorationForeground: #e51400;
|
|
1223
1274
|
--vscode-testing-message\.error\.lineBackground: rgba(255, 0, 0, 0.2);
|
|
1224
|
-
--vscode-testing-message\.info\.decorationForeground: rgba(
|
|
1275
|
+
--vscode-testing-message\.info\.decorationForeground: rgba(59, 59, 59, 0.5);
|
|
1225
1276
|
--vscode-testing-iconErrored\.retired: rgba(241, 76, 76, 0.7);
|
|
1226
1277
|
--vscode-testing-iconFailed\.retired: rgba(241, 76, 76, 0.7);
|
|
1227
1278
|
--vscode-testing-iconPassed\.retired: rgba(115, 201, 145, 0.7);
|
|
@@ -1229,18 +1280,18 @@ html[data-theme='light'] {
|
|
|
1229
1280
|
--vscode-testing-iconUnset\.retired: rgba(132, 132, 132, 0.7);
|
|
1230
1281
|
--vscode-testing-iconSkipped\.retired: rgba(132, 132, 132, 0.7);
|
|
1231
1282
|
--vscode-welcomePage-tileBackground: #f3f3f3;
|
|
1232
|
-
--vscode-welcomePage-tileHoverBackground: #
|
|
1283
|
+
--vscode-welcomePage-tileHoverBackground: #dfdfdf;
|
|
1233
1284
|
--vscode-welcomePage-tileBorder: rgba(0, 0, 0, 0.1);
|
|
1234
1285
|
--vscode-welcomePage-progress\.background: #ffffff;
|
|
1235
|
-
--vscode-welcomePage-progress\.foreground: #
|
|
1286
|
+
--vscode-welcomePage-progress\.foreground: #005fb8;
|
|
1236
1287
|
--vscode-walkthrough-stepTitle\.foreground: #000000;
|
|
1237
1288
|
--vscode-walkThrough-embeddedEditorBackground: #f4f4f4;
|
|
1238
|
-
--vscode-inlineChat-background: #
|
|
1289
|
+
--vscode-inlineChat-background: #f8f8f8;
|
|
1239
1290
|
--vscode-inlineChat-border: #c8c8c8;
|
|
1240
1291
|
--vscode-inlineChat-shadow: rgba(0, 0, 0, 0.16);
|
|
1241
1292
|
--vscode-inlineChat-regionHighlight: rgba(173, 214, 255, 0.15);
|
|
1242
1293
|
--vscode-inlineChatInput-border: #c8c8c8;
|
|
1243
|
-
--vscode-inlineChatInput-focusBorder: #
|
|
1294
|
+
--vscode-inlineChatInput-focusBorder: #005fb8;
|
|
1244
1295
|
--vscode-inlineChatInput-placeholderForeground: #767676;
|
|
1245
1296
|
--vscode-inlineChatInput-background: #ffffff;
|
|
1246
1297
|
--vscode-inlineChatDiff-inserted: rgba(156, 204, 44, 0.13);
|
|
@@ -1249,11 +1300,21 @@ html[data-theme='light'] {
|
|
|
1249
1300
|
--vscode-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, 0.16);
|
|
1250
1301
|
--vscode-debugExceptionWidget-border: #a31515;
|
|
1251
1302
|
--vscode-debugExceptionWidget-background: #f1dfde;
|
|
1252
|
-
--vscode-statusBar-debuggingBackground: #
|
|
1253
|
-
--vscode-statusBar-debuggingForeground: #
|
|
1254
|
-
--vscode-
|
|
1255
|
-
--vscode-
|
|
1256
|
-
--vscode-
|
|
1303
|
+
--vscode-statusBar-debuggingBackground: #fd716c;
|
|
1304
|
+
--vscode-statusBar-debuggingForeground: #000000;
|
|
1305
|
+
--vscode-statusBar-debuggingBorder: #e5e5e5;
|
|
1306
|
+
--vscode-commandCenter-debuggingBackground: rgba(253, 113, 108, 0.26);
|
|
1307
|
+
--vscode-editorGutter-modifiedBackground: #005fb8;
|
|
1308
|
+
--vscode-editorGutter-addedBackground: #2ea043;
|
|
1309
|
+
--vscode-editorGutter-deletedBackground: #f85149;
|
|
1310
|
+
--vscode-minimapGutter-modifiedBackground: #005fb8;
|
|
1311
|
+
--vscode-minimapGutter-addedBackground: #2ea043;
|
|
1312
|
+
--vscode-minimapGutter-deletedBackground: #f85149;
|
|
1313
|
+
--vscode-editorOverviewRuler-modifiedForeground: rgba(0, 95, 184, 0.6);
|
|
1314
|
+
--vscode-editorOverviewRuler-addedForeground: rgba(46, 160, 67, 0.6);
|
|
1315
|
+
--vscode-editorOverviewRuler-deletedForeground: rgba(248, 81, 73, 0.6);
|
|
1316
|
+
--vscode-keybindingTable-headerBackground: rgba(59, 59, 59, 0.04);
|
|
1317
|
+
--vscode-keybindingTable-rowsBackground: rgba(59, 59, 59, 0.04);
|
|
1257
1318
|
--vscode-debugIcon-breakpointForeground: #e51400;
|
|
1258
1319
|
--vscode-debugIcon-breakpointDisabledForeground: #848484;
|
|
1259
1320
|
--vscode-debugIcon-breakpointUnverifiedForeground: #848484;
|
|
@@ -1262,15 +1323,7 @@ html[data-theme='light'] {
|
|
|
1262
1323
|
--vscode-editor-inlineValuesForeground: rgba(0, 0, 0, 0.5);
|
|
1263
1324
|
--vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
|
|
1264
1325
|
--vscode-ports-iconRunningProcessForeground: #369432;
|
|
1265
|
-
--vscode-
|
|
1266
|
-
--vscode-editorGutter-addedBackground: #48985d;
|
|
1267
|
-
--vscode-editorGutter-deletedBackground: #e51400;
|
|
1268
|
-
--vscode-minimapGutter-modifiedBackground: #2090d3;
|
|
1269
|
-
--vscode-minimapGutter-addedBackground: #48985d;
|
|
1270
|
-
--vscode-minimapGutter-deletedBackground: #e51400;
|
|
1271
|
-
--vscode-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, 0.6);
|
|
1272
|
-
--vscode-editorOverviewRuler-addedForeground: rgba(72, 152, 93, 0.6);
|
|
1273
|
-
--vscode-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, 0.6);
|
|
1326
|
+
--vscode-profiles-sashBorder: #e5e5e5;
|
|
1274
1327
|
--vscode-debugTokenExpression-name: #9b46b0;
|
|
1275
1328
|
--vscode-debugTokenExpression-value: rgba(108, 108, 108, 0.8);
|
|
1276
1329
|
--vscode-debugTokenExpression-string: #a31515;
|
|
@@ -1279,14 +1332,14 @@ html[data-theme='light'] {
|
|
|
1279
1332
|
--vscode-debugTokenExpression-error: #e51400;
|
|
1280
1333
|
--vscode-debugView-exceptionLabelForeground: #ffffff;
|
|
1281
1334
|
--vscode-debugView-exceptionLabelBackground: #a31515;
|
|
1282
|
-
--vscode-debugView-stateLabelForeground: #
|
|
1335
|
+
--vscode-debugView-stateLabelForeground: #3b3b3b;
|
|
1283
1336
|
--vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
|
|
1284
1337
|
--vscode-debugView-valueChangedHighlight: #569cd6;
|
|
1285
1338
|
--vscode-debugConsole-infoForeground: #1a85ff;
|
|
1286
1339
|
--vscode-debugConsole-warningForeground: #bf8803;
|
|
1287
|
-
--vscode-debugConsole-errorForeground: #
|
|
1288
|
-
--vscode-debugConsole-sourceForeground: #
|
|
1289
|
-
--vscode-debugConsoleInputIcon-foreground: #
|
|
1340
|
+
--vscode-debugConsole-errorForeground: #f85149;
|
|
1341
|
+
--vscode-debugConsole-sourceForeground: #3b3b3b;
|
|
1342
|
+
--vscode-debugConsoleInputIcon-foreground: #3b3b3b;
|
|
1290
1343
|
--vscode-debugIcon-pauseForeground: #007acc;
|
|
1291
1344
|
--vscode-debugIcon-stopForeground: #a1260d;
|
|
1292
1345
|
--vscode-debugIcon-disconnectForeground: #a1260d;
|
|
@@ -1298,37 +1351,37 @@ html[data-theme='light'] {
|
|
|
1298
1351
|
--vscode-debugIcon-stepBackForeground: #007acc;
|
|
1299
1352
|
--vscode-scm-historyItemAdditionsForeground: #587c0c;
|
|
1300
1353
|
--vscode-scm-historyItemDeletionsForeground: #ad0707;
|
|
1301
|
-
--vscode-scm-historyItemStatisticsBorder: rgba(
|
|
1302
|
-
--vscode-scm-historyItemSelectedStatisticsBorder: rgba(
|
|
1303
|
-
--vscode-extensionButton-background: #
|
|
1354
|
+
--vscode-scm-historyItemStatisticsBorder: rgba(59, 59, 59, 0.2);
|
|
1355
|
+
--vscode-scm-historyItemSelectedStatisticsBorder: rgba(0, 0, 0, 0.2);
|
|
1356
|
+
--vscode-extensionButton-background: #005fb8;
|
|
1304
1357
|
--vscode-extensionButton-foreground: #ffffff;
|
|
1305
|
-
--vscode-extensionButton-hoverBackground: #
|
|
1358
|
+
--vscode-extensionButton-hoverBackground: #0258a8;
|
|
1306
1359
|
--vscode-extensionButton-separator: rgba(255, 255, 255, 0.4);
|
|
1307
|
-
--vscode-extensionButton-prominentBackground: #
|
|
1360
|
+
--vscode-extensionButton-prominentBackground: #005fb8;
|
|
1308
1361
|
--vscode-extensionButton-prominentForeground: #ffffff;
|
|
1309
|
-
--vscode-extensionButton-prominentHoverBackground: #
|
|
1362
|
+
--vscode-extensionButton-prominentHoverBackground: #0258a8;
|
|
1310
1363
|
--vscode-extensionIcon-starForeground: #df6100;
|
|
1311
|
-
--vscode-extensionIcon-verifiedForeground: #
|
|
1364
|
+
--vscode-extensionIcon-verifiedForeground: #005fb8;
|
|
1312
1365
|
--vscode-extensionIcon-preReleaseForeground: #1d9271;
|
|
1313
1366
|
--vscode-extensionIcon-sponsorForeground: #b51e78;
|
|
1314
|
-
--vscode-notebook-cellBorderColor: #
|
|
1315
|
-
--vscode-notebook-focusedEditorBorder: #
|
|
1367
|
+
--vscode-notebook-cellBorderColor: #e5e5e5;
|
|
1368
|
+
--vscode-notebook-focusedEditorBorder: #005fb8;
|
|
1316
1369
|
--vscode-notebookStatusSuccessIcon-foreground: #388a34;
|
|
1317
1370
|
--vscode-notebookEditorOverviewRuler-runningCellForeground: #388a34;
|
|
1318
|
-
--vscode-notebookStatusErrorIcon-foreground: #
|
|
1319
|
-
--vscode-notebookStatusRunningIcon-foreground: #
|
|
1371
|
+
--vscode-notebookStatusErrorIcon-foreground: #f85149;
|
|
1372
|
+
--vscode-notebookStatusRunningIcon-foreground: #3b3b3b;
|
|
1320
1373
|
--vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
|
|
1321
1374
|
--vscode-notebook-selectedCellBackground: rgba(200, 221, 241, 0.31);
|
|
1322
|
-
--vscode-notebook-selectedCellBorder: #
|
|
1323
|
-
--vscode-notebook-focusedCellBorder: #
|
|
1324
|
-
--vscode-notebook-inactiveFocusedCellBorder: #
|
|
1375
|
+
--vscode-notebook-selectedCellBorder: #e5e5e5;
|
|
1376
|
+
--vscode-notebook-focusedCellBorder: #005fb8;
|
|
1377
|
+
--vscode-notebook-inactiveFocusedCellBorder: #e5e5e5;
|
|
1325
1378
|
--vscode-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, 0.08);
|
|
1326
|
-
--vscode-notebook-cellInsertionIndicator: #
|
|
1379
|
+
--vscode-notebook-cellInsertionIndicator: #005fb8;
|
|
1327
1380
|
--vscode-notebookScrollbarSlider-background: rgba(100, 100, 100, 0.4);
|
|
1328
1381
|
--vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
|
|
1329
1382
|
--vscode-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
|
|
1330
1383
|
--vscode-notebook-symbolHighlightBackground: rgba(253, 255, 0, 0.2);
|
|
1331
|
-
--vscode-notebook-cellEditorBackground: #
|
|
1384
|
+
--vscode-notebook-cellEditorBackground: #f8f8f8;
|
|
1332
1385
|
--vscode-notebook-editorBackground: #ffffff;
|
|
1333
1386
|
--vscode-interactive-activeCodeBorder: #007acc;
|
|
1334
1387
|
--vscode-interactive-inactiveCodeBorder: #e4e6f1;
|
|
@@ -1361,7 +1414,7 @@ html[data-theme='light'] {
|
|
|
1361
1414
|
--vscode-gitDecoration-submoduleResourceForeground: #1258a7;
|
|
1362
1415
|
}
|
|
1363
1416
|
|
|
1364
|
-
html[data-theme='high contrast'] {
|
|
1417
|
+
html[data-theme='high contrast black'] {
|
|
1365
1418
|
--vscode-font-family: "Segoe WPC", "Segoe UI", sans-serif;
|
|
1366
1419
|
--vscode-font-weight: normal;
|
|
1367
1420
|
--vscode-font-size: 13px;
|
|
@@ -1658,6 +1711,8 @@ html[data-theme='high contrast'] {
|
|
|
1658
1711
|
--vscode-tab-unfocusedInactiveForeground: #ffffff;
|
|
1659
1712
|
--vscode-tab-border: #6fc3df;
|
|
1660
1713
|
--vscode-tab-lastPinnedBorder: #6fc3df;
|
|
1714
|
+
--vscode-tab-selectedBackground: #000000;
|
|
1715
|
+
--vscode-tab-selectedForeground: #ffffff;
|
|
1661
1716
|
--vscode-tab-dragAndDropBorder: #f38518;
|
|
1662
1717
|
--vscode-tab-inactiveModifiedBorder: #ffffff;
|
|
1663
1718
|
--vscode-tab-unfocusedActiveModifiedBorder: #ffffff;
|
|
@@ -1705,6 +1760,7 @@ html[data-theme='high contrast'] {
|
|
|
1705
1760
|
--vscode-activityBar-foreground: #ffffff;
|
|
1706
1761
|
--vscode-activityBar-inactiveForeground: #ffffff;
|
|
1707
1762
|
--vscode-activityBar-border: #6fc3df;
|
|
1763
|
+
--vscode-activityBar-activeBorder: #6fc3df;
|
|
1708
1764
|
--vscode-activityBarBadge-background: #000000;
|
|
1709
1765
|
--vscode-activityBarBadge-foreground: #ffffff;
|
|
1710
1766
|
--vscode-activityBarTop-foreground: #ffffff;
|
|
@@ -1857,14 +1913,6 @@ html[data-theme='high contrast'] {
|
|
|
1857
1913
|
--vscode-statusBar-debuggingForeground: #ffffff;
|
|
1858
1914
|
--vscode-statusBar-debuggingBorder: #6fc3df;
|
|
1859
1915
|
--vscode-commandCenter-debuggingBackground: rgba(186, 89, 44, 0.26);
|
|
1860
|
-
--vscode-debugIcon-breakpointForeground: #e51400;
|
|
1861
|
-
--vscode-debugIcon-breakpointDisabledForeground: #848484;
|
|
1862
|
-
--vscode-debugIcon-breakpointUnverifiedForeground: #848484;
|
|
1863
|
-
--vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;
|
|
1864
|
-
--vscode-debugIcon-breakpointStackframeForeground: #89d185;
|
|
1865
|
-
--vscode-editor-inlineValuesForeground: rgba(255, 255, 255, 0.5);
|
|
1866
|
-
--vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
|
|
1867
|
-
--vscode-ports-iconRunningProcessForeground: #ffffff;
|
|
1868
1916
|
--vscode-editorGutter-modifiedBackground: #1b81a8;
|
|
1869
1917
|
--vscode-editorGutter-addedBackground: #487e02;
|
|
1870
1918
|
--vscode-editorGutter-deletedBackground: #f48771;
|
|
@@ -1874,6 +1922,15 @@ html[data-theme='high contrast'] {
|
|
|
1874
1922
|
--vscode-editorOverviewRuler-modifiedForeground: rgba(27, 129, 168, 0.6);
|
|
1875
1923
|
--vscode-editorOverviewRuler-addedForeground: rgba(72, 126, 2, 0.6);
|
|
1876
1924
|
--vscode-editorOverviewRuler-deletedForeground: rgba(244, 135, 113, 0.6);
|
|
1925
|
+
--vscode-debugIcon-breakpointForeground: #e51400;
|
|
1926
|
+
--vscode-debugIcon-breakpointDisabledForeground: #848484;
|
|
1927
|
+
--vscode-debugIcon-breakpointUnverifiedForeground: #848484;
|
|
1928
|
+
--vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;
|
|
1929
|
+
--vscode-debugIcon-breakpointStackframeForeground: #89d185;
|
|
1930
|
+
--vscode-editor-inlineValuesForeground: rgba(255, 255, 255, 0.5);
|
|
1931
|
+
--vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
|
|
1932
|
+
--vscode-ports-iconRunningProcessForeground: #ffffff;
|
|
1933
|
+
--vscode-profiles-sashBorder: #6fc3df;
|
|
1877
1934
|
--vscode-debugTokenExpression-name: #ffffff;
|
|
1878
1935
|
--vscode-debugTokenExpression-value: #ffffff;
|
|
1879
1936
|
--vscode-debugTokenExpression-string: #f48771;
|