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

@@ -10,6 +10,8 @@
"editor.selectionHighlightBackground": "#ADD6FF26",
"list.dropBackground": "#383B3D",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB"
"sideBarTitle.foreground": "#BBBBBB",
"settings.textInputBackground": "#292929",
"settings.numberInputBackground": "#292929"
}
}