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