chore(vscode): add custom workspace color settings

This commit is contained in:
2025-09-12 17:27:27 +02:00
parent 5d2ded9ca3
commit 3f1cb642c2

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

@@ -0,0 +1,11 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#528859",
"activityBar.background": "#528859",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#c6c3db",
"activityBarBadge.foreground": "#15202b"
},
"peacock.color": "#3f6844"
}