Compare commits

...

4 Commits

Author SHA1 Message Date
NishiyaKN
2686388b42
Merge ce7af37dfca7b02a118d3d2422fd1ff434f4d4de into 093c1a79f58daab358199c4246de50357e5bf462 2025-08-06 19:13:21 -03:00
adi1090x
093c1a79f5 Deploying to master from @ adi1090x/rofi@d6ae47205a 🚀 2025-07-26 15:04:17 +00:00
adi1090x
d6ae47205a Deploying to master from @ adi1090x/rofi@adfcc0770f 🚀 2025-07-15 15:04: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>
<p align="center"> <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/jxtrt"><img src="https:&#x2F;&#x2F;github.com&#x2F;jxtrt.png" width="60px" alt="User avatar: jtrt" /></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/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><!-- sponsors -->
</p> </p>
--- ---

View File

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