// GENERATED CODE - DO NOT MODIFY BY HAND import 'package:flutter/painting.dart'; const nightOwlTheme = { 'root': TextStyle(backgroundColor: Color(0xff011627), color: Color(0xffd6deeb)), 'keyword': TextStyle(color: Color(0xffc792ea), fontStyle: FontStyle.italic), 'built_in': TextStyle(color: Color(0xffaddb67), fontStyle: FontStyle.italic), 'type': TextStyle(color: Color(0xff82aaff)), 'literal': TextStyle(color: Color(0xffff5874)), 'number': TextStyle(color: Color(0xffF78C6C)), 'regexp': TextStyle(color: Color(0xff5ca7e4)), 'string': TextStyle(color: Color(0xffecc48d)), 'subst': TextStyle(color: Color(0xffd3423e)), 'symbol': TextStyle(color: Color(0xff82aaff)), 'class': TextStyle(color: Color(0xffffcb8b)), 'function': TextStyle(color: Color(0xff82AAFF)), 'title': TextStyle(color: Color(0xffDCDCAA), fontStyle: FontStyle.italic), 'params': TextStyle(color: Color(0xff7fdbca)), 'comment': TextStyle(color: Color(0xff637777), fontStyle: FontStyle.italic), 'doctag': TextStyle(color: Color(0xff7fdbca)), 'meta': TextStyle(color: Color(0xff82aaff)), 'meta-keyword': TextStyle(color: Color(0xff82aaff)), 'meta-string': TextStyle(color: Color(0xffecc48d)), 'section': TextStyle(color: Color(0xff82b1ff)), 'tag': TextStyle(color: Color(0xff7fdbca)), 'name': TextStyle(color: Color(0xff7fdbca)), 'builtin-name': TextStyle(color: Color(0xff7fdbca)), 'attr': TextStyle(color: Color(0xff7fdbca)), 'attribute': TextStyle(color: Color(0xff80cbc4)), 'variable': TextStyle(color: Color(0xffaddb67)), 'bullet': TextStyle(color: Color(0xffd9f5dd)), 'code': TextStyle(color: Color(0xff80CBC4)), 'emphasis': TextStyle(color: Color(0xffc792ea), fontStyle: FontStyle.italic), 'strong': TextStyle(color: Color(0xffaddb67), fontWeight: FontWeight.bold), 'formula': TextStyle(color: Color(0xffc792ea)), 'link': TextStyle(color: Color(0xffff869a)), 'quote': TextStyle(color: Color(0xff697098), fontStyle: FontStyle.italic), 'selector-tag': TextStyle(color: Color(0xffff6363)), 'selector-id': TextStyle(color: Color(0xfffad430)), 'selector-class': TextStyle(color: Color(0xffaddb67), fontStyle: FontStyle.italic), 'selector-attr': TextStyle(color: Color(0xffc792ea), fontStyle: FontStyle.italic), 'selector-pseudo': TextStyle(color: Color(0xffc792ea), fontStyle: FontStyle.italic), 'template-tag': TextStyle(color: Color(0xffc792ea)), 'template-variable': TextStyle(color: Color(0xffaddb67)), 'addition': TextStyle(color: Color(0xffaddb67ff), fontStyle: FontStyle.italic), 'deletion': TextStyle(color: Color(0xffEF535090), fontStyle: FontStyle.italic), };