UNPKG

svelte-rune-highlight

Version:
43 lines (41 loc) 1.58 kB
const helios = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px} /*! Theme: Helios Author: Alex Meyer (https://github.com/reyemxela) License: ~ MIT (or more permissive) [via base16-schemes-source] Maintainer: @highlightjs/core-team Version: 2021.09.0 */pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d5d5d5;background:#1d2021}.hljs::selection, .hljs ::selection{background-color:#53585b;color:#d5d5d5}.hljs-comment{color:#6f7579}.hljs-tag{color:#cdcdcd}.hljs-subst, .hljs-punctuation, .hljs-operator{color:#d5d5d5}.hljs-operator{opacity:0.7}.hljs-bullet, .hljs-variable, .hljs-template-variable, .hljs-selector-tag, .hljs-name, .hljs-deletion{color:#d72638}.hljs-symbol, .hljs-number, .hljs-link, .hljs-attr, .hljs-variable.constant_, .hljs-literal{color:#eb8413}.hljs-title, .hljs-class .hljs-title, .hljs-title.class_{color:#f19d1a}.hljs-strong{font-weight:bold;color:#f19d1a}.hljs-code, .hljs-addition, .hljs-title.class_.inherited__, .hljs-string{color:#88b92d}.hljs-built_in, .hljs-doctag, .hljs-quote, .hljs-keyword.hljs-atrule, .hljs-regexp{color:#1ba595}.hljs-function .hljs-title, .hljs-attribute, .ruby .hljs-property, .hljs-title.function_, .hljs-section{color:#1e8bac}.hljs-type, .hljs-template-tag, .diff .hljs-meta, .hljs-keyword{color:#be4264}.hljs-emphasis{color:#be4264;font-style:italic}.hljs-meta, .hljs-meta .hljs-keyword, .hljs-meta .hljs-string{color:#c85e0d}.hljs-meta .hljs-keyword, .hljs-meta-keyword{font-weight:bold}</style>`; export default helios;