Compare commits

...

3 Commits

Author SHA1 Message Date
NishiyaKN
7655e9f697
Merge ce7af37dfc into 3f2275ab8f 2024-09-26 03:07:28 +00:00
adi1090x
3f2275ab8f Deploying to master from @ adi1090x/rofi@ba970a1f49 🚀 2024-09-09 15:03:55 +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;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><!-- sponsors -->
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><a href="https://github.com/kkkutup"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;142684677?v&#x3D;4" width="60px" alt="" /></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;