From db8fda15df7b6a08dbd8eb4167e9b4862712392e Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sat, 24 May 2025 13:04:54 +0200 Subject: [PATCH] chore(vscode): customize 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..936dda3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#d48282", + "activityBar.background": "#d48282", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#b8e7b8", + "activityBarBadge.foreground": "#15202b" + }, + "peacock.color": "#c75c5c" +} \ No newline at end of file