From 23eeeb886c75af001f597be5750d51cc81839062 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 18 Jun 2024 17:36:36 +0200 Subject: [PATCH] oops, typo --- modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index e95249a..bca86e3 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -92,7 +92,7 @@ in gaps_out = "3"; border_size = "3"; "col.active_border" = "0xff${config.colorScheme.palette.base01}"; - "col.inactive_border" = "0xff${config.colorScheme.palette.base01}"; + "col.inactive_border" = "0xff${config.colorScheme.palette.base00}"; }; misc = { key_press_enables_dpms = true;