atelierDuneLightTheme top-level constant
Implementation
const atelierDuneLightTheme = {
'comment': TextStyle(color: Color(0xff7d7a68)),
'quote': TextStyle(color: Color(0xff7d7a68)),
'variable': TextStyle(color: Color(0xffd73737)),
'template-variable': TextStyle(color: Color(0xffd73737)),
'attribute': TextStyle(color: Color(0xffd73737)),
'tag': TextStyle(color: Color(0xffd73737)),
'name': TextStyle(color: Color(0xffd73737)),
'regexp': TextStyle(color: Color(0xffd73737)),
'link': TextStyle(color: Color(0xffd73737)),
'selector-id': TextStyle(color: Color(0xffd73737)),
'selector-class': TextStyle(color: Color(0xffd73737)),
'number': TextStyle(color: Color(0xffb65611)),
'meta': TextStyle(color: Color(0xffb65611)),
'built_in': TextStyle(color: Color(0xffb65611)),
'builtin-name': TextStyle(color: Color(0xffb65611)),
'literal': TextStyle(color: Color(0xffb65611)),
'type': TextStyle(color: Color(0xffb65611)),
'params': TextStyle(color: Color(0xffb65611)),
'string': TextStyle(color: Color(0xff60ac39)),
'symbol': TextStyle(color: Color(0xff60ac39)),
'bullet': TextStyle(color: Color(0xff60ac39)),
'title': TextStyle(color: Color(0xff6684e1)),
'section': TextStyle(color: Color(0xff6684e1)),
'keyword': TextStyle(color: Color(0xffb854d4)),
'selector-tag': TextStyle(color: Color(0xffb854d4)),
'root':
TextStyle(backgroundColor: Color(0xfffefbec), color: Color(0xff6e6b5e)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};