diff --git a/.vscode/settings.json b/.vscode/settings.json index 401169e..a64698a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "windowColor.mainColor": "#f8a735", "window.title": "claude-code-best-practice", - "workbench.colorCustomizations": {} + "workbench.colorCustomizations": { + "statusBar.background": "#16825d", + "statusBar.foreground": "#ffffff" + } } \ No newline at end of file