make rofi theme larger

This commit is contained in:
LordMZTE 2022-07-11 17:48:03 +02:00
parent 3f9127a5c4
commit 9b6b945043
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 6 additions and 1 deletions

View File

@ -78,7 +78,9 @@ listview {
}
element-text {
background-color: inherit;
text-color: inherit;
text-color: inherit;
vertical-align: 0.5;
font: "Iosevka 24px";
}
element selected normal {
background-color: @blue;
@ -97,6 +99,9 @@ element alternate active {
element alternate urgent {
text-color: @lightred;
}
element-icon {
size: 50;
}
element selected active {
background-color: @lightblue;
text-color: @dark;