gradientDarkTheme top-level constant

Map<String, TextStyle> const gradientDarkTheme

Implementation

const gradientDarkTheme = {
  'root': TextStyle(color: Color(0xffe7e4eb)),
  'subtr': TextStyle(color: Color(0xffe7e4eb)),
  'doctag': TextStyle(color: Color(0xffaf8dd9)),
  'meta': TextStyle(color: Color(0xffaf8dd9)),
  'comment': TextStyle(color: Color(0xffaf8dd9)),
  'quote': TextStyle(color: Color(0xffaf8dd9), fontStyle: FontStyle.italic),
  'selector-tag':
      TextStyle(color: Color(0xffAEFBFF), fontWeight: FontWeight.bold),
  'selector-id':
      TextStyle(color: Color(0xffAEFBFF), fontWeight: FontWeight.bold),
  'template-tag':
      TextStyle(color: Color(0xffAEFBFF), fontWeight: FontWeight.bold),
  'regexp': TextStyle(color: Color(0xffAEFBFF)),
  'attr': TextStyle(color: Color(0xffAEFBFF)),
  'tag': TextStyle(color: Color(0xffAEFBFF)),
  'params': TextStyle(color: Color(0xffF19FFF), fontWeight: FontWeight.bold),
  'selector-class':
      TextStyle(color: Color(0xffF19FFF), fontWeight: FontWeight.bold),
  'bullet': TextStyle(color: Color(0xffF19FFF)),
  'keyword': TextStyle(color: Color(0xff17fc95), fontWeight: FontWeight.bold),
  'section': TextStyle(color: Color(0xff17fc95), fontWeight: FontWeight.bold),
  'meta-keyword': TextStyle(color: Color(0xff17fc95)),
  'symbol': TextStyle(color: Color(0xff17fc95)),
  'type': TextStyle(color: Color(0xff17fc95)),
  'addition': TextStyle(color: Color(0xffE7FF9F)),
  'number': TextStyle(color: Color(0xffC5FE00)),
  'link': TextStyle(color: Color(0xffC5FE00)),
  'string': TextStyle(color: Color(0xff38c0ff)),
  'attribute': TextStyle(color: Color(0xffE7FF9F)),
  'variable': TextStyle(color: Color(0xffE447FF)),
  'template-variable': TextStyle(color: Color(0xffE447FF)),
  'builtin-name': TextStyle(color: Color(0xffFFC800)),
  'built_in': TextStyle(color: Color(0xffFFC800)),
  'formula': TextStyle(color: Color(0xffFFC800)),
  'name': TextStyle(color: Color(0xffFFC800)),
  'title': TextStyle(color: Color(0xffFFC800)),
  'class': TextStyle(color: Color(0xffFFC800)),
  'function': TextStyle(color: Color(0xffFFC800)),
  'selector-pseudo': TextStyle(color: Color(0xffFF9E44)),
  'deletion': TextStyle(color: Color(0xffFF9E44)),
  'literal': TextStyle(color: Color(0xffFF9E44)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};