prototty_common 0.25.0

Definition of common ui elements and views for use with prototty.
Documentation
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);