// This covers the initial 16 colors, it also support 256 and true color modes
// and a palette of of the colors from 16-255 are generated (see Win::new() in
// win.rs). The foreground/background and cursor get there own 'slots' after
// the 256 color palette.
pub const COLOR_NAMES: & = &;
pub const FG_COLOR: usize = 258;
pub const BG_COLOR: usize = 259;
pub const FG_COLOR_NAME: &str = "grey90";
pub const BG_COLOR_NAME: &str = "black";