|
const color_t | font::NORMAL_COLOR {221, 221, 221} |
|
const color_t | font::GRAY_COLOR {136, 136, 136} |
|
const color_t | font::LOBBY_COLOR {187, 187, 187} |
|
const color_t | font::GOOD_COLOR {0 , 181, 26 } |
|
const color_t | font::BAD_COLOR {255, 0 , 0 } |
|
const color_t | font::BLACK_COLOR {0 , 0 , 0 } |
|
const color_t | font::YELLOW_COLOR {255, 255, 0 } |
|
const color_t | font::BUTTON_COLOR {186, 172, 125} |
|
const color_t | font::PETRIFIED_COLOR {160, 160, 160} |
|
const color_t | font::TITLE_COLOR {186, 172, 125} |
|
const color_t | font::LABEL_COLOR {107, 140, 255} |
|
const color_t | font::BIGMAP_COLOR {255, 255, 255} |
|
const color_t | font::BLUE_COLOR {0 , 0 , 255} |
|
const color_t | font::DISABLED_COLOR = PETRIFIED_COLOR.inverse() |
|
const color_t | font::weapon_color {245, 230, 193} |
|
const color_t | font::good_dmg_color {130, 240, 50 } |
|
const color_t | font::bad_dmg_color {250, 140, 80 } |
|
const color_t | font::weapon_details_color {196, 176, 147} |
|
const color_t | font::inactive_details_color { 86, 86, 86} |
|
const color_t | font::inactive_ability_color {146, 146, 146} |
|
const color_t | font::unit_type_color {245, 230, 193} |
|
const color_t | font::race_color {166, 146, 117} |
|