diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 16:03:30 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 16:03:30 -0500 |
| commit | db65793f0894fa8c3d8df94ed4b3b2a1c6a4f50e (patch) | |
| tree | bf920286745c7e3246ac2c0d23cb0855a890b232 /config/rofi/themes | |
| parent | 4a343d6cb9790f63c81cc28218c39e0388495c94 (diff) | |
Trying a different mapping for style-4/7
Diffstat (limited to 'config/rofi/themes')
| -rw-r--r-- | config/rofi/themes/KooL_style-4.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/themes/KooL_style-7.rasi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi index 1a11b64f..b1859c37 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -22,7 +22,7 @@ configuration { /*****----- Global Properties -----*****/ * { - background-alt: @color1; + background-alt: @color0; /* selected uses color12, active uses color11 (match other working styles) */ selected: @color12; active: @color11; diff --git a/config/rofi/themes/KooL_style-7.rasi b/config/rofi/themes/KooL_style-7.rasi index 5df4092e..bea2ba47 100644 --- a/config/rofi/themes/KooL_style-7.rasi +++ b/config/rofi/themes/KooL_style-7.rasi @@ -23,7 +23,7 @@ configuration { /*****----- Global Properties -----*****/ * { - background-alt: @color1; + background-alt: @color0; /* selected uses color12, active uses color11 (match other working styles) */ selected: @color12; active: @color11; |
