diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:04:53 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 15:04:53 -0500 |
| commit | 7b8ed32a68b6dc6d3d9575f6fe113ea1623e6094 (patch) | |
| tree | a21e5722e61c0ff5735b731be5a53f2fa30c3580 /config/rofi/themes | |
| parent | 0eed66a811866cd67ca512505540b551f2f9a812 (diff) | |
Found Urgent was hard coded RED, setting to
Diffstat (limited to 'config/rofi/themes')
| -rw-r--r-- | config/rofi/themes/KooL_style-4.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi index ea7b1977..ea8d2c39 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -25,7 +25,7 @@ configuration { background-alt: @color1; selected: @color12; active: @color11; - urgent: #F7768E; + urgent: @color13; border-color: @color11; handle-color: @selected; |
