brownPaperTheme top-level constant

Map<String, TextStyle> const brownPaperTheme

Implementation

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