xcodeTheme top-level constant

Map<String, TextStyle> const xcodeTheme

Implementation

const xcodeTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
  'comment': TextStyle(color: Color(0xff007400)),
  'quote': TextStyle(color: Color(0xff007400)),
  'attribute': TextStyle(color: Color(0xffaa0d91)),
  'keyword': TextStyle(color: Color(0xffaa0d91)),
  'literal': TextStyle(color: Color(0xffaa0d91)),
  'name': TextStyle(color: Color(0xffaa0d91)),
  'selector-tag': TextStyle(color: Color(0xffaa0d91)),
  'tag': TextStyle(color: Color(0xffaa0d91)),
  'template-variable': TextStyle(color: Color(0xff3f6e74)),
  'variable': TextStyle(color: Color(0xff3f6e74)),
  'code': TextStyle(color: Color(0xffc41a16)),
  'string': TextStyle(color: Color(0xffc41a16)),
  'link': TextStyle(color: Color(0xff0e0eff)),
  'regexp': TextStyle(color: Color(0xff0e0eff)),
  'bullet': TextStyle(color: Color(0xff1c00cf)),
  'number': TextStyle(color: Color(0xff1c00cf)),
  'symbol': TextStyle(color: Color(0xff1c00cf)),
  'title': TextStyle(color: Color(0xff1c00cf)),
  'meta': TextStyle(color: Color(0xff643820)),
  'section': TextStyle(color: Color(0xff643820)),
  'builtin': TextStyle(color: Color(0xff5c2699)),
  'params': TextStyle(color: Color(0xff5c2699)),
  'title.class': TextStyle(color: Color(0xff5c2699)),
  'type': TextStyle(color: Color(0xff5c2699)),
  'attr': TextStyle(color: Color(0xff836c28)),
  'subst': TextStyle(color: Color(0xff000000)),
  'formula': TextStyle(
      backgroundColor: Color(0xffeeeeee), fontStyle: FontStyle.italic),
  'addition': TextStyle(backgroundColor: Color(0xffbaeeba)),
  'deletion': TextStyle(backgroundColor: Color(0xffffc8bd)),
  'selector-class': TextStyle(color: Color(0xff9b703f)),
  'selector-id': TextStyle(color: Color(0xff9b703f)),
  'doctag': TextStyle(fontWeight: FontWeight.w700),
  'strong': TextStyle(fontWeight: FontWeight.w700),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
};