Hey all,
Recently I switched from the dark theme to the light one and I noticed that the Mail app did not follow the new setting.
Since the option to set the app’s theme is hidden, I had to find a workaround to fix that.
This is what I did:
-
Export settings from Mail app
-
Open the exported file with a text editor (it’s a simple XML file)
-
Change line
<value key="theme">dark</value>
to<value key="theme">follow_system</value>
(I found the correct value by checking the same line on a freshly exported file from a clean K9-Mail installation) -
Save the file and import it into Mail app
Now the app follows the system’s theme correctly!
I did this on a FairPhone 4, running eOS 2.3-t, but it should apply to other devices/OS versions too.