|
75 | 75 | "editorSuggestWidget.highlightForeground": "#eabe9a", |
76 | 76 | // "editorSuggestWidget.selectedBackground": "#91d1bd4d", |
77 | 77 | // "editorSuggestWidget.selectedBackground": "#c6797e4d", |
78 | | - "editorSuggestWidget.selectedBackground": "#7580954d", |
| 78 | + "editorSuggestWidget.selectedBackground": "#293a57", |
79 | 79 | "editorHoverWidget.background": "#1F2A3F", |
80 | 80 | // "editorHoverWidget.border": "#c6797e", |
81 | 81 | "editorHoverWidget.border": "#758095", |
|
256 | 256 | // |
257 | 257 | // title bar |
258 | 258 | // |
259 | | - "titleBar.activeBackground": "#1A2335", |
260 | | - "titleBar.activeForeground": "#fff", |
| 259 | + "titleBar.activeBackground": "#172030", |
| 260 | + "titleBar.activeForeground": "#A7ACB9", |
261 | 261 | "titleBar.inactiveBackground": "#c6797edf", |
262 | | - "titleBar.inactiveForeground": "#A7ACB9", |
| 262 | + "titleBar.inactiveForeground": "#fff", |
263 | 263 | // |
264 | 264 | // menu |
265 | 265 | // |
266 | | - "menu.background": "#1A2335", |
267 | | - "menu.foreground": "#c6cad2", |
| 266 | + // "menu.background": "#1A2335", |
| 267 | + // "menu.foreground": "#c6cad2", |
268 | 268 | // "menu.selectionBackground": "", |
269 | 269 | // "menu.selectionForeground": "", |
270 | 270 | // "menu.selectionBorder": "", |
271 | 271 | // "menubar.selectionBackground": "", |
272 | 272 | // "menubar.selectionForeground": "", |
273 | 273 | // "menubar.selectionBorder": "", |
| 274 | + "menu.background": "#172030", |
| 275 | + "menu.foreground": "#a7acb9", |
| 276 | + "menu.selectionBackground": "#293a57", |
| 277 | + "menu.selectionForeground": "#c6cad2", |
| 278 | + "menu.selectionBorder": null, |
| 279 | + "menubar.selectionBackground": "#c6797e", |
| 280 | + "menubar.selectionForeground": "#fff", |
| 281 | + "menubar.selectionBorder": null, |
274 | 282 | // |
275 | 283 | // notifications |
276 | 284 | // |
|
321 | 329 | "terminal.foreground": "#b8bcc6", |
322 | 330 | "terminalCursor.background": "#ADB9A4", |
323 | 331 | "terminalCursor.foreground": "#ADB9A4", |
324 | | - "terminal.ansiBlack": "#293a56", |
| 332 | + "terminal.ansiBlack": "#374E73", |
325 | 333 | "terminal.ansiBlue": "#6e94b9", |
326 | 334 | "terminal.ansiCyan": "#8ab6c1", |
327 | 335 | "terminal.ansiGreen": "#ADB9A4", |
328 | 336 | "terminal.ansiMagenta": "#b18bb1", |
329 | 337 | "terminal.ansiRed": "#c6797e", |
330 | 338 | "terminal.ansiWhite": "#e3e4e8", |
331 | 339 | "terminal.ansiYellow": "#ece7ac", |
332 | | - "terminal.ansiBrightBlack": "#3A537A", |
| 340 | + "terminal.ansiBrightBlack": "#3F5A85", |
333 | 341 | // "terminal.ansiBrightBlack": "#808799", |
334 | 342 | "terminal.ansiBrightBlue": "#98b3cd", |
335 | 343 | "terminal.ansiBrightCyan": "#abcbd3", |
|
0 commit comments