new rofi updates

This commit is contained in:
EvilMuffinHa 2022-08-17 18:19:52 -04:00
parent e482ff71fd
commit 2653f2b90d

View File

@ -33,8 +33,8 @@ element {
}
element selected {
background-color: @hl;
text-color: @bg;
background-color: @foreground;
text-color: @background;
}
button {
@ -43,5 +43,5 @@ button {
}
button selected {
border-color: @hl;
border-color: @foreground;
}