atelierLakesideDarkTheme top-level constant

Map<String, TextStyle> const atelierLakesideDarkTheme

Implementation

const atelierLakesideDarkTheme = {
  'comment': TextStyle(color: Color(0xff7195a8)),
  'quote': TextStyle(color: Color(0xff7195a8)),
  'variable': TextStyle(color: Color(0xffd22d72)),
  'template-variable': TextStyle(color: Color(0xffd22d72)),
  'attribute': TextStyle(color: Color(0xffd22d72)),
  'tag': TextStyle(color: Color(0xffd22d72)),
  'name': TextStyle(color: Color(0xffd22d72)),
  'regexp': TextStyle(color: Color(0xffd22d72)),
  'link': TextStyle(color: Color(0xffd22d72)),
  'selector-id': TextStyle(color: Color(0xffd22d72)),
  'selector-class': TextStyle(color: Color(0xffd22d72)),
  'number': TextStyle(color: Color(0xff935c25)),
  'meta': TextStyle(color: Color(0xff935c25)),
  'built_in': TextStyle(color: Color(0xff935c25)),
  'builtin-name': TextStyle(color: Color(0xff935c25)),
  'literal': TextStyle(color: Color(0xff935c25)),
  'type': TextStyle(color: Color(0xff935c25)),
  'params': TextStyle(color: Color(0xff935c25)),
  'string': TextStyle(color: Color(0xff568c3b)),
  'symbol': TextStyle(color: Color(0xff568c3b)),
  'bullet': TextStyle(color: Color(0xff568c3b)),
  'title': TextStyle(color: Color(0xff257fad)),
  'section': TextStyle(color: Color(0xff257fad)),
  'keyword': TextStyle(color: Color(0xff6b6bb8)),
  'selector-tag': TextStyle(color: Color(0xff6b6bb8)),
  'root':
      TextStyle(backgroundColor: Color(0xff161b1d), color: Color(0xff7ea2b4)),
  'emphasis': TextStyle(fontStyle: FontStyle.italic),
  'strong': TextStyle(fontWeight: FontWeight.bold),
};