UNPKG

svelte-rune-highlight

Version:
43 lines (41 loc) 1.61 kB
const atelierCaveLight = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px} /*! Theme: Atelier Cave Light Author: Bram de Haan (http://atelierbramdehaan.nl) 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:#585260;background:#efecf4}.hljs::selection, .hljs ::selection{background-color:#8b8792;color:#585260}.hljs-comment{color:#7e7887}.hljs-tag{color:#655f6d}.hljs-subst, .hljs-punctuation, .hljs-operator{color:#585260}.hljs-operator{opacity:0.7}.hljs-bullet, .hljs-variable, .hljs-template-variable, .hljs-selector-tag, .hljs-name, .hljs-deletion{color:#be4678}.hljs-symbol, .hljs-number, .hljs-link, .hljs-attr, .hljs-variable.constant_, .hljs-literal{color:#aa573c}.hljs-title, .hljs-class .hljs-title, .hljs-title.class_{color:#a06e3b}.hljs-strong{font-weight:bold;color:#a06e3b}.hljs-code, .hljs-addition, .hljs-title.class_.inherited__, .hljs-string{color:#2a9292}.hljs-built_in, .hljs-doctag, .hljs-quote, .hljs-keyword.hljs-atrule, .hljs-regexp{color:#398bc6}.hljs-function .hljs-title, .hljs-attribute, .ruby .hljs-property, .hljs-title.function_, .hljs-section{color:#576ddb}.hljs-type, .hljs-template-tag, .diff .hljs-meta, .hljs-keyword{color:#955ae7}.hljs-emphasis{color:#955ae7;font-style:italic}.hljs-meta, .hljs-meta .hljs-keyword, .hljs-meta .hljs-string{color:#bf40bf}.hljs-meta .hljs-keyword, .hljs-meta-keyword{font-weight:bold}</style>`; export default atelierCaveLight;