From 56633cd95b37a8b2cfd8eb95982d07cd1f9b5126 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 8 May 2025 19:02:24 +0200 Subject: [PATCH] feat(vscode): customize activity bar and peacock colors - Add custom colors for the activity bar to enhance UI aesthetics - Set Peacock extension color for consistent workspace theming --- .vscode/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f743335..f2468d0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,4 +18,13 @@ ], "exportall.config.barrelName": "mod.ts", "exportall.config.message": "deno-coverage-ignore-file", + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#9ed8bc", + "activityBar.background": "#9ed8bc", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#a177c8", + "activityBarBadge.foreground": "#15202b" + }, + "peacock.color": "#7ac9a3", } \ No newline at end of file