shadesOfPurpleTheme top-level constant

Map<String, TextStyle> const shadesOfPurpleTheme

Implementation

const shadesOfPurpleTheme = {
  'root': TextStyle(
      backgroundColor: Color(0xff2d2b57),
      fontWeight: FontWeight.normal,
      color: Color(0xffe3dfff)),
  'title': TextStyle(color: Color(0xfffad000), fontWeight: FontWeight.normal),
  'name': TextStyle(color: Color(0xffa1feff), fontWeight: FontWeight.normal),
  'tag': TextStyle(color: Color(0xffffffff)),
  'attr': TextStyle(color: Color(0xfff8d000), fontStyle: FontStyle.italic),
  'built_in': TextStyle(color: Color(0xfffb9e00)),
  'selector-tag':
      TextStyle(color: Color(0xfffb9e00), fontWeight: FontWeight.normal),
  'section': TextStyle(color: Color(0xfffb9e00)),
  'keyword': TextStyle(color: Color(0xfffb9e00), fontWeight: FontWeight.normal),
  'subst': TextStyle(color: Color(0xffe3dfff)),
  'string': TextStyle(color: Color(0xff4cd213)),
  'attribute': TextStyle(color: Color(0xff4cd213)),
  'symbol': TextStyle(color: Color(0xff4cd213)),
  'bullet': TextStyle(color: Color(0xff4cd213)),
  'addition': TextStyle(color: Color(0xff4cd213)),
  'code': TextStyle(color: Color(0xff4cd213)),
  'regexp': TextStyle(color: Color(0xff4cd213)),
  'selector-class': TextStyle(color: Color(0xff4cd213)),
  'selector-attr': TextStyle(color: Color(0xff4cd213)),
  'selector-pseudo': TextStyle(color: Color(0xff4cd213)),
  'template-tag': TextStyle(color: Color(0xff4cd213)),
  'quote': TextStyle(color: Color(0xff4cd213)),
  'deletion': TextStyle(color: Color(0xff4cd213)),
  'meta': TextStyle(color: Color(0xfffb9e00)),
  'meta-string': TextStyle(color: Color(0xfffb9e00)),
  'comment': TextStyle(color: Color(0xffac65ff)),
  'literal': TextStyle(fontWeight: FontWeight.normal, color: Color(0xfffa658d)),
  'strong': TextStyle(fontWeight: FontWeight.bold),
  'number': TextStyle(color: Color(0xfffa658d)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
};