aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-07 22:29:24 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-07 22:29:24 -0500
commit8011b9da493daaf208635339787f4676a1834e50 (patch)
tree8b1ff81615e3b97785529f6a784b1609da5abc19 /config
parent4c33b456486ba67361fd65bed43aae7cb4f6ffdc (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
Diffstat (limited to 'config')
-rw-r--r--config/wallust/templates/colors-rofi.rasi12
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);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage