Fix numbering comment for color "white".
This commit is contained in:
parent
cc993df68e
commit
8bb383220f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue