diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:16:08 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:16:08 -0500 |
| commit | c5c3a82383fc6f59d73f5284b2fcfa250d5e78ed (patch) | |
| tree | 800f22b7501b63011409292466e90d8eb672b2d1 /config/rofi | |
| parent | b19a90cd55c09e2cb43b9f3bd965c19ed9095fd2 (diff) | |
Fixed KooL_style-4 was hard coded to red
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/rofi/themes/KooL_style-4.rasi
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/themes/KooL_style-4.rasi | 4 |
1 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 ea8d2c39..5742b848 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -42,8 +42,8 @@ configuration { selected-normal-foreground: @background; selected-urgent-background: @active; selected-urgent-foreground: @background; - selected-active-background: @urgent; - selected-active-foreground: @color12; + selected-active-background: @active; + selected-active-foreground: @background; alternate-normal-background: @background; alternate-normal-foreground: @foreground; alternate-urgent-background: @urgent; |
