Fix rofi error-message theming
This commit is contained in:
@ -2,13 +2,11 @@
|
||||
|
||||
configuration{
|
||||
modi: "run,drun,ssh,filebrowser";
|
||||
lines: 5;
|
||||
font: "Jetbrains Mono 14";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
terminal: "kitty";
|
||||
drun-display-format: "{icon} {name}";
|
||||
location: 0;
|
||||
disable-history: false;
|
||||
hide-scrollbar: true;
|
||||
display-drun: " apps ";
|
||||
@ -42,6 +40,11 @@ message {
|
||||
background-color: @accent-dark;
|
||||
}
|
||||
|
||||
error-message {
|
||||
background-color: @accent-dark;
|
||||
margin: 0px 0px 20px 0px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
background-color: @pastel-g;
|
||||
padding: 6px;
|
||||
|
Reference in New Issue
Block a user