-
Notifications
You must be signed in to change notification settings - Fork 2
Force transparency & Layered windows
Force transparency is an option available under the General page of Mica Visual Studio's settings. As its description suggests, it forcefully removes the background of select elements. Disabling this readds the background to all tool windows, making their backdrop setting redundant.
Layered windows is another option available under the General page of Mica Visual Studio's settings. Enabling makes it so that child windows of any top-level window in Visual Studio receive the WS_EX_LAYERED style. This makes it so that they don't receive the chosen backdrop. This is done to fix readability in lighter-colored color themes, although can be disabled if you choose so.
Both of these options require a restart of Visual Studio in order for them to apply.