pub fn map_vt100_color( c: Color, is_bg: bool, default_fg: Color, default_bg: Color, ) -> Color
Map VT100 color to Skia Color
If is_bg is true, Default maps to background color instead of foreground
is_bg