From 5a6b43f379e8b8f9fb0f466067eef531c0689079 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Fri, 27 Jun 2025 22:16:08 +0200 Subject: [PATCH] feat(vscode): add custom activity bar and peacock colors --- .vscode/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/settings.json 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