rofi: fix transparency issues on hyprland

This commit is contained in:
Aly Raffauf 2024-08-15 11:30:35 -04:00
parent a1d527cf85
commit 429779ad45

View file

@ -55,8 +55,8 @@ in {
border-color = mkLiteral "@foreground";
selected-normal-foreground = mkLiteral "@lightbgopaque";
selected-normal-background = mkLiteral "@lightfgopaque";
selected-active-foreground = mkLiteral "@background";
selected-active-background = mkLiteral "@blue";
selected-active-foreground = mkLiteral "@lightbgopaque";
selected-active-background = mkLiteral "@lightfgopaque";
selected-urgent-foreground = mkLiteral "@background";
selected-urgent-background = mkLiteral "@red";
normal-foreground = mkLiteral "@foreground";