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:
parent
0f1029a933
commit
107ef77e45
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue