use owo_colors::colors::CustomColor; use owo_colors::OwoColorize; fn main() { println!("{}", "custom purple".fg::>()); println!("{}", "custom green".fg_rgb::<50, 209, 42>()); }