Swap VS Code title bar colours
This commit is contained in:
parent
a404ca847c
commit
9befd4abb9
1 changed files with 2 additions and 2 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"eslint.run": "onSave",
|
||||
"workbench.colorCustomizations": {
|
||||
"titleBar.activeBackground": "#888888",
|
||||
"titleBar.inactiveBackground": "#292929"
|
||||
"titleBar.activeBackground": "#292929",
|
||||
"titleBar.inactiveBackground": "#888888"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue