From 312140995766b8e80fe8c64951e20ab8c75c8074 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 20 Mar 2019 08:42:02 -0700 Subject: [PATCH] Revert "build: add a nice Angular-themed color for the vscode status bar (#29407)" (#29419) This reverts commit efcd6af17d360d26accca7a3af5233d1696dcd7b. Engineers on the team thought that the red color means something is broken. See slack discussion in #general PR Close #29419 --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index df80bd3615..c7856d2f80 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,9 +16,6 @@ "**/dist/**": true, "**/aio/src/generated/**": true, }, - "workbench.colorCustomizations": { - "statusBar.background" : "#CB2B38", - }, "search.exclude": { "**/node_modules": true, "**/bower_components": true,