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