diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-12 18:02:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-12 18:02:17 +0900 |
| commit | 2755287849c35a40826b4ab744424c2318038d63 (patch) | |
| tree | aec585ae1d5b7fc3d0f7b916e16c5f57d91d1206 /config/wallust | |
| parent | 5b85fd7415ad55b3323cd1caacf1ae86c4b3a6ea (diff) | |
minor adjustment swaync and rofi wallust config
Diffstat (limited to 'config/wallust')
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index 185aadd9..fe8e0233 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -1,21 +1,21 @@ * { -active-background: {{color7}}; +active-background: {{color9}}; active-foreground: {{foreground}}; normal-background: {{background}}; normal-foreground: {{foreground}}; urgent-background: {{color12}}; urgent-foreground: {{foreground}}; -alternate-active-background: {{color3}}; +alternate-active-background: {{color5}}; alternate-active-foreground: {{foreground}}; alternate-normal-background: {{background}}; alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color7}}; +selected-active-background: {{color9}}; selected-active-foreground: {{foreground}}; -selected-normal-background: {{color9}}; +selected-normal-background: {{color7}}; 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: {{color7}}; +border-color: {{color9}}; } |
