illixion / vscode-vibrancy-continued

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

[Feature]: Tinted background #83

Open JotaRata opened 1 year ago

JotaRata commented 1 year ago

Is there an existing issue for this?

Describe your idea or feature request

I think it would be cool to have an option to color/tint the blurred background of vscode to allow for more customization, this color setting could come from the theme iteself or the user

Anything else?

I photoshopped a screenshot to serve as an example:

Original Theme (Colors by One Dark Pro)

imagen

Simulated custom color

image psd

illixion commented 1 year ago

Some sort of theme customization would certainly be nice to have, though if you'd rather not wait, you can also use the custom CSS import functionality to add a tint yourself. You can just copy the theme file CSS from this folder and replace all "transparent" colors with whichever color you want + an alpha value, for example by adding background: #ff000080 !important where 80 is 50% opacity in hex form.