grey3 constant

AnsiColor const grey3

Implementation

static const AnsiColor grey3 = AnsiColor._(
  value: 232,
  name: 'Grey 3',
  hex: '#080808',
  rgb: Rgb(8, 8, 8),
  hsl: Hsl(0, 0, 3),
);