https://bugs.kde.org/show_bug.cgi?id=402115
Michail Vourlakos <mvourla...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #3 from Michail Vourlakos <mvourla...@gmail.com> --- (In reply to trmdi from comment #2) > Another example shows that currently latte can't guess the best color. > See this screenshot: https://i.imgur.com/pOXhTYW.png > - Latte: white text color > - Trenct way (the link in #2): black -> better contrast Latte currently is using https://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef that is also used by plasma in its lock screen implementation. Truth to be told I dont quite like it because it does not specify a threshold for what is considered bright and what it isnt. The proposed solution looks interesting I could try to support it. By the way in one of your screenshots you used Plain Color for Desktop background this is not supported yet by the code. The code supports only background files. That does not mean you are not right, I confirmed this with : https://alpha.wallhaven.cc/wallpaper/515193 Steps to be done: 1. Open one new feature request for Latte to support also Plain Color 2. I will update the code parts to use brightness instead for luminas and see how it goes 3. Finish up the multi-screen aware code -- You are receiving this mail because: You are watching all bug changes.