macro_rules! format_msg { ($theme:expr, $($arg:tt)*) => { ... }; }
Macro to format an information message with theme’s style.
let msg = format_msg!(theme, "Succesful operation");