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