macro_rules! dark_yellow_ln {
    () => { ... };
    ($($args:expr),*) => { ... };
}