Macro colour::dark_green_ln_bold

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