mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Fix active list background in dark+ v2 (#180170)
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
"inputOption.activeBackground": "#2489db82",
|
||||
"inputOption.activeBorder": "#2488db",
|
||||
"keybindingLabel.foreground": "#cccccc",
|
||||
"list.activeSelectionBackground": "#ffffff0f",
|
||||
"list.activeSelectionBackground": "#323232",
|
||||
"list.activeSelectionIconForeground": "#ffffff",
|
||||
"list.activeSelectionForeground": "#ffffff",
|
||||
"menu.background": "#1f1f1f",
|
||||
|
||||
Reference in New Issue
Block a user