Skip to content

Instantly share code, notes, and snippets.

@chaoslogick
Last active November 7, 2019 15:46
Show Gist options
  • Save chaoslogick/e94929e7023981c9ab8131cf9286046d to your computer and use it in GitHub Desktop.
Save chaoslogick/e94929e7023981c9ab8131cf9286046d to your computer and use it in GitHub Desktop.
VSCODE: settings.js Customizations
// Backend titleBar Color
{
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#000000",
"titleBar.inactiveForeground": "#000000",
"titleBar.activeBackground": "#9400ff",
"titleBar.inactiveBackground": "#3b0066"
}
}
// Frontend titleBar Color
{
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#000000",
"titleBar.inactiveForeground": "#000000",
"titleBar.activeBackground": "#9400ff",
"titleBar.inactiveBackground": "#3b0066"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment