purebasicTheme top-level constant
Implementation
const purebasicTheme = {
'root':
TextStyle(backgroundColor: Color(0xffffffdf), color: Color(0xff000000)),
'attr': TextStyle(color: Color(0xff000000)),
'function': TextStyle(color: Color(0xff000000)),
'name': TextStyle(color: Color(0xff000000), fontWeight: FontWeight.w700),
'number': TextStyle(color: Color(0xff000000)),
'params': TextStyle(color: Color(0xff000000)),
'subst': TextStyle(color: Color(0xff000000)),
'type': TextStyle(color: Color(0xff000000)),
'addition': TextStyle(color: Color(0xff00aaaa)),
'comment': TextStyle(color: Color(0xff00aaaa)),
'regexp': TextStyle(color: Color(0xff00aaaa)),
'section': TextStyle(color: Color(0xff00aaaa)),
'selector-pseudo': TextStyle(color: Color(0xff00aaaa)),
'builtin': TextStyle(color: Color(0xff006666), fontWeight: FontWeight.w700),
'class': TextStyle(color: Color(0xff006666), fontWeight: FontWeight.w700),
'keyword': TextStyle(color: Color(0xff006666), fontWeight: FontWeight.w700),
'selector-class':
TextStyle(color: Color(0xff006666), fontWeight: FontWeight.w700),
'code': TextStyle(color: Color(0xff006666)),
'tag': TextStyle(color: Color(0xff006666)),
'title': TextStyle(color: Color(0xff006666)),
'variable': TextStyle(color: Color(0xff006666)),
'selector-attr': TextStyle(color: Color(0xff0080ff)),
'string': TextStyle(color: Color(0xff0080ff)),
'attribute': TextStyle(color: Color(0xff924b72)),
'deletion': TextStyle(color: Color(0xff924b72)),
'link': TextStyle(color: Color(0xff924b72)),
'symbol': TextStyle(color: Color(0xff924b72)),
'literal': TextStyle(color: Color(0xff924b72), fontWeight: FontWeight.w700),
'meta': TextStyle(color: Color(0xff924b72), fontWeight: FontWeight.w700),
'selector-id':
TextStyle(color: Color(0xff924b72), fontWeight: FontWeight.w700),
'strong': TextStyle(fontWeight: FontWeight.w700),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
};