Added GREY

This commit is contained in:
Grant Sanderson
2015-12-22 11:03:28 -08:00
parent 5964d5206a
commit a0f71efdbe

View File

@ -133,6 +133,7 @@ COLOR_MAP = {
"WHITE" : "#FFFFFF",
"BLACK" : "#000000",
"GRAY" : "#888888",
"GREY" : "#888888",
}
PALETTE = COLOR_MAP.values()
globals().update(COLOR_MAP)