nnfxLightTheme top-level constant
Implementation
const nnfxLightTheme = {
'root':
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
'comment': TextStyle(fontStyle: FontStyle.italic, color: Color(0xff007700)),
'quote': TextStyle(fontStyle: FontStyle.italic, color: Color(0xff007700)),
'builtin': TextStyle(color: Color(0xff880088)),
'keyword': TextStyle(color: Color(0xff880088)),
'name': TextStyle(color: Color(0xff880088), fontWeight: FontWeight.w700),
'attr': TextStyle(fontWeight: FontWeight.w700, color: Color(0xff000000)),
'string': TextStyle(fontWeight: FontWeight.w400, color: Color(0xff0000ff)),
'code': TextStyle(color: Color(0xff0000ff)),
'link': TextStyle(color: Color(0xff0000ff)),
'number': TextStyle(color: Color(0xff0000ff)),
'regexp': TextStyle(color: Color(0xff0000ff)),
'bullet': TextStyle(color: Color(0xffff4400)),
'symbol': TextStyle(color: Color(0xffff4400)),
'template-variable': TextStyle(color: Color(0xffff4400)),
'title': TextStyle(color: Color(0xffff4400)),
'variable': TextStyle(color: Color(0xffff4400)),
'title.class':
TextStyle(fontWeight: FontWeight.w700, color: Color(0xff663399)),
'type': TextStyle(fontWeight: FontWeight.w700, color: Color(0xff663399)),
'subst': TextStyle(color: Color(0xff000000)),
'tag': TextStyle(color: Color(0xff000000)),
'title.function': TextStyle(color: Color(0xff000000)),
'formula': TextStyle(
backgroundColor: Color(0xffeeeeee), fontStyle: FontStyle.italic),
'addition': TextStyle(backgroundColor: Color(0xffbbeebb)),
'deletion': TextStyle(backgroundColor: Color(0xffffbbbb)),
'meta': TextStyle(color: Color(0xff226699)),
'section': TextStyle(fontWeight: FontWeight.w700, color: Color(0xff4488bb)),
'selector-class':
TextStyle(fontWeight: FontWeight.w700, color: Color(0xff4488bb)),
'selector-id':
TextStyle(fontWeight: FontWeight.w700, color: Color(0xff4488bb)),
'selector-pseudo': TextStyle(
fontWeight: FontWeight.w700,
color: Color(0xff4488bb),
fontStyle: FontStyle.italic),
'selector-tag':
TextStyle(fontWeight: FontWeight.w700, color: Color(0xff4488bb)),
'doctag': TextStyle(fontWeight: FontWeight.w700),
'strong': TextStyle(fontWeight: FontWeight.w700),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
};