From 04196cd9dcf6f2d2b2d4de9b940d60a3953dd302 Mon Sep 17 00:00:00 2001 From: silly Date: Wed, 1 Apr 2026 00:04:06 +0200 Subject: Update config.rasi --- .config/rofi/config.rasi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 8ce8279..97a0fd8 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -16,7 +16,7 @@ configuration { text-color: #FFFFFF; normal-background: #111111; normal-foreground: #FFFFFF; - selected-normal-background: #CCCCCC; + selected-normal-background: #FFFFFF; selected-normal-foreground: #000000; prompt-foreground: #FFFFFF; placeholder-foreground: #808080; @@ -90,7 +90,7 @@ element alternate normal { } element selected { - background-color: #CCCCCC; + background-color: #FFFFFF; text-color: #000000; } @@ -109,6 +109,6 @@ message { textbox { background-color: transparent; - text-color: #CCCCCC; + text-color: #FFFFFF; padding: 2px 4px; } -- cgit v1.3.1