From d3ea5450731806c4f309cf2b7c7288d22d43d6eb Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Mon, 18 Mar 2024 02:19:49 -0300 Subject: [PATCH] feat: a sleeker choice of colours for the window borders --- programs/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/hyprland/default.nix b/programs/hyprland/default.nix index 78eac0a..7247f92 100644 --- a/programs/hyprland/default.nix +++ b/programs/hyprland/default.nix @@ -120,8 +120,8 @@ gaps_in = 6 gaps_out = 18 border_size = 2 - col.active_border = $base $surface0 $red 45deg - col.inactive_border = $base $surface0 $yellow 45deg + col.active_border = $base $surface0 $green 45deg + col.inactive_border = $base $surface0 $blue 45deg layout = dwindle }