This extension allows you to change the VS Code window title bar color using a command and color picker.
This helps distinguish between multiple Visual Studio Code instances open at the same time.
Use and deploy
vsc-extension-quickstart.md
Features
Command: "Set Window Title Bar Color" — Opens a color input box to set the title bar color.
Updates the VS Code workbench.colorCustomizations setting for title bar background.
Prompts to reload the window for changes to take effect.
Extension Settings
This extension updates the following VS Code setting:
workbench.colorCustomizations.titleBar.activeBackground: Sets the active window title bar color.
workbench.colorCustomizations.titleBar.inactiveBackground: Sets the inactive window title bar color.