diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:28:44 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:28:44 -0500 |
| commit | 9aaba19c1c2dbd920f275412044060fe8ad234e4 (patch) | |
| tree | d35f6663e5fef6b8f8f66efbe4bb3abcd3db70d3 /config/rofi/themes/KooL_style-7.rasi | |
| parent | 06662cbe00e83e2100e5b50d30c34c5a1be86df3 (diff) | |
Changed to non urgent colors
With some themes, KooL_style-4 and KooL_style-7 selecting Dracula with the
existing code sourced "selected" from Wallust colors.
Resulting in bright red accent colors
Accents now use @color11 and @color12
Hopefully this finally resolves the issues
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/rofi/themes/KooL_style-4.rasi
modified: config/rofi/themes/KooL_style-7.rasi
Diffstat (limited to 'config/rofi/themes/KooL_style-7.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-7.rasi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/rofi/themes/KooL_style-7.rasi b/config/rofi/themes/KooL_style-7.rasi index c66d9be1..842cdc06 100644 --- a/config/rofi/themes/KooL_style-7.rasi +++ b/config/rofi/themes/KooL_style-7.rasi @@ -24,8 +24,9 @@ configuration { /*****----- Global Properties -----*****/ * { background-alt: @color1; - selected: @color12; - active: @color11; + /* swap accents: selected uses color11, active uses color12 */ + selected: @color11; + active: @color12; urgent: @color13; } |
