Compare commits

...

3 Commits

Author SHA1 Message Date
NishiyaKN
148635ca23
Merge ce7af37dfca7b02a118d3d2422fd1ff434f4d4de into fb7011ec48bd065f398f2ff26d76e301aff1dc22 2025-06-10 07:33:29 +08:00
adi1090x
fb7011ec48 Deploying to master from @ adi1090x/rofi@b76c16b2b7 🚀 2025-06-09 15:04:47 +00:00
KenichiNishiya
ce7af37dfc Fixed Type-2 Sytle-2 theming 2022-09-11 12:05:32 -03:00
2 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,7 @@ $ ./setup.sh
</p>
<p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;github.com&#x2F;snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/kobinabrandon"><img src="https:&#x2F;&#x2F;github.com&#x2F;kobinabrandon.png" width="60px" alt="User avatar: Kobina Brandon" /></a><!-- sponsors -->
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;github.com&#x2F;snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><!-- sponsors -->
</p>
---

View File

@ -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;