Fix rofi and update

This commit is contained in:
2022-08-18 22:21:55 +01:00
parent 3b36261b1d
commit fe590cf41d

View File

@@ -27,7 +27,7 @@
}
#window {
background-color: @background;
background-color: @background-color;
border: 3;
border-radius: 6;
border-color: @bordercolor;
@@ -58,7 +58,7 @@
padding: 1px ;
}
#element.normal.normal {
background-color: @background;
background-color: @background-color;
text-color: @foreground;
}
#element.normal.urgent {
@@ -67,7 +67,7 @@
}
#element.normal.active {
background-color: @active-background;
text-color: @background;
text-color: @background-color;
}
#element.selected.normal {
background-color: @selected-background;
@@ -79,10 +79,10 @@
}
#element.selected.active {
background-color: @selected-active-background;
text-color: @background;
text-color: @background-color;
}
#element.alternate.normal {
background-color: @background;
background-color: @background-color;
text-color: @foreground;
}
#element.alternate.urgent {