tomorrowNightBlueTheme top-level constant
Implementation
const tomorrowNightBlueTheme = {
'comment': TextStyle(color: Color(0xff7285b7)),
'quote': TextStyle(color: Color(0xff7285b7)),
'variable': TextStyle(color: Color(0xffff9da4)),
'template-variable': TextStyle(color: Color(0xffff9da4)),
'tag': TextStyle(color: Color(0xffff9da4)),
'name': TextStyle(color: Color(0xffff9da4)),
'selector-id': TextStyle(color: Color(0xffff9da4)),
'selector-class': TextStyle(color: Color(0xffff9da4)),
'regexp': TextStyle(color: Color(0xffff9da4)),
'deletion': TextStyle(color: Color(0xffff9da4)),
'number': TextStyle(color: Color(0xffffc58f)),
'built_in': TextStyle(color: Color(0xffffc58f)),
'builtin-name': TextStyle(color: Color(0xffffc58f)),
'literal': TextStyle(color: Color(0xffffc58f)),
'type': TextStyle(color: Color(0xffffc58f)),
'params': TextStyle(color: Color(0xffffc58f)),
'meta': TextStyle(color: Color(0xffffc58f)),
'link': TextStyle(color: Color(0xffffc58f)),
'attribute': TextStyle(color: Color(0xffffeead)),
'string': TextStyle(color: Color(0xffd1f1a9)),
'symbol': TextStyle(color: Color(0xffd1f1a9)),
'bullet': TextStyle(color: Color(0xffd1f1a9)),
'addition': TextStyle(color: Color(0xffd1f1a9)),
'title': TextStyle(color: Color(0xffbbdaff)),
'section': TextStyle(color: Color(0xffbbdaff)),
'keyword': TextStyle(color: Color(0xffebbbff)),
'selector-tag': TextStyle(color: Color(0xffebbbff)),
'root':
TextStyle(backgroundColor: Color(0xff002451), color: Color(0xffffffff)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};