Skip to content

Commit efcd6af

Browse files
committed
build: add a nice Angular-themed color for the vscode status bar (#29407)
PR Close #29407
1 parent 56c345b commit efcd6af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"**/dist/**": true,
1717
"**/aio/src/generated/**": true,
1818
},
19+
"workbench.colorCustomizations": {
20+
"statusBar.background" : "#CB2B38",
21+
},
1922
"search.exclude": {
2023
"**/node_modules": true,
2124
"**/bower_components": true,

0 commit comments

Comments
 (0)