From bd810a6a2acc43244a3a1bee2fe529eb7b2f457e 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 69a611e..2969a81 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.base0E}ee) rgba(${colors.base0C}ee) 45deg"; "col.inactive_border" = "rgba(${colors.base05}aa)"; layout = "dwindle";