Przeglądaj źródła

Add uppy workbench colorCustomizations

Kevin van Zonneveld 6 lat temu
rodzic
commit
e1a7384b4f
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      uppy.code-workspace

+ 4 - 0
uppy.code-workspace

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