{ "workbench.colorCustomizations": { "activityBar.background": "#2C2756", "titleBar.activeBackground": "#3D3778", "titleBar.activeForeground": "#FBFAFD", "titleBar.inactiveBackground": "#2C2756", "titleBar.inactiveForeground": "#FBFAFD", "statusBar.background": "#2C2756", "statusBar.foreground": "#FBFAFD", "statusBar.debuggingBackground": "#2C2756", "statusBar.debuggingForeground": "#FBFAFD", "statusBar.noFolderBackground": "#2C2756", "statusBar.noFolderForeground": "#FBFAFD" }, "files.exclude": { "**/node_modules": true }, "search.exclude": { "**/node_modules": true }, "files.watcherExclude": { "**/node_modules/**": true } }