summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backend/.vscode/settings.json5
-rw-r--r--frontend/.vscode/settings.json7
2 files changed, 12 insertions, 0 deletions
diff --git a/backend/.vscode/settings.json b/backend/.vscode/settings.json
new file mode 100644
index 0000000..3f5e825
--- /dev/null
+++ b/backend/.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+ "workbench.colorCustomizations": {
+ "titleBar.activeBackground": "#FF2C70",
+ "titleBar.inactiveBackground": "#FF2C70CC"
+ }
diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json
new file mode 100644
index 0000000..2fd8efc
--- /dev/null
+++ b/frontend/.vscode/settings.json
@@ -0,0 +1,7 @@
+{
+ "workbench.colorCustomizations": {
+ "titleBar.activeForeground": "#000",
+ "titleBar.inactiveForeground": "#000000CC",
+ "titleBar.activeBackground": "#FFC600",
+ "titleBar.inactiveBackground": "#FFC600CC"
+ }