pub fn highlight_search_string(
    haystack: &str,
    needle: &str,
    string_style: &Style
) -> Result<String, ShellError>