mirror of https://gitlab.com/bashrc2/epicyon
Background colors
parent
bc1d396484
commit
22c0ccc88a
|
@ -244,6 +244,7 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
|
||||||
variableName + '" value="' + str(value) + \
|
variableName + '" value="' + str(value) + \
|
||||||
'" title="' + variableNameStr + '"></p></td></tr>\n'
|
'" title="' + variableNameStr + '"></p></td></tr>\n'
|
||||||
elif ('-color' in variableName or
|
elif ('-color' in variableName or
|
||||||
|
'-background' in variableName or
|
||||||
variableName.endswith('-text')):
|
variableName.endswith('-text')):
|
||||||
# only use colors defined as hex
|
# only use colors defined as hex
|
||||||
if not value.startswith('#'):
|
if not value.startswith('#'):
|
||||||
|
|
Loading…
Reference in New Issue