summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-22 14:36:31 -0400
committerWes Bos <wesbos@gmail.com>2018-05-22 14:36:31 -0400
commit07f4cadbe0ad40fc77be9e593c396c62f04642a6 (patch)
treeffe4d40f46d159a4f6ca8c6f9f1134cbaaa17a82
parentf6b7ce4991eeade4ad3d72ab6f040782ae7ae87f (diff)
backend frontend colours
-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"
+ }