illixion / vscode-vibrancy-continued

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

[Feature]: Auto theme #89

Closed RoyalFoxy closed 11 months ago

RoyalFoxy commented 11 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

Im frustrated when I use my own theme that isn't supported by vibrancy-continued

Describe your idea or feature request

I would like, if possible, to have vibrancy automatically detect the theme and the different colors.

Describe alternatives you've considered

Maybe have a system where the user can easily customize each color or just in general customize vibrancy.

Anything else?

No response

illixion commented 11 months ago

The technical reason for why a theme has to be "supported" is because some themes use different CSS selectors and add their own elements, meaning that Vibrancy's transparency might be obscured by other elements or not work at all. Customization would really only be possible for existing themes, since expecting end users to locate CSS selectors is unrealistic. Feature request for customizing existing themes is tracked under #83.