From cfd346083a45c551110ea71019904a2519d05677 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 14 Nov 2020 15:29:37 +0000 Subject: [PATCH] Change documentation for adding theme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df5f31613..ab6523beb 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ If you want to use your own favicon then copy your `favicon.ico` file to the bas ## Adding Themes -If you want to add a new theme then open `theme.py` and add the theme name to the list within `getThemesList`. Add a function with the name `setTheme[YourThemeName]`. Have a look at the other themes to get an idea of how to set the colors and fonts. +If you want to add a new theme then open `theme.py` and add a function with the name `setTheme[YourThemeName]`. Have a look at the other themes to get an idea of how to set the colors and fonts. Add the name of your theme to the translations files.