illixion / vscode-vibrancy-continued

Enable Acrylic/Glass effect for your VS Code.
MIT License
544 stars 31 forks source link

System control buttons background is black #16

Closed ghost closed 2 years ago

ghost commented 2 years ago

System control buttons don't get the acrylic effect. The rest of the title bar does.

this is what it looks like with "titleBar.activeBackground": "#2c2c2cc9" (greyish color) image and this is what it looks like with "titleBar.activeBackground": "#2c2c2cc900" (100% transparent) image

illixion commented 2 years ago

Duplicate of #12, but thanks for letting me know about titleBar.activeBackground, I'll see if I can apply transparency where this parameter is used.