stuartcrobinson / unique-window-colors

Uniquely color different VSCode workspace windows with automatic selections or customized colors and themes.
https://marketplace.visualstudio.com/items?itemName=stuart.unique-window-colors
MIT License
69 stars 26 forks source link

Inactive Titlebar Color please #57

Open Skeeve opened 5 months ago

Skeeve commented 5 months ago

https://github.com/stuartcrobinson/unique-window-colors/blob/a66664f94910e3542f36613a1baa98f91621ade7/src/extension.ts#L130

By just adding

            "titleBar.inactiveBackground": doRemoveColors ? undefined : titleBarColor.hex() + "48",

We get "semi"-transparent titlebar when the window is inactive.

nathanielvarona commented 3 months ago

Yes Please, set the activeBackground and inactiveBackground with the same colors by default. Example:

"titleBar.activeBackground": "#2D4623",
"titleBar.inactiveBackground": "#2D4623",

Or provide a global User Settings config. Such as:

"windowColors.unifiedTitleBarColors": true