Skip to content

Instantly share code, notes, and snippets.

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