Fix numbering comment for color "white".

This commit is contained in:
Denis Kasak 2018-03-01 23:34:47 +01:00 committed by poljar
parent cc993df68e
commit 8bb383220f

View file

@ -591,7 +591,7 @@ def color_weechat_to_html(color):
"lightblue": "blue", # 13 "lightblue": "blue", # 13
"lightmagenta": "fuchsia", # 14 "lightmagenta": "fuchsia", # 14
"lightcyan": "aqua", # 15 "lightcyan": "aqua", # 15
"white": "white", # 15 "white": "white", # 16
} }
hex_colors = { hex_colors = {
"0": "#000000", "0": "#000000",