Macro colour::dark_gray_ln

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