gradientDarkTheme top-level constant
Implementation
const gradientDarkTheme = {
'root':
TextStyle(backgroundColor: Color(0xff652487), color: Color(0xffe7e4eb)),
'subtr': TextStyle(color: Color(0xffe7e4eb)),
'comment': TextStyle(color: Color(0xffaf8dd9)),
'doctag': TextStyle(color: Color(0xffaf8dd9)),
'meta': TextStyle(color: Color(0xffaf8dd9)),
'quote': TextStyle(color: Color(0xffaf8dd9), fontStyle: FontStyle.italic),
'attr': TextStyle(color: Color(0xffaefbff)),
'regexp': TextStyle(color: Color(0xffaefbff)),
'selector-id':
TextStyle(color: Color(0xffaefbff), fontWeight: FontWeight.w700),
'selector-tag':
TextStyle(color: Color(0xffaefbff), fontWeight: FontWeight.w700),
'tag': TextStyle(color: Color(0xffaefbff)),
'template-tag':
TextStyle(color: Color(0xffaefbff), fontWeight: FontWeight.w700),
'bullet': TextStyle(color: Color(0xfff19fff)),
'params': TextStyle(color: Color(0xfff19fff), fontWeight: FontWeight.w700),
'selector-class':
TextStyle(color: Color(0xfff19fff), fontWeight: FontWeight.w700),
'keyword': TextStyle(color: Color(0xff17fc95), fontWeight: FontWeight.w700),
'section': TextStyle(color: Color(0xff17fc95), fontWeight: FontWeight.w700),
'symbol': TextStyle(color: Color(0xff17fc95)),
'type': TextStyle(color: Color(0xff17fc95)),
'addition': TextStyle(color: Color(0xffe7ff9f)),
'link': TextStyle(color: Color(0xffc5fe00)),
'number': TextStyle(color: Color(0xffc5fe00)),
'string': TextStyle(color: Color(0xff38c0ff)),
'attribute': TextStyle(color: Color(0xffe7ff9f)),
'template-variable': TextStyle(color: Color(0xffe447ff)),
'variable': TextStyle(color: Color(0xffe447ff)),
'builtin': TextStyle(color: Color(0xffffc800)),
'class': TextStyle(color: Color(0xffffc800)),
'formula': TextStyle(color: Color(0xffffc800)),
'function': TextStyle(color: Color(0xffffc800)),
'name': TextStyle(color: Color(0xffffc800)),
'title': TextStyle(color: Color(0xffffc800)),
'deletion': TextStyle(color: Color(0xffff9e44)),
'literal': TextStyle(color: Color(0xffff9e44)),
'selector-pseudo': TextStyle(color: Color(0xffff9e44)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.w700),
};