macro_rules! color_text {
    ($text:expr, $color:expr) => { ... };
}