Skip to content
the-djmaze edited this page Jan 10, 2022 · 15 revisions

SnappyMail does support custom themes.

The place where the theme should be is [root]/themes where [root] is the root of your SnappyMail installation.

So if you have some something like /home/webmail/public_html/snappymail/v/0.0.0/ The custom themes should be in /home/webmail/public_html/themes/.

In there create a file styles.css.
You can copy the content of https://github.com/the-djmaze/snappymail/blob/master/snappymail/v/0.0.0/themes/example.css as a start for your custom theme.

Clone this wiki locally