eightiesTheme top-level constant

Map<String, TextStyle> const eightiesTheme

Implementation

const eightiesTheme = {
  'root':
      TextStyle(color: Color(0xffd3d0c8), backgroundColor: Color(0xff2d2d2d)),
  '.hljs::selection':
      TextStyle(backgroundColor: Color(0xff515151), color: Color(0xffd3d0c8)),
  '.hljs-::selection':
      TextStyle(backgroundColor: Color(0xff515151), color: Color(0xffd3d0c8)),
  'comment': TextStyle(color: Color(0xff747369)),
  'tag': TextStyle(color: Color(0xffa09f93)),
  'subst': TextStyle(color: Color(0xffd3d0c8)),
  'punctuation': TextStyle(color: Color(0xffd3d0c8)),
  'operator': TextStyle(color: Color(0xffd3d0c8)),
  'bullet': TextStyle(color: Color(0xfff2777a)),
  'variable': TextStyle(color: Color(0xfff2777a)),
  'template-variable': TextStyle(color: Color(0xfff2777a)),
  'selector-tag': TextStyle(color: Color(0xfff2777a)),
  'name': TextStyle(color: Color(0xfff2777a)),
  'deletion': TextStyle(color: Color(0xfff2777a)),
  'symbol': TextStyle(color: Color(0xfff99157)),
  'number': TextStyle(color: Color(0xfff99157)),
  'link': TextStyle(color: Color(0xfff99157)),
  'attr': TextStyle(color: Color(0xfff99157)),
  'variable.constant_': TextStyle(color: Color(0xfff99157)),
  'literal': TextStyle(color: Color(0xfff99157)),
  'title': TextStyle(color: Color(0xffffcc66)),
  'class-title': TextStyle(color: Color(0xffffcc66)),
  'title.class_': TextStyle(color: Color(0xffffcc66)),
  'strong': TextStyle(fontWeight: FontWeight.bold, color: Color(0xffffcc66)),
  'code': TextStyle(color: Color(0xff99cc99)),
  'addition': TextStyle(color: Color(0xff99cc99)),
  'title.class_.inherited__': TextStyle(color: Color(0xff99cc99)),
  'string': TextStyle(color: Color(0xff99cc99)),
  'built_in': TextStyle(color: Color(0xff66cccc)),
  'doctag': TextStyle(color: Color(0xff66cccc)),
  'quote': TextStyle(color: Color(0xff66cccc)),
  'keyword.hljs-atrule': TextStyle(color: Color(0xff66cccc)),
  'regexp': TextStyle(color: Color(0xff66cccc)),
  'function-title': TextStyle(color: Color(0xff6699cc)),
  'attribute': TextStyle(color: Color(0xff6699cc)),
  '.ruby-property': TextStyle(color: Color(0xff6699cc)),
  'title.function_': TextStyle(color: Color(0xff6699cc)),
  'section': TextStyle(color: Color(0xff6699cc)),
  'type': TextStyle(color: Color(0xffcc99cc)),
  'template-tag': TextStyle(color: Color(0xffcc99cc)),
  '.diff-meta': TextStyle(color: Color(0xffcc99cc)),
  'keyword': TextStyle(color: Color(0xffcc99cc)),
  'emphasis': TextStyle(color: Color(0xffcc99cc), fontStyle: FontStyle.italic),
  'meta': TextStyle(color: Color(0xffd27b53)),
  'meta-keyword':
      TextStyle(color: Color(0xffd27b53), fontWeight: FontWeight.bold),
  'meta-string': TextStyle(color: Color(0xffd27b53)),
};