resolve color active/inactive colors similars
This is an resolve to https://github.com/wesnoth/wesnoth/issues/4094 issue.
(cherry picked from commit f668e0b0ab
)
This commit is contained in:
parent
02da0c43a7
commit
26c7543ecd
1 changed files with 2 additions and 2 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue