From a24ffeb5c89bd15592e00c43961f412ba7800caf Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Thu, 14 May 2026 15:20:19 +0200 Subject: [PATCH] update hyprland border color --- .config/hypr/lua/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/lua/theme.lua b/.config/hypr/lua/theme.lua index 13249d6..aef3083 100644 --- a/.config/hypr/lua/theme.lua +++ b/.config/hypr/lua/theme.lua @@ -17,7 +17,7 @@ hl.config({ border_size = 1, col = { - active_border = { colors = {"rgba(33ccffee)", "rgba(00ff99ee)"}, angle = 45 }, + active_border = "rgba(ffffffff)", inactive_border = "rgba(595959aa)", },