|
7 | 7 | // "contrastActiveBorder": "#1F2A3F", |
8 | 8 | "contrastBorder": "#172030", |
9 | 9 | "widget.shadow": "#121321", |
10 | | - "descriptionForeground": "#98b3cd", |
| 10 | + // "descriptionForeground": "#98b3cd", |
| 11 | + "descriptionForeground": "#a7acb9", |
11 | 12 | "errorForeground": "#cc565e", |
| 13 | + "progressBar.background": "#97a38f", |
12 | 14 | // |
13 | 15 | // activity bar |
14 | 16 | // |
|
38 | 40 | "editorLink.activeForeground": "#758095", |
39 | 41 | "editorGroup.background": "#172030", |
40 | 42 | "editorWarning.foreground": "#CC565Edf", |
| 43 | + // "editorWarning.border": "#fff", |
41 | 44 | "editorError.foreground": "#cc565e", |
| 45 | + // "editorError.border": "#fff", |
| 46 | + // "editorInfo.foreground": "", |
| 47 | + // "editorInfo.border": "", |
| 48 | + // "editorHint.foreground": "", |
| 49 | + // ""editorHint.border": "", |
42 | 50 | "editorCodeLens.foreground": "#758095", |
43 | 51 | "badge.background": "#a06468df", |
44 | 52 | "badge.foreground": "#fff", |
|
157 | 165 | // "list.inactiveSelectionBackground": "#c6797e80", |
158 | 166 | "list.inactiveSelectionBackground": "#44495580", |
159 | 167 | "list.inactiveSelectionForeground": "#c6cad2", |
| 168 | + "list.invalidItemForeground": "#CC565E", |
160 | 169 | // |
161 | 170 | // buttons |
162 | 171 | // |
|
189 | 198 | "input.foreground": "#A7ACB9", |
190 | 199 | "inputOption.activeBorder": "#b8bcc6", |
191 | 200 | "input.placeholderForeground": "#808799", |
192 | | - "inputValidation.errorBackground": "#192334", |
193 | | - "inputValidation.errorBorder": "#c6797e", |
194 | | - "inputValidation.warningBackground": "#192334", |
| 201 | + "inputValidation.errorBackground": "#1A2335", |
| 202 | + "inputValidation.errorBorder": "#CC565Edf", |
| 203 | + "inputValidation.warningBackground": "#1A2335", |
195 | 204 | "inputValidation.warningBorder": "#eabe9adf", |
196 | | - "inputValidation.infoBackground": "#192334", |
| 205 | + "inputValidation.infoBackground": "#1A2335", |
197 | 206 | "inputValidation.infoBorder": "#6e94b999", |
198 | 207 | // |
199 | 208 | // scroll bar control |
|
245 | 254 | "notificationCenterHeader.background": "#1F2A3F", |
246 | 255 | "notificationToast.border": "#758095", |
247 | 256 | "notifications.foreground": "#c6cad2", |
248 | | - "notifications.background": "#1B2638", |
| 257 | + "notifications.background": "#1A2335", |
249 | 258 | "notifications.border": "#758095", |
250 | 259 | "notificationLink.foreground": "#c6cad2", |
251 | 260 | // |
252 | | - // picker group |
| 261 | + // picker group ( command palette ) |
253 | 262 | // |
254 | | - // "list.highlightForeground": "#eabe9a", |
255 | | - "list.highlightForeground": "#758095", |
256 | | - "pickerGroup.border": "#eabe9acc", |
| 263 | + "list.highlightForeground": "#eabe9a", |
| 264 | + // "list.highlightForeground": "#758095", |
| 265 | + "pickerGroup.border": "#758095", |
257 | 266 | "pickerGroup.foreground": "#eabe9acc", |
258 | 267 | // |
259 | 268 | // panel colors (output, terminal, etc) |
|
0 commit comments