marrakeshTheme top-level constant
Implementation
const marrakeshTheme = {
'root':
TextStyle(color: Color(0xff948e48), backgroundColor: Color(0xff201602)),
'.hljs::selection':
TextStyle(backgroundColor: Color(0xff5f5b17), color: Color(0xff948e48)),
'.hljs-::selection':
TextStyle(backgroundColor: Color(0xff5f5b17), color: Color(0xff948e48)),
'comment': TextStyle(color: Color(0xff6c6823)),
'tag': TextStyle(color: Color(0xff86813b)),
'subst': TextStyle(color: Color(0xff948e48)),
'punctuation': TextStyle(color: Color(0xff948e48)),
'operator': TextStyle(color: Color(0xff948e48)),
'bullet': TextStyle(color: Color(0xffc35359)),
'variable': TextStyle(color: Color(0xffc35359)),
'template-variable': TextStyle(color: Color(0xffc35359)),
'selector-tag': TextStyle(color: Color(0xffc35359)),
'name': TextStyle(color: Color(0xffc35359)),
'deletion': TextStyle(color: Color(0xffc35359)),
'symbol': TextStyle(color: Color(0xffb36144)),
'number': TextStyle(color: Color(0xffb36144)),
'link': TextStyle(color: Color(0xffb36144)),
'attr': TextStyle(color: Color(0xffb36144)),
'variable.constant_': TextStyle(color: Color(0xffb36144)),
'literal': TextStyle(color: Color(0xffb36144)),
'title': TextStyle(color: Color(0xffa88339)),
'class-title': TextStyle(color: Color(0xffa88339)),
'title.class_': TextStyle(color: Color(0xffa88339)),
'strong': TextStyle(fontWeight: FontWeight.bold, color: Color(0xffa88339)),
'code': TextStyle(color: Color(0xff18974e)),
'addition': TextStyle(color: Color(0xff18974e)),
'title.class_.inherited__': TextStyle(color: Color(0xff18974e)),
'string': TextStyle(color: Color(0xff18974e)),
'built_in': TextStyle(color: Color(0xff75a738)),
'doctag': TextStyle(color: Color(0xff75a738)),
'quote': TextStyle(color: Color(0xff75a738)),
'keyword.hljs-atrule': TextStyle(color: Color(0xff75a738)),
'regexp': TextStyle(color: Color(0xff75a738)),
'function-title': TextStyle(color: Color(0xff477ca1)),
'attribute': TextStyle(color: Color(0xff477ca1)),
'.ruby-property': TextStyle(color: Color(0xff477ca1)),
'title.function_': TextStyle(color: Color(0xff477ca1)),
'section': TextStyle(color: Color(0xff477ca1)),
'type': TextStyle(color: Color(0xff8868b3)),
'template-tag': TextStyle(color: Color(0xff8868b3)),
'.diff-meta': TextStyle(color: Color(0xff8868b3)),
'keyword': TextStyle(color: Color(0xff8868b3)),
'emphasis': TextStyle(color: Color(0xff8868b3), fontStyle: FontStyle.italic),
'meta': TextStyle(color: Color(0xffb3588e)),
'meta-keyword':
TextStyle(color: Color(0xffb3588e), fontWeight: FontWeight.bold),
'meta-string': TextStyle(color: Color(0xffb3588e)),
};