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 { element selected {
background-color: @hl; background-color: @foreground;
text-color: @bg; text-color: @background;
} }
button { button {
@ -43,5 +43,5 @@ button {
} }
button selected { button selected {
border-color: @hl; border-color: @foreground;
} }