irBlackTheme top-level constant

Map<String, TextStyle> const irBlackTheme

Implementation

const irBlackTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xff000000), color: Color(0xfff8f8f8)),
  'comment': TextStyle(color: Color(0xff7c7c7c)),
  'quote': TextStyle(color: Color(0xff7c7c7c)),
  'meta': TextStyle(color: Color(0xff7c7c7c)),
  'keyword': TextStyle(color: Color(0xff96cbfe)),
  'selector-tag': TextStyle(color: Color(0xff96cbfe)),
  'tag': TextStyle(color: Color(0xff96cbfe)),
  'name': TextStyle(color: Color(0xff96cbfe)),
  'attribute': TextStyle(color: Color(0xffffffb6)),
  'selector-id': TextStyle(color: Color(0xffffffb6)),
  'string': TextStyle(color: Color(0xffa8ff60)),
  'selector-attr': TextStyle(color: Color(0xffa8ff60)),
  'selector-pseudo': TextStyle(color: Color(0xffa8ff60)),
  'addition': TextStyle(color: Color(0xffa8ff60)),
  'subst': TextStyle(color: Color(0xffdaefa3)),
  'regexp': TextStyle(color: Color(0xffe9c062)),
  'link': TextStyle(color: Color(0xffe9c062)),
  'title': TextStyle(color: Color(0xffffffb6)),
  'section': TextStyle(color: Color(0xffffffb6)),
  'type': TextStyle(color: Color(0xffffffb6)),
  'doctag': TextStyle(color: Color(0xffffffb6)),
  'symbol': TextStyle(color: Color(0xffc6c5fe)),
  'bullet': TextStyle(color: Color(0xffc6c5fe)),
  'variable': TextStyle(color: Color(0xffc6c5fe)),
  'template-variable': TextStyle(color: Color(0xffc6c5fe)),
  'literal': TextStyle(color: Color(0xffc6c5fe)),
  'number': TextStyle(color: Color(0xffff73fd)),
  'deletion': TextStyle(color: Color(0xffff73fd)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};