colorBrewerTheme top-level constant

Map<String, TextStyle> const colorBrewerTheme

Implementation

const colorBrewerTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
  'subst': TextStyle(color: Color(0xff000000)),
  'string': TextStyle(color: Color(0xff756bb1)),
  'meta': TextStyle(color: Color(0xff756bb1)),
  'symbol': TextStyle(color: Color(0xff756bb1)),
  'template-tag': TextStyle(color: Color(0xff756bb1)),
  'template-variable': TextStyle(color: Color(0xff756bb1)),
  'addition': TextStyle(color: Color(0xff756bb1)),
  'comment': TextStyle(color: Color(0xff636363)),
  'quote': TextStyle(color: Color(0xff636363)),
  'number': TextStyle(color: Color(0xff31a354)),
  'regexp': TextStyle(color: Color(0xff31a354)),
  'literal': TextStyle(color: Color(0xff31a354)),
  'bullet': TextStyle(color: Color(0xff31a354)),
  'link': TextStyle(color: Color(0xff31a354)),
  'deletion': TextStyle(color: Color(0xff8888ff)),
  'variable': TextStyle(color: Color(0xff8888ff)),
  'keyword': TextStyle(color: Color(0xff3182bd)),
  'selector-tag': TextStyle(color: Color(0xff3182bd)),
  'title': TextStyle(color: Color(0xff3182bd)),
  'section': TextStyle(color: Color(0xff3182bd)),
  'built_in': TextStyle(color: Color(0xff3182bd)),
  'doctag': TextStyle(color: Color(0xff3182bd)),
  'type': TextStyle(color: Color(0xff3182bd)),
  'tag': TextStyle(color: Color(0xff3182bd)),
  'name': TextStyle(color: Color(0xff3182bd)),
  'selector-id': TextStyle(color: Color(0xff3182bd)),
  'selector-class': TextStyle(color: Color(0xff3182bd)),
  'strong': TextStyle(color: Color(0xff3182bd)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'attribute': TextStyle(color: Color(0xffe6550d)),
};