[][src]Macro colour::dark_yellow

macro_rules! dark_yellow {
    ($arg:tt) => { ... };
    ($($arg:tt)*) => { ... };
}

Macro similar to print! using dark yellow as the foreground colour.