brownPaperTheme top-level constant

Map<String, TextStyle> const brownPaperTheme

Implementation

const brownPaperTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xffb7a68e), color: Color(0xff363c69)),
  'keyword': TextStyle(color: Color(0xff005599), fontWeight: FontWeight.bold),
  'selector-tag':
      TextStyle(color: Color(0xff005599), fontWeight: FontWeight.bold),
  'literal': TextStyle(color: Color(0xff005599), fontWeight: FontWeight.bold),
  'subst': TextStyle(color: Color(0xff363c69)),
  'string': TextStyle(color: Color(0xff2c009f)),
  'title': TextStyle(color: Color(0xff2c009f), fontWeight: FontWeight.bold),
  'section': TextStyle(color: Color(0xff2c009f), fontWeight: FontWeight.bold),
  'type': TextStyle(color: Color(0xff2c009f), fontWeight: FontWeight.bold),
  'attribute': TextStyle(color: Color(0xff2c009f)),
  'symbol': TextStyle(color: Color(0xff2c009f)),
  'bullet': TextStyle(color: Color(0xff2c009f)),
  'built_in': TextStyle(color: Color(0xff2c009f)),
  'addition': TextStyle(color: Color(0xff2c009f)),
  'variable': TextStyle(color: Color(0xff2c009f)),
  'template-tag': TextStyle(color: Color(0xff2c009f)),
  'template-variable': TextStyle(color: Color(0xff2c009f)),
  'link': TextStyle(color: Color(0xff2c009f)),
  'name': TextStyle(color: Color(0xff2c009f), fontWeight: FontWeight.bold),
  'comment': TextStyle(color: Color(0xff802022)),
  'quote': TextStyle(color: Color(0xff802022)),
  'meta': TextStyle(color: Color(0xff802022)),
  'deletion': TextStyle(color: Color(0xff802022)),
  'doctag': TextStyle(fontWeight: FontWeight.bold),
  'strong': TextStyle(fontWeight: FontWeight.bold),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
};