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,