resolve color active/inactive colors similars

This is an resolve to https://github.com/wesnoth/wesnoth/issues/4094 issue.
This commit is contained in:
newfrenchy83 2019-05-28 15:07:49 +02:00 committed by Wedge009
parent 527f0a7580
commit f668e0b0ab

View file

@ -36,8 +36,8 @@ const color_t
weapon_color {245, 230, 193},
good_dmg_color {130, 240, 50 },
bad_dmg_color {250, 140, 80 },
weapon_details_color {166, 146, 117},
inactive_details_color {146, 146, 146},
weapon_details_color {196, 176, 147},
inactive_details_color { 86, 86, 86},
inactive_ability_color {146, 146, 146},
unit_type_color {245, 230, 193},
race_color {166, 146, 117};