//! utility types and functions for color operations
use ;
pub type Color = ;
pub type Colors = ;
pub static BLACK: Color = Fg;
pub static WHITE: Color = Fg;
pub static RESET: = Fg;
pub static RESET_BG: = Bg;
/// produces a termion foreground color from the provided integer
/// produces a termion background color from the provided integer