obsidianTheme top-level constant

Map<String, TextStyle> const obsidianTheme

Implementation

const obsidianTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xff282b2e), color: Color(0xffe0e2e4)),
  '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)),
  'code': TextStyle(color: Color(0xffffffff)),
  'section': TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
  '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),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};