grey78 constant

AnsiColor const grey78

Implementation

static const AnsiColor grey78 = AnsiColor._(
  value: 251,
  name: 'Grey 78',
  hex: '#c6c6c6',
  rgb: Rgb(198, 198, 198),
  hsl: Hsl(0, 0, 77),
);