feat: add workspace configuration files for backend and frontend
This commit is contained in:
17
backand/backend.code-workspace
Normal file
17
backand/backend.code-workspace
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"workbench.colorCustomizations": {
|
||||
"titleBar.activeBackground": "#996210",
|
||||
"titleBar.activeForeground": "#e7e7e7",
|
||||
"titleBar.inactiveBackground": "#744c11",
|
||||
"titleBar.inactiveForeground": "#e7e7e7"
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
15
frontend/frontend.code-workspace
Normal file
15
frontend/frontend.code-workspace
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"workbench.colorCustomizations": {
|
||||
"titleBar.activeBackground": "#178017",
|
||||
"titleBar.activeForeground": "#e7e7e7",
|
||||
"titleBar.inactiveBackground": "#146114",
|
||||
"titleBar.inactiveForeground": "#e7e7e7",
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user