Mention images

main
Bob Mottram 2020-05-28 22:50:28 +01:00
parent 69d3521647
commit e1abdec2ec
1 changed files with 2 additions and 0 deletions

View File

@ -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.