obsidianTheme top-level constant
Implementation
const obsidianTheme = {
'root':
TextStyle(color: Color(0xffe0e2e4), backgroundColor: Color(0xff282b2e)),
'keyword': TextStyle(color: Color(0xff93c763), fontWeight: FontWeight.bold),
'selector-tag':
TextStyle(color: Color(0xff93c763), fontWeight: FontWeight.bold),
'literal': TextStyle(color: Color(0xff93c763), fontWeight: FontWeight.bold),
'selector-id': TextStyle(color: Color(0xff93c763)),
'number': TextStyle(color: Color(0xffffcd22)),
'attribute': TextStyle(color: Color(0xff668bb0)),
'regexp': TextStyle(color: Color(0xffd39745)),
'link': TextStyle(color: Color(0xffd39745)),
'meta': TextStyle(color: Color(0xff557182)),
'tag': TextStyle(color: Color(0xff8cbbad)),
'name': TextStyle(color: Color(0xff8cbbad), fontWeight: FontWeight.bold),
'bullet': TextStyle(color: Color(0xff8cbbad)),
'subst': TextStyle(color: Color(0xff8cbbad)),
'emphasis': TextStyle(color: Color(0xff8cbbad)),
'type': TextStyle(color: Color(0xff8cbbad), fontWeight: FontWeight.bold),
'built_in': TextStyle(color: Color(0xff8cbbad)),
'selector-attr': TextStyle(color: Color(0xff8cbbad)),
'selector-pseudo': TextStyle(color: Color(0xff8cbbad)),
'addition': TextStyle(color: Color(0xff8cbbad)),
'variable': TextStyle(color: Color(0xff8cbbad)),
'template-tag': TextStyle(color: Color(0xff8cbbad)),
'template-variable': TextStyle(color: Color(0xff8cbbad)),
'string': TextStyle(color: Color(0xffec7600)),
'symbol': TextStyle(color: Color(0xffec7600)),
'comment': TextStyle(color: Color(0xff818e96)),
'quote': TextStyle(color: Color(0xff818e96)),
'deletion': TextStyle(color: Color(0xff818e96)),
'selector-class': TextStyle(color: Color(0xffA082BD)),
'doctag': TextStyle(fontWeight: FontWeight.bold),
'title': TextStyle(fontWeight: FontWeight.bold),
'section': TextStyle(fontWeight: FontWeight.bold, color: Color(0xffffffff)),
'strong': TextStyle(fontWeight: FontWeight.bold),
'code': TextStyle(color: Color(0xffffffff)),
'title.class_': TextStyle(color: Color(0xffffffff)),
'class-title': TextStyle(color: Color(0xffffffff)),
};