mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fix sticky scroll background within peek views in v2 themes (#169043)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
"panelTitle.activeBorder": "#2488d8",
|
||||
"panelTitle.activeForeground": "#ffffffc5",
|
||||
"panelTitle.inactiveForeground": "#8b949e",
|
||||
"peekViewEditor.background": "#6e76811a",
|
||||
"peekViewEditor.background": "#1f1f1f",
|
||||
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
||||
"peekViewResult.background": "#1f1f1f",
|
||||
"peekViewResult.matchHighlightBackground": "#bb800966",
|
||||
|
||||
@@ -81,7 +81,6 @@
|
||||
"panelTitle.activeBorder": "#005FB8",
|
||||
"panelTitle.activeForeground": "#000000e4",
|
||||
"panelTitle.inactiveForeground": "#000000e4",
|
||||
"peekViewEditor.background": "#6e76811a",
|
||||
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
||||
"peekViewResult.background": "#ffffff",
|
||||
"peekViewResult.matchHighlightBackground": "#bb800966",
|
||||
|
||||
Reference in New Issue
Block a user