Swap VS Code title bar colours

pull/1118/head
Bailey Pumfleet 2021-11-08 13:12:58 +00:00
parent a404ca847c
commit 9befd4abb9
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
}, },
"eslint.run": "onSave", "eslint.run": "onSave",
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"titleBar.activeBackground": "#888888", "titleBar.activeBackground": "#292929",
"titleBar.inactiveBackground": "#292929" "titleBar.inactiveBackground": "#888888"
} }
} }