mirror of https://gitlab.com/bashrc2/epicyon
Title style
parent
85040d9d9f
commit
43987de00e
|
@ -242,6 +242,7 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
|
|||
variableNameStr = variableName.replace('-', ' ')
|
||||
if variableNameStr.endswith(' color'):
|
||||
variableNameStr = variableNameStr.replace(' color', '')
|
||||
variableNameStr = variableNameStr.title()
|
||||
themeForm += \
|
||||
' <tr><td><label class="labels">' + \
|
||||
variableNameStr + '</label></td>'
|
||||
|
|
Loading…
Reference in New Issue