atomOneDarkReasonableTheme top-level constant
Implementation
const atomOneDarkReasonableTheme = {
'root':
TextStyle(color: Color(0xffabb2bf), backgroundColor: Color(0xff282c34)),
'keyword': TextStyle(color: Color(0xffF92672)),
'operator': TextStyle(color: Color(0xffF92672)),
'pattern-match': TextStyle(color: Color(0xffF92672)),
'pattern-match-constructor': TextStyle(color: Color(0xff61aeee)),
'function': TextStyle(color: Color(0xff61aeee)),
'function-params': TextStyle(color: Color(0xffA6E22E)),
'function-params-typing': TextStyle(color: Color(0xffFD971F)),
'module-access-module': TextStyle(color: Color(0xff7e57c2)),
'constructor-string': TextStyle(color: Color(0xff9CCC65)),
'comment': TextStyle(color: Color(0xffb18eb1), fontStyle: FontStyle.italic),
'quote': TextStyle(color: Color(0xffb18eb1), fontStyle: FontStyle.italic),
'doctag': TextStyle(color: Color(0xffc678dd)),
'formula': TextStyle(color: Color(0xffc678dd)),
'section': TextStyle(color: Color(0xffe06c75)),
'name': TextStyle(color: Color(0xffe06c75)),
'selector-tag': TextStyle(color: Color(0xffe06c75)),
'deletion': TextStyle(color: Color(0xffe06c75)),
'subst': TextStyle(color: Color(0xffe06c75)),
'literal': TextStyle(color: Color(0xff56b6c2)),
'string': TextStyle(color: Color(0xff98c379)),
'regexp': TextStyle(color: Color(0xff98c379)),
'addition': TextStyle(color: Color(0xff98c379)),
'attribute': TextStyle(color: Color(0xff98c379)),
'meta-string': TextStyle(color: Color(0xff98c379)),
'built_in': TextStyle(color: Color(0xffe6c07b)),
'title.class_': TextStyle(color: Color(0xffe6c07b)),
'class-title': TextStyle(color: Color(0xffe6c07b)),
'attr': TextStyle(color: Color(0xffd19a66)),
'variable': TextStyle(color: Color(0xffd19a66)),
'template-variable': TextStyle(color: Color(0xffd19a66)),
'type': TextStyle(color: Color(0xffd19a66)),
'selector-class': TextStyle(color: Color(0xffd19a66)),
'selector-attr': TextStyle(color: Color(0xffd19a66)),
'selector-pseudo': TextStyle(color: Color(0xffd19a66)),
'number': TextStyle(color: Color(0xffd19a66)),
'symbol': TextStyle(color: Color(0xff61aeee)),
'bullet': TextStyle(color: Color(0xff61aeee)),
'link': TextStyle(color: Color(0xff61aeee)),
'meta': TextStyle(color: Color(0xff61aeee)),
'selector-id': TextStyle(color: Color(0xff61aeee)),
'title': TextStyle(color: Color(0xff61aeee)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};