hyprland: update inactive border color

This commit is contained in:
notohh 2024-02-08 11:43:06 -05:00
parent 1f2a2b7460
commit 6be6f4fa83
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -25,7 +25,7 @@
gaps_out = 20; gaps_out = 20;
border_size = 4; border_size = 4;
"col.active_border" = "rgb(f7768e) rgb(2ac3de)"; "col.active_border" = "rgb(f7768e) rgb(2ac3de)";
"col.inactive_border" = "rgb(6c7086)"; "col.inactive_border" = "rgb(313244)";
layout = "dwindle"; layout = "dwindle";
}; };