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

@@ -41,7 +41,7 @@
"editorLineNumber.foreground": "#6e7681",
"editorOverviewRuler.border": "#0000001a",
"editorSuggestWidget.background": "#f8f8f8",
"editorWidget.background": "#ffffff",
"editorWidget.background": "#F8F8F8",
"errorForeground": "#f85149",
"focusBorder": "#005FB8",
"foreground": "#3b3b3b",
@@ -54,10 +54,6 @@
"inputOption.activeBorder": "#005FB8",
"inputOption.activeForeground": "#000000",
"keybindingLabel.foreground": "#3b3b3b",
"list.activeSelectionBackground": "#e8e8e8",
"list.activeSelectionForeground": "#000000",
"list.activeSelectionIconForeground": "#000000",
"list.hoverBackground": "#f2f2f2",
"list.focusAndSelectionOutline": "#005FB8",
"menu.border": "#D4D4D4",
"notebook.cellBorderColor": "#E8E8E8",
@@ -80,7 +76,7 @@
"pickerGroup.foreground": "#8b949e",
"ports.iconRunningProcessForeground": "#369432",
"progressBar.background": "#005FB8",
"quickInput.background": "#ffffff",
"quickInput.background": "#F8F8F8",
"quickInput.foreground": "#3b3b3b",
"scrollbar.shadow": "#484f5833",
"scrollbarSlider.activeBackground": "#6e768187",