diff --git a/theme.py b/theme.py index 5b286245..6fd7480d 100644 --- a/theme.py +++ b/theme.py @@ -32,6 +32,7 @@ def getThemesList(baseDir: str) -> []: themeName != 'icons' and themeName != 'fonts': themes.append(themeName.title()) break + themes.sort() print('Themes available: ' + str(themes)) return themes