Willy-JL / F95Checker

GNU General Public License v3.0
123 stars 20 forks source link

Generate contrasting foreground colors for labels #109

Closed r37r05p3C7 closed 10 months ago

r37r05p3C7 commented 10 months ago

The use of a single foreground color limits the range of colors available for label backgrounds, as some combinations are illegible. I tried applying the new foreground_color function to begin_framed_text, but it also impacts type widgets, which, as I understand, have been manually chosen to match forum colors. So, this PR only affects labels right now. image image

Willy-JL commented 10 months ago

looks great, thanks. was meaning to fix that eventually xD