forked from RainLoop/rainloop-webmail
-
-
Notifications
You must be signed in to change notification settings - Fork 122
Custom Themes
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 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 theme folder with file styles.css
.
Like: [root]/themes/[themename]/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.
You can also use images like:
--main-bg-image: url("images/background.jpg");
And store the image as [root]/themes/[themename]/images/background.jpg