Created
February 18, 2019 13:44
-
-
Save mtheoryx/2da011e127275e697020ee7418479405 to your computer and use it in GitHub Desktop.
Customize VS Code toolbar per workspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.colorCustomizations": { | |
| "titleBar.activeForeground": "#000", | |
| "titleBar.inactiveForeground": "#000000CC", | |
| "titleBar.activeBackground": "#FFC600", | |
| "titleBar.inactiveBackground": "#FFC600CC" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment