pandaSyntaxDarkTheme top-level constant

Map<String, TextStyle> const pandaSyntaxDarkTheme

Implementation

const pandaSyntaxDarkTheme = {
  'root':
      TextStyle(color: Color(0xffe6e6e6), backgroundColor: Color(0xff2a2c2d)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.w700),
  'comment': TextStyle(color: Color(0xffbbbbbb), fontStyle: FontStyle.italic),
  'quote': TextStyle(color: Color(0xffbbbbbb), fontStyle: FontStyle.italic),
  'params': TextStyle(color: Color(0xffbbbbbb)),
  'attr': TextStyle(color: Color(0xffe6e6e6)),
  'punctuation': TextStyle(color: Color(0xffffb86c)),
  'meta': TextStyle(color: Color(0xffff4b82)),
  'name': TextStyle(color: Color(0xffff4b82)),
  'selector-tag': TextStyle(color: Color(0xffff4b82)),
  'char.escape': TextStyle(color: Color(0xffb084eb)),
  'operator': TextStyle(color: Color(0xffb084eb)),
  'deletion': TextStyle(color: Color(0xffff75b5)),
  'keyword': TextStyle(color: Color(0xffff75b5)),
  'regexp': TextStyle(color: Color(0xffff9ac1)),
  'selector-attr': TextStyle(color: Color(0xffff9ac1)),
  'selector-pseudo': TextStyle(color: Color(0xffff9ac1)),
  'variable.language': TextStyle(color: Color(0xffff9ac1)),
  'code': TextStyle(color: Color(0xff45a9f9)),
  'formula': TextStyle(color: Color(0xff45a9f9)),
  'property': TextStyle(color: Color(0xff45a9f9)),
  'section': TextStyle(color: Color(0xff45a9f9)),
  'subst': TextStyle(color: Color(0xff45a9f9)),
  'title.function': TextStyle(color: Color(0xff45a9f9)),
  'addition': TextStyle(color: Color(0xff19f9d8)),
  'bullet': TextStyle(color: Color(0xff19f9d8)),
  'selector-class': TextStyle(color: Color(0xff19f9d8)),
  'string': TextStyle(color: Color(0xff19f9d8)),
  'symbol': TextStyle(color: Color(0xff19f9d8)),
  'title.class': TextStyle(color: Color(0xff19f9d8)),
  'title.class.inherited': TextStyle(color: Color(0xff19f9d8)),
  'attribute': TextStyle(color: Color(0xffffb86c)),
  'builtin': TextStyle(color: Color(0xffffb86c)),
  'doctag': TextStyle(color: Color(0xffffb86c)),
  'link': TextStyle(color: Color(0xffffb86c)),
  'literal': TextStyle(color: Color(0xffffb86c)),
  'number': TextStyle(color: Color(0xffffb86c)),
  'selector-id': TextStyle(color: Color(0xffffb86c)),
  'tag': TextStyle(color: Color(0xffffb86c)),
  'template-tag': TextStyle(color: Color(0xffffb86c)),
  'template-variable': TextStyle(color: Color(0xffffb86c)),
  'title': TextStyle(color: Color(0xffffb86c)),
  'type': TextStyle(color: Color(0xffffb86c)),
  'variable': TextStyle(color: Color(0xffffb86c)),
};