From aeb3ae081d65a02a6d83be21108ea1d6d926ebb3 Mon Sep 17 00:00:00 2001 From: Zhi Yin Date: Sun, 28 Apr 2019 00:34:54 -0400 Subject: [PATCH] improve input.background so it's more visible in git sidebar --- themes/sepia.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/sepia.json b/themes/sepia.json index c078e5e..a8d88af 100644 --- a/themes/sepia.json +++ b/themes/sepia.json @@ -81,7 +81,7 @@ "gitDecoration.ignoredResourceForeground": "#666666aa", "gitDecoration.modifiedResourceForeground": "#8a6500", "gitDecoration.untrackedResourceForeground": "#009900", - "input.background": "#e4d4b2", + "input.background": "#d6cab1", "input.foreground": "#333333", "input.placeholderForeground": "#586e75aa", "inputOption.activeBorder": "#d3af86", @@ -251,9 +251,9 @@ //"settings.dropdownListBorder": "#c2b8a6", //"settings.headerForeground": "#444444", //"settings.modifiedItemIndicator": "#66afe0", - //"settings.numberInputBackground": "#e4d4b2", + //"settings.numberInputBackground": "#d6cab1", //"settings.numberInputForeground": "#333333", - //"settings.textInputBackground": "#e4d4b2", + //"settings.textInputBackground": "#d6cab1", //"settings.textInputForeground": "#333333", //"statusBar.debuggingForeground": "#666666", //"statusBarItem.hostBackground": "#fdfd00",