Remove opacity from applications, tweak for desktop and popups

This commit is contained in:
Evie Litherland-Smith 2025-01-30 07:48:51 +00:00
parent 654fce8bb2
commit a30e2098ee

View file

@ -201,10 +201,10 @@
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml";
polarity = config.lib.stylix.scheme.variant;
opacity = {
applications = 0.8125; # 0x0.D
desktop = 0.6875; # 0x0.B
popups = 0.4375; # 0x0.7
applications = 1.0;
terminal = 0.8125; # 0x0.D
desktop = 0.75; # 0x0.C
popups = 0.6875; # 0x0.B
};
cursor = {
package = pkgs.volantes-cursors;