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
|
also used to create the web interface dropdown list
|
||||||
and to lookup function names
|
and to lookup function names
|
||||||
"""
|
"""
|
||||||
return ('Default', 'Blue', 'LCD', 'Light',
|
return ('Default', 'Blue', 'Hacker', 'HighVis',
|
||||||
'Purple', 'Hacker', 'HighVis')
|
'LCD', 'Light', 'Purple')
|
||||||
|
|
||||||
|
|
||||||
def setThemeInConfig(baseDir: str, name: str) -> bool:
|
def setThemeInConfig(baseDir: str, name: str) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue