more settings
This commit is contained in:
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user