diff options
Diffstat (limited to 'config/rofi/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 255df164..32014415 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -66,7 +66,7 @@ listbox { border-radius: 10px; border: 1px; border-color: @active-background; - background-color: @background90; + background-color: @background; } /* ---- Dummy ---- */ @@ -82,7 +82,7 @@ inputbar { padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; @@ -116,7 +116,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: @background90; + background-color: @background; text-color: inherit; cursor: pointer; border: 1px; |
