theming - inherit badge colors in activity bar

This commit is contained in:
Benjamin Pasero
2017-05-09 10:14:19 +02:00
parent 7a47589cac
commit f97acb341c
9 changed files with 13 additions and 17 deletions

View File

@@ -7,6 +7,7 @@
"editor.inactiveSelectionBackground": "#E5EBF1",
"editorIndentGuide.background": "#d3d3d3",
"editor.selectionHighlightBackground": "#add6ff4d",
"editorSuggestWidget.background": "#F3F3F3"
"editorSuggestWidget.background": "#F3F3F3",
"activityBarBadge.background": "#007ACC"
}
}