codepenEmbedTheme top-level constant
Implementation
const codepenEmbedTheme = {
'root':
TextStyle(backgroundColor: Color(0xff222222), color: Color(0xffffffff)),
'comment': TextStyle(color: Color(0xff777777)),
'quote': TextStyle(color: Color(0xff777777)),
'variable': TextStyle(color: Color(0xffab875d)),
'template-variable': TextStyle(color: Color(0xffab875d)),
'tag': TextStyle(color: Color(0xffab875d)),
'regexp': TextStyle(color: Color(0xffab875d)),
'meta': TextStyle(color: Color(0xffab875d)),
'number': TextStyle(color: Color(0xffab875d)),
'built_in': TextStyle(color: Color(0xffab875d)),
'literal': TextStyle(color: Color(0xffab875d)),
'params': TextStyle(color: Color(0xffab875d)),
'symbol': TextStyle(color: Color(0xffab875d)),
'bullet': TextStyle(color: Color(0xffab875d)),
'link': TextStyle(color: Color(0xffab875d)),
'deletion': TextStyle(color: Color(0xffab875d)),
'section': TextStyle(color: Color(0xff9b869b)),
'title': TextStyle(color: Color(0xff9b869b)),
'name': TextStyle(color: Color(0xff9b869b)),
'selector-id': TextStyle(color: Color(0xff9b869b)),
'selector-class': TextStyle(color: Color(0xff9b869b)),
'type': TextStyle(color: Color(0xff9b869b)),
'attribute': TextStyle(color: Color(0xff9b869b)),
'string': TextStyle(color: Color(0xff8f9c6c)),
'keyword': TextStyle(color: Color(0xff8f9c6c)),
'selector-tag': TextStyle(color: Color(0xff8f9c6c)),
'addition': TextStyle(color: Color(0xff8f9c6c)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};