felipecTheme top-level constant

Map<String, TextStyle> const felipecTheme

Implementation

const felipecTheme = {
  'root':
      TextStyle(color: Color(0xffdddde1), backgroundColor: Color(0xff1e1e22)),
  '.hljs::selection':
      TextStyle(color: Color(0xff1e1e22), backgroundColor: Color(0xffbf8fef)),
  '.hljs-::selection':
      TextStyle(color: Color(0xff1e1e22), backgroundColor: Color(0xffbf8fef)),
  'comment': TextStyle(color: Color(0xff888896)),
  'code': TextStyle(color: Color(0xff888896)),
  'quote': TextStyle(color: Color(0xff888896)),
  'number': TextStyle(color: Color(0xffef8f8f)),
  'literal': TextStyle(color: Color(0xffef8f8f), fontWeight: FontWeight.bold),
  'deletion': TextStyle(color: Color(0xffef8f8f)),
  'punctuation': TextStyle(color: Color(0xffefbf8f)),
  'meta': TextStyle(color: Color(0xffefbf8f)),
  'operator': TextStyle(color: Color(0xffefbf8f)),
  'subst': TextStyle(color: Color(0xffefbf8f)),
  'doctag': TextStyle(color: Color(0xffefbf8f)),
  'template-variable': TextStyle(color: Color(0xffefbf8f)),
  'selector-attr': TextStyle(color: Color(0xffefbf8f)),
  'type': TextStyle(color: Color(0xffefef8f)),
  'tag': TextStyle(color: Color(0xffbfef8f)),
  'title': TextStyle(color: Color(0xffbfef8f), fontWeight: FontWeight.bold),
  'selector-class': TextStyle(color: Color(0xffbfef8f)),
  'selector-id': TextStyle(color: Color(0xffbfef8f)),
  'string': TextStyle(color: Color(0xff8fef8f)),
  'regexp': TextStyle(color: Color(0xff8fef8f)),
  'addition': TextStyle(color: Color(0xff8fef8f)),
  'class': TextStyle(color: Color(0xff8fefbf)),
  'property': TextStyle(color: Color(0xff8fefbf)),
  'name': TextStyle(color: Color(0xff8fefef)),
  'selector-tag': TextStyle(color: Color(0xff8fefef)),
  'keyword': TextStyle(color: Color(0xff8fbfef)),
  'built_in': TextStyle(color: Color(0xff8fbfef)),
  'section': TextStyle(color: Color(0xff8f8fef)),
  'bullet': TextStyle(color: Color(0xff8f8fef)),
  'selector-pseudo': TextStyle(color: Color(0xffbf8fef)),
  'variable': TextStyle(color: Color(0xffef8fef)),
  'params': TextStyle(color: Color(0xffef8fef)),
  'attr': TextStyle(color: Color(0xffef8fef)),
  'attribute': TextStyle(color: Color(0xffef8fef)),
  'symbol': TextStyle(color: Color(0xffef8fbf)),
  'link': TextStyle(color: Color(0xffef8fbf)),
  'strong': TextStyle(fontWeight: FontWeight.bold),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
};