Add DARKER_GREY

This commit is contained in:
Grant Sanderson
2019-03-20 17:37:57 -07:00
parent a320d9a47e
commit b1c00e5129

View File

@ -214,6 +214,8 @@ COLOR_MAP = {
"GREY": "#888888",
"DARK_GREY": "#444444",
"DARK_GRAY": "#444444",
"DARKER_GREY": "#222222",
"DARKER_GRAY": "#222222",
"GREY_BROWN": "#736357",
"PINK": "#D147BD",
"GREEN_SCREEN": "#00FF00",