updated rofi

This commit is contained in:
tess 2022-10-28 19:39:09 +02:00
parent 89f7343426
commit c76bae5c3c
1 changed files with 8 additions and 7 deletions

View File

@ -4,9 +4,10 @@
font: "mononoki 14";
foreground: #ee8def;
background-color: #031014;
active-background: #06222a;
active-background: #031014;
active-foreground: #031014;
urgent-background: #ff5555;
selected-background: @active-background;
selected-background: #e63e62;
selected-urgent-background: @urgent-background;
selected-active-background: @active-background;
separatorcolor: @active-background;
@ -58,15 +59,15 @@
}
#element.selected.normal {
background-color: @selected-background;
text-color: @foreground;
text-color: @active-foreground;
}
#element.selected.urgent {
background-color: @selected-urgent-background;
text-color: @foreground;
text-color: @active-foreground;
}
#element.selected.active {
background-color: @selected-active-background;
text-color: @foreground;
background-color: @selected-background;
text-color: @active-foreground;
}
#element.alternate.normal {
background-color: @background-color;
@ -92,7 +93,7 @@
}
#button.selected {
background-color: @selected-background;
text-color: @foreground;
text-color: @active-foreground;
}
#inputbar {
spacing: 0;