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