atelierForestDarkTheme top-level constant
Implementation
const atelierForestDarkTheme = {
'comment': TextStyle(color: Color(0xff9c9491)),
'quote': TextStyle(color: Color(0xff9c9491)),
'variable': TextStyle(color: Color(0xfff22c40)),
'template-variable': TextStyle(color: Color(0xfff22c40)),
'attribute': TextStyle(color: Color(0xfff22c40)),
'tag': TextStyle(color: Color(0xfff22c40)),
'name': TextStyle(color: Color(0xfff22c40)),
'regexp': TextStyle(color: Color(0xfff22c40)),
'link': TextStyle(color: Color(0xfff22c40)),
'selector-id': TextStyle(color: Color(0xfff22c40)),
'selector-class': TextStyle(color: Color(0xfff22c40)),
'number': TextStyle(color: Color(0xffdf5320)),
'meta': TextStyle(color: Color(0xffdf5320)),
'built_in': TextStyle(color: Color(0xffdf5320)),
'builtin-name': TextStyle(color: Color(0xffdf5320)),
'literal': TextStyle(color: Color(0xffdf5320)),
'type': TextStyle(color: Color(0xffdf5320)),
'params': TextStyle(color: Color(0xffdf5320)),
'string': TextStyle(color: Color(0xff7b9726)),
'symbol': TextStyle(color: Color(0xff7b9726)),
'bullet': TextStyle(color: Color(0xff7b9726)),
'title': TextStyle(color: Color(0xff407ee7)),
'section': TextStyle(color: Color(0xff407ee7)),
'keyword': TextStyle(color: Color(0xff6666ea)),
'selector-tag': TextStyle(color: Color(0xff6666ea)),
'root':
TextStyle(backgroundColor: Color(0xff1b1918), color: Color(0xffa8a19f)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};