kimbieLightTheme top-level constant
Implementation
const kimbieLightTheme = {
'root':
TextStyle(backgroundColor: Color(0xfffbebd4), color: Color(0xff84613d)),
'comment': TextStyle(color: Color(0xffa57a4c)),
'quote': TextStyle(color: Color(0xffa57a4c)),
'variable': TextStyle(color: Color(0xffdc3958)),
'template-variable': TextStyle(color: Color(0xffdc3958)),
'tag': TextStyle(color: Color(0xffdc3958)),
'name': TextStyle(color: Color(0xffdc3958)),
'selector-id': TextStyle(color: Color(0xffdc3958)),
'selector-class': TextStyle(color: Color(0xffdc3958)),
'regexp': TextStyle(color: Color(0xffdc3958)),
'meta': TextStyle(color: Color(0xffdc3958)),
'number': TextStyle(color: Color(0xfff79a32)),
'built_in': TextStyle(color: Color(0xfff79a32)),
'literal': TextStyle(color: Color(0xfff79a32)),
'type': TextStyle(color: Color(0xfff79a32)),
'params': TextStyle(color: Color(0xfff79a32)),
'deletion': TextStyle(color: Color(0xfff79a32)),
'link': TextStyle(color: Color(0xfff79a32)),
'string': TextStyle(color: Color(0xff889b4a)),
'symbol': TextStyle(color: Color(0xff889b4a)),
'bullet': TextStyle(color: Color(0xff889b4a)),
'addition': TextStyle(color: Color(0xff889b4a)),
'keyword': TextStyle(color: Color(0xff98676a)),
'selector-tag': TextStyle(color: Color(0xff98676a)),
'function': TextStyle(color: Color(0xff98676a)),
'title': TextStyle(color: Color(0xfff06431)),
'section': TextStyle(color: Color(0xfff06431)),
'attribute': TextStyle(color: Color(0xfff06431)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};