From 093591c8e31cf7a5ac6b989fe5c79d7cda79b8f6 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:19:37 +0100 Subject: [PATCH] edit opacity Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- themes/zen.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/zen.nix b/themes/zen.nix index 1dea552b..dfa5bc5b 100644 --- a/themes/zen.nix +++ b/themes/zen.nix @@ -10,8 +10,8 @@ rounding = 30; gaps-in = 12; gaps-out = 12 * 2; - active-opacity = 0.96; - inactive-opacity = 0.94; + active-opacity = 0.99; + inactive-opacity = 0.98; blur = false; border-size = 4; animation-speed = "medium"; # "fast" | "medium" | "slow"