mirror of https://gitlab.com/bashrc2/epicyon
Alphabetical order
parent
8647bcf9e7
commit
bc996d99ea
4
theme.py
4
theme.py
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue