mrw: only set status bar color for our default theme (light & dark)

This commit is contained in:
Benjamin Pasero
2017-07-18 18:04:27 +02:00
parent 8525a5cdbb
commit 5a603d926b
3 changed files with 7 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
"editor.selectionHighlightBackground": "#ADD6FF26",
"list.dropBackground": "#383B3D",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB"
"sideBarTitle.foreground": "#BBBBBB",
"statusBar.multiFolderBackground": "#2c4681"
}
}