prototty_common 0.19.0

Definition of common ui elements and views for use with prototty.
Documentation
use prototty::{colours, Rgb24};

pub const DEFAULT_FG: Rgb24 = colours::WHITE;
pub const DEFAULT_BG: Rgb24 = colours::BLACK;