mirror of
https://github.com/adi1090x/rofi.git
synced 2024-12-03 11:08:22 -05:00
Compare commits
3 Commits
8d2051c5b1
...
5dab6d3def
Author | SHA1 | Date | |
---|---|---|---|
|
5dab6d3def | ||
|
86e6875d9e | ||
|
ce7af37dfc |
@ -109,7 +109,7 @@ $ ./setup.sh
|
||||
</p>
|
||||
|
||||
<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><a href="https://github.com/snubbi1954-elementary"><img src="https://avatars.githubusercontent.com/u/162145059?u=16ee4fee3e95ea7bc1599abdb2ff0ec4a2385ea2&v=4" width="60px" alt="Carl Andersen" /></a><a href="https://github.com/12c76dc"><img src="https://avatars.githubusercontent.com/u/88608064?u=856f093e16e6d33996d2548d871884994b3ee627&v=4" width="60px" alt="" /></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/snubbi1954-elementary"><img src="https://avatars.githubusercontent.com/u/162145059?u=16ee4fee3e95ea7bc1599abdb2ff0ec4a2385ea2&v=4" width="60px" alt="Carl Andersen" /></a><!-- sponsors -->
|
||||
</p>
|
||||
|
||||
---
|
||||
|
@ -134,6 +134,10 @@ element normal.normal {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element alternate.normal {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected;
|
||||
text-color: @background;
|
||||
|
Loading…
Reference in New Issue
Block a user