gmlTheme top-level constant
Implementation
const gmlTheme = {
'root': TextStyle(backgroundColor: Color(0xff222222)),
'keyword': TextStyle(color: Color(0xffffb871), fontWeight: FontWeight.w700),
'builtin': TextStyle(color: Color(0xffffb871)),
'literal': TextStyle(color: Color(0xffff8080)),
'symbol': TextStyle(color: Color(0xff58e55a)),
'comment': TextStyle(color: Color(0xff5b995b)),
'string': TextStyle(color: Color(0xffffff00)),
'number': TextStyle(color: Color(0xffff8080)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.w700),
};