build: add a nice Angular-themed color for the vscode status bar (#29407)
PR Close #29407
This commit is contained in:
parent
56c345baec
commit
efcd6af17d
|
@ -16,6 +16,9 @@
|
||||||
"**/dist/**": true,
|
"**/dist/**": true,
|
||||||
"**/aio/src/generated/**": true,
|
"**/aio/src/generated/**": true,
|
||||||
},
|
},
|
||||||
|
"workbench.colorCustomizations": {
|
||||||
|
"statusBar.background" : "#CB2B38",
|
||||||
|
},
|
||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/node_modules": true,
|
"**/node_modules": true,
|
||||||
"**/bower_components": true,
|
"**/bower_components": true,
|
||||||
|
|
Loading…
Reference in New Issue