artaTheme top-level constant

Map<String, TextStyle> const artaTheme

Implementation

const artaTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xff222222), color: Color(0xffaaaaaa)),
  'subst': TextStyle(color: Color(0xffaaaaaa)),
  'section': TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
  'comment': TextStyle(color: Color(0xff444444)),
  'quote': TextStyle(color: Color(0xff444444)),
  'meta': TextStyle(color: Color(0xff444444)),
  'string': TextStyle(color: Color(0xffffcc33)),
  'symbol': TextStyle(color: Color(0xffffcc33)),
  'bullet': TextStyle(color: Color(0xffffcc33)),
  'regexp': TextStyle(color: Color(0xffffcc33)),
  'number': TextStyle(color: Color(0xff00cc66)),
  'addition': TextStyle(color: Color(0xff00cc66)),
  'built_in': TextStyle(color: Color(0xff32aaee)),
  'builtin-name': TextStyle(color: Color(0xff32aaee)),
  'literal': TextStyle(color: Color(0xff32aaee)),
  'type': TextStyle(color: Color(0xff32aaee)),
  'template-variable': TextStyle(color: Color(0xff32aaee)),
  'attribute': TextStyle(color: Color(0xff32aaee)),
  'link': TextStyle(color: Color(0xff32aaee)),
  'keyword': TextStyle(color: Color(0xff6644aa)),
  'selector-tag': TextStyle(color: Color(0xff6644aa)),
  'name': TextStyle(color: Color(0xff6644aa)),
  'selector-id': TextStyle(color: Color(0xff6644aa)),
  'selector-class': TextStyle(color: Color(0xff6644aa)),
  'title': TextStyle(color: Color(0xffbb1166)),
  'variable': TextStyle(color: Color(0xffbb1166)),
  'deletion': TextStyle(color: Color(0xffbb1166)),
  'template-tag': TextStyle(color: Color(0xffbb1166)),
  'doctag': TextStyle(fontWeight: FontWeight.bold),
  'strong': TextStyle(fontWeight: FontWeight.bold),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
};