Fix list backgrounds, editor hover widget, and quick pick colors (#189591)

* Fix editor hover widget background

* Remove list overrides and match quick pick background to editor widgets
This commit is contained in:
David Dossett
2023-08-03 16:41:07 -07:00
committed by GitHub
parent f0e0d81e2c
commit 2bba361d30
2 changed files with 4 additions and 11 deletions

View File

@@ -39,7 +39,7 @@
"editorLineNumber.activeForeground": "#cccccc",
"editorLineNumber.foreground": "#6e7681",
"editorOverviewRuler.border": "#010409",
"editorWidget.background": "#1f1f1f",
"editorWidget.background": "#2B2B2B",
"errorForeground": "#f85149",
"focusBorder": "#0078d4",
"foreground": "#cccccc",
@@ -51,9 +51,6 @@
"inputOption.activeBackground": "#2489db82",
"inputOption.activeBorder": "#2488db",
"keybindingLabel.foreground": "#cccccc",
"list.activeSelectionBackground": "#323232",
"list.activeSelectionIconForeground": "#ffffff",
"list.activeSelectionForeground": "#ffffff",
"menu.background": "#1f1f1f",
"notificationCenterHeader.background": "#1f1f1f",
"notificationCenterHeader.foreground": "#cccccc",
@@ -73,7 +70,7 @@
"pickerGroup.border": "#ffffff15",
"pickerGroup.foreground": "#8b949e",
"progressBar.background": "#0078d4",
"quickInput.background": "#1f1f1f",
"quickInput.background": "#2A2A2A",
"quickInput.foreground": "#cccccc",
"settings.dropdownBackground": "#313131",
"settings.dropdownBorder": "#ffffff1f",