atelierPlateauDarkTheme top-level constant
Implementation
const atelierPlateauDarkTheme = {
'comment': TextStyle(color: Color(0xff7e7777)),
'quote': TextStyle(color: Color(0xff7e7777)),
'variable': TextStyle(color: Color(0xffca4949)),
'template-variable': TextStyle(color: Color(0xffca4949)),
'attribute': TextStyle(color: Color(0xffca4949)),
'tag': TextStyle(color: Color(0xffca4949)),
'name': TextStyle(color: Color(0xffca4949)),
'regexp': TextStyle(color: Color(0xffca4949)),
'link': TextStyle(color: Color(0xffca4949)),
'selector-id': TextStyle(color: Color(0xffca4949)),
'selector-class': TextStyle(color: Color(0xffca4949)),
'number': TextStyle(color: Color(0xffb45a3c)),
'meta': TextStyle(color: Color(0xffb45a3c)),
'built_in': TextStyle(color: Color(0xffb45a3c)),
'builtin-name': TextStyle(color: Color(0xffb45a3c)),
'literal': TextStyle(color: Color(0xffb45a3c)),
'type': TextStyle(color: Color(0xffb45a3c)),
'params': TextStyle(color: Color(0xffb45a3c)),
'string': TextStyle(color: Color(0xff4b8b8b)),
'symbol': TextStyle(color: Color(0xff4b8b8b)),
'bullet': TextStyle(color: Color(0xff4b8b8b)),
'title': TextStyle(color: Color(0xff7272ca)),
'section': TextStyle(color: Color(0xff7272ca)),
'keyword': TextStyle(color: Color(0xff8464c4)),
'selector-tag': TextStyle(color: Color(0xff8464c4)),
'deletion':
TextStyle(color: Color(0xff1b1818), backgroundColor: Color(0xffca4949)),
'addition':
TextStyle(color: Color(0xff1b1818), backgroundColor: Color(0xff4b8b8b)),
'root':
TextStyle(backgroundColor: Color(0xff1b1818), color: Color(0xff8a8585)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};