Skip to content

Instantly share code, notes, and snippets.

@kylejohnston
Created April 25, 2020 00:56
Show Gist options
  • Select an option

  • Save kylejohnston/d2fbddbbf78eea88b57eaf894d30c355 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnston/d2fbddbbf78eea88b57eaf894d30c355 to your computer and use it in GitHub Desktop.
VS Code Workspace
// Assumes this file is in ~/Sites/_workspaces
// The settings customize the color of the title bar
{
"folders": [
{
"path": "../folder-name"
}
],
"settings": {
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#093D76",
"titleBar.activeForeground": "#EFF5FC"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment