agateTheme top-level constant

Map<String, TextStyle> const agateTheme

Implementation

const agateTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xff333333), color: Color(0xffffffff)),
  'doctag': TextStyle(fontWeight: FontWeight.w700),
  'meta-keyword': TextStyle(fontWeight: FontWeight.w700),
  'name': TextStyle(fontWeight: FontWeight.w700),
  'strong': TextStyle(fontWeight: FontWeight.w700),
  'code': TextStyle(fontStyle: FontStyle.italic, color: Color(0xff888888)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'section': TextStyle(color: Color(0xff62c8f3)),
  'tag': TextStyle(color: Color(0xff62c8f3)),
  'selector-class': TextStyle(color: Color(0xffade5fc)),
  'selector-id': TextStyle(color: Color(0xffade5fc)),
  'template-variable': TextStyle(color: Color(0xffade5fc)),
  'variable': TextStyle(color: Color(0xffade5fc)),
  'meta-string': TextStyle(color: Color(0xffa2fca2)),
  'string': TextStyle(color: Color(0xffa2fca2)),
  'attr': TextStyle(color: Color(0xff7bd694)),
  'quote': TextStyle(color: Color(0xff7bd694)),
  'selector-attr': TextStyle(color: Color(0xff7bd694)),
  'attribute': TextStyle(color: Color(0xffffffaa)),
  'title': TextStyle(color: Color(0xffffffaa)),
  'type': TextStyle(color: Color(0xffffffaa)),
  'number': TextStyle(color: Color(0xffd36363)),
  'symbol': TextStyle(color: Color(0xffd36363)),
  'bullet': TextStyle(color: Color(0xffb8d8a2)),
  'template-tag': TextStyle(color: Color(0xffb8d8a2)),
  'builtin': TextStyle(color: Color(0xfffcc28c)),
  'keyword': TextStyle(color: Color(0xfffcc28c)),
  'literal': TextStyle(color: Color(0xfffcc28c)),
  'selector-tag': TextStyle(color: Color(0xfffcc28c)),
  'comment': TextStyle(color: Color(0xff888888)),
  'formula': TextStyle(color: Color(0xff888888)),
  'link': TextStyle(color: Color(0xffc6b4f0)),
  'regexp': TextStyle(color: Color(0xffc6b4f0)),
  'selector-pseudo': TextStyle(color: Color(0xffc6b4f0)),
  'meta': TextStyle(color: Color(0xfffc9b9b)),
  'deletion':
      TextStyle(backgroundColor: Color(0xfffc9b9b), color: Color(0xff333333)),
  'addition':
      TextStyle(backgroundColor: Color(0xffa2fca2), color: Color(0xff333333)),
  'subst': TextStyle(color: Color(0xffffffff)),
};