-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transparent background? #1
Comments
Just implement it following be5invis/vscode-custom-css#236, and I havent tried it yet, cause I have no need for it. You can setup |
Thanks for the reply! Yeah I have tried: "custom-ui-style.electron": {
"transparent": true,
"frame": false
} No luck unfortunately. Here's the closest Reddit post of someone who's done it in APC I think (if you wanna give it a go as well): https://www.reddit.com/r/vscode/comments/19exkmj/mac_os_style_semi_transparent_sidebar/ |
Try to fix it using Released in v0.2.1 |
I tested this version in VSCode insiders, but not work. |
Well, I have no bandwidth and I'm not really feeling up to fixing this issue lately. So, PR welcome 👋 |
Okay wait lol guys. It does actually work. Actually... I'm not sure which worked:
![]() HERE'S THE KICKER, I found that, it does reflect the change after I restart the whole computer! Not "restarting" or "reloading" VSCode (I just slept and woke up again lol). Not sure how to simulate a whole restart without actually restarting. Also for the vibrancy (blurriness of the window, it differs per OS, I'm on a Mac), can refer to this: https://www.electronjs.org/docs/latest/api/browser-window#winsetvibrancytype-macos. Or just refer to that page for all the other settings on electron. It's beautiful: ![]() |
So, all the need to make it effect is just press |
Wait lol scratch that. It does work. Apparently "opacity" only works and |
Anyway closing this since transparency is achieved. Vibrancy not yet though. |
@Blankeos hello, Can you share your theme and icon theme? |
Anyway to do it? Cool fork btw!
The text was updated successfully, but these errors were encountered: