envoyer icon indicating copy to clipboard operation
envoyer copied to clipboard

Implement color lightness inversion for dark mode

Open matzipan opened this issue 2 years ago • 0 comments

Observed behavior on iOS: if background color is defined on email body then no mapping happens.

If no background color occurs, some lightness inversion happens potentially something like rgb -> ysl -> lightness complement -> ysl -> rgb.

This should be doable in the litehtml callbacks.

matzipan avatar Nov 18 '23 14:11 matzipan