a11YLightTheme top-level constant
Implementation
const a11YLightTheme = {
'root':
TextStyle(backgroundColor: Color(0xfffefefe), color: Color(0xff545454)),
'comment': TextStyle(color: Color(0xff696969)),
'quote': TextStyle(color: Color(0xff696969)),
'variable': TextStyle(color: Color(0xffd91e18)),
'template-variable': TextStyle(color: Color(0xffd91e18)),
'tag': TextStyle(color: Color(0xffd91e18)),
'name': TextStyle(color: Color(0xffd91e18)),
'selector-id': TextStyle(color: Color(0xffd91e18)),
'selector-class': TextStyle(color: Color(0xffd91e18)),
'regexp': TextStyle(color: Color(0xffd91e18)),
'deletion': TextStyle(color: Color(0xffd91e18)),
'number': TextStyle(color: Color(0xffaa5d00)),
'built_in': TextStyle(color: Color(0xffaa5d00)),
'literal': TextStyle(color: Color(0xffaa5d00)),
'type': TextStyle(color: Color(0xffaa5d00)),
'params': TextStyle(color: Color(0xffaa5d00)),
'meta': TextStyle(color: Color(0xffaa5d00)),
'link': TextStyle(color: Color(0xffaa5d00)),
'attribute': TextStyle(color: Color(0xffaa5d00)),
'string': TextStyle(color: Color(0xff008000)),
'symbol': TextStyle(color: Color(0xff008000)),
'bullet': TextStyle(color: Color(0xff008000)),
'addition': TextStyle(color: Color(0xff008000)),
'title': TextStyle(color: Color(0xff007faa)),
'section': TextStyle(color: Color(0xff007faa)),
'keyword': TextStyle(color: Color(0xff7928a1)),
'selector-tag': TextStyle(color: Color(0xff7928a1)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};