cyan -> blue

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-19 17:29:53 +02:00
parent bf7848df01
commit 119d841e98

View File

@@ -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;