Open Skeeve opened 5 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
https://github.com/stuartcrobinson/unique-window-colors/blob/a66664f94910e3542f36613a1baa98f91621ade7/src/extension.ts#L130
By just adding
We get "semi"-transparent titlebar when the window is inactive.