macro_rules! dark { ( $str: tt ) => { ... }; ( $other: expr) => { ... }; }
Darkens text. You can combine this with a color to get a dark variant of this color
printlnc!(dark!(green!("This text is dark green")))