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
203 stars 21 forks source link

[Feature request]: Never make code transparent. #56

Open maskelihileci opened 4 months ago

maskelihileci commented 4 months ago

Maintaining code visibility and quality while keeping the VSCODE form transparent sounds like it could look really nice :)

maskelihileci commented 4 months ago

Now that I looked at the method you used, it seems like it's not possible.

rababR1 commented 3 months ago

What method exactly?

maskelihileci commented 3 months ago

Since it is done with the "User32.SetLayeredWindowAttributes" library, it makes the entire window transparent, including the images and texts inside it. including the images and texts in it. It is not possible to exclude them from the equation.