From 6950a07a09af990c8b3a42fea94a2acea6625e94 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 1 Dec 2025 14:00:42 +0300 Subject: [PATCH] hypr: change border color --- user/chest/modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/chest/modules/hyprland.nix b/user/chest/modules/hyprland.nix index cd1b542..a35b511 100644 --- a/user/chest/modules/hyprland.nix +++ b/user/chest/modules/hyprland.nix @@ -7,7 +7,7 @@ gaps_in = 5; gaps_out = 5; border_size = 2; - "col.active_border" = "rgba(${colors.base0C}ee) rgba(${colors.base0B}ee) 45deg"; + "col.active_border" = "rgba(${colors.base0A}ee) rgba(${colors.base09}ee) 45deg"; "col.inactive_border" = "rgba(${colors.base05}aa)"; layout = "dwindle";