Bug in mobile app
Describe the bug
Basically all received emails (or at least 99% of them) have a white background, even with the app in the dark theme. This has been happening for a long time and I thought that PR #2434 would finally solve this, but this did not happen.
Screenshots

Smartphone (please complete the following information):
To keep your mails readable we set a white background on all e-mails that either set CSS color directly or via a font attribute, even in dark mode.
If you scroll down you will see light grey text on the bottom of that mail from github.
I think we have only very few options here if we want to a) keep all mails readable and b) enable dark mode for more mails.
Would you rather have a "force dark" mode where we strip all custom color formatting from the mail, or a "ignore low contrast checks" setting so we do not even check for color tags and just display on a black background? Do you have another approach in mind?
@jowlo As it stands now (white background, black texts), an option that literally reversed colors would not make everything legible and still have the black background? Would it be possible to have an option to invert the colors of the emails in the appearance options?
Note: I'm not a programmer, so I'm sorry if I said something wrong.
There's no general solution to that, we cannot infer what combination of colots/backgrounds exists in resulting email and our n1 priority is readable emails. Other email clients just always use white background, we do our best effort.
All "plaintext-ish" emails will have dark background, anything "webpage-like" will have forced white background, there's no way around that.
@charlag No problem! I totally agree that it is more important to have readable emails, but at another time please try to add an option to force dark mode or to invert the colors of emails. But if it's not possible to add that, it's really not a problem.