From 2653f2b90d08f5801eb251d2954114f2643bd084 Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Wed, 17 Aug 2022 18:19:52 -0400 Subject: [PATCH] new rofi updates --- rofi/config.rasi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }