Skip to content

Commit

Permalink
improve input.background so it's more visible in git sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Apr 28, 2019
1 parent 4293807 commit aeb3ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/sepia.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit aeb3ae0

Please sign in to comment.