diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-09 01:24:34 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-09 01:24:34 +0900 |
| commit | cc75b0bc97dd579d75fee2dc86de487b2b80a5d6 (patch) | |
| tree | 2991cf49bd417b0f2c313c135b9e25a4aeead3b7 /config/wallust/templates | |
| parent | d2ab142368c88fb53d53308ec073be400e0a310f (diff) | |
minor update wallust template rofi
Diffstat (limited to 'config/wallust/templates')
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index ef76f736..dbb36597 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -9,23 +9,22 @@ normal-foreground: {{foreground}}; urgent-background: {{color13}}; urgent-foreground: {{foreground}}; -alternate-active-background: {{color12}}; +alternate-active-background: {{color11}}; alternate-active-foreground: {{foreground}}; alternate-normal-background: {{background}}; alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color12}}; +selected-active-background: {{color13}}; selected-active-foreground: {{foreground}}; -selected-normal-background: {{color11}}; +selected-normal-background: {{color13}}; selected-normal-foreground: {{foreground}}; -selected-urgent-background: {{color14}}; +selected-urgent-background: {{color12}}; selected-urgent-foreground: {{foreground}}; background-color: {{background}}; background: rgba(0,0,0,0.7); -foreground: {{color15}}; -border-color: {{color11}}; -} - +foreground: {{foreground}}; +border-color: {{color12}}; +}
\ No newline at end of file |
