paraisoLightTheme top-level constant
Implementation
const paraisoLightTheme = {
'root':
TextStyle(backgroundColor: Color(0xffe7e9db), color: Color(0xff4f424c)),
'comment': TextStyle(color: Color(0xff776e71)),
'quote': TextStyle(color: Color(0xff776e71)),
'variable': TextStyle(color: Color(0xffef6155)),
'template-variable': TextStyle(color: Color(0xffef6155)),
'tag': TextStyle(color: Color(0xffef6155)),
'name': TextStyle(color: Color(0xffef6155)),
'selector-id': TextStyle(color: Color(0xffef6155)),
'selector-class': TextStyle(color: Color(0xffef6155)),
'regexp': TextStyle(color: Color(0xffef6155)),
'link': TextStyle(color: Color(0xffef6155)),
'meta': TextStyle(color: Color(0xffef6155)),
'number': TextStyle(color: Color(0xfff99b15)),
'built_in': TextStyle(color: Color(0xfff99b15)),
'literal': TextStyle(color: Color(0xfff99b15)),
'type': TextStyle(color: Color(0xfff99b15)),
'params': TextStyle(color: Color(0xfff99b15)),
'deletion': TextStyle(color: Color(0xfff99b15)),
'title': TextStyle(color: Color(0xfffec418)),
'section': TextStyle(color: Color(0xfffec418)),
'attribute': TextStyle(color: Color(0xfffec418)),
'string': TextStyle(color: Color(0xff48b685)),
'symbol': TextStyle(color: Color(0xff48b685)),
'bullet': TextStyle(color: Color(0xff48b685)),
'addition': TextStyle(color: Color(0xff48b685)),
'keyword': TextStyle(color: Color(0xff815ba4)),
'selector-tag': TextStyle(color: Color(0xff815ba4)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};