pub fn highlight_code_to_ansi( code: &str, language: Option<&str>, theme_name: &str, ) -> Vec<String>