mirror of https://gitlab.com/bashrc2/epicyon
Theme filename
parent
12cd354f7c
commit
a3817a14c5
|
@ -21,9 +21,7 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
|
||||||
themeName: str) -> str:
|
themeName: str) -> str:
|
||||||
"""Edit theme settings
|
"""Edit theme settings
|
||||||
"""
|
"""
|
||||||
themeFilename = \
|
themeFilename = baseDir + '/theme/' + themeName + '/theme.json'
|
||||||
acctDir(baseDir, nickname, domain) + '/theme/' + \
|
|
||||||
themeName + '/theme.json'
|
|
||||||
themeJson = {}
|
themeJson = {}
|
||||||
if os.path.isfile(themeFilename):
|
if os.path.isfile(themeFilename):
|
||||||
themeJson = loadJson(themeFilename)
|
themeJson = loadJson(themeFilename)
|
||||||
|
|
Loading…
Reference in New Issue