From 3f1cb642c29c4458ce8dcd6588b5b66f7e557cd3 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Fri, 12 Sep 2025 17:27:27 +0200 Subject: [PATCH] chore(vscode): add custom workspace color settings --- .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..b0c3af9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#528859", + "activityBar.background": "#528859", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#c6c3db", + "activityBarBadge.foreground": "#15202b" + }, + "peacock.color": "#3f6844" +} \ No newline at end of file