Add uppy workbench colorCustomizations

This commit is contained in:
Kevin van Zonneveld 2019-02-04 14:53:39 +01:00
parent f877010d5b
commit e1a7384b4f

View file

@ -5,6 +5,10 @@
}
],
"settings": {
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#ffffff",
"titleBar.activeBackground": "#ff009d",
},
"files.exclude": {
"website/public/": true,
"node_modules/": true,