mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user