atelierSavannaLightTheme top-level constant
Implementation
const atelierSavannaLightTheme = {
'comment': TextStyle(color: Color(0xff5f6d64)),
'quote': TextStyle(color: Color(0xff5f6d64)),
'variable': TextStyle(color: Color(0xffb16139)),
'template-variable': TextStyle(color: Color(0xffb16139)),
'attribute': TextStyle(color: Color(0xffb16139)),
'tag': TextStyle(color: Color(0xffb16139)),
'name': TextStyle(color: Color(0xffb16139)),
'regexp': TextStyle(color: Color(0xffb16139)),
'link': TextStyle(color: Color(0xffb16139)),
'selector-id': TextStyle(color: Color(0xffb16139)),
'selector-class': TextStyle(color: Color(0xffb16139)),
'number': TextStyle(color: Color(0xff9f713c)),
'meta': TextStyle(color: Color(0xff9f713c)),
'built_in': TextStyle(color: Color(0xff9f713c)),
'builtin-name': TextStyle(color: Color(0xff9f713c)),
'literal': TextStyle(color: Color(0xff9f713c)),
'type': TextStyle(color: Color(0xff9f713c)),
'params': TextStyle(color: Color(0xff9f713c)),
'string': TextStyle(color: Color(0xff489963)),
'symbol': TextStyle(color: Color(0xff489963)),
'bullet': TextStyle(color: Color(0xff489963)),
'title': TextStyle(color: Color(0xff478c90)),
'section': TextStyle(color: Color(0xff478c90)),
'keyword': TextStyle(color: Color(0xff55859b)),
'selector-tag': TextStyle(color: Color(0xff55859b)),
'deletion':
TextStyle(color: Color(0xff171c19), backgroundColor: Color(0xffb16139)),
'addition':
TextStyle(color: Color(0xff171c19), backgroundColor: Color(0xff489963)),
'root':
TextStyle(backgroundColor: Color(0xffecf4ee), color: Color(0xff526057)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};