From 119d841e981e011d016232e04e5ac9e7ec93189d Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 19 Apr 2024 17:29:53 +0200 Subject: [PATCH] cyan -> blue --- home-modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/hyprland.nix b/home-modules/hyprland.nix index ce9b6c8..675a386 100644 --- a/home-modules/hyprland.nix +++ b/home-modules/hyprland.nix @@ -143,7 +143,7 @@ in gaps_in = builtins.div gap-size 2; gaps_out = gap-size; border_size = border-width; - "col.active_border" = "rgba(${rice.lib.nohash rice.color.red}ff) rgba(${rice.lib.nohash rice.color.cyan}ff) 90deg"; + "col.active_border" = "rgba(${rice.lib.nohash rice.color.red}ff) rgba(${rice.lib.nohash rice.color.blue}ff) 90deg"; "col.inactive_border" = "rgba(${rice.lib.nohash rice.color.black}ff)"; cursor_inactive_timeout = 10;