atelierHeathDarkTheme top-level constant

Map<String, TextStyle> const atelierHeathDarkTheme

Implementation

const atelierHeathDarkTheme = {
  'comment': TextStyle(color: Color(0xff9e8f9e)),
  'quote': TextStyle(color: Color(0xff9e8f9e)),
  'variable': TextStyle(color: Color(0xffca402b)),
  'template-variable': TextStyle(color: Color(0xffca402b)),
  'attribute': TextStyle(color: Color(0xffca402b)),
  'tag': TextStyle(color: Color(0xffca402b)),
  'name': TextStyle(color: Color(0xffca402b)),
  'regexp': TextStyle(color: Color(0xffca402b)),
  'link': TextStyle(color: Color(0xffca402b)),
  'selector-id': TextStyle(color: Color(0xffca402b)),
  'selector-class': TextStyle(color: Color(0xffca402b)),
  'number': TextStyle(color: Color(0xffa65926)),
  'meta': TextStyle(color: Color(0xffa65926)),
  'built_in': TextStyle(color: Color(0xffa65926)),
  'builtin-name': TextStyle(color: Color(0xffa65926)),
  'literal': TextStyle(color: Color(0xffa65926)),
  'type': TextStyle(color: Color(0xffa65926)),
  'params': TextStyle(color: Color(0xffa65926)),
  'string': TextStyle(color: Color(0xff918b3b)),
  'symbol': TextStyle(color: Color(0xff918b3b)),
  'bullet': TextStyle(color: Color(0xff918b3b)),
  'title': TextStyle(color: Color(0xff516aec)),
  'section': TextStyle(color: Color(0xff516aec)),
  'keyword': TextStyle(color: Color(0xff7b59c0)),
  'selector-tag': TextStyle(color: Color(0xff7b59c0)),
  'root':
      TextStyle(backgroundColor: Color(0xff1b181b), color: Color(0xffab9bab)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};