diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-08 23:35:31 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-08 23:35:31 +0900 |
| commit | a7e56fe62635cb1ed0e44f3f36a51e63b151aebf (patch) | |
| tree | 99285bd36d3566bf7bd0ccc932ee78f85e970a40 | |
| parent | c1483f53a3c3ab090fdc12e4f4afbb326c615267 (diff) | |
minor wallust color fix
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index ee15be5a..ef76f736 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -9,7 +9,7 @@ normal-foreground: {{foreground}}; urgent-background: {{color13}}; urgent-foreground: {{foreground}}; -alternate-active-background: {{color11}}; +alternate-active-background: {{color12}}; alternate-active-foreground: {{foreground}}; alternate-normal-background: {{background}}; alternate-normal-foreground: {{foreground}}; @@ -20,7 +20,7 @@ selected-active-background: {{color12}}; selected-active-foreground: {{foreground}}; selected-normal-background: {{color11}}; selected-normal-foreground: {{foreground}}; -selected-urgent-background: {{color13}}; +selected-urgent-background: {{color14}}; selected-urgent-foreground: {{foreground}}; background-color: {{background}}; |
