From 1dcdaccbcce51e4dd90287c5a5a80535446136d4 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 19 Mar 2018 18:10:00 +0100 Subject: [PATCH] light theme - assign a lighter input placeholder color --- extensions/theme-defaults/themes/light_defaults.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/theme-defaults/themes/light_defaults.json b/extensions/theme-defaults/themes/light_defaults.json index d11b218b290..4e50029e23c 100644 --- a/extensions/theme-defaults/themes/light_defaults.json +++ b/extensions/theme-defaults/themes/light_defaults.json @@ -10,6 +10,7 @@ "editorSuggestWidget.background": "#F3F3F3", "activityBarBadge.background": "#007ACC", "sideBarTitle.foreground": "#6F6F6F", - "list.hoverBackground": "#E8E8E8" + "list.hoverBackground": "#E8E8E8", + "input.placeholderForeground": "#ADADAD" } } \ No newline at end of file