oceanTheme top-level constant
Implementation
const oceanTheme = {
'comment': TextStyle(color: Color(0xff65737e)),
'quote': TextStyle(color: Color(0xff65737e)),
'variable': TextStyle(color: Color(0xffbf616a)),
'template-variable': TextStyle(color: Color(0xffbf616a)),
'tag': TextStyle(color: Color(0xffbf616a)),
'name': TextStyle(color: Color(0xffbf616a)),
'selector-id': TextStyle(color: Color(0xffbf616a)),
'selector-class': TextStyle(color: Color(0xffbf616a)),
'regexp': TextStyle(color: Color(0xffbf616a)),
'deletion': TextStyle(color: Color(0xffbf616a)),
'number': TextStyle(color: Color(0xffd08770)),
'built_in': TextStyle(color: Color(0xffd08770)),
'builtin-name': TextStyle(color: Color(0xffd08770)),
'literal': TextStyle(color: Color(0xffd08770)),
'type': TextStyle(color: Color(0xffd08770)),
'params': TextStyle(color: Color(0xffd08770)),
'meta': TextStyle(color: Color(0xffd08770)),
'link': TextStyle(color: Color(0xffd08770)),
'attribute': TextStyle(color: Color(0xffebcb8b)),
'string': TextStyle(color: Color(0xffa3be8c)),
'symbol': TextStyle(color: Color(0xffa3be8c)),
'bullet': TextStyle(color: Color(0xffa3be8c)),
'addition': TextStyle(color: Color(0xffa3be8c)),
'title': TextStyle(color: Color(0xff8fa1b3)),
'section': TextStyle(color: Color(0xff8fa1b3)),
'keyword': TextStyle(color: Color(0xffb48ead)),
'selector-tag': TextStyle(color: Color(0xffb48ead)),
'root':
TextStyle(backgroundColor: Color(0xff2b303b), color: Color(0xffc0c5ce)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};