isblEditorLightTheme top-level constant

Map<String, TextStyle> const isblEditorLightTheme

Implementation

const isblEditorLightTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
  'subst': TextStyle(color: Color(0xff000000)),
  'comment': TextStyle(color: Color(0xff555555), fontStyle: FontStyle.italic),
  'keyword': TextStyle(color: Color(0xff000000), fontWeight: FontWeight.bold),
  'attribute': TextStyle(color: Color(0xff000000), fontWeight: FontWeight.bold),
  'selector-tag':
      TextStyle(color: Color(0xff000000), fontWeight: FontWeight.bold),
  'meta-keyword':
      TextStyle(color: Color(0xff000000), fontWeight: FontWeight.bold),
  'doctag': TextStyle(color: Color(0xff000000), fontWeight: FontWeight.bold),
  'name': TextStyle(color: Color(0xff000000), fontWeight: FontWeight.bold),
  'string': TextStyle(color: Color(0xff000080)),
  'type': TextStyle(color: Color(0xff000000)),
  'number': TextStyle(color: Color(0xff000000)),
  'selector-id': TextStyle(color: Color(0xff000000)),
  'selector-class': TextStyle(color: Color(0xff000000)),
  'quote': TextStyle(color: Color(0xff000000)),
  'template-tag': TextStyle(color: Color(0xff000000)),
  'deletion': TextStyle(color: Color(0xff000000)),
  'title': TextStyle(color: Color(0xfffb2c00)),
  'section': TextStyle(color: Color(0xfffb2c00)),
  'title>.hljs-built_in':
      TextStyle(color: Color(0xff008080), fontWeight: FontWeight.normal),
  'regexp': TextStyle(color: Color(0xff5e1700)),
  'symbol': TextStyle(color: Color(0xff5e1700)),
  'variable': TextStyle(color: Color(0xff5e1700)),
  'template-variable': TextStyle(color: Color(0xff5e1700)),
  'link': TextStyle(color: Color(0xff5e1700)),
  'selector-attr': TextStyle(color: Color(0xff5e1700)),
  'selector-pseudo': TextStyle(color: Color(0xff5e1700)),
  'built_in': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.bold),
  'literal': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.bold),
  'bullet': TextStyle(color: Color(0xff397300)),
  'code': TextStyle(color: Color(0xff397300)),
  'addition': TextStyle(color: Color(0xff397300)),
  'class': TextStyle(color: Color(0xff6f1C00), fontWeight: FontWeight.bold),
  'meta': TextStyle(color: Color(0xff1f7199)),
  'meta-string': TextStyle(color: Color(0xff4d99bf)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};