GUI2/Addon List: don't hardcode green text color for publishable addons

This commit is contained in:
Charles Dang 2018-05-26 19:02:40 +11:00
parent e496600c9a
commit e54b28a577

View file

@ -171,7 +171,7 @@ void addon_list::set_addons(const addons_list& addons)
data.emplace("icon", item);
const std::string publish_name = formatter()
<< "<span color='#00ff00'>" // GOOD_COLOR
<< font::span_color(font::GOOD_COLOR)
<< addon.display_title()
<< "</span>";