Macro with_color

Source
macro_rules! with_color {
    ($color_code:expr, $($arg:tt)*) => { ... };
}