diff options
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 8d5391fc..89116423 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -66,7 +66,7 @@ listbox { border-radius: 10px; border: 1px; border-color: @active-background; - background-color: @background90; + background-color: @background; } /* ---- Inputbar ---- */ @@ -77,7 +77,7 @@ inputbar { padding: 14px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; |
