atelierForestLightTheme top-level constant

Map<String, TextStyle> const atelierForestLightTheme

Implementation

const atelierForestLightTheme = {
  'comment': TextStyle(color: Color(0xff766e6b)),
  'quote': TextStyle(color: Color(0xff766e6b)),
  'variable': TextStyle(color: Color(0xfff22c40)),
  'template-variable': TextStyle(color: Color(0xfff22c40)),
  'attribute': TextStyle(color: Color(0xfff22c40)),
  'tag': TextStyle(color: Color(0xfff22c40)),
  'name': TextStyle(color: Color(0xfff22c40)),
  'regexp': TextStyle(color: Color(0xfff22c40)),
  'link': TextStyle(color: Color(0xfff22c40)),
  'selector-id': TextStyle(color: Color(0xfff22c40)),
  'selector-class': TextStyle(color: Color(0xfff22c40)),
  'number': TextStyle(color: Color(0xffdf5320)),
  'meta': TextStyle(color: Color(0xffdf5320)),
  'built_in': TextStyle(color: Color(0xffdf5320)),
  'builtin-name': TextStyle(color: Color(0xffdf5320)),
  'literal': TextStyle(color: Color(0xffdf5320)),
  'type': TextStyle(color: Color(0xffdf5320)),
  'params': TextStyle(color: Color(0xffdf5320)),
  'string': TextStyle(color: Color(0xff7b9726)),
  'symbol': TextStyle(color: Color(0xff7b9726)),
  'bullet': TextStyle(color: Color(0xff7b9726)),
  'title': TextStyle(color: Color(0xff407ee7)),
  'section': TextStyle(color: Color(0xff407ee7)),
  'keyword': TextStyle(color: Color(0xff6666ea)),
  'selector-tag': TextStyle(color: Color(0xff6666ea)),
  'root':
      TextStyle(backgroundColor: Color(0xfff1efee), color: Color(0xff68615e)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};