Alphabetical order

main
Bob Mottram 2020-05-29 16:19:45 +01:00
parent 8647bcf9e7
commit bc996d99ea
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ def getThemesList() -> []:
also used to create the web interface dropdown list
and to lookup function names
"""
return ('Default', 'Blue', 'LCD', 'Light',
'Purple', 'Hacker', 'HighVis')
return ('Default', 'Blue', 'Hacker', 'HighVis',
'LCD', 'Light', 'Purple')
def setThemeInConfig(baseDir: str, name: str) -> bool: