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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",

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",