tomorrowNightBrightTheme top-level constant
Implementation
const tomorrowNightBrightTheme = {
'comment': TextStyle(color: Color(0xff969896)),
'quote': TextStyle(color: Color(0xff969896)),
'variable': TextStyle(color: Color(0xffd54e53)),
'template-variable': TextStyle(color: Color(0xffd54e53)),
'tag': TextStyle(color: Color(0xffd54e53)),
'name': TextStyle(color: Color(0xffd54e53)),
'selector-id': TextStyle(color: Color(0xffd54e53)),
'selector-class': TextStyle(color: Color(0xffd54e53)),
'regexp': TextStyle(color: Color(0xffd54e53)),
'deletion': TextStyle(color: Color(0xffd54e53)),
'number': TextStyle(color: Color(0xffe78c45)),
'built_in': TextStyle(color: Color(0xffe78c45)),
'literal': TextStyle(color: Color(0xffe78c45)),
'type': TextStyle(color: Color(0xffe78c45)),
'params': TextStyle(color: Color(0xffe78c45)),
'meta': TextStyle(color: Color(0xffe78c45)),
'link': TextStyle(color: Color(0xffe78c45)),
'attribute': TextStyle(color: Color(0xffe7c547)),
'string': TextStyle(color: Color(0xffb9ca4a)),
'symbol': TextStyle(color: Color(0xffb9ca4a)),
'bullet': TextStyle(color: Color(0xffb9ca4a)),
'addition': TextStyle(color: Color(0xffb9ca4a)),
'title': TextStyle(color: Color(0xff7aa6da)),
'section': TextStyle(color: Color(0xff7aa6da)),
'keyword': TextStyle(color: Color(0xffc397d8)),
'selector-tag': TextStyle(color: Color(0xffc397d8)),
'root':
TextStyle(backgroundColor: Color(0xff000000), color: Color(0xffeaeaea)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};