var prismLune = "/* Generated with http://k88hudson.github.io/syntax-highlighting-theme-generator/www */\n/* http://k88hudson.github.io/react-markdocs */\n/**\n * @author k88hudson\n *\n * Based on prism.js default theme for JavaScript, CSS and HTML\n * Based on dabblet (http://dabblet.com)\n * @author Lea Verou\n */\n/*********************************************************\n* General\n*/\npre[class*=\"language-\"],\ncode[class*=\"language-\"] {\n  color: #616161; /* grey700 */\n  font-size: 13px;\n  text-shadow: none;\n  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;\n  direction: ltr;\n  text-align: left;\n  white-space: pre;\n  word-spacing: normal;\n  word-break: normal;\n  line-height: 1.5;\n  -moz-tab-size: 4;\n  -o-tab-size: 4;\n  tab-size: 4;\n  -webkit-hyphens: none;\n  -moz-hyphens: none;\n  -ms-hyphens: none;\n  hyphens: none;\n}\npre[class*=\"language-\"]::selection,\ncode[class*=\"language-\"]::selection,\npre[class*=\"language-\"]::mozselection,\ncode[class*=\"language-\"]::mozselection {\n  text-shadow: none;\n  background: #ffeb84; /* not sure what this colour does */\n}\n@media print {\n  pre[class*=\"language-\"],\n  code[class*=\"language-\"] {\n    text-shadow: none;\n  }\n}\npre[class*=\"language-\"] {\n  padding: 1em;\n  margin: .5em 0;\n  overflow: auto;\n  background: #fafafa; /* grey50 */\n}\n:not(pre) > code[class*=\"language-\"] {\n  padding: .1em .3em;\n  border-radius: .3em;\n  color: #ff4949; /* not in the Lune palette yet */\n  background: #fff7f7; /* not in the Lune palette yet */\n}\n/*********************************************************\n* Tokens\n*/\n.namespace {\n  opacity: .7;\n}\n.token.comment,\n.token.prolog,\n.token.doctype,\n.token.cdata {\n  color: #9e9e9e; /* grey500 */\n}\n.token.punctuation {\n  color: #616161; /* grey700 */\n}\n.token.property,\n.token.tag,\n.token.boolean,\n.token.number,\n.token.constant,\n.token.symbol,\n.token.deleted {\n  color: #616161; /* grey700 */\n}\n.token.selector,\n.token.attr-name,\n.token.string,\n.token.char,\n.token.builtin,\n.token.inserted {\n  color: #048327; /* green600 */\n}\n.token.operator,\n.token.entity,\n.token.url,\n.language-css .token.string,\n.style .token.string {\n  color: #616161; /* grey700 */\n  background: #fafafa; /* grey50 */\n}\n.token.atrule,\n.token.attr-value,\n.token.keyword {\n  color: #245cd5; /* blue600 */\n}\n.token.function {\n  color: #616161; /* grey700 */\n}\n.token.regex,\n.token.important,\n.token.variable {\n  color: #ffa600; /* not in Lune palette */\n}\n.token.important,\n.token.bold {\n  font-weight: bold;\n}\n.token.italic {\n  font-style: italic;\n}\n.token.entity {\n  cursor: help;\n}\n/*********************************************************\n* Line highlighting\n*/\npre[data-line] {\n  position: relative;\n}\npre[class*=\"language-\"] > code[class*=\"language-\"] {\n  position: relative;\n  z-index: 1;\n}\n.line-highlight {\n  position: absolute;\n  left: 0;\n  right: 0;\n  padding: inherit 0;\n  margin-top: 1em;\n  background: #e0e0e0; /* grey300 */\n  box-shadow: inset 5px 0 0 #212121; /* grey900 */\n  z-index: 0;\n  pointer-events: none;\n  line-height: inherit;\n  white-space: pre;\n}\n";

export { prismLune as default };
