gradientLightTheme top-level constant
Implementation
const gradientLightTheme = {
'root':
TextStyle(backgroundColor: Color(0xfff9ccff), color: Color(0xff250482)),
'subtr': TextStyle(color: Color(0xff01958b)),
'comment': TextStyle(color: Color(0xffcb7200)),
'doctag': TextStyle(color: Color(0xffcb7200)),
'meta': TextStyle(color: Color(0xffcb7200)),
'quote': TextStyle(color: Color(0xffcb7200), fontStyle: FontStyle.italic),
'attr': TextStyle(color: Color(0xff07bd5f)),
'regexp': TextStyle(color: Color(0xff07bd5f)),
'selector-id':
TextStyle(color: Color(0xff07bd5f), fontWeight: FontWeight.w700),
'selector-tag':
TextStyle(color: Color(0xff07bd5f), fontWeight: FontWeight.w700),
'tag': TextStyle(color: Color(0xff07bd5f)),
'template-tag':
TextStyle(color: Color(0xff07bd5f), fontWeight: FontWeight.w700),
'bullet': TextStyle(color: Color(0xff43449f)),
'params': TextStyle(color: Color(0xff43449f), fontWeight: FontWeight.w700),
'selector-class':
TextStyle(color: Color(0xff43449f), fontWeight: FontWeight.w700),
'keyword': TextStyle(color: Color(0xff7d2801), fontWeight: FontWeight.w700),
'section': TextStyle(color: Color(0xff7d2801), fontWeight: FontWeight.w700),
'symbol': TextStyle(color: Color(0xff7d2801)),
'type': TextStyle(color: Color(0xff7d2801)),
'addition': TextStyle(color: Color(0xff296562)),
'link': TextStyle(color: Color(0xff7f0096)),
'number': TextStyle(color: Color(0xff7f0096)),
'string': TextStyle(color: Color(0xff2681ab)),
'attribute': TextStyle(color: Color(0xff296562)),
'template-variable': TextStyle(color: Color(0xff025c8f)),
'variable': TextStyle(color: Color(0xff025c8f)),
'builtin': TextStyle(color: Color(0xff529117)),
'class': TextStyle(color: Color(0xff529117)),
'formula': TextStyle(color: Color(0xff529117)),
'function': TextStyle(color: Color(0xff529117)),
'name': TextStyle(color: Color(0xff529117)),
'title': TextStyle(color: Color(0xff529117)),
'deletion': TextStyle(color: Color(0xffad13ff)),
'literal': TextStyle(color: Color(0xffad13ff)),
'selector-pseudo': TextStyle(color: Color(0xffad13ff)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.w700),
};