grey15 constant

AnsiColor const grey15

Implementation

static const AnsiColor grey15 = AnsiColor._(
  value: 235,
  name: 'Grey 15',
  hex: '#262626',
  rgb: Rgb(38, 38, 38),
  hsl: Hsl(0, 0, 14),
);