diff --git a/rofi/config.rasi b/rofi/config.rasi index aae4217..d62dbd0 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -20,7 +20,7 @@ configuration { /* Dark theme. */ @import "~/.cache/wal/colors-rofi-dark" -* { +window { width:700px; } @@ -32,4 +32,12 @@ element-text selected { text-color:@background; } +prompt { + text-color:#ffffff; +} + +entry { + text-color:#ffffff; +} + /* vim: ft=sass