feat: add workspace configuration files for backend and frontend

This commit is contained in:
2025-11-30 15:50:30 +01:00
parent 16ed356ef4
commit a07d5d78ce
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#178017",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#146114",
"titleBar.inactiveForeground": "#e7e7e7",
}
}
}