qtcreatorLightTheme top-level constant
Implementation
const qtcreatorLightTheme = {
'root':
TextStyle(color: Color(0xff000000), backgroundColor: Color(0xffffffff)),
'strong': TextStyle(color: Color(0xff000000)),
'emphasis': TextStyle(color: Color(0xff000000), fontStyle: FontStyle.italic),
'bullet': TextStyle(color: Color(0xff000080)),
'quote': TextStyle(color: Color(0xff000080)),
'number': TextStyle(color: Color(0xff000080)),
'regexp': TextStyle(color: Color(0xff000080)),
'literal': TextStyle(color: Color(0xff000080)),
'stronge': TextStyle(fontStyle: FontStyle.italic),
'type': TextStyle(fontStyle: FontStyle.italic, color: Color(0xff008000)),
'keyword': TextStyle(color: Color(0xff808000)),
'selector-tag': TextStyle(color: Color(0xff808000)),
'function': TextStyle(color: Color(0xff808000)),
'section': TextStyle(color: Color(0xff808000)),
'symbol': TextStyle(color: Color(0xff808000)),
'name': TextStyle(color: Color(0xff808000)),
'subst': TextStyle(color: Color(0xff000000)),
'tag': TextStyle(color: Color(0xff000000)),
'title': TextStyle(color: Color(0xff000000)),
'attribute': TextStyle(color: Color(0xff800000)),
'variable': TextStyle(color: Color(0xff0055AF)),
'params': TextStyle(color: Color(0xff0055AF)),
'title.class_': TextStyle(color: Color(0xff0055AF)),
'class-title': TextStyle(color: Color(0xff0055AF)),
'string': TextStyle(color: Color(0xff008000)),
'selector-id': TextStyle(color: Color(0xff008000)),
'selector-attr': TextStyle(color: Color(0xff008000)),
'selector-pseudo': TextStyle(color: Color(0xff008000)),
'built_in': TextStyle(color: Color(0xff008000)),
'template-tag': TextStyle(color: Color(0xff008000)),
'template-variable': TextStyle(color: Color(0xff008000)),
'addition': TextStyle(color: Color(0xff008000)),
'link': TextStyle(color: Color(0xff008000)),
'comment': TextStyle(color: Color(0xff008000)),
'meta': TextStyle(color: Color(0xff008000)),
'deletion': TextStyle(color: Color(0xff008000)),
};