drcika / apc-extension

https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension
MIT License
588 stars 24 forks source link

Vibrancy on windows #162

Closed Malberee closed 5 months ago

Malberee commented 6 months ago

How can I achieve the background blur effect? I tried the backgroundMaterial property and it doesn't work. image image

amnweb commented 6 months ago

Simple you can't do much, because of electron. You can remove "opacity" and you will have some type of acrylic but there is some bugs, maximize button does not work, white screen on startup and etc. Electron is sucks and that is fact.

Just example on Win11.

Screenshot 2024-03-08 004907

Malberee commented 6 months ago

Is there any way to use Vibrancy continued extension together with APC Customize UI++?

amnweb commented 5 months ago

It seems that the new update 1.88 moved some things forward. Now, acrylic and Mica are working.

Screenshot 2024-04-04 192231

But there are strange things when VSCode is inactive; I can's find a solution to change this inactive background color or keep them all the time with acrylic.

https://github.com/drcika/apc-extension/assets/16545063/e6b099db-8ab6-45a8-94bc-4cb548cf9231

drcika commented 5 months ago

try

 "apc.electron": {
// macos - Specify how the material appearance should reflect window activity state on macOS. Must be used with the vibrancy property.
    "visualEffectState": "active" or "followWindow" or "inactive"
  },
amnweb commented 5 months ago

As I can see on the Electronjs doc, this is working only on macOS, but we are talking about Windows. I have tried this and it doesn't work.