googlecodeTheme top-level constant
Implementation
const googlecodeTheme = {
'root':
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
'comment': TextStyle(color: Color(0xff880000)),
'quote': TextStyle(color: Color(0xff880000)),
'keyword': TextStyle(color: Color(0xff000088)),
'selector-tag': TextStyle(color: Color(0xff000088)),
'section': TextStyle(color: Color(0xff000088)),
'title': TextStyle(color: Color(0xff660066)),
'name': TextStyle(color: Color(0xff000088)),
'variable': TextStyle(color: Color(0xff666600)),
'template-variable': TextStyle(color: Color(0xff666600)),
'string': TextStyle(color: Color(0xff008800)),
'selector-attr': TextStyle(color: Color(0xff008800)),
'selector-pseudo': TextStyle(color: Color(0xff008800)),
'regexp': TextStyle(color: Color(0xff008800)),
'literal': TextStyle(color: Color(0xff006666)),
'symbol': TextStyle(color: Color(0xff006666)),
'bullet': TextStyle(color: Color(0xff006666)),
'meta': TextStyle(color: Color(0xff006666)),
'number': TextStyle(color: Color(0xff006666)),
'link': TextStyle(color: Color(0xff006666)),
'doctag': TextStyle(color: Color(0xff660066), fontWeight: FontWeight.bold),
'type': TextStyle(color: Color(0xff660066)),
'attr': TextStyle(color: Color(0xff660066)),
'built_in': TextStyle(color: Color(0xff660066)),
'params': TextStyle(color: Color(0xff660066)),
'attribute': TextStyle(color: Color(0xff000000)),
'subst': TextStyle(color: Color(0xff000000)),
'formula': TextStyle(
backgroundColor: Color(0xffeeeeee), fontStyle: FontStyle.italic),
'selector-id': TextStyle(color: Color(0xff9B703F)),
'selector-class': TextStyle(color: Color(0xff9B703F)),
'addition': TextStyle(backgroundColor: Color(0xffbaeeba)),
'deletion': TextStyle(backgroundColor: Color(0xffffc8bd)),
'strong': TextStyle(fontWeight: FontWeight.bold),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
};