Skip to content

Instantly share code, notes, and snippets.

@klummy
Created February 4, 2019 02:09
Show Gist options
  • Select an option

  • Save klummy/a8acd2c4f9169a3d3f6bf1f11b8bb585 to your computer and use it in GitHub Desktop.

Select an option

Save klummy/a8acd2c4f9169a3d3f6bf1f11b8bb585 to your computer and use it in GitHub Desktop.
Customize a workspace to differentiate it from others
{
"editor.formatOnSave": false,
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#4caf50",
"titleBar.inactiveBackground": "#4caf50",
"activityBar.background": "#4caf50"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment