A simple Visual Studio Code extension that lets you change the workspace title bar color with just a few clicks!
Choose from popular predefined colors or enter your own HEX color code. The extension automatically sets the foreground color (black or white) for the best readability.
Features
🎨 Quickly change the workspace title bar color
✅ Choose from a set of beautiful predefined colors
#️⃣ Or enter any custom HEX color
✨ Foreground (text/icon) color automatically set for readability
⚡ No more editing settings.json manually
Installation
Download or clone this repository.
Open the folder in VS Code.
Press F5 to launch a new Extension Development Host window.
Run the command palette (Ctrl+Shift+P) and type: Pick Workspace Title Bar Color
Usage
Open the command palette (Ctrl+Shift+P).
Select "Pick Workspace Title Bar Color".
Pick a color from the list or select "Enter custom color..." to input any HEX color (e.g., #ff715b).
The title bar color will instantly update for your current workspace.
Foreground color (text/icons) will be set to black or white for best contrast.
Why?
Changing your workspace color can help you visually distinguish between projects, or simply add some fun to your coding environment!
Release Notes
0.0.1
Initial release with quick color picker, custom HEX input, and automatic contrast color selection.