summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-06-29 21:21:13 -0500
committerzachir <zachir@librem.one>2025-06-29 21:21:13 -0500
commite15e7485ca01684543c97ddf3f53889f6d8131de (patch)
tree4bdad4a6d6f701247087a1e880872fcc33f9ca2d
parent318709cd6431397788370fc5f8f234c711387411 (diff)
Fix hyprland border color
-rw-r--r--hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 8ae2a0c..9e09cdb 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -86,7 +86,7 @@ general {
border_size = 2
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
#col.inactive_border = rgba(595959aa)
- col.active_border = rgba(ec0101ee)
+ col.active_border = rgba(198844ee)
col.inactive_border = rgba(1b1d1cee)
layout = master
}