macro_rules! yellow {
    ($($arg:tt)*) => { ... };
}