{ "workbench.colorCustomizations": { "activityBar.background": "#451463", "titleBar.activeBackground": "#611C8A", "titleBar.activeForeground": "#FCFAFE" }, // ✅ Code formatting settings "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "editor.formatOnPaste": true, "editor.formatOnType": true }