diff --git a/rofi/config.rasi b/rofi/config.rasi index f56b8ee..26ea524 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -33,8 +33,8 @@ element { } element selected { - background-color: @hl; - text-color: @bg; + background-color: @foreground; + text-color: @background; } button { @@ -43,5 +43,5 @@ button { } button selected { - border-color: @hl; + border-color: @foreground; }