1 2 3 4 5 6 7 8 9 10 11
--- source: src/render.rs expression: lines --- [ Line::from_iter([ Span::from("bold").fg(Color::Rgb(255, 255, 255)).bold(), Span::from(" and ").fg(Color::Rgb(212, 212, 212)), Span::from("italic").fg(Color::Rgb(230, 180, 80)).italic(), ]), ]