Fix invisible border and use new foreground color for quick pick separators (#189857)

This commit is contained in:
David Dossett 2023-08-07 12:36:29 -07:00 committed by GitHub
parent dcc719dfca
commit 299407db3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,8 +67,7 @@
"peekViewEditor.matchHighlightBackground": "#BB800966",
"peekViewResult.background": "#1F1F1F",
"peekViewResult.matchHighlightBackground": "#BB800966",
"pickerGroup.border": "#2B2B2B",
"pickerGroup.foreground": "#8B949E",
"pickerGroup.border": "#3C3C3C",
"progressBar.background": "#0078D4",
"quickInput.background": "#2A2A2A",
"quickInput.foreground": "#CCCCCC",