export const BACKGROUND_COLORS_BY_ANSI: {
  [k: string]: RGBColor;
} = {
  bgBlack: colors[0],
  bgRed: colors[1],