Macro colour::dark_yellow_ln_bold

source ยท
macro_rules! dark_yellow_ln_bold {
    () => { ... };
    ($($args:tt)*) => { ... };
}