style(mica): apply heavy transparency

This commit is contained in:
Elian Doran
2024-12-07 01:07:23 +02:00
parent cdae9f075c
commit e21e0c6b38
2 changed files with 9 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ function getWindowExtraOpts() {
// Window effects (Mica)
// TODO: Apply only on Windows and allow the user to choose whether to activate it or not.
extraOpts.backgroundMaterial = "mica";
extraOpts.backgroundMaterial = "tabbed";
return extraOpts;
}