mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Improve focus border contrast for quiet light, solarized light, and monokai themes (#168237)
Fix #165386
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
"pickerGroup.foreground": "#75715E",
|
||||
"input.background": "#414339",
|
||||
"inputOption.activeBorder": "#75715E",
|
||||
"focusBorder": "#75715E",
|
||||
"focusBorder": "#99947c",
|
||||
"editorWidget.background": "#1e1f1c",
|
||||
"debugToolBar.background": "#1e1f1c",
|
||||
"diffEditor.insertedTextBackground": "#4b661680", // middle of #272822 and #a6e22e
|
||||
|
||||
Reference in New Issue
Block a user