monoBlueTheme top-level constant
Implementation
const monoBlueTheme = {
'root':
TextStyle(backgroundColor: Color(0xffeaeef3), color: Color(0xff00193a)),
'keyword': TextStyle(fontWeight: FontWeight.bold),
'selector-tag': TextStyle(fontWeight: FontWeight.bold),
'title': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff0048ab)),
'section': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff0048ab)),
'doctag': TextStyle(fontWeight: FontWeight.bold),
'name': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff0048ab)),
'strong': TextStyle(fontWeight: FontWeight.bold),
'comment': TextStyle(color: Color(0xff738191)),
'string': TextStyle(color: Color(0xff0048ab)),
'built_in': TextStyle(color: Color(0xff0048ab)),
'literal': TextStyle(color: Color(0xff0048ab)),
'type': TextStyle(color: Color(0xff0048ab)),
'addition': TextStyle(color: Color(0xff0048ab)),
'tag': TextStyle(color: Color(0xff0048ab)),
'quote': TextStyle(color: Color(0xff0048ab)),
'selector-id': TextStyle(color: Color(0xff0048ab)),
'selector-class': TextStyle(color: Color(0xff0048ab)),
'meta': TextStyle(color: Color(0xff4c81c9)),
'subst': TextStyle(color: Color(0xff4c81c9)),
'symbol': TextStyle(color: Color(0xff4c81c9)),
'regexp': TextStyle(color: Color(0xff4c81c9)),
'attribute': TextStyle(color: Color(0xff4c81c9)),
'deletion': TextStyle(color: Color(0xff4c81c9)),
'variable': TextStyle(color: Color(0xff4c81c9)),
'template-variable': TextStyle(color: Color(0xff4c81c9)),
'link': TextStyle(color: Color(0xff4c81c9)),
'bullet': TextStyle(color: Color(0xff4c81c9)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
};