doccoTheme top-level constant
Implementation
const doccoTheme = {
'root':
TextStyle(color: Color(0xff000000), backgroundColor: Color(0xfff8f8ff)),
'comment': TextStyle(color: Color(0xff408080), fontStyle: FontStyle.italic),
'quote': TextStyle(color: Color(0xff408080), fontStyle: FontStyle.italic),
'keyword': TextStyle(color: Color(0xff954121)),
'literal': TextStyle(color: Color(0xff954121)),
'selector-tag': TextStyle(color: Color(0xff954121)),
'subst': TextStyle(color: Color(0xff954121)),
'number': TextStyle(color: Color(0xff40a070)),
'doctag': TextStyle(color: Color(0xff219161)),
'string': TextStyle(color: Color(0xff219161)),
'section': TextStyle(color: Color(0xff19469d)),
'selector-class': TextStyle(color: Color(0xff19469d)),
'selector-id': TextStyle(color: Color(0xff19469d)),
'type': TextStyle(color: Color(0xff19469d)),
'params': TextStyle(color: Color(0xff0000ff)),
'title': TextStyle(color: Color(0xff445588), fontWeight: FontWeight.w700),
'attribute': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.w400),
'name': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.w400),
'tag': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.w400),
'link': TextStyle(color: Color(0xffbb6688)),
'regexp': TextStyle(color: Color(0xffbb6688)),
'bullet': TextStyle(color: Color(0xff990073)),
'symbol': TextStyle(color: Color(0xff990073)),
'builtin': TextStyle(color: Color(0xff0086b3)),
'meta': TextStyle(color: Color(0xff999999), fontWeight: FontWeight.w700),
'deletion': TextStyle(backgroundColor: Color(0xffffdddd)),
'addition': TextStyle(backgroundColor: Color(0xffddffdd)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.w700),
};