atelierDuneDarkTheme top-level constant

Map<String, TextStyle> const atelierDuneDarkTheme

Implementation

const atelierDuneDarkTheme = {
  'comment': TextStyle(color: Color(0xff999580)),
  'quote': TextStyle(color: Color(0xff999580)),
  'variable': TextStyle(color: Color(0xffd73737)),
  'template-variable': TextStyle(color: Color(0xffd73737)),
  'attribute': TextStyle(color: Color(0xffd73737)),
  'tag': TextStyle(color: Color(0xffd73737)),
  'name': TextStyle(color: Color(0xffd73737)),
  'regexp': TextStyle(color: Color(0xffd73737)),
  'link': TextStyle(color: Color(0xffd73737)),
  'selector-id': TextStyle(color: Color(0xffd73737)),
  'selector-class': TextStyle(color: Color(0xffd73737)),
  'number': TextStyle(color: Color(0xffb65611)),
  'meta': TextStyle(color: Color(0xffb65611)),
  'built_in': TextStyle(color: Color(0xffb65611)),
  'builtin-name': TextStyle(color: Color(0xffb65611)),
  'literal': TextStyle(color: Color(0xffb65611)),
  'type': TextStyle(color: Color(0xffb65611)),
  'params': TextStyle(color: Color(0xffb65611)),
  'string': TextStyle(color: Color(0xff60ac39)),
  'symbol': TextStyle(color: Color(0xff60ac39)),
  'bullet': TextStyle(color: Color(0xff60ac39)),
  'title': TextStyle(color: Color(0xff6684e1)),
  'section': TextStyle(color: Color(0xff6684e1)),
  'keyword': TextStyle(color: Color(0xffb854d4)),
  'selector-tag': TextStyle(color: Color(0xffb854d4)),
  'root':
      TextStyle(backgroundColor: Color(0xff20201d), color: Color(0xffa6a28c)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};