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