tomorrowNightTheme top-level constant
Implementation
const tomorrowNightTheme = {
'comment': TextStyle(color: Color(0xff969896)),
'quote': TextStyle(color: Color(0xff969896)),
'variable': TextStyle(color: Color(0xffcc6666)),
'template-variable': TextStyle(color: Color(0xffcc6666)),
'tag': TextStyle(color: Color(0xffcc6666)),
'name': TextStyle(color: Color(0xffcc6666)),
'selector-id': TextStyle(color: Color(0xffcc6666)),
'selector-class': TextStyle(color: Color(0xffcc6666)),
'regexp': TextStyle(color: Color(0xffcc6666)),
'deletion': TextStyle(color: Color(0xffcc6666)),
'number': TextStyle(color: Color(0xffde935f)),
'built_in': TextStyle(color: Color(0xffde935f)),
'builtin-name': TextStyle(color: Color(0xffde935f)),
'literal': TextStyle(color: Color(0xffde935f)),
'type': TextStyle(color: Color(0xffde935f)),
'params': TextStyle(color: Color(0xffde935f)),
'meta': TextStyle(color: Color(0xffde935f)),
'link': TextStyle(color: Color(0xffde935f)),
'attribute': TextStyle(color: Color(0xfff0c674)),
'string': TextStyle(color: Color(0xffb5bd68)),
'symbol': TextStyle(color: Color(0xffb5bd68)),
'bullet': TextStyle(color: Color(0xffb5bd68)),
'addition': TextStyle(color: Color(0xffb5bd68)),
'title': TextStyle(color: Color(0xff81a2be)),
'section': TextStyle(color: Color(0xff81a2be)),
'keyword': TextStyle(color: Color(0xffb294bb)),
'selector-tag': TextStyle(color: Color(0xffb294bb)),
'root':
TextStyle(backgroundColor: Color(0xff1d1f21), color: Color(0xffc5c8c6)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};