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

View file

@ -79,6 +79,8 @@ listview {
element-text {
background-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;