Updated FAQ

This commit is contained in:
M66B 2021-02-08 16:13:06 +01:00
parent 4890ff64fa
commit b9144a3b3f
1 changed files with 3 additions and 0 deletions

3
FAQ.md
View File

@ -3515,6 +3515,9 @@ Message classification is a pro feature, except for the spam folder.
Unfortunately, Android [does not support](https://stackoverflow.com/a/26511725/1794097) dynamic themes,
which means all themes need [to be predefined](https://github.com/M66B/FairEmail/blob/master/app/src/main/res/values/styles.xml).
Since for each theme there needs to be a light, dark and black variant,
it is not feasible to add for each color combination (literally millions) a predefined theme.
Moreover, a theme is more than just a few colors.
For example themes with a yellow accent color use a darker link color for enough contrast.