arduinoLightTheme top-level constant

Map<String, TextStyle> const arduinoLightTheme

Implementation

const arduinoLightTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff434f54)),
  'subst': TextStyle(color: Color(0xff434f54)),
  'attribute': TextStyle(color: Color(0xff00979d)),
  'doctag': TextStyle(color: Color(0xff00979d)),
  'keyword': TextStyle(color: Color(0xff00979d)),
  'name': TextStyle(color: Color(0xff00979d)),
  'selector-tag': TextStyle(color: Color(0xff00979d)),
  'addition': TextStyle(color: Color(0xffd35400)),
  'builtin': TextStyle(color: Color(0xffd35400)),
  'bullet': TextStyle(color: Color(0xffd35400)),
  'code': TextStyle(color: Color(0xffd35400)),
  'literal': TextStyle(color: Color(0xffd35400)),
  'link': TextStyle(color: Color(0xff00979d)),
  'regexp': TextStyle(color: Color(0xff00979d)),
  'selector-attr': TextStyle(color: Color(0xff00979d)),
  'selector-pseudo': TextStyle(color: Color(0xff00979d)),
  'symbol': TextStyle(color: Color(0xff00979d)),
  'template-variable': TextStyle(color: Color(0xff00979d)),
  'variable': TextStyle(color: Color(0xff00979d)),
  'deletion': TextStyle(color: Color(0xff005c5f)),
  'quote': TextStyle(color: Color(0xff005c5f)),
  'selector-class': TextStyle(color: Color(0xff005c5f)),
  'selector-id': TextStyle(color: Color(0xff005c5f)),
  'string': TextStyle(color: Color(0xff005c5f)),
  'template-tag': TextStyle(color: Color(0xff005c5f)),
  'type': TextStyle(color: Color(0xff005c5f)),
  'comment': TextStyle(color: Color.fromRGBO(149, 165, 166, .8)),
  'meta': TextStyle(color: Color(0xff434f54)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.w700),
  'function': TextStyle(color: Color(0xff728e00)),
  'section': TextStyle(color: Color(0xff880000), fontWeight: FontWeight.w700),
  'title': TextStyle(color: Color(0xff880000), fontWeight: FontWeight.w700),
  'number': TextStyle(color: Color(0xff8a7b52)),
};