diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:53:28 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:53:28 -0500 |
| commit | 4a343d6cb9790f63c81cc28218c39e0388495c94 (patch) | |
| tree | 86225d4c246bad8492cf73dcfbbc509cd98c3dff | |
| parent | 9aaba19c1c2dbd920f275412044060fe8ad234e4 (diff) | |
Still issues with style-4/-7 remapping again
| -rw-r--r-- | config/rofi/themes/KooL_style-4.rasi | 6 | ||||
| -rw-r--r-- | 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; } |
