Macro colour::dark_green

source ·
macro_rules! dark_green {
    () => { ... };
    ($($args:tt)*) => { ... };
}