vsTheme top-level constant
Implementation
const vsTheme = {
'root':
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
'builtin': TextStyle(color: Color(0xff0000ff)),
'keyword': TextStyle(color: Color(0xff0000ff)),
'name': TextStyle(color: Color(0xff0000ff)),
'selector-tag': TextStyle(color: Color(0xff0000ff)),
'tag': TextStyle(color: Color(0xff0000ff)),
'addition': TextStyle(color: Color(0xffa31515)),
'attribute': TextStyle(color: Color(0xffa31515)),
'literal': TextStyle(color: Color(0xffa31515)),
'section': TextStyle(color: Color(0xffa31515)),
'string': TextStyle(color: Color(0xffa31515)),
'template-tag': TextStyle(color: Color(0xffa31515)),
'template-variable': TextStyle(color: Color(0xffa31515)),
'title': TextStyle(color: Color(0xffa31515)),
'type': TextStyle(color: Color(0xffa31515)),
'deletion': TextStyle(color: Color(0xff2b91af)),
'meta': TextStyle(color: Color(0xff2b91af)),
'selector-attr': TextStyle(color: Color(0xff2b91af)),
'selector-pseudo': TextStyle(color: Color(0xff2b91af)),
'bullet': TextStyle(color: Color(0xff00b0e8)),
'link': TextStyle(color: Color(0xff00b0e8)),
'symbol': TextStyle(color: Color(0xff00b0e8)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.w700),
};