atelierEstuaryDarkTheme top-level constant
Implementation
const atelierEstuaryDarkTheme = {
'comment': TextStyle(color: Color(0xff878573)),
'quote': TextStyle(color: Color(0xff878573)),
'variable': TextStyle(color: Color(0xffba6236)),
'template-variable': TextStyle(color: Color(0xffba6236)),
'attribute': TextStyle(color: Color(0xffba6236)),
'tag': TextStyle(color: Color(0xffba6236)),
'name': TextStyle(color: Color(0xffba6236)),
'regexp': TextStyle(color: Color(0xffba6236)),
'link': TextStyle(color: Color(0xffba6236)),
'selector-id': TextStyle(color: Color(0xffba6236)),
'selector-class': TextStyle(color: Color(0xffba6236)),
'number': TextStyle(color: Color(0xffae7313)),
'meta': TextStyle(color: Color(0xffae7313)),
'built_in': TextStyle(color: Color(0xffae7313)),
'builtin-name': TextStyle(color: Color(0xffae7313)),
'literal': TextStyle(color: Color(0xffae7313)),
'type': TextStyle(color: Color(0xffae7313)),
'params': TextStyle(color: Color(0xffae7313)),
'string': TextStyle(color: Color(0xff7d9726)),
'symbol': TextStyle(color: Color(0xff7d9726)),
'bullet': TextStyle(color: Color(0xff7d9726)),
'title': TextStyle(color: Color(0xff36a166)),
'section': TextStyle(color: Color(0xff36a166)),
'keyword': TextStyle(color: Color(0xff5f9182)),
'selector-tag': TextStyle(color: Color(0xff5f9182)),
'deletion':
TextStyle(color: Color(0xff22221b), backgroundColor: Color(0xffba6236)),
'addition':
TextStyle(color: Color(0xff22221b), backgroundColor: Color(0xff7d9726)),
'root':
TextStyle(backgroundColor: Color(0xff22221b), color: Color(0xff929181)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};