UNPKG

svelte-rune-highlight

Version:
43 lines (41 loc) 1.59 kB
const brushTrees = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px} /*! Theme: Brush Trees Author: Abraham White <abelincoln.white@gmail.com> 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:#6D828E;background:#E3EFEF}.hljs::selection, .hljs ::selection{background-color:#B0C5C8;color:#6D828E}.hljs-comment{color:#98AFB5}.hljs-tag{color:#8299A1}.hljs-subst, .hljs-punctuation, .hljs-operator{color:#6D828E}.hljs-operator{opacity:0.7}.hljs-bullet, .hljs-variable, .hljs-template-variable, .hljs-selector-tag, .hljs-name, .hljs-deletion{color:#b38686}.hljs-symbol, .hljs-number, .hljs-link, .hljs-attr, .hljs-variable.constant_, .hljs-literal{color:#d8bba2}.hljs-title, .hljs-class .hljs-title, .hljs-title.class_{color:#aab386}.hljs-strong{font-weight:bold;color:#aab386}.hljs-code, .hljs-addition, .hljs-title.class_.inherited__, .hljs-string{color:#87b386}.hljs-built_in, .hljs-doctag, .hljs-quote, .hljs-keyword.hljs-atrule, .hljs-regexp{color:#86b3b3}.hljs-function .hljs-title, .hljs-attribute, .ruby .hljs-property, .hljs-title.function_, .hljs-section{color:#868cb3}.hljs-type, .hljs-template-tag, .diff .hljs-meta, .hljs-keyword{color:#b386b2}.hljs-emphasis{color:#b386b2;font-style:italic}.hljs-meta, .hljs-meta .hljs-keyword, .hljs-meta .hljs-string{color:#b39f9f}.hljs-meta .hljs-keyword, .hljs-meta-keyword{font-weight:bold}</style>`; export default brushTrees;