macro_rules! colorize {
    ($content: ident, $foreground_color: ident) => { ... };
    ($content: ident, $foreground_color: ident, $background_color: ident) => { ... };
}