diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 21:55:27 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 21:55:27 +0900 |
| commit | 1b691b5d8b6b3b3bada39b7bcdc0b2d5bd163195 (patch) | |
| tree | bec6eb3e556474fca893e8c4b8e7ffe498188275 /config/wallust | |
| parent | 56810d5996c38f12742c4c147f61efe056ac12bb (diff) | |
rofi tweaked
Diffstat (limited to 'config/wallust')
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index 0e45cc44..dfcc08c9 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -13,7 +13,7 @@ alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color7}}; +selected-active-background: {{color5}}; selected-active-foreground: {{foreground}}; selected-normal-background: {{color9}}; selected-normal-foreground: {{foreground}}; @@ -23,6 +23,6 @@ selected-urgent-foreground: {{foreground}}; background-color: {{background}}; background: rgba(0,0,0,0.7); foreground: {{color15}}; -border-color: {{color12}}; +border-color: {{color9}}; } |
