isblEditorDarkTheme top-level constant

Map<String, TextStyle> const isblEditorDarkTheme

Implementation

const isblEditorDarkTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xff404040), color: Color(0xfff0f0f0)),
  'subst': TextStyle(color: Color(0xfff0f0f0)),
  'comment': TextStyle(color: Color(0xffb5b5b5), fontStyle: FontStyle.italic),
  'keyword': TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
  'attribute': TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
  'selector-tag':
      TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
  'meta-keyword':
      TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
  'doctag': TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
  'name': TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
  'string': TextStyle(color: Color(0xff97bf0d)),
  'type': TextStyle(color: Color(0xfff0f0f0)),
  'number': TextStyle(color: Color(0xfff0f0f0)),
  'selector-id': TextStyle(color: Color(0xfff0f0f0)),
  'selector-class': TextStyle(color: Color(0xfff0f0f0)),
  'quote': TextStyle(color: Color(0xfff0f0f0)),
  'template-tag': TextStyle(color: Color(0xfff0f0f0)),
  'deletion': TextStyle(color: Color(0xfff0f0f0)),
  'title': TextStyle(color: Color(0xffdf471e)),
  'section': TextStyle(color: Color(0xffdf471e)),
  'title>.hljs-built_in':
      TextStyle(color: Color(0xff81bce9), fontWeight: FontWeight.normal),
  'regexp': TextStyle(color: Color(0xffe2c696)),
  'symbol': TextStyle(color: Color(0xffe2c696)),
  'variable': TextStyle(color: Color(0xffe2c696)),
  'template-variable': TextStyle(color: Color(0xffe2c696)),
  'link': TextStyle(color: Color(0xffe2c696)),
  'selector-attr': TextStyle(color: Color(0xffe2c696)),
  'selector-pseudo': TextStyle(color: Color(0xffe2c696)),
  'built_in': TextStyle(color: Color(0xff97bf0d), fontWeight: FontWeight.bold),
  'literal': TextStyle(color: Color(0xff97bf0d), fontWeight: FontWeight.bold),
  'bullet': TextStyle(color: Color(0xff397300)),
  'code': TextStyle(color: Color(0xff397300)),
  'addition': TextStyle(color: Color(0xff397300)),
  'class': TextStyle(color: Color(0xffce9d4d), fontWeight: FontWeight.bold),
  'meta': TextStyle(color: Color(0xff1f7199)),
  'meta-string': TextStyle(color: Color(0xff4d99bf)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};