macro_rules! color { ($a:expr, $b:expr) => { ... }; }
Return a String with a Color added to it
use efcl::{color, Color}; let red_text: String = color!(Color::RED, "This is RED!!");