mirror of https://github.com/M66B/FairEmail.git
Added FAQ
This commit is contained in:
parent
c67af92dd3
commit
174d482e75
12
FAQ.md
12
FAQ.md
|
@ -289,6 +289,7 @@ Fonts, sizes, colors, etc should be material design whenever possible.
|
||||||
* [(161) Can you add a setting to change the primary and accent color?](#user-content-faq161)
|
* [(161) Can you add a setting to change the primary and accent color?](#user-content-faq161)
|
||||||
* [(162) Is IMAP NOTIFY supported?](#user-content-faq162)
|
* [(162) Is IMAP NOTIFY supported?](#user-content-faq162)
|
||||||
* [(163) What is message classification?](#user-content-faq163)
|
* [(163) What is message classification?](#user-content-faq163)
|
||||||
|
* [(164) Can you add customizable themes?](#user-content-faq164)
|
||||||
|
|
||||||
[I have another question.](#user-content-support)
|
[I have another question.](#user-content-support)
|
||||||
|
|
||||||
|
@ -3486,6 +3487,17 @@ Message classification is a pro feature, except for the spam folder.
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
<a name="faq164"></a>
|
||||||
|
**(164) Can you add customizable themes?**
|
||||||
|
|
||||||
|
Unfortunately, Android [does not support](https://stackoverflow.com/a/26511725/1794097) dynamic themes,
|
||||||
|
which means all themes need to be predefined.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
## Get support
|
## Get support
|
||||||
|
|
||||||
FairEmail is supported on smartphones, tablets and ChromeOS only.
|
FairEmail is supported on smartphones, tablets and ChromeOS only.
|
||||||
|
|
Loading…
Reference in New Issue