grey66 constant

AnsiColor const grey66

Implementation

static const AnsiColor grey66 = AnsiColor._(
  value: 248,
  name: 'Grey 66',
  hex: '#a8a8a8',
  rgb: Rgb(168, 168, 168),
  hsl: Hsl(0, 0, 65),
);