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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user