mirror of
https://github.com/adi1090x/rofi
synced 2025-12-06 16:59:02 +01:00
Merge ce7af37dfc into 093c1a79f5
This commit is contained in:
commit
2686388b42
1 changed files with 4 additions and 0 deletions
|
|
@ -134,6 +134,10 @@ element normal.normal {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
}
|
}
|
||||||
|
element alternate.normal {
|
||||||
|
background-color: @background;
|
||||||
|
text-color: @foreground;
|
||||||
|
}
|
||||||
element selected.normal {
|
element selected.normal {
|
||||||
background-color: @selected;
|
background-color: @selected;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue