From 3cc62e63aafba1db2046ccea0feab8e7d700e4fe Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Fri, 25 Dec 2015 08:27:52 -0800 Subject: [PATCH] DARK_GREY --- constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.py b/constants.py index ef15bc13..80d27a05 100644 --- a/constants.py +++ b/constants.py @@ -136,6 +136,8 @@ COLOR_MAP = { "BLACK" : "#000000", "GRAY" : "#888888", "GREY" : "#888888", + "DARK_GREY" : "#444444", + "DARK_GRAY" : "#444444", } PALETTE = COLOR_MAP.values() globals().update(COLOR_MAP)