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": "#ADD6FF4D",
"editorSuggestWidget.background": "#F3F3F3",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#6F6F6F"
"sideBarTitle.foreground": "#6F6F6F",
"statusBar.multiFolderBackground": "#2c4681"
}
}