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

@@ -62,6 +62,9 @@
"input.border": "#0000001a",
"input.foreground": "#000000e4",
"input.placeholderForeground": "#00000079",
"inputOption.activeBackground": "#005fb841",
"inputOption.activeBorder": "#005FB8",
"inputOption.activeForeground": "#000000",
"keybindingLabel.foreground": "#000000e4",
"list.activeSelectionBackground": "#e8e8e8",
"list.activeSelectionForeground": "#000000",