From 8f5ee436ec043954d633ae61bcae129b8602cbe1 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Wed, 18 Jan 2017 17:27:06 -0800 Subject: [PATCH] Added light greys to color pallete --- constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.py b/constants.py index 9fb20e83..5c3074f9 100644 --- a/constants.py +++ b/constants.py @@ -135,6 +135,8 @@ COLOR_MAP = { "PURPLE_A" : "#CAA3E8", "WHITE" : "#FFFFFF", "BLACK" : "#000000", + "LIGHT_GRAY" : "#BBBBBB", + "LIGHT_GREY" : "#BBBBBB", "GRAY" : "#888888", "GREY" : "#888888", "DARK_GREY" : "#444444",