From f97a9f397cee8bce1496dd294982300c63eeaf9b Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:19:15 +0200 Subject: [PATCH] edit theme --- themes/nixy.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/nixy.nix b/themes/nixy.nix index 4bfec30..a029b80 100644 --- a/themes/nixy.nix +++ b/themes/nixy.nix @@ -3,11 +3,11 @@ options.theme = lib.mkOption { type = lib.types.attrs; default = { - rounding = 8; + rounding = 16; gaps-in = 10; gaps-out = 10 * 2; - active-opacity = 0.92; - inactive-opacity = 0.88; + active-opacity = 0.94; + inactive-opacity = 0.9; blur = true; border-size = 2; animation-speed = "fast"; # "fast" | "medium" | "slow"