zenburnTheme top-level constant

Map<String, TextStyle> const zenburnTheme

Implementation

const zenburnTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xff3f3f3f), color: Color(0xffdcdcdc)),
  'keyword': TextStyle(color: Color(0xffe3ceab)),
  'selector-tag': TextStyle(color: Color(0xffe3ceab)),
  'tag': TextStyle(color: Color(0xffe3ceab)),
  'template-tag': TextStyle(color: Color(0xffdcdcdc)),
  'number': TextStyle(color: Color(0xff8cd0d3)),
  'variable': TextStyle(color: Color(0xffefdcbc)),
  'template-variable': TextStyle(color: Color(0xffefdcbc)),
  'attribute': TextStyle(color: Color(0xffefdcbc)),
  'literal': TextStyle(color: Color(0xffefefaf)),
  'subst': TextStyle(color: Color(0xff8f8f8f)),
  'title': TextStyle(color: Color(0xffefef8f)),
  'name': TextStyle(color: Color(0xffefef8f)),
  'selector-id': TextStyle(color: Color(0xffefef8f)),
  'selector-class': TextStyle(color: Color(0xffefef8f)),
  'section': TextStyle(color: Color(0xffefef8f)),
  'type': TextStyle(color: Color(0xffefef8f)),
  'symbol': TextStyle(color: Color(0xffdca3a3)),
  'bullet': TextStyle(color: Color(0xffdca3a3)),
  'link': TextStyle(color: Color(0xffdca3a3)),
  'deletion': TextStyle(color: Color(0xffcc9393)),
  'string': TextStyle(color: Color(0xffcc9393)),
  'built_in': TextStyle(color: Color(0xffcc9393)),
  'builtin-name': TextStyle(color: Color(0xffcc9393)),
  'addition': TextStyle(color: Color(0xff7f9f7f)),
  'comment': TextStyle(color: Color(0xff7f9f7f)),
  'quote': TextStyle(color: Color(0xff7f9f7f)),
  'meta': TextStyle(color: Color(0xff7f9f7f)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};