farTheme top-level constant
Implementation
const farTheme = {
'root':
TextStyle(color: Color(0xff00ffff), backgroundColor: Color(0xff000080)),
'string': TextStyle(color: Color(0xffffff00)),
'attribute': TextStyle(color: Color(0xffffff00)),
'symbol': TextStyle(color: Color(0xffffff00)),
'bullet': TextStyle(color: Color(0xffffff00)),
'built_in': TextStyle(color: Color(0xffffff00)),
'template-tag': TextStyle(color: Color(0xffffff00)),
'template-variable': TextStyle(color: Color(0xffffff00)),
'addition': TextStyle(color: Color(0xffffff00)),
'keyword': TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
'selector-tag':
TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
'section': TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
'type': TextStyle(color: Color(0xffffffff)),
'name': TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
'selector-id': TextStyle(color: Color(0xffffffff)),
'selector-class': TextStyle(color: Color(0xffffffff)),
'variable': TextStyle(color: Color(0xffffffff)),
'comment': TextStyle(color: Color(0xff888888)),
'quote': TextStyle(color: Color(0xff888888)),
'doctag': TextStyle(color: Color(0xff888888)),
'deletion': TextStyle(color: Color(0xff888888)),
'number': TextStyle(color: Color(0xff00ff00)),
'regexp': TextStyle(color: Color(0xff00ff00)),
'literal': TextStyle(color: Color(0xff00ff00)),
'link': TextStyle(color: Color(0xff00ff00)),
'meta': TextStyle(color: Color(0xff008080)),
'title': TextStyle(fontWeight: FontWeight.bold),
'strong': TextStyle(fontWeight: FontWeight.bold),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
};