Created
November 30, 2018 21:31
-
-
Save mtheoryx/78e4fe28e64e6df8a16f988a2109979b to your computer and use it in GitHub Desktop.
Color your VS Code titlebar
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