Skip to content

Instantly share code, notes, and snippets.

@mtheoryx
Created February 18, 2019 13:44
Show Gist options
  • Save mtheoryx/2da011e127275e697020ee7418479405 to your computer and use it in GitHub Desktop.
Save mtheoryx/2da011e127275e697020ee7418479405 to your computer and use it in GitHub Desktop.
Customize VS Code toolbar per workspace
{
"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