Show border on active input options (#169156)

* Show border on active input options

* Update v2 dark theme color
This commit is contained in:
David Dossett
2022-12-14 10:18:16 -08:00
committed by GitHub
parent ace53e6208
commit 2612d86f29
3 changed files with 6 additions and 1 deletions

View File

@@ -58,6 +58,8 @@
"input.border": "#ffffff17",
"input.foreground": "#ffffffc5",
"input.placeholderForeground": "#ffffff79",
"inputOption.activeBackground": "#2489db82",
"inputOption.activeBorder": "#2488db",
"keybindingLabel.foreground": "#ffffffc5",
"list.activeSelectionBackground": "#ffffff0f",
"list.activeSelectionIconForeground": "#ffffff",