nnfxDarkTheme top-level constant
Implementation
const nnfxDarkTheme = {
'root':
TextStyle(backgroundColor: Color(0xff333333), color: Color(0xffffffff)),
'comment': TextStyle(fontStyle: FontStyle.italic, color: Color(0xff99cc66)),
'quote': TextStyle(fontStyle: FontStyle.italic, color: Color(0xff99cc66)),
'builtin': TextStyle(color: Color(0xffaa77aa)),
'keyword': TextStyle(color: Color(0xffaa77aa)),
'name': TextStyle(color: Color(0xffaa77aa), fontWeight: FontWeight.w700),
'attr': TextStyle(fontWeight: FontWeight.w700, color: Color(0xffffffff)),
'string': TextStyle(fontWeight: FontWeight.w400, color: Color(0xffbbccee)),
'code': TextStyle(color: Color(0xffbbccee)),
'link': TextStyle(color: Color(0xffbbccee)),
'number': TextStyle(color: Color(0xffbbccee)),
'regexp': TextStyle(color: Color(0xffbbccee)),
'bullet': TextStyle(color: Color(0xffdd4400)),
'symbol': TextStyle(color: Color(0xffdd4400)),
'template-variable': TextStyle(color: Color(0xffdd4400)),
'title': TextStyle(color: Color(0xffdd4400)),
'variable': TextStyle(color: Color(0xffdd4400)),
'title.class':
TextStyle(fontWeight: FontWeight.w700, color: Color(0xff9966cc)),
'type': TextStyle(fontWeight: FontWeight.w700, color: Color(0xff9966cc)),
'subst': TextStyle(color: Color(0xffffffff)),
'tag': TextStyle(color: Color(0xffffffff)),
'title.function': TextStyle(color: Color(0xffffffff)),
'formula': TextStyle(
backgroundColor: Color(0xffeeeeee), fontStyle: FontStyle.italic),
'addition': TextStyle(backgroundColor: Color(0xff779977)),
'deletion': TextStyle(backgroundColor: Color(0xffcc9999)),
'meta': TextStyle(color: Color(0xff6699ff)),
'section': TextStyle(fontWeight: FontWeight.w700, color: Color(0xff6699ff)),
'selector-class':
TextStyle(fontWeight: FontWeight.w700, color: Color(0xff6699ff)),
'selector-id':
TextStyle(fontWeight: FontWeight.w700, color: Color(0xff6699ff)),
'selector-pseudo': TextStyle(
fontWeight: FontWeight.w700,
color: Color(0xff6699ff),
fontStyle: FontStyle.italic),
'selector-tag':
TextStyle(fontWeight: FontWeight.w700, color: Color(0xff6699ff)),
'doctag': TextStyle(fontWeight: FontWeight.w700),
'strong': TextStyle(fontWeight: FontWeight.w700),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
};