|
39 | 39 | "badge.foreground": "#fff", |
40 | 40 | // "editor.rangeHighlightBorder": "", |
41 | 41 | // "editor.rangeHighlightBackground": "", |
42 | | - // "editorWhitespace.foreground": "", |
| 42 | + "editorWhitespace.foreground": "#91d1bd26", |
43 | 43 |
|
44 | 44 | // |
45 | 45 | // brackets |
|
153 | 153 | // |
154 | 154 | // buttons |
155 | 155 | // |
156 | | - // "button.background": "#a06468", |
157 | 156 | "button.foreground": "#fff", |
158 | | - // "button.hoverBackground": "#c6797e", |
159 | | - // "button.background": "#444955B3", |
160 | | - // "button.hoverBackground": "#444955", |
161 | 157 | "button.background": "#75809580", |
162 | 158 | "button.hoverBackground": "#758095", |
163 | 159 | // |
164 | 160 | // buttons - extensions |
165 | 161 | // |
166 | 162 | "extensionButton.prominentBackground": "#728069B3", |
167 | 163 | "extensionButton.prominentForeground": "#fff", |
168 | | - // "extensionButton.prominentHoverBackground": "#97a38f", |
169 | 164 | "extensionButton.prominentHoverBackground": "#728069", |
170 | 165 | // |
171 | 166 | // buttons - welcome page |
172 | 167 | // |
173 | | - // "welcomePage.buttonBackground": "#172030", |
174 | 168 | "welcomePage.buttonBackground": "#1A2335", |
175 | 169 | "welcomePage.buttonHoverBackground": "#444955", |
176 | 170 | "walkThrough.embeddedEditorBackground": "#1F2A3F", |
|
188 | 182 | "input.foreground": "#A7ACB9", |
189 | 183 | "inputOption.activeBorder": "#b8bcc6", |
190 | 184 | "input.placeholderForeground": "#808799", |
191 | | - "inputValidation.errorBackground": "#CC565Edf", |
192 | | - "inputValidation.errorBorder": "#fff", |
193 | | - "inputValidation.warningBackground": "#eabe9adf", |
194 | | - "inputValidation.warningBorder": "#fff", |
195 | | - "inputValidation.infoBackground": "#6e94b999", |
196 | | - "inputValidation.infoBorder": "#fff", |
| 185 | + "inputValidation.errorBackground": "#192334", |
| 186 | + "inputValidation.errorBorder": "#c6797e", |
| 187 | + "inputValidation.warningBackground": "#192334", |
| 188 | + "inputValidation.warningBorder": "#eabe9adf", |
| 189 | + "inputValidation.infoBackground": "#192334", |
| 190 | + "inputValidation.infoBorder": "#6e94b999", |
197 | 191 | // |
198 | 192 | // scroll bar control |
199 | 193 | // |
|
214 | 208 | "statusBarItem.hoverBackground": "#444955e6", |
215 | 209 | "statusBarItem.prominentBackground": "#b18bb1cc", |
216 | 210 | "statusBarItem.prominentHoverBackground": "#b18bb1", |
217 | | - // "statusBar.noFolderBackground": "#f7987e", |
218 | 211 | "statusBar.noFolderBackground": "#c6797edf", |
219 | 212 | // |
220 | 213 | // title bar |
|
252 | 245 | // picker group |
253 | 246 | // |
254 | 247 | "list.highlightForeground": "#eabe9a", |
255 | | - // "list.highlightForeground": "#c6cad2", |
256 | 248 | "pickerGroup.border": "#eabe9acc", |
257 | 249 | "pickerGroup.foreground": "#eabe9acc", |
258 | 250 | // |
|
300 | 292 | // |
301 | 293 | "textBlockQuote.background": "#1A2335", |
302 | 294 | "textBlockQuote.border": "#c6797e", |
303 | | - "textCodeBlock.background": "#fff", |
| 295 | + "textCodeBlock.background": "#172030", |
304 | 296 | "textLink.activeForeground": "#98b3cd", |
305 | 297 | "textLink.foreground": "#6e94b9", |
306 | 298 | "textPreformat.foreground": "#bbb", |
|
0 commit comments