tomorrowNightEightiesTheme top-level constant
Implementation
const tomorrowNightEightiesTheme = {
'comment': TextStyle(color: Color(0xff999999)),
'quote': TextStyle(color: Color(0xff999999)),
'variable': TextStyle(color: Color(0xfff2777a)),
'template-variable': TextStyle(color: Color(0xfff2777a)),
'tag': TextStyle(color: Color(0xfff2777a)),
'name': TextStyle(color: Color(0xfff2777a)),
'selector-id': TextStyle(color: Color(0xfff2777a)),
'selector-class': TextStyle(color: Color(0xfff2777a)),
'regexp': TextStyle(color: Color(0xfff2777a)),
'deletion': TextStyle(color: Color(0xfff2777a)),
'number': TextStyle(color: Color(0xfff99157)),
'built_in': TextStyle(color: Color(0xfff99157)),
'builtin-name': TextStyle(color: Color(0xfff99157)),
'literal': TextStyle(color: Color(0xfff99157)),
'type': TextStyle(color: Color(0xfff99157)),
'params': TextStyle(color: Color(0xfff99157)),
'meta': TextStyle(color: Color(0xfff99157)),
'link': TextStyle(color: Color(0xfff99157)),
'attribute': TextStyle(color: Color(0xffffcc66)),
'string': TextStyle(color: Color(0xff99cc99)),
'symbol': TextStyle(color: Color(0xff99cc99)),
'bullet': TextStyle(color: Color(0xff99cc99)),
'addition': TextStyle(color: Color(0xff99cc99)),
'title': TextStyle(color: Color(0xff6699cc)),
'section': TextStyle(color: Color(0xff6699cc)),
'keyword': TextStyle(color: Color(0xffcc99cc)),
'selector-tag': TextStyle(color: Color(0xffcc99cc)),
'root':
TextStyle(backgroundColor: Color(0xff2d2d2d), color: Color(0xffcccccc)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};