UNPKG

svelte-rune-highlight

Version:
43 lines (41 loc) 1.6 kB
const atelierForest = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px} /*! Theme: Atelier Forest 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:#a8a19f;background:#1b1918}.hljs::selection, .hljs ::selection{background-color:#68615e;color:#a8a19f}.hljs-comment{color:#766e6b}.hljs-tag{color:#9c9491}.hljs-subst, .hljs-punctuation, .hljs-operator{color:#a8a19f}.hljs-operator{opacity:0.7}.hljs-bullet, .hljs-variable, .hljs-template-variable, .hljs-selector-tag, .hljs-name, .hljs-deletion{color:#f22c40}.hljs-symbol, .hljs-number, .hljs-link, .hljs-attr, .hljs-variable.constant_, .hljs-literal{color:#df5320}.hljs-title, .hljs-class .hljs-title, .hljs-title.class_{color:#c38418}.hljs-strong{font-weight:bold;color:#c38418}.hljs-code, .hljs-addition, .hljs-title.class_.inherited__, .hljs-string{color:#7b9726}.hljs-built_in, .hljs-doctag, .hljs-quote, .hljs-keyword.hljs-atrule, .hljs-regexp{color:#3d97b8}.hljs-function .hljs-title, .hljs-attribute, .ruby .hljs-property, .hljs-title.function_, .hljs-section{color:#407ee7}.hljs-type, .hljs-template-tag, .diff .hljs-meta, .hljs-keyword{color:#6666ea}.hljs-emphasis{color:#6666ea;font-style:italic}.hljs-meta, .hljs-meta .hljs-keyword, .hljs-meta .hljs-string{color:#c33ff3}.hljs-meta .hljs-keyword, .hljs-meta-keyword{font-weight:bold}</style>`; export default atelierForest;