lioshiTheme top-level constant

Map<String, TextStyle> const lioshiTheme

Implementation

const lioshiTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xff303030), color: Color(0xffc5c8c6)),
  'comment': TextStyle(color: Color(0xff8d8d8d)),
  'quote': TextStyle(color: Color(0xffb3c7d8)),
  'variable': TextStyle(color: Color(0xffcc6666)),
  'template-variable': TextStyle(color: Color(0xffcc6666)),
  'tag': TextStyle(color: Color(0xffcc6666)),
  'name': TextStyle(color: Color(0xffcc6666)),
  'selector-id': TextStyle(color: Color(0xffcc6666)),
  'selector-class': TextStyle(color: Color(0xffcc6666)),
  'regexp': TextStyle(color: Color(0xffcc6666)),
  'deletion': TextStyle(color: Color(0xffcc6666)),
  'number': TextStyle(color: Color(0xffde935f)),
  'built_in': TextStyle(color: Color(0xffde935f)),
  'literal': TextStyle(color: Color(0xffde935f)),
  'type': TextStyle(color: Color(0xffde935f)),
  'attribute': TextStyle(color: Color(0xfff0c674)),
  'string': TextStyle(color: Color(0xffb5bd68)),
  'bullet': TextStyle(color: Color(0xffb5bd68)),
  'params': TextStyle(color: Color(0xffb5bd68)),
  'addition': TextStyle(color: Color(0xffb5bd68)),
  'selector-tag': TextStyle(color: Color(0xffbe94bb)),
  'keyword': TextStyle(color: Color(0xffbe94bb)),
  'function': TextStyle(color: Color(0xffbe94bb)),
  'class': TextStyle(color: Color(0xffbe94bb)),
  'title': TextStyle(color: Color(0xff81a2be)),
  'meta': TextStyle(color: Color(0xff81a2be)),
  'section': TextStyle(color: Color(0xff81a2be)),
  'symbol': TextStyle(color: Color(0xffdbc4d9)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};