From 81524edd1811decb5d53bc0a3c89cc5e26b30722 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Fri, 18 Jul 2025 19:19:57 +0200 Subject: [PATCH] feat(vscode): add custom color theme settings --- .vscode/settings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..90a3406 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#9ed8bc", + "activityBar.background": "#9ed8bc", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#a177c8", + "activityBarBadge.foreground": "#15202b" + }, + "peacock.color": "#7ac9a3", + "peacock.remoteColor": "#e67338" +} \ No newline at end of file