githubTheme top-level constant

Map<String, TextStyle> const githubTheme

Implementation

const githubTheme = {
  'root':
      TextStyle(color: Color(0xff24292e), backgroundColor: Color(0xffffffff)),
  'doctag': TextStyle(color: Color(0xffd73a49)),
  'keyword': TextStyle(color: Color(0xffd73a49)),
  'template-tag': TextStyle(color: Color(0xffd73a49)),
  'template-variable': TextStyle(color: Color(0xffd73a49)),
  'type': TextStyle(color: Color(0xffd73a49)),
  'variable.language': TextStyle(color: Color(0xffd73a49)),
  'title': TextStyle(color: Color(0xff6f42c1)),
  'title.class': TextStyle(color: Color(0xff6f42c1)),
  'title.class.inherited': TextStyle(color: Color(0xff6f42c1)),
  'title.function': TextStyle(color: Color(0xff6f42c1)),
  'attr': TextStyle(color: Color(0xff005cc5)),
  'attribute': TextStyle(color: Color(0xff005cc5)),
  'literal': TextStyle(color: Color(0xff005cc5)),
  'meta': TextStyle(color: Color(0xff005cc5)),
  'number': TextStyle(color: Color(0xff005cc5)),
  'operator': TextStyle(color: Color(0xff005cc5)),
  'selector-attr': TextStyle(color: Color(0xff005cc5)),
  'selector-class': TextStyle(color: Color(0xff005cc5)),
  'selector-id': TextStyle(color: Color(0xff005cc5)),
  'variable': TextStyle(color: Color(0xff005cc5)),
  'regexp': TextStyle(color: Color(0xff032f62)),
  'string': TextStyle(color: Color(0xff032f62)),
  'builtin': TextStyle(color: Color(0xffe36209)),
  'symbol': TextStyle(color: Color(0xffe36209)),
  'code': TextStyle(color: Color(0xff6a737d)),
  'comment': TextStyle(color: Color(0xff6a737d)),
  'formula': TextStyle(color: Color(0xff6a737d)),
  'name': TextStyle(color: Color(0xff22863a)),
  'quote': TextStyle(color: Color(0xff22863a)),
  'selector-pseudo': TextStyle(color: Color(0xff22863a)),
  'selector-tag': TextStyle(color: Color(0xff22863a)),
  'subst': TextStyle(color: Color(0xff24292e)),
  'section': TextStyle(color: Color(0xff005cc5), fontWeight: FontWeight.w700),
  'bullet': TextStyle(color: Color(0xff735c0f)),
  'emphasis': TextStyle(color: Color(0xff24292e), fontStyle: FontStyle.italic),
  'strong': TextStyle(color: Color(0xff24292e), fontWeight: FontWeight.w700),
  'addition':
      TextStyle(color: Color(0xff22863a), backgroundColor: Color(0xfff0fff4)),
  'deletion':
      TextStyle(color: Color(0xffb31d28), backgroundColor: Color(0xffffeef0)),
};