style(vscode): customize activity bar and peacock colors

- Add color customizations for the activity bar in VS Code
- Set Peacock extension color for consistent UI theming
This commit is contained in:
2025-06-15 16:30:11 +02:00
parent 65f26e495a
commit abe60210d2

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#6e95c4",
"activityBar.background": "#6e95c4",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#edd2de",
"activityBarBadge.foreground": "#15202b"
},
"peacock.color": "#4a7bb5"
}