From e1a7384b4fa4dc540d643514bb0a563813e01ba7 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Mon, 4 Feb 2019 14:53:39 +0100 Subject: [PATCH] Add uppy workbench colorCustomizations --- uppy.code-workspace | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uppy.code-workspace b/uppy.code-workspace index 5820c14ca..0e4102048 100644 --- a/uppy.code-workspace +++ b/uppy.code-workspace @@ -5,6 +5,10 @@ } ], "settings": { + "workbench.colorCustomizations": { + "titleBar.activeForeground": "#ffffff", + "titleBar.activeBackground": "#ff009d", + }, "files.exclude": { "website/public/": true, "node_modules/": true,