From 4a343d6cb9790f63c81cc28218c39e0388495c94 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 7 Jan 2026 15:53:28 -0500 Subject: Still issues with style-4/-7 remapping again --- config/rofi/themes/KooL_style-4.rasi | 6 +++--- config/rofi/themes/KooL_style-7.rasi | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi index 9c163edb..1a11b64f 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -23,9 +23,9 @@ configuration { /*****----- Global Properties -----*****/ * { background-alt: @color1; - /* swap accents: selected uses color11, active uses color12 */ - selected: @color11; - active: @color12; + /* selected uses color12, active uses color11 (match other working styles) */ + selected: @color12; + active: @color11; urgent: @color13; border-color: @active; diff --git a/config/rofi/themes/KooL_style-7.rasi b/config/rofi/themes/KooL_style-7.rasi index 842cdc06..5df4092e 100644 --- a/config/rofi/themes/KooL_style-7.rasi +++ b/config/rofi/themes/KooL_style-7.rasi @@ -24,9 +24,9 @@ configuration { /*****----- Global Properties -----*****/ * { background-alt: @color1; - /* swap accents: selected uses color11, active uses color12 */ - selected: @color11; - active: @color12; + /* selected uses color12, active uses color11 (match other working styles) */ + selected: @color12; + active: @color11; urgent: @color13; } -- cgit v1.2.3