diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-07 22:29:24 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-07 22:29:24 -0500 |
| commit | 8011b9da493daaf208635339787f4676a1834e50 (patch) | |
| tree | 8b1ff81615e3b97785529f6a784b1609da5abc19 | |
| parent | 4c33b456486ba67361fd65bed43aae7cb4f6ffdc (diff) | |
Fixing odd rofi selection colors
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/wallust/templates/colors-rofi.rasi
| -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 68bc8b6b..b839d827 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -16,12 +16,12 @@ alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color13}}; -selected-active-foreground: {{foreground}}; -selected-normal-background: {{color13}}; -selected-normal-foreground: {{foreground}}; -selected-urgent-background: {{color12}}; -selected-urgent-foreground: {{foreground}}; +selected-active-background: {{color12}}; +selected-active-foreground: {{background}}; +selected-normal-background: {{color12}}; +selected-normal-foreground: {{background}}; +selected-urgent-background: {{color11}}; +selected-urgent-foreground: {{background}}; background-color: {{background}}; background: rgba(0,0,0,0.7); |
