Theme

Shrs provides a theme struct to allow you to change styles that are used internally such as out_style or completion_style.

myshell.with_theme(Theme {
    out_style: ContentStyle::new().red(),
    ..Default::default()
})