Skip to content

Commit

Permalink
Used RAL 6038 (#00b51a) for font::GOOD_COLOR
Browse files Browse the repository at this point in the history
This is apparently the closest RAL color to RGB 0,255,0 and it happens to look good.
  • Loading branch information
Vultraz committed May 26, 2018
1 parent 30247e9 commit e496600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font/standard_colors.cpp
Expand Up @@ -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 },
Expand Down

0 comments on commit e496600

Please sign in to comment.