Skip to content

Instantly share code, notes, and snippets.

@mmirus
Created November 19, 2018 15:30
Show Gist options
  • Save mmirus/47a831118595cf77402674309409dc7e to your computer and use it in GitHub Desktop.
Save mmirus/47a831118595cf77402674309409dc7e to your computer and use it in GitHub Desktop.
Roots VS Code Colors
// .vscode/settings.json in your project folder
{
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveForeground": "#ffffffCC",
"titleBar.activeBackground": "#525ddc",
"titleBar.inactiveBackground": "#525ddcCC"
}
}
@mmirus
Copy link
Author

mmirus commented Dec 7, 2018

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment