Macro colour::yellow_bold

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