gradientLightTheme top-level constant
Implementation
const gradientLightTheme = {
'root':
TextStyle(backgroundColor: Color(0xfff9ccff), color: Color(0xff250482)),
'subtr': TextStyle(color: Color(0xff01958B)),
'doctag': TextStyle(color: Color(0xffCB7200)),
'meta': TextStyle(color: Color(0xffCB7200)),
'comment': TextStyle(color: Color(0xffCB7200)),
'quote': TextStyle(color: Color(0xffCB7200), fontStyle: FontStyle.italic),
'selector-tag':
TextStyle(color: Color(0xff07BD5F), fontWeight: FontWeight.bold),
'selector-id':
TextStyle(color: Color(0xff07BD5F), fontWeight: FontWeight.bold),
'template-tag':
TextStyle(color: Color(0xff07BD5F), fontWeight: FontWeight.bold),
'regexp': TextStyle(color: Color(0xff07BD5F)),
'attr': TextStyle(color: Color(0xff07BD5F)),
'tag': TextStyle(color: Color(0xff07BD5F)),
'params': TextStyle(color: Color(0xff43449F), fontWeight: FontWeight.bold),
'selector-class':
TextStyle(color: Color(0xff43449F), fontWeight: FontWeight.bold),
'bullet': TextStyle(color: Color(0xff43449F)),
'keyword': TextStyle(color: Color(0xff7D2801), fontWeight: FontWeight.bold),
'section': TextStyle(color: Color(0xff7D2801), fontWeight: FontWeight.bold),
'meta-keyword': TextStyle(color: Color(0xff7D2801)),
'symbol': TextStyle(color: Color(0xff7D2801)),
'type': TextStyle(color: Color(0xff7D2801)),
'addition': TextStyle(color: Color(0xff296562)),
'number': TextStyle(color: Color(0xff7F0096)),
'link': TextStyle(color: Color(0xff7F0096)),
'string': TextStyle(color: Color(0xff2681ab)),
'attribute': TextStyle(color: Color(0xff296562)),
'variable': TextStyle(color: Color(0xff025C8F)),
'template-variable': TextStyle(color: Color(0xff025C8F)),
'built_in': TextStyle(color: Color(0xff529117)),
'formula': TextStyle(color: Color(0xff529117)),
'name': TextStyle(color: Color(0xff529117)),
'title': TextStyle(color: Color(0xff529117)),
'class': TextStyle(color: Color(0xff529117)),
'function': TextStyle(color: Color(0xff529117)),
'selector-pseudo': TextStyle(color: Color(0xffAD13FF)),
'deletion': TextStyle(color: Color(0xffAD13FF)),
'literal': TextStyle(color: Color(0xffAD13FF)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};