UNPKG

svelte-rune-highlight

Version:
43 lines (41 loc) 1.59 kB
const silkLight = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px} /*! Theme: Silk Light Author: Gabriel Fontes (https://github.com/Misterio77) 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:#385156;background:#E9F1EF}.hljs::selection, .hljs ::selection{background-color:#90B7B6;color:#385156}.hljs-comment{color:#5C787B}.hljs-tag{color:#4B5B5F}.hljs-subst, .hljs-punctuation, .hljs-operator{color:#385156}.hljs-operator{opacity:0.7}.hljs-bullet, .hljs-variable, .hljs-template-variable, .hljs-selector-tag, .hljs-name, .hljs-deletion{color:#CF432E}.hljs-symbol, .hljs-number, .hljs-link, .hljs-attr, .hljs-variable.constant_, .hljs-literal{color:#D27F46}.hljs-title, .hljs-class .hljs-title, .hljs-title.class_{color:#CFAD25}.hljs-strong{font-weight:bold;color:#CFAD25}.hljs-code, .hljs-addition, .hljs-title.class_.inherited__, .hljs-string{color:#6CA38C}.hljs-built_in, .hljs-doctag, .hljs-quote, .hljs-keyword.hljs-atrule, .hljs-regexp{color:#329CA2}.hljs-function .hljs-title, .hljs-attribute, .ruby .hljs-property, .hljs-title.function_, .hljs-section{color:#39AAC9}.hljs-type, .hljs-template-tag, .diff .hljs-meta, .hljs-keyword{color:#6E6582}.hljs-emphasis{color:#6E6582;font-style:italic}.hljs-meta, .hljs-meta .hljs-keyword, .hljs-meta .hljs-string{color:#865369}.hljs-meta .hljs-keyword, .hljs-meta-keyword{font-weight:bold}</style>`; export default silkLight;