From 6d2c70a81cfb3dc8ec0ca30778335c6e4097601c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 Jan 2025 14:42:03 +0000 Subject: [PATCH] Adjust default opacity of system --- system/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/default.nix b/system/default.nix index d36c0d86..cb1869f8 100644 --- a/system/default.nix +++ b/system/default.nix @@ -218,10 +218,10 @@ base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml"; polarity = config.lib.stylix.scheme.variant; opacity = { - applications = 0.9; - desktop = 0.7; - popups = 0.5; - terminal = 0.9; + applications = 0.8; + desktop = 0.6; + popups = 0.4; + terminal = 0.8; }; cursor = { package = pkgs.volantes-cursors;