Returns a styled icon with the given tone color.
String icon(String char, {StatTone tone = StatTone.accent}) { final color = toneColor(tone, theme); return '${theme.bold}$color$char${theme.reset}'; }