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": "#3A3D41",
"editorIndentGuide.background": "#404040",
"editor.selectionHighlightBackground": "#add6ff26",
"list.dropBackground": "#383B3D"
"list.dropBackground": "#383B3D",
"activityBarBadge.background": "#007ACC"
}
}