pub fn dim<T>(text: &T) -> impl Display + '_where T: Display + OwoColorize,
Dim the text if the stream supports color.