From b5f3ca85c7a0252281cdf784296aaf304717f897 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 4 Jul 2023 08:19:13 -0400 Subject: [PATCH] hyprland: Make active border more noticeable --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 36a63d6..908c493 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -50,7 +50,7 @@ in gaps_in = 0 gaps_out = -1 border_size = 0 - col.active_border = rgba(${base03}aa) rgba(${base04}aa) 45deg + col.active_border = rgba(${base03}ee) rgba(${base04}ee) 45deg col.inactive_border = rgba(${base02}99) layout = master }