From dcb159a86da01568aef4ddf8259191032519b294 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 11 Apr 2023 15:25:32 +0200 Subject: [PATCH] Rofi Update --- rofi/config.rasi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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