hypr: change border color

This commit is contained in:
2025-12-01 14:00:42 +03:00
parent 69fb7af5eb
commit d39407ceb5
+4 -2
View File
@@ -7,8 +7,10 @@
gaps_in = 5;
gaps_out = 5;
border_size = 2;
"col.active_border" = "rgba(${colors.base0C}ee) rgba(${colors.base0B}ee) 45deg";
"col.inactive_border" = "rgba(${colors.base05}aa)";
col = {
active_border = "rgba(${colors.base0A}ee) rgba(${colors.base09}ee) 45deg";
inactive_border = "rgba(${colors.base05}aa)";
};
layout = "dwindle";
};