mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 13:43:29 +00:00
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
@ -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…
x
Reference in New Issue
Block a user