Bump font::GRAY_COLOR from #777 to #888

Bit brighter, looks a bit better.
This commit is contained in:
Charles Dang 2018-05-25 11:55:55 +11:00
parent 2624bbf419
commit 74833bde39

View file

@ -18,7 +18,7 @@ namespace font {
const color_t
NORMAL_COLOR {221, 221, 221},
GRAY_COLOR {119, 119, 119},
GRAY_COLOR {136, 136, 136},
LOBBY_COLOR {187, 187, 187},
GOOD_COLOR {0 , 255, 0 },
BAD_COLOR {255, 0 , 0 },