chore(vscode): customize activity bar and color theme

This commit is contained in:
2025-05-26 16:26:52 +02:00
parent 37599195bb
commit f5187b7a0c

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

@@ -0,0 +1,11 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#eee5a7",
"activityBar.background": "#eee5a7",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#1fa090",
"activityBarBadge.foreground": "#e7e7e7"
},
"peacock.color": "#e6d97c"
}