agateTheme top-level constant

Map<String, TextStyle> const agateTheme

Implementation

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