Added LIGHT_PINK

This commit is contained in:
Grant Sanderson
2019-06-29 15:19:43 -07:00
parent c6d6e500fb
commit aec56c63be

View File

@ -217,6 +217,7 @@ COLOR_MAP = {
"DARKER_GRAY": "#222222",
"GREY_BROWN": "#736357",
"PINK": "#D147BD",
"LIGHT_PINK": "#DC75CD",
"GREEN_SCREEN": "#00FF00",
"ORANGE": "#FF862F",
}