cupertinoTheme top-level constant
Implementation
const cupertinoTheme = {
'root':
TextStyle(color: Color(0xff404040), backgroundColor: Color(0xffffffff)),
'.hljs::selection':
TextStyle(backgroundColor: Color(0xffc0c0c0), color: Color(0xff404040)),
'.hljs-::selection':
TextStyle(backgroundColor: Color(0xffc0c0c0), color: Color(0xff404040)),
'comment': TextStyle(color: Color(0xff808080)),
'tag': TextStyle(color: Color(0xff808080)),
'subst': TextStyle(color: Color(0xff404040)),
'punctuation': TextStyle(color: Color(0xff404040)),
'operator': TextStyle(color: Color(0xff404040)),
'bullet': TextStyle(color: Color(0xffc41a15)),
'variable': TextStyle(color: Color(0xffc41a15)),
'template-variable': TextStyle(color: Color(0xffc41a15)),
'selector-tag': TextStyle(color: Color(0xffc41a15)),
'name': TextStyle(color: Color(0xffc41a15)),
'deletion': TextStyle(color: Color(0xffc41a15)),
'symbol': TextStyle(color: Color(0xffeb8500)),
'number': TextStyle(color: Color(0xffeb8500)),
'link': TextStyle(color: Color(0xffeb8500)),
'attr': TextStyle(color: Color(0xffeb8500)),
'variable.constant_': TextStyle(color: Color(0xffeb8500)),
'literal': TextStyle(color: Color(0xffeb8500)),
'title': TextStyle(color: Color(0xff826b28)),
'class-title': TextStyle(color: Color(0xff826b28)),
'title.class_': TextStyle(color: Color(0xff826b28)),
'strong': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff826b28)),
'code': TextStyle(color: Color(0xff007400)),
'addition': TextStyle(color: Color(0xff007400)),
'title.class_.inherited__': TextStyle(color: Color(0xff007400)),
'string': TextStyle(color: Color(0xff007400)),
'built_in': TextStyle(color: Color(0xff318495)),
'doctag': TextStyle(color: Color(0xff318495)),
'quote': TextStyle(color: Color(0xff318495)),
'keyword.hljs-atrule': TextStyle(color: Color(0xff318495)),
'regexp': TextStyle(color: Color(0xff318495)),
'function-title': TextStyle(color: Color(0xff0000ff)),
'attribute': TextStyle(color: Color(0xff0000ff)),
'.ruby-property': TextStyle(color: Color(0xff0000ff)),
'title.function_': TextStyle(color: Color(0xff0000ff)),
'section': TextStyle(color: Color(0xff0000ff)),
'type': TextStyle(color: Color(0xffa90d91)),
'template-tag': TextStyle(color: Color(0xffa90d91)),
'.diff-meta': TextStyle(color: Color(0xffa90d91)),
'keyword': TextStyle(color: Color(0xffa90d91)),
'emphasis': TextStyle(color: Color(0xffa90d91), fontStyle: FontStyle.italic),
'meta': TextStyle(color: Color(0xff826b28)),
'meta-keyword':
TextStyle(color: Color(0xff826b28), fontWeight: FontWeight.bold),
'meta-string': TextStyle(color: Color(0xff826b28)),
};