UNPKG

svelte-rune-highlight

Version:
43 lines (41 loc) 1.58 kB
const kimber = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px} /*! Theme: Kimber Author: Mishka Nguyen (https://github.com/akhsiM) 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:#DEDEE7;background:#222222}.hljs::selection, .hljs ::selection{background-color:#555D55;color:#DEDEE7}.hljs-comment{color:#644646}.hljs-tag{color:#5A5A5A}.hljs-subst, .hljs-punctuation, .hljs-operator{color:#DEDEE7}.hljs-operator{opacity:0.7}.hljs-bullet, .hljs-variable, .hljs-template-variable, .hljs-selector-tag, .hljs-name, .hljs-deletion{color:#C88C8C}.hljs-symbol, .hljs-number, .hljs-link, .hljs-attr, .hljs-variable.constant_, .hljs-literal{color:#476C88}.hljs-title, .hljs-class .hljs-title, .hljs-title.class_{color:#D8B56D}.hljs-strong{font-weight:bold;color:#D8B56D}.hljs-code, .hljs-addition, .hljs-title.class_.inherited__, .hljs-string{color:#99C899}.hljs-built_in, .hljs-doctag, .hljs-quote, .hljs-keyword.hljs-atrule, .hljs-regexp{color:#78B4B4}.hljs-function .hljs-title, .hljs-attribute, .ruby .hljs-property, .hljs-title.function_, .hljs-section{color:#537C9C}.hljs-type, .hljs-template-tag, .diff .hljs-meta, .hljs-keyword{color:#86CACD}.hljs-emphasis{color:#86CACD;font-style:italic}.hljs-meta, .hljs-meta .hljs-keyword, .hljs-meta .hljs-string{color:#704F4F}.hljs-meta .hljs-keyword, .hljs-meta-keyword{font-weight:bold}</style>`; export default kimber;