Fix #53908 - make settings tree themeable, add default colors

This commit is contained in:
Rob Lourens
2018-07-11 18:23:03 -07:00
parent b60c434a2b
commit 888bd5377d
5 changed files with 68 additions and 20 deletions

View File

@@ -12,6 +12,8 @@
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F",
"list.hoverBackground": "#E8E8E8",
"input.placeholderForeground": "#ADADAD"
"input.placeholderForeground": "#ADADAD",
"settings.textInputBorder": "#CECECE",
"settings.numberInputBorder": "#CECECE"
}
}