Use a slightly brighter color for GRAY_TEXT (555555 to 777777 in hexadecimal)
Helps bug #9058 (Darkening of user stats in the head line)
This commit is contained in:
parent
4b0549c8a7
commit
efe4af5e71
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ static void set_font_list(const std::vector<subset_descriptor>& fontlist)
|
|||
}
|
||||
|
||||
const SDL_Color NORMAL_COLOUR = {0xDD,0xDD,0xDD,0},
|
||||
GRAY_COLOUR = {0x55,0x55,0x55,0},
|
||||
GRAY_COLOUR = {0x77,0x77,0x77,0},
|
||||
LOBBY_COLOUR = {0xBB,0xBB,0xBB,0},
|
||||
GOOD_COLOUR = {0x00,0xFF,0x00,0},
|
||||
BAD_COLOUR = {0xFF,0x00,0x00,0},
|
||||
|
|
Loading…
Add table
Reference in a new issue