Used RAL 6038 (#00b51a) for font::GOOD_COLOR

This is apparently the closest RAL color to RGB 0,255,0 and it happens to look good.
This commit is contained in:
Charles Dang 2018-05-26 19:00:23 +11:00
parent 0f1029a933
commit 107ef77e45

View file

@ -20,7 +20,7 @@ const color_t
NORMAL_COLOR {221, 221, 221},
GRAY_COLOR {136, 136, 136},
LOBBY_COLOR {187, 187, 187},
GOOD_COLOR {0 , 255, 0 },
GOOD_COLOR {0 , 181, 26 },
BAD_COLOR {255, 0 , 0 },
BLACK_COLOR {0 , 0 , 0 },
YELLOW_COLOR {255, 255, 0 },