1 2 3 4
use prototty_render::Rgb24; pub const DEFAULT_FG: Rgb24 = Rgb24::new(255, 255, 255); pub const DEFAULT_BG: Rgb24 = Rgb24::new(0, 0, 0);