remove black from colors

This commit is contained in:
Jannes Höke 2016-04-30 12:20:44 +02:00
parent dde30a14d7
commit c57b278c1e

View file

@ -7,7 +7,7 @@ GREEN = 'g'
YELLOW = 'y'
BLACK = 'x'
COLORS = (RED, BLUE, GREEN, YELLOW, BLACK)
COLORS = (RED, BLUE, GREEN, YELLOW)
COLOR_ICONS = {
RED: Emoji.HEAVY_BLACK_HEART,