a11YDarkTheme top-level constant
Implementation
const a11YDarkTheme = {
'root':
TextStyle(backgroundColor: Color(0xff2b2b2b), color: Color(0xfff8f8f2)),
'comment': TextStyle(color: Color(0xffd4d0ab)),
'quote': TextStyle(color: Color(0xffd4d0ab)),
'variable': TextStyle(color: Color(0xffffa07a)),
'template-variable': TextStyle(color: Color(0xffffa07a)),
'tag': TextStyle(color: Color(0xffffa07a)),
'name': TextStyle(color: Color(0xffffa07a)),
'selector-id': TextStyle(color: Color(0xffffa07a)),
'selector-class': TextStyle(color: Color(0xffffa07a)),
'regexp': TextStyle(color: Color(0xffffa07a)),
'deletion': TextStyle(color: Color(0xffffa07a)),
'number': TextStyle(color: Color(0xfff5ab35)),
'built_in': TextStyle(color: Color(0xfff5ab35)),
'literal': TextStyle(color: Color(0xfff5ab35)),
'type': TextStyle(color: Color(0xfff5ab35)),
'params': TextStyle(color: Color(0xfff5ab35)),
'meta': TextStyle(color: Color(0xfff5ab35)),
'link': TextStyle(color: Color(0xfff5ab35)),
'attribute': TextStyle(color: Color(0xffffd700)),
'string': TextStyle(color: Color(0xffabe338)),
'symbol': TextStyle(color: Color(0xffabe338)),
'bullet': TextStyle(color: Color(0xffabe338)),
'addition': TextStyle(color: Color(0xffabe338)),
'title': TextStyle(color: Color(0xff00e0e0)),
'section': TextStyle(color: Color(0xff00e0e0)),
'keyword': TextStyle(color: Color(0xffdcc6e0)),
'selector-tag': TextStyle(color: Color(0xffdcc6e0)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};