githubDarkDimmedTheme top-level constant

Map<String, TextStyle> const githubDarkDimmedTheme

Implementation

const githubDarkDimmedTheme = {
  'root':
      TextStyle(color: Color(0xffadbac7), backgroundColor: Color(0xff22272e)),
  'doctag': TextStyle(color: Color(0xfff47067)),
  'keyword': TextStyle(color: Color(0xfff47067)),
  'template-tag': TextStyle(color: Color(0xfff47067)),
  'template-variable': TextStyle(color: Color(0xfff47067)),
  'type': TextStyle(color: Color(0xfff47067)),
  'variable.language': TextStyle(color: Color(0xfff47067)),
  'title': TextStyle(color: Color(0xffdcbdfb)),
  'title.class': TextStyle(color: Color(0xffdcbdfb)),
  'title.class.inherited': TextStyle(color: Color(0xffdcbdfb)),
  'title.function': TextStyle(color: Color(0xffdcbdfb)),
  'attr': TextStyle(color: Color(0xff6cb6ff)),
  'attribute': TextStyle(color: Color(0xff6cb6ff)),
  'literal': TextStyle(color: Color(0xff6cb6ff)),
  'meta': TextStyle(color: Color(0xff6cb6ff)),
  'number': TextStyle(color: Color(0xff6cb6ff)),
  'operator': TextStyle(color: Color(0xff6cb6ff)),
  'selector-attr': TextStyle(color: Color(0xff6cb6ff)),
  'selector-class': TextStyle(color: Color(0xff6cb6ff)),
  'selector-id': TextStyle(color: Color(0xff6cb6ff)),
  'variable': TextStyle(color: Color(0xff6cb6ff)),
  'regexp': TextStyle(color: Color(0xff96d0ff)),
  'string': TextStyle(color: Color(0xff96d0ff)),
  'builtin': TextStyle(color: Color(0xfff69d50)),
  'symbol': TextStyle(color: Color(0xfff69d50)),
  'code': TextStyle(color: Color(0xff768390)),
  'comment': TextStyle(color: Color(0xff768390)),
  'formula': TextStyle(color: Color(0xff768390)),
  'name': TextStyle(color: Color(0xff8ddb8c)),
  'quote': TextStyle(color: Color(0xff8ddb8c)),
  'selector-pseudo': TextStyle(color: Color(0xff8ddb8c)),
  'selector-tag': TextStyle(color: Color(0xff8ddb8c)),
  'subst': TextStyle(color: Color(0xffadbac7)),
  'section': TextStyle(color: Color(0xff316dca), fontWeight: FontWeight.w700),
  'bullet': TextStyle(color: Color(0xffeac55f)),
  'emphasis': TextStyle(color: Color(0xffadbac7), fontStyle: FontStyle.italic),
  'strong': TextStyle(color: Color(0xffadbac7), fontWeight: FontWeight.w700),
  'addition':
      TextStyle(color: Color(0xffb4f1b4), backgroundColor: Color(0xff1b4721)),
  'deletion':
      TextStyle(color: Color(0xffffd8d3), backgroundColor: Color(0xff78191b)),
};