declare const oceanic = "\n.hljs {\n color: #24292e;\n background: #ffffff;\n display: block;\n}\n\n.hljs-doctag,\n.hljs-keyword,\n.hljs-meta .hljs-keyword,\n.hljs-template-tag,\n.hljs-template-variable,\n.hljs-type,\n.hljs-variable.language_ {\n/* prettylights-syntax-keyword */\ncolor: #d73a49;\n}\n\n.hljs-title,\n.hljs-title.class_,\n.hljs-title.class_.inherited__,\n.hljs-title.function_ {\n/* prettylights-syntax-entity */\ncolor: #6f42c1;\n}\n\n.hljs-attr,\n.hljs-attribute,\n.hljs-literal,\n.hljs-meta,\n.hljs-number,\n.hljs-operator,\n.hljs-variable,\n.hljs-selector-attr,\n.hljs-selector-class,\n.hljs-selector-id {\n/* prettylights-syntax-constant */\ncolor: #005cc5;\n}\n\n.hljs-regexp,\n.hljs-string,\n.hljs-meta .hljs-string {\n/* prettylights-syntax-string */\ncolor: #032f62;\n}\n\n.hljs-built_in,\n.hljs-symbol {\n/* prettylights-syntax-variable */\ncolor: #e36209;\n}\n\n.hljs-comment,\n.hljs-code,\n.hljs-formula {\n/* prettylights-syntax-comment */\ncolor: #6a737d;\n}\n\n.hljs-name,\n.hljs-quote,\n.hljs-selector-tag,\n.hljs-selector-pseudo {\n/* prettylights-syntax-entity-tag */\ncolor: #22863a;\n}\n\n.hljs-subst {\n/* prettylights-syntax-storage-modifier-import */\ncolor: #24292e;\n}\n\n.hljs-section {\n/* prettylights-syntax-markup-heading */\ncolor: #005cc5;\nfont-weight: bold;\n}\n\n.hljs-bullet {\n/* prettylights-syntax-markup-list */\ncolor: #735c0f;\n}\n\n.hljs-emphasis {\n/* prettylights-syntax-markup-italic */\ncolor: #24292e;\nfont-style: italic;\n}\n\n.hljs-strong {\n/* prettylights-syntax-markup-bold */\ncolor: #24292e;\nfont-weight: bold;\n}\n\n.hljs-addition {\n/* prettylights-syntax-markup-inserted */\ncolor: #22863a;\nbackground-color: #f0fff4;\n}\n\n.hljs-deletion {\n/* prettylights-syntax-markup-deleted */\ncolor: #b31d28;\nbackground-color: #ffeef0;\n}\n\n.hljs-char.escape_,\n.hljs-link,\n.hljs-params,\n.hljs-property,\n.hljs-punctuation,\n.hljs-tag {\n/* purposely ignored */\n}\n"; export default oceanic; //# sourceMappingURL=github.css.d.ts.map