Background colors

main
Bob Mottram 2021-12-05 20:44:56 +00:00
parent bc1d396484
commit 22c0ccc88a
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
variableName + '" value="' + str(value) + \
'" title="' + variableNameStr + '"></p></td></tr>\n'
elif ('-color' in variableName or
'-background' in variableName or
variableName.endswith('-text')):
# only use colors defined as hex
if not value.startswith('#'):