hopscotchTheme top-level constant
Implementation
const hopscotchTheme = {
'comment': TextStyle(color: Color(0xff989498)),
'quote': TextStyle(color: Color(0xff989498)),
'variable': TextStyle(color: Color(0xffdd464c)),
'template-variable': TextStyle(color: Color(0xffdd464c)),
'attribute': TextStyle(color: Color(0xffdd464c)),
'tag': TextStyle(color: Color(0xffdd464c)),
'name': TextStyle(color: Color(0xffdd464c)),
'selector-id': TextStyle(color: Color(0xffdd464c)),
'selector-class': TextStyle(color: Color(0xffdd464c)),
'regexp': TextStyle(color: Color(0xffdd464c)),
'link': TextStyle(color: Color(0xffdd464c)),
'deletion': TextStyle(color: Color(0xffdd464c)),
'number': TextStyle(color: Color(0xfffd8b19)),
'built_in': TextStyle(color: Color(0xfffd8b19)),
'builtin-name': TextStyle(color: Color(0xfffd8b19)),
'literal': TextStyle(color: Color(0xfffd8b19)),
'type': TextStyle(color: Color(0xfffd8b19)),
'params': TextStyle(color: Color(0xfffd8b19)),
'string': TextStyle(color: Color(0xff8fc13e)),
'symbol': TextStyle(color: Color(0xff8fc13e)),
'bullet': TextStyle(color: Color(0xff8fc13e)),
'addition': TextStyle(color: Color(0xff8fc13e)),
'meta': TextStyle(color: Color(0xff149b93)),
'function': TextStyle(color: Color(0xff1290bf)),
'section': TextStyle(color: Color(0xff1290bf)),
'title': TextStyle(color: Color(0xff1290bf)),
'keyword': TextStyle(color: Color(0xffc85e7c)),
'selector-tag': TextStyle(color: Color(0xffc85e7c)),
'root':
TextStyle(backgroundColor: Color(0xff322931), color: Color(0xffb9b5b8)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};