tokyoNightDarkTheme top-level constant

Map<String, TextStyle> const tokyoNightDarkTheme

Implementation

const tokyoNightDarkTheme = {
  'meta': TextStyle(color: Color(0xff565f89)),
  'comment': TextStyle(color: Color(0xff565f89)),
  'tag': TextStyle(color: Color(0xfff7768e)),
  'doctag': TextStyle(color: Color(0xfff7768e)),
  'selector-id': TextStyle(color: Color(0xfff7768e)),
  'selector-class': TextStyle(color: Color(0xfff7768e)),
  'regexp': TextStyle(color: Color(0xfff7768e)),
  'template-tag': TextStyle(color: Color(0xfff7768e)),
  'selector-pseudo': TextStyle(color: Color(0xfff7768e)),
  'selector-attr': TextStyle(color: Color(0xfff7768e)),
  'variable.language_': TextStyle(color: Color(0xfff7768e)),
  'deletion': TextStyle(color: Color(0xfff7768e)),
  'variable': TextStyle(color: Color(0xffff9e64)),
  'template-variable': TextStyle(color: Color(0xffff9e64)),
  'number': TextStyle(color: Color(0xffff9e64)),
  'literal': TextStyle(color: Color(0xffff9e64)),
  'type': TextStyle(color: Color(0xffff9e64)),
  'params': TextStyle(color: Color(0xffff9e64)),
  'link': TextStyle(color: Color(0xffff9e64)),
  'built_in': TextStyle(color: Color(0xffe0af68)),
  'attribute': TextStyle(color: Color(0xffe0af68)),
  'selector-tag': TextStyle(color: Color(0xff73daca)),
  'keyword': TextStyle(color: Color(0xffbb9af7)),
  'title.function_': TextStyle(color: Color(0xff7dcfff)),
  'title': TextStyle(color: Color(0xff7dcfff)),
  'title.class_': TextStyle(color: Color(0xff7dcfff)),
  'title.class_.inherited__': TextStyle(color: Color(0xff7dcfff)),
  'subst': TextStyle(color: Color(0xff7dcfff)),
  'property': TextStyle(color: Color(0xff7dcfff)),
  'quote': TextStyle(color: Color(0xff9ece6a)),
  'string': TextStyle(color: Color(0xff9ece6a)),
  'symbol': TextStyle(color: Color(0xff9ece6a)),
  'bullet': TextStyle(color: Color(0xff9ece6a)),
  'addition': TextStyle(color: Color(0xff9ece6a)),
  'code': TextStyle(color: Color(0xff7aa2f7)),
  'formula': TextStyle(color: Color(0xff7aa2f7)),
  'section': TextStyle(color: Color(0xff7aa2f7)),
  'name': TextStyle(color: Color(0xffbb9af7)),
  'operator': TextStyle(color: Color(0xffbb9af7)),
  'char.escape_': TextStyle(color: Color(0xffbb9af7)),
  'attr': TextStyle(color: Color(0xffbb9af7)),
  'punctuation': TextStyle(color: Color(0xffc0caf5)),
  'root':
      TextStyle(backgroundColor: Color(0xff1a1b26), color: Color(0xff9aa5ce)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};