Skip to content

Instantly share code, notes, and snippets.

@gcsecsey
Last active December 5, 2023 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcsecsey/80245aa0049459a2da10bfcfce12ab7b to your computer and use it in GitHub Desktop.
Save gcsecsey/80245aa0049459a2da10bfcfce12ab7b to your computer and use it in GitHub Desktop.
WP projects workbench colors
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#057e06",
"titleBar.inactiveBackground": "#045e05",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveForeground": "#cccccc"
}
}
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#7f54b3",
"titleBar.inactiveBackground": "#5f3d88",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveForeground": "#cccccc"
}
}
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#008388",
"titleBar.inactiveBackground": "#005255",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveForeground": "#cccccc"
}
}
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#194A74",
"titleBar.inactiveBackground": "#123C59",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveForeground": "#cccccc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment