From f627cc140160da775f7d62c0d95176089ad448c8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 12 Apr 2022 10:56:06 +0100 Subject: [PATCH] Changes for theme creation --- README_customizations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_customizations.md b/README_customizations.md index f18e94235..462ee1cdd 100644 --- a/README_customizations.md +++ b/README_customizations.md @@ -42,4 +42,4 @@ python3 epicyon.py --import-emoji [textfile] ## Themes -If you want to create a new theme then the functions for that are within *theme.py*. These functions take the CSS templates and modify them. You will need to edit *themesDropdown* within *webinterface.py* and add the appropriate translations for the theme name. Themes are selectable from the profile screen of the administrator. +If you want to create a new theme then copy the *default* directory within the *theme* directory, rename it to your new theme name, then you can edit the colors and fonts within *theme.json*, and change the icons and banners. Themes are selectable from the graphic design section of the profile screen of the administrator, or of any accounts having the *artist* role.