diff --git a/src/theming.py b/src/theming.py index ecbff5a5..81bc8820 100755 --- a/src/theming.py +++ b/src/theming.py @@ -77,9 +77,10 @@ finder = machinery.PathFinder() class Theme(object): """ - The theme class, from which all theme should inherit. - All of the following value can be replaced in subclasses, in + The theme class, from which all themes should inherit. + All of the following values can be replaced in subclasses, in order to create a new theme. + Do not edit this file if you want to change the theme to suit your needs. Create a new theme and share it if you think it can be useful for others.