accent constant

List<String> const accent

Accent color scheme (8 colors).

Implementation

static const List<String> accent = [
  '#7fc97f',
  '#beaed4',
  '#fdc086',
  '#ffff99',
  '#386cb0',
  '#f0027f',
  '#bf5b17',
  '#666666',
];