mirror of https://gitlab.com/bashrc2/epicyon
Content warning
parent
54694edd4e
commit
3ed5e4ceee
|
@ -246,6 +246,8 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
|
|||
variableNameStr = variableNameStr.replace(' bg', ' background')
|
||||
elif variableNameStr.endswith(' fg'):
|
||||
variableNameStr = variableNameStr.replace(' fg', ' foreground')
|
||||
if variableNameStr == 'cw':
|
||||
variableNameStr = 'content warning'
|
||||
variableNameStr = variableNameStr.title()
|
||||
themeForm += \
|
||||
' <tr><td><label class="labels">' + \
|
||||
|
|
Loading…
Reference in New Issue