Function git_iris::ui::write_colored_text

source ยท
pub fn write_colored_text(
    term: &mut Term,
    text: &str,
    color: (u8, u8, u8),
) -> Result<()>