Skip to content

Instantly share code, notes, and snippets.

@mtheoryx
Created November 24, 2018 17:58
Show Gist options
  • Save mtheoryx/6c5f5195d0ba62e07cf7739080261c59 to your computer and use it in GitHub Desktop.
Save mtheoryx/6c5f5195d0ba62e07cf7739080261c59 to your computer and use it in GitHub Desktop.
VS Code, turn title bar green
{
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#000",
"titleBar.inactiveForeground": "#000000CC",
"titleBar.activeBackground": "#0fc909",
"titleBar.inactiveBackground": "#00850bcc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment