commit 5a6b43f379e8b8f9fb0f466067eef531c0689079 Author: Max P. Date: Fri Jun 27 22:16:08 2025 +0200 feat(vscode): add custom activity bar and peacock colors diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9eeadc0 --- /dev/null +++ b/.vscode/settings.json @@ -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" +} \ No newline at end of file