diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:11:14 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:11:14 -0500 |
| commit | b19a90cd55c09e2cb43b9f3bd965c19ed9095fd2 (patch) | |
| tree | 6a9d6e1b38fa3b48f40a0fad8b45b7bfe6ad32d8 /config/rofi/themes/saint-rofi.rasi | |
| parent | 7b8ed32a68b6dc6d3d9575f6fe113ea1623e6094 (diff) | |
Found other rofi themes that were hard coded RED vs $color13
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/rofi/themes/KooL_style-1.rasi
modified: config/rofi/themes/KooL_style-13-Vertical.rasi
modified: config/rofi/themes/KooL_style-14.rasi
modified: config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
modified: config/rofi/themes/KooL_style-5.rasi
modified: config/rofi/themes/KooL_style-6.rasi
modified: config/rofi/themes/KooL_style-7.rasi
modified: config/rofi/themes/saint-rofi.rasi
Diffstat (limited to 'config/rofi/themes/saint-rofi.rasi')
| -rw-r--r-- | config/rofi/themes/saint-rofi.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/rofi/themes/saint-rofi.rasi b/config/rofi/themes/saint-rofi.rasi index e85c678f..fb7b527a 100644 --- a/config/rofi/themes/saint-rofi.rasi +++ b/config/rofi/themes/saint-rofi.rasi @@ -23,7 +23,7 @@ configuration { background-alt: @color1; selected: @color12; active: @color11; - urgent: red; + urgent: @color13; text-selected: @background; text-color: @foreground; border-color: @selected; |
