diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-02 00:41:35 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-02 00:41:35 +0900 |
| commit | af1a6dd52be375cd034476223da1b826541806aa (patch) | |
| tree | ba7bea7c5792b0878d79bacd9730c44ac08d10f4 /config | |
| parent | 38054dd5e5e5baf98964cb2dde9dd75bf8a83090 (diff) | |
forgot to upload wallust changes
Diffstat (limited to 'config')
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index 459490a8..f43aa5af 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -2,30 +2,30 @@ /* wallust template - colors-rofi */ * { -active-background: {{color9}}; +active-background: {{color12}}; active-foreground: {{foreground}}; normal-background: {{background}}; normal-foreground: {{foreground}}; -urgent-background: {{color12}}; +urgent-background: {{color13}}; urgent-foreground: {{foreground}}; -alternate-active-background: {{color5}}; +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: {{color9}}; +selected-active-background: {{color12}}; selected-active-foreground: {{foreground}}; -selected-normal-background: {{color7}}; +selected-normal-background: {{color11}}; selected-normal-foreground: {{foreground}}; -selected-urgent-background: {{color12}}; +selected-urgent-background: {{color13d}}; selected-urgent-foreground: {{foreground}}; background-color: {{background}}; background: rgba(0,0,0,0.7); foreground: {{color15}}; -border-color: {{color9}}; +border-color: {{color11}}; } |
