stackoverflowLightTheme top-level constant
Implementation
const stackoverflowLightTheme = {
'root':
TextStyle(color: Color(0xff2f3337), backgroundColor: Color(0xfff6f6f6)),
'subst': TextStyle(color: Color(0xff2f3337)),
'comment': TextStyle(color: Color(0xff656e77)),
'keyword': TextStyle(color: Color(0xff015692)),
'selector-tag': TextStyle(color: Color(0xff015692)),
'meta-keyword': TextStyle(color: Color(0xff015692)),
'doctag': TextStyle(color: Color(0xff015692)),
'section': TextStyle(color: Color(0xff015692)),
'attr': TextStyle(color: Color(0xff015692)),
'attribute': TextStyle(color: Color(0xff803378)),
'name': TextStyle(color: Color(0xffb75501)),
'type': TextStyle(color: Color(0xffb75501)),
'number': TextStyle(color: Color(0xffb75501)),
'selector-id': TextStyle(color: Color(0xffb75501)),
'quote': TextStyle(color: Color(0xffb75501)),
'template-tag': TextStyle(color: Color(0xffb75501)),
'selector-class': TextStyle(color: Color(0xff015692)),
'string': TextStyle(color: Color(0xff54790d)),
'regexp': TextStyle(color: Color(0xff54790d)),
'symbol': TextStyle(color: Color(0xff54790d)),
'variable': TextStyle(color: Color(0xff54790d)),
'template-variable': TextStyle(color: Color(0xff54790d)),
'link': TextStyle(color: Color(0xff54790d)),
'selector-attr': TextStyle(color: Color(0xff54790d)),
'meta': TextStyle(color: Color(0xff015692)),
'selector-pseudo': TextStyle(color: Color(0xff015692)),
'built_in': TextStyle(color: Color(0xffb75501)),
'title': TextStyle(color: Color(0xffb75501)),
'literal': TextStyle(color: Color(0xffb75501)),
'bullet': TextStyle(color: Color(0xff535a60)),
'code': TextStyle(color: Color(0xff535a60)),
'meta-string': TextStyle(color: Color(0xff54790d)),
'deletion': TextStyle(color: Color(0xffc02d2e)),
'addition': TextStyle(color: Color(0xff2f6f44)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};