From 9befd4abb917ba1e0fec607059602cd59b451c6a Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Mon, 8 Nov 2021 13:12:58 +0000 Subject: [PATCH] Swap VS Code title bar colours --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 404259b470..451d01afaf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,7 @@ }, "eslint.run": "onSave", "workbench.colorCustomizations": { - "titleBar.activeBackground": "#888888", - "titleBar.inactiveBackground": "#292929" + "titleBar.activeBackground": "#292929", + "titleBar.inactiveBackground": "#888888" } }