From 0a0a045c35d4a9ec885cd9936e5dba98e5375d61 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 6 Jul 2021 12:25:45 -0400 Subject: [PATCH] FIX alternate color --- dot_config/rofi/blackice.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/rofi/blackice.rasi b/dot_config/rofi/blackice.rasi index 6fa3291..9be8205 100644 --- a/dot_config/rofi/blackice.rasi +++ b/dot_config/rofi/blackice.rasi @@ -21,7 +21,7 @@ alternate-active-foreground: @active-foreground; alternate-normal-background: white / 8%; alternate-urgent-background: red / 8%; - alternate-active-background: purple / 8%; + alternate-active-background: @active-background; selected-normal-foreground: @foreground; selected-urgent-foreground: @foreground;