From 8bb383220f1b6f705bd6d481d3e187218efd7a43 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 1 Mar 2018 23:34:47 +0100 Subject: [PATCH] Fix numbering comment for color "white". --- matrix/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/colors.py b/matrix/colors.py index 9e11bd1..0f37a78 100644 --- a/matrix/colors.py +++ b/matrix/colors.py @@ -591,7 +591,7 @@ def color_weechat_to_html(color): "lightblue": "blue", # 13 "lightmagenta": "fuchsia", # 14 "lightcyan": "aqua", # 15 - "white": "white", # 15 + "white": "white", # 16 } hex_colors = { "0": "#000000",