aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-07 15:53:28 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-07 15:53:28 -0500
commit4a343d6cb9790f63c81cc28218c39e0388495c94 (patch)
tree86225d4c246bad8492cf73dcfbbc509cd98c3dff
parent9aaba19c1c2dbd920f275412044060fe8ad234e4 (diff)
Still issues with style-4/-7 remapping again
-rw-r--r--config/rofi/themes/KooL_style-4.rasi6
-rw-r--r--config/rofi/themes/KooL_style-7.rasi6
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;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage