anOldHopeTheme top-level constant

Map<String, TextStyle> const anOldHopeTheme

Implementation

const anOldHopeTheme = {
  'comment': TextStyle(color: Color(0xffB6B18B)),
  'quote': TextStyle(color: Color(0xffB6B18B)),
  'variable': TextStyle(color: Color(0xffEB3C54)),
  'template-variable': TextStyle(color: Color(0xffEB3C54)),
  'tag': TextStyle(color: Color(0xffEB3C54)),
  'name': TextStyle(color: Color(0xffEB3C54)),
  'selector-id': TextStyle(color: Color(0xffEB3C54)),
  'selector-class': TextStyle(color: Color(0xffEB3C54)),
  'regexp': TextStyle(color: Color(0xffEB3C54)),
  'deletion': TextStyle(color: Color(0xffEB3C54)),
  'number': TextStyle(color: Color(0xffE7CE56)),
  'built_in': TextStyle(color: Color(0xffE7CE56)),
  'builtin-name': TextStyle(color: Color(0xffE7CE56)),
  'literal': TextStyle(color: Color(0xffE7CE56)),
  'type': TextStyle(color: Color(0xffE7CE56)),
  'params': TextStyle(color: Color(0xffE7CE56)),
  'meta': TextStyle(color: Color(0xffE7CE56)),
  'link': TextStyle(color: Color(0xffE7CE56)),
  'attribute': TextStyle(color: Color(0xffEE7C2B)),
  'string': TextStyle(color: Color(0xff4FB4D7)),
  'symbol': TextStyle(color: Color(0xff4FB4D7)),
  'bullet': TextStyle(color: Color(0xff4FB4D7)),
  'addition': TextStyle(color: Color(0xff4FB4D7)),
  'title': TextStyle(color: Color(0xff78BB65)),
  'section': TextStyle(color: Color(0xff78BB65)),
  'keyword': TextStyle(color: Color(0xffB45EA4)),
  'selector-tag': TextStyle(color: Color(0xffB45EA4)),
  'root':
      TextStyle(backgroundColor: Color(0xff1C1D21), color: Color(0xffc0c5ce)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};