From e1abdec2ec0686e984cdc64324abbd2b35c7eeb3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 May 2020 22:50:28 +0100 Subject: [PATCH] Mention images --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e84b9a9..1563eb9b 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,8 @@ If you want to add a new theme then open `theme.py` and add the theme name to th Add the name of your theme to the translations files. +Within the `img` directory add a default profile background image called `image_[YourThemeName].png` and a banner image `banner_[YourThemeName].png`. Because the banner image will be reloaded occasionally it should be small - preferably kilobytes rather than megabytes. + On a running instance you can experiment with colors or fonts by editing `epicyon.css` and then reloading the web page. Once you are happy with the results then you can update the changed values within your `setTheme` function.