build: add a nice Angular-themed color for the vscode status bar (#29407)

PR Close #29407
This commit is contained in:
Matias Niemelä 2019-03-19 14:25:31 -07:00
parent 56c345baec
commit efcd6af17d
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
"**/dist/**": true,
"**/aio/src/generated/**": true,
},
"workbench.colorCustomizations": {
"statusBar.background" : "#CB2B38",
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,