EYHN / vscode-vibrancy

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

The range of adjusting transparency under Windows 11 feels reduced. #112

Open xBLACKICEx opened 3 years ago

xBLACKICEx commented 3 years ago

Environment: Edition Windows 11 Pro Update 21H2 OS build 22000.51 Experience Windows Feature Experience Pack 421.16300.0.3 GPU: 1070(notebook) CPU: i7-8750H

The range of adjusting transparency is reduced under Windows 11. Almost nothing has changed.

Is this normal, or is it because the project is updated, or is it a problem with Windows 11 itself?

image image

rainbowflesh commented 3 years ago

Same problem here. Actually, the Vibrancy effect in Win 7 and Win 10 is called Aero, Microsoft changed the material render method in Win 11 and called it Acyclic, curtly seeing the effect in you posted image is 100% luminosity and ya customized opacity.img

And I'm trying to figure out a way to make the luminosity level lower for the visual more like Aero material, but will take some time.

Don't worry, this is not a bug, just a feature in Win 11.

th3jesta commented 2 years ago

Also experiencing this on my Windows 11, all builds. Any workarounds or idea where I can start poking around to see if I can resolve it? I'm fairly new to Electron and haven't done any Acrylic styling code on my own.

alminisl commented 2 years ago

@isNijikawa Hi!

any updates on this? I also have the same issue on Win11, was working fine in win10

th3jesta commented 2 years ago

I suspect the project has stalled out. I've been digging in the source files to see if I can find a resolution. As a note, this behavior is not unique to this extension; I wrote another Electron app using the NPM module electron-acrylic-window https://www.npmjs.com/package/electron-acrylic-window and the acrylic looks the same in Windows 11. I suspect that Electron is getting the acrylic parameters directly from the OS, though I need to do more digging to find out. As of now, I haven't seen anything in the source files that appear to be the knobs and levers to control the acrylic parameters.

Maxence1111 commented 2 years ago

Any news ?

alminisl commented 2 years ago

@Maxence1111 from my side no, I abandoned it sometime ago.

Maxence1111 commented 2 years ago

That sad to be honest, this feature was very cool and I think it's not very hard for the owner of the extension to fix it !

Le lun. 9 mai 2022 à 11:43, Almin Islamović @.***> a écrit :

@Maxence1111 https://github.com/Maxence1111 from my side no, I abandoned it sometime ago.

— Reply to this email directly, view it on GitHub https://github.com/EYHN/vscode-vibrancy/issues/112#issuecomment-1120881794, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARR3QEMX66FACPSEZULREZLVJDM4JANCNFSM47ZLXTJA . You are receiving this because you were mentioned.Message ID: @.***>

rainbowflesh commented 2 years ago

Vibrancy based on be5invis/vscode-custom-css, from I tried simply adding stylesheet wont make any effect just like th3jesta said.

So now I'm thinking about use GlassIt-VSC from adding a method to use native render, If work, it will also deal another issues #129.

Got the idea, but have no time to learn to using c# :(

Maxence1111 commented 2 years ago

The problem with glassit, is that there is no possibility of adding blur to give a nice effect for your eyes. It's only transparency. If someone have a solution to add blur with glassit !

Le lun. 9 mai 2022 à 14:24, 是虹川肉 @.***> a écrit :

Vibrancy based on be5invis/vscode-custom-css https://github.com/be5invis/vscode-custom-css, from I tried simply adding stylesheet wont make any effect just like th3jesta https://github.com/th3jesta said.

So now I'm thinking about use GlassIt-VSC https://github.com/hikarin522/GlassIt-VSC from adding a method to use native render, If work, it will also deal another issues #129 https://github.com/EYHN/vscode-vibrancy/issues/129.

Got the idea, but have no time to learn to using c# :(

— Reply to this email directly, view it on GitHub https://github.com/EYHN/vscode-vibrancy/issues/112#issuecomment-1121031022, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARR3QEM5U2LK2O44TWO6YHDVJD7WJANCNFSM47ZLXTJA . You are receiving this because you were mentioned.Message ID: @.***>

th3jesta commented 2 years ago

Check out MicaForEveryone. I have it and Vibrancy installed and I discovered it improves the Acrylic to look more Windows 10.

image
Maxence1111 commented 2 years ago

Nice solution, but, can you change the rate of the blur effect ?

th3jesta commented 2 years ago

Nope, I think it's just standard Acrylic.

StewBen commented 2 years ago

@th3jesta, this worked beautifully, thanks.