DARK_GREY

This commit is contained in:
Grant Sanderson
2015-12-25 08:27:52 -08:00
parent 8c7dbe8efa
commit 3cc62e63aa

View File

@ -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)