From c5c3a82383fc6f59d73f5284b2fcfa250d5e78ed Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 7 Jan 2026 15:16:08 -0500 Subject: Fixed KooL_style-4 was hard coded to red On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/rofi/themes/KooL_style-4.rasi --- config/rofi/themes/KooL_style-4.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi index ea8d2c39..5742b848 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -42,8 +42,8 @@ configuration { selected-normal-foreground: @background; selected-urgent-background: @active; selected-urgent-foreground: @background; - selected-active-background: @urgent; - selected-active-foreground: @color12; + selected-active-background: @active; + selected-active-foreground: @background; alternate-normal-background: @background; alternate-normal-foreground: @foreground; alternate-urgent-background: @urgent; -- cgit v1.2.3