pub fn styled_editview_color<T: Display, C: Into<ColorType>>(
content: T,
view_name: &str,
password: bool,
color: C,
) -> NamedView<EditView>Expand description
Same as styled_editview() but allows for a color to be chosen instead of using the highlight color