foregroundColors top-level constant

List<AnsiCode> const foregroundColors

All of the AnsiCode values that represent AnsiCodeType.foreground.

Implementation

const List<AnsiCode> foregroundColors = [
  black,
  red,
  green,
  yellow,
  blue,
  magenta,
  cyan,
  lightGray,
  defaultForeground,
  darkGray,
  lightRed,
  lightGreen,
  lightYellow,
  lightBlue,
  lightMagenta,
  lightCyan,
  white
];