mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-25 15:38:22 -05:00
Compare commits
3 Commits
c787575a77
...
7655e9f697
Author | SHA1 | Date | |
---|---|---|---|
|
7655e9f697 | ||
|
3f2275ab8f | ||
|
ce7af37dfc |
@ -109,7 +109,7 @@ $ ./setup.sh
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://avatars.githubusercontent.com/u/15263867?u=7f45e973d008c1c9fc573554a95efac83751e726&v=4" width="60px" alt="David Toska" /></a><!-- sponsors -->
|
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://avatars.githubusercontent.com/u/15263867?u=7f45e973d008c1c9fc573554a95efac83751e726&v=4" width="60px" alt="David Toska" /></a><a href="https://github.com/kkkutup"><img src="https://avatars.githubusercontent.com/u/142684677?v=4" width="60px" alt="" /></a><!-- sponsors -->
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -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 New Issue
Block a user