From 78aa49547db8ef2dbc6f80a0dcef6fc479e61508 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 1dea552..dfa5bc5 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"