diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 10:36:11 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 10:36:11 +0900 |
| commit | 610d1bdada7e734e91262f64f6dc8b4502c1f6a0 (patch) | |
| tree | fc1830cabcf49ec8799b3c8f210ac84daadc9540 /config/wallust | |
| parent | 2480bfbbf31d6cfef1d2bbd09ef35ab4fc28c747 (diff) | |
tweaked for better wallust on rofi configs, swaync wallust tweaked for better wallust, wallust template for rofi adjusted
Diffstat (limited to 'config/wallust')
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index 508d177a..0e45cc44 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -1,21 +1,21 @@ * { -active-background: {{color2}}; +active-background: {{color9}}; active-foreground: {{foreground}}; normal-background: {{background}}; normal-foreground: {{foreground}}; -urgent-background: {{color1}}; +urgent-background: {{color7}}; urgent-foreground: {{foreground}}; -alternate-active-background: {{background}}; +alternate-active-background: {{color3}}; alternate-active-foreground: {{foreground}}; alternate-normal-background: {{background}}; alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color1}}; +selected-active-background: {{color7}}; selected-active-foreground: {{foreground}}; -selected-normal-background: {{color7}}; +selected-normal-background: {{color9}}; selected-normal-foreground: {{foreground}}; selected-urgent-background: {{color12}}; selected-urgent-foreground: {{foreground}}; @@ -23,6 +23,6 @@ selected-urgent-foreground: {{foreground}}; background-color: {{background}}; background: rgba(0,0,0,0.7); foreground: {{color15}}; -border-color: {{background}}; +border-color: {{color12}}; } |
