Macro colour::dark_cyan_ln

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