foundationTheme top-level constant

Map<String, TextStyle> const foundationTheme

Implementation

const foundationTheme = {
  'root':
      TextStyle(backgroundColor: Color(0xffeeeeee), color: Color(0xff000000)),
  'link': TextStyle(color: Color(0xff007700)),
  'emphasis': TextStyle(color: Color(0xff007700), fontStyle: FontStyle.italic),
  'attribute': TextStyle(color: Color(0xff007700)),
  'addition': TextStyle(color: Color(0xff007700)),
  'strong': TextStyle(color: Color(0xffdd1144), fontWeight: FontWeight.bold),
  'string': TextStyle(color: Color(0xffdd1144)),
  'deletion': TextStyle(color: Color(0xffdd1144)),
  'quote': TextStyle(color: Color(0xff999988), fontStyle: FontStyle.italic),
  'comment': TextStyle(color: Color(0xff999988), fontStyle: FontStyle.italic),
  'section': TextStyle(color: Color(0xff990000)),
  'title': TextStyle(color: Color(0xff990000)),
  'type': TextStyle(color: Color(0xff445588)),
  'variable': TextStyle(color: Color(0xff336699)),
  'template-variable': TextStyle(color: Color(0xff336699)),
  'bullet': TextStyle(color: Color(0xff997700)),
  'meta': TextStyle(color: Color(0xff3344bb)),
  'code': TextStyle(color: Color(0xff009999)),
  'number': TextStyle(color: Color(0xff009999)),
  'literal': TextStyle(color: Color(0xff009999)),
  'keyword': TextStyle(color: Color(0xff009999)),
  'selector-tag': TextStyle(color: Color(0xff009999)),
  'regexp':
      TextStyle(backgroundColor: Color(0xfffff0ff), color: Color(0xff880088)),
  'symbol': TextStyle(color: Color(0xff990073)),
  'tag': TextStyle(color: Color(0xff007700)),
  'name': TextStyle(color: Color(0xff007700)),
  'selector-id': TextStyle(color: Color(0xff007700)),
  'selector-class': TextStyle(color: Color(0xff007700)),
};