Rofi Update

This commit is contained in:
Stephan Raabe 2023-04-11 15:25:32 +02:00
parent 6183b44d3b
commit dcb159a86d

View File

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