remove statusBar color customizations from vscode settings

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Shayan Rais
2026-04-11 18:15:42 +05:00
parent defaf330ed
commit b78c3e60fe
+1 -4
View File
@@ -1,8 +1,5 @@
{
"windowColor.mainColor": "#f8a735",
"window.title": "claude-code-best-practice",
"workbench.colorCustomizations": {
"statusBar.background": "#16825d",
"statusBar.foreground": "#ffffff"
}
"workbench.colorCustomizations": {}
}