Fix rofi and update
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
background-color: @background;
|
background-color: @background-color;
|
||||||
border: 3;
|
border: 3;
|
||||||
border-radius: 6;
|
border-radius: 6;
|
||||||
border-color: @bordercolor;
|
border-color: @bordercolor;
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
padding: 1px ;
|
padding: 1px ;
|
||||||
}
|
}
|
||||||
#element.normal.normal {
|
#element.normal.normal {
|
||||||
background-color: @background;
|
background-color: @background-color;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
#element.normal.urgent {
|
#element.normal.urgent {
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
}
|
}
|
||||||
#element.normal.active {
|
#element.normal.active {
|
||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @background;
|
text-color: @background-color;
|
||||||
}
|
}
|
||||||
#element.selected.normal {
|
#element.selected.normal {
|
||||||
background-color: @selected-background;
|
background-color: @selected-background;
|
||||||
@@ -79,10 +79,10 @@
|
|||||||
}
|
}
|
||||||
#element.selected.active {
|
#element.selected.active {
|
||||||
background-color: @selected-active-background;
|
background-color: @selected-active-background;
|
||||||
text-color: @background;
|
text-color: @background-color;
|
||||||
}
|
}
|
||||||
#element.alternate.normal {
|
#element.alternate.normal {
|
||||||
background-color: @background;
|
background-color: @background-color;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
#element.alternate.urgent {
|
#element.alternate.urgent {
|
||||||
|
|||||||
Reference in New Issue
Block a user