From d2ab142368c88fb53d53308ec073be400e0a310f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Feb 2025 23:35:34 +0900 Subject: minor wallust color fix --- config/wallust/templates/colors-rofi.rasi | 4 ++-- 1 file 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}}; -- cgit v1.2.3