mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +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:
@@ -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",
|
||||
|
||||
@@ -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