light theme - assign a lighter input placeholder color

This commit is contained in:
Benjamin Pasero
2018-03-19 18:10:00 +01:00
parent 2f4d2e3d45
commit 1dcdaccbcc

View File

@@ -10,6 +10,7 @@
"editorSuggestWidget.background": "#F3F3F3",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F",
"list.hoverBackground": "#E8E8E8"
"list.hoverBackground": "#E8E8E8",
"input.placeholderForeground": "#ADADAD"
}
}