updated vs code setting

This commit is contained in:
Shayan Rais
2026-04-09 23:29:58 +05:00
parent cd5af1fba2
commit d760f3e2d7
+4 -1
View File
@@ -1,5 +1,8 @@
{
"windowColor.mainColor": "#f8a735",
"window.title": "claude-code-best-practice",
"workbench.colorCustomizations": {}
"workbench.colorCustomizations": {
"statusBar.background": "#16825d",
"statusBar.foreground": "#ffffff"
}
}