From a30e2098ee259ad2654c345a272583022152f45b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 30 Jan 2025 07:48:51 +0000 Subject: [PATCH] Remove opacity from applications, tweak for desktop and popups --- system/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/default.nix b/system/default.nix index e6f3c084..86d15482 100644 --- a/system/default.nix +++ b/system/default.nix @@ -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;