doccoTheme top-level constant

Map<String, TextStyle> const doccoTheme

Implementation

const doccoTheme = {
  'root':
      TextStyle(color: Color(0xff000000), backgroundColor: Color(0xfff8f8ff)),
  'comment': TextStyle(color: Color(0xff408080), fontStyle: FontStyle.italic),
  'quote': TextStyle(color: Color(0xff408080), fontStyle: FontStyle.italic),
  'keyword': TextStyle(color: Color(0xff954121)),
  'selector-tag': TextStyle(color: Color(0xff954121)),
  'literal': TextStyle(color: Color(0xff954121)),
  'subst': TextStyle(color: Color(0xff954121)),
  'number': TextStyle(color: Color(0xff40a070)),
  'string': TextStyle(color: Color(0xff219161)),
  'doctag': TextStyle(color: Color(0xff219161)),
  'selector-id': TextStyle(color: Color(0xff19469d)),
  'selector-class': TextStyle(color: Color(0xff19469d)),
  'section': TextStyle(color: Color(0xff19469d)),
  'type': TextStyle(color: Color(0xff19469d)),
  'params': TextStyle(color: Color(0xff0000ff)),
  'title': TextStyle(color: Color(0xff445588), fontWeight: FontWeight.bold),
  'tag': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.normal),
  'name': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.normal),
  'attribute':
      TextStyle(color: Color(0xff000080), fontWeight: FontWeight.normal),
  'variable': TextStyle(color: Color(0xff008080)),
  'template-variable': TextStyle(color: Color(0xff008080)),
  'regexp': TextStyle(color: Color(0xffbb6688)),
  'link': TextStyle(color: Color(0xffbb6688)),
  'symbol': TextStyle(color: Color(0xff990073)),
  'bullet': TextStyle(color: Color(0xff990073)),
  'built_in': TextStyle(color: Color(0xff0086b3)),
  'builtin-name': TextStyle(color: Color(0xff0086b3)),
  'meta': TextStyle(color: Color(0xff999999), fontWeight: FontWeight.bold),
  'deletion': TextStyle(backgroundColor: Color(0xffffdddd)),
  'addition': TextStyle(backgroundColor: Color(0xffddffdd)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};