Applies highlight color to text.
String highlight(String text) => '${theme.highlight}$text${theme.reset}';