export const FOREGROUND_COLORS_BY_ANSI: {
  [k: string]: RGBColor;
} = {
  black: colors[0],
  red: colors[1],