mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Show border on active input options (#169156)
* Show border on active input options * Update v2 dark theme color
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user