diff --git a/backand/backend.code-workspace b/backand/backend.code-workspace new file mode 100644 index 0000000..688af6b --- /dev/null +++ b/backand/backend.code-workspace @@ -0,0 +1,17 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "workbench.colorCustomizations": { + "titleBar.activeBackground": "#996210", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#744c11", + "titleBar.inactiveForeground": "#e7e7e7" + }, + + + } +} \ No newline at end of file diff --git a/frontend/frontend.code-workspace b/frontend/frontend.code-workspace new file mode 100644 index 0000000..a969969 --- /dev/null +++ b/frontend/frontend.code-workspace @@ -0,0 +1,15 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "workbench.colorCustomizations": { + "titleBar.activeBackground": "#178017", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#146114", + "titleBar.inactiveForeground": "#e7e7e7", + } + } +} \ No newline at end of file