hikarin522 / GlassIt-VSC

VS Code Extension to set window to transparent on Windows platform.
https://marketplace.visualstudio.com/items?itemName=s-nlf-fh.glassit
MIT License
209 stars 21 forks source link

It also makes text fade which is not an intended effect. #1

Open DevotionGeo opened 6 years ago

DevotionGeo commented 6 years ago

It will be better to have an option for making only the background transparent or translucent without affecting the opacity of text.

TheTharin commented 4 years ago

@hikarin522 Are there plans to implement this? That would be really great. I come from "vim in terminal" developing ways to VSCode and I'm used to having only background transparent, but not the text.

onetdev commented 4 years ago

This would be fundamentally different from how the plugin achieves the opacity right now. But nonetheless would be amazing to have such thing. Glass effect would be amazing too.

klexas commented 3 years ago

I'm gonna work on this, because for me the current implementation is only 80%.

GanerCodes commented 2 years ago

bump

lars-hagen commented 2 years ago

bump

TeusDev commented 2 years ago

bump

cj4ck commented 2 years ago

bump

Kyanoxia commented 2 years ago

bump

ArcticOc commented 2 years ago

bump

TeusDev commented 1 year ago

bump

ipg0 commented 1 year ago

I believe that is not possible. This plugin uses the window manager to make the entire window body semi-transparent. Different elements of the UI having different opacity is supported by Electron, but that would require access to the DOM of VS Code's UI, which the extension API does not provide.

PeasyB commented 1 year ago

I believe that is not possible. This plugin uses the window manager to make the entire window body semi-transparent. Different elements of the UI having different opacity is supported by Electron, but that would require access to the DOM of VS Code's UI, which the extension API does not provide.

That was sad to read, I was really hoping we could fix this. :(

darianmorat commented 7 months ago

This can be archived with UI++ Extension, where just the background is gonna be transparent

TeusDev commented 6 months ago

This can be archived with UI++ Extension, where just the background is gonna be transparent

how ?