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;