From 1d7bc1996522ab54970348b5118ad319849a6a1f Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 16 Jul 2025 11:04:58 +0200 Subject: [PATCH] style: Updates VS Code editor color scheme - Updates the VS Code settings to customize the color scheme for the activity bar and activity bar badge. - Enhances the visual appearance and user experience of the editor. --- .vscode/settings.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0284138..ce3f71d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,14 @@ "python.envFile": "${workspaceFolder}/.env", "python.analysis.extraPaths": [ "src" - ] + ], + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#8dc4ff", + "activityBar.background": "#8dc4ff", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#ff007b", + "activityBarBadge.foreground": "#e7e7e7" + }, + "peacock.color": "#5aaaff" } \ No newline at end of file