rofi: fix theme

This commit is contained in:
Inhji 2022-04-05 08:32:40 +02:00
parent 6b368333ca
commit e692d2f609
2 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,6 @@
configuration {
lines: 7;
display-drun: "";
font: "Caskaydia Cove Nerd Font 12";
}

View File

@ -32,7 +32,7 @@ listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
lines: 5;
lines: 7;
}
element {
@ -44,5 +44,14 @@ element {
element selected {
text-color: #000000;
background-color: #e47464;
background-color: #72dec2;
}
element-text, element-icon {
background-color: #201e21;
}
element-text selected, element-icon selected {
text-color: #000000;
background-color: #72dec2;
}