Macro colour::writeln_dark_green_bold

source ยท
macro_rules! writeln_dark_green_bold {
    ($dst:expr, $($args:tt)*) => { ... };
}