summaryrefslogtreecommitdiffstats
path: root/backend
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 /backend
parentf6b7ce4991eeade4ad3d72ab6f040782ae7ae87f (diff)
backend frontend colours
Diffstat (limited to 'backend')
-rw-r--r--backend/.vscode/settings.json5
1 files changed, 5 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"
+ }