equilibriumGrayLightTheme top-level constant

Map<String, TextStyle> const equilibriumGrayLightTheme

Implementation

const equilibriumGrayLightTheme = {
  'root':
      TextStyle(color: Color(0xff474747), backgroundColor: Color(0xfff1f1f1)),
  '.hljs::selection':
      TextStyle(backgroundColor: Color(0xffd4d4d4), color: Color(0xff474747)),
  '.hljs-::selection':
      TextStyle(backgroundColor: Color(0xffd4d4d4), color: Color(0xff474747)),
  'comment': TextStyle(color: Color(0xff777777)),
  'tag': TextStyle(color: Color(0xff5e5e5e)),
  'subst': TextStyle(color: Color(0xff474747)),
  'punctuation': TextStyle(color: Color(0xff474747)),
  'operator': TextStyle(color: Color(0xff474747)),
  'bullet': TextStyle(color: Color(0xffd02023)),
  'variable': TextStyle(color: Color(0xffd02023)),
  'template-variable': TextStyle(color: Color(0xffd02023)),
  'selector-tag': TextStyle(color: Color(0xffd02023)),
  'name': TextStyle(color: Color(0xffd02023)),
  'deletion': TextStyle(color: Color(0xffd02023)),
  'symbol': TextStyle(color: Color(0xffbf3e05)),
  'number': TextStyle(color: Color(0xffbf3e05)),
  'link': TextStyle(color: Color(0xffbf3e05)),
  'attr': TextStyle(color: Color(0xffbf3e05)),
  'variable.constant_': TextStyle(color: Color(0xffbf3e05)),
  'literal': TextStyle(color: Color(0xffbf3e05)),
  'title': TextStyle(color: Color(0xff9d6f00)),
  'class-title': TextStyle(color: Color(0xff9d6f00)),
  'title.class_': TextStyle(color: Color(0xff9d6f00)),
  'strong': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff9d6f00)),
  'code': TextStyle(color: Color(0xff637200)),
  'addition': TextStyle(color: Color(0xff637200)),
  'title.class_.inherited__': TextStyle(color: Color(0xff637200)),
  'string': TextStyle(color: Color(0xff637200)),
  'built_in': TextStyle(color: Color(0xff007a72)),
  'doctag': TextStyle(color: Color(0xff007a72)),
  'quote': TextStyle(color: Color(0xff007a72)),
  'keyword.hljs-atrule': TextStyle(color: Color(0xff007a72)),
  'regexp': TextStyle(color: Color(0xff007a72)),
  'function-title': TextStyle(color: Color(0xff0073b5)),
  'attribute': TextStyle(color: Color(0xff0073b5)),
  '.ruby-property': TextStyle(color: Color(0xff0073b5)),
  'title.function_': TextStyle(color: Color(0xff0073b5)),
  'section': TextStyle(color: Color(0xff0073b5)),
  'type': TextStyle(color: Color(0xff4e66b6)),
  'template-tag': TextStyle(color: Color(0xff4e66b6)),
  '.diff-meta': TextStyle(color: Color(0xff4e66b6)),
  'keyword': TextStyle(color: Color(0xff4e66b6)),
  'emphasis': TextStyle(color: Color(0xff4e66b6), fontStyle: FontStyle.italic),
  'meta': TextStyle(color: Color(0xffc42775)),
  'meta-keyword':
      TextStyle(color: Color(0xffc42775), fontWeight: FontWeight.bold),
  'meta-string': TextStyle(color: Color(0xffc42775)),
};