chore(vscode): customize activity bar and theme settings

- Add custom color settings for the activity bar and badges
- Include a peacock theme color for workspace customization
This commit is contained in:
2025-05-11 14:13:54 +02:00
parent 134c93418f
commit ee66a0ed2c

11
.vscode/settings.json vendored
View File

@@ -2,5 +2,14 @@
"python.envFile": "${workspaceFolder}/.env",
"python.analysis.extraPaths": [
"src"
]
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#a9e3ea",
"activityBar.background": "#a9e3ea",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#d965cd",
"activityBarBadge.foreground": "#15202b"
},
"peacock.color": "#80d5e0"
}