more settings

This commit is contained in:
2026-06-26 22:05:27 -04:00
parent b5cb85effa
commit 0f0d0aa247
3 changed files with 31 additions and 2 deletions
@@ -16,7 +16,7 @@
"terminal.integrated.inheritEnv": true,
"vsicons.dontShowNewVersionMessage": true,
"editor.minimap.enabled": false,
"workbench.iconTheme": "vscode-icons",
"workbench.iconTheme": "catppuccin-mocha",
"files.exclude": {
"**/__pycache__": true,
"**/.DS_Store": true,
@@ -70,5 +70,15 @@
"editor.tabSize": 2,
"files.eol": "\n"
},
"projectManager.showProjectNameInStatusBar": true
"projectManager.showProjectNameInStatusBar": true,
"workbench.colorTheme": "Catppuccin Mocha",
"catppuccin.accentColor": "blue",
// use your accent (pink) on the statusBar as well
"catppuccin.customUIColors": {
"mocha": {
"statusBar.foreground": "accent",
},
},
"catppuccin-icons.hidesExplorerArrows": false,
"catppuccin-icons.specificFolders": true,
}