macro_rules! hex { ($hex:expr) => { ... }; }
to convert hex color to ansi color example: hex!(#0099FF) -> “\x1b[38;2;0;99;255m”