Describes a built in color
interface ColorEntry { fore: string; back: string; }
The background color in #RRGGBBAA format
back: string;
The foreground color in #RRGGBBAA format
fore: string;