Macro colour::dark_green

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