pub fn style_parse( style: &mut Style, base: &StyleCell, input: &str, ) -> Result<(), StyleParseError>
Parses input onto style, matching tmux style_parse.
input
style
style_parse