feat(vscode): add custom activity bar and peacock colors

This commit is contained in:
2025-06-27 22:16:08 +02:00
commit 5a6b43f379

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

@@ -0,0 +1,11 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#a9e3ea",
"activityBar.background": "#a9e3ea",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#d965cd",
"activityBarBadge.foreground": "#15202b"
},
"peacock.color": "#80d5e0"
}