change hyprland groupbar colours

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

dot_config/hypr/hyprland.conf.tmpl 🔗

@@ -133,8 +133,8 @@ group {
         col.active = rgba(cdd6f4b0) rgba(cdd6f400) 0deg
         col.inactive = rgba(dce0e8b0) rgba(dce0e800) 0deg
 {{- else if eq .theme_variant "dark" }}
-        col.active = rgba(b7bdf8)
-        col.inactive = rgba(6e738d)
+        col.active = rgba(b7bdf8ff)
+        col.inactive = rgba(6e738dff)
 {{- end }}
       }
 }