atelierSeasideDarkTheme top-level constant
Implementation
const atelierSeasideDarkTheme = {
'comment': TextStyle(color: Color(0xff809980)),
'quote': TextStyle(color: Color(0xff809980)),
'variable': TextStyle(color: Color(0xffe6193c)),
'template-variable': TextStyle(color: Color(0xffe6193c)),
'attribute': TextStyle(color: Color(0xffe6193c)),
'tag': TextStyle(color: Color(0xffe6193c)),
'name': TextStyle(color: Color(0xffe6193c)),
'regexp': TextStyle(color: Color(0xffe6193c)),
'link': TextStyle(color: Color(0xffe6193c)),
'selector-id': TextStyle(color: Color(0xffe6193c)),
'selector-class': TextStyle(color: Color(0xffe6193c)),
'number': TextStyle(color: Color(0xff87711d)),
'meta': TextStyle(color: Color(0xff87711d)),
'built_in': TextStyle(color: Color(0xff87711d)),
'builtin-name': TextStyle(color: Color(0xff87711d)),
'literal': TextStyle(color: Color(0xff87711d)),
'type': TextStyle(color: Color(0xff87711d)),
'params': TextStyle(color: Color(0xff87711d)),
'string': TextStyle(color: Color(0xff29a329)),
'symbol': TextStyle(color: Color(0xff29a329)),
'bullet': TextStyle(color: Color(0xff29a329)),
'title': TextStyle(color: Color(0xff3d62f5)),
'section': TextStyle(color: Color(0xff3d62f5)),
'keyword': TextStyle(color: Color(0xffad2bee)),
'selector-tag': TextStyle(color: Color(0xffad2bee)),
'root':
TextStyle(backgroundColor: Color(0xff131513), color: Color(0xff8ca68c)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};