Macro colour::write_dark_blue_bold

source ยท
macro_rules! write_dark_blue_bold {
    ($dst:expr, $($args:tt)*) => { ... };
}