commit 53bad793ebca739051ba3975aa2628283d3e08ff Author: Max P. Date: Sat Jun 14 18:35:49 2025 +0200 style(vscode): customize activity bar and theme colors - Add custom color settings for the activity bar to enhance UI - Introduce a Peacock color for consistent theme customization diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a7bf767 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#eee5a7", + "activityBar.background": "#eee5a7", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#1fa090", + "activityBarBadge.foreground": "#e7e7e7" + }, + "peacock.color": "#e6d97c" +} \ No newline at end of file