mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 10:11:54 -05:00
rofi: fix transparency issues on hyprland
This commit is contained in:
parent
a1d527cf85
commit
429779ad45
|
@ -55,8 +55,8 @@ in {
|
||||||
border-color = mkLiteral "@foreground";
|
border-color = mkLiteral "@foreground";
|
||||||
selected-normal-foreground = mkLiteral "@lightbgopaque";
|
selected-normal-foreground = mkLiteral "@lightbgopaque";
|
||||||
selected-normal-background = mkLiteral "@lightfgopaque";
|
selected-normal-background = mkLiteral "@lightfgopaque";
|
||||||
selected-active-foreground = mkLiteral "@background";
|
selected-active-foreground = mkLiteral "@lightbgopaque";
|
||||||
selected-active-background = mkLiteral "@blue";
|
selected-active-background = mkLiteral "@lightfgopaque";
|
||||||
selected-urgent-foreground = mkLiteral "@background";
|
selected-urgent-foreground = mkLiteral "@background";
|
||||||
selected-urgent-background = mkLiteral "@red";
|
selected-urgent-background = mkLiteral "@red";
|
||||||
normal-foreground = mkLiteral "@foreground";
|
normal-foreground = mkLiteral "@foreground";
|
||||||
|
|
Loading…
Reference in a new issue