svelte-rune-highlight
Version:
A highlight library for Svelte 5 with Rune
23 lines (21 loc) • 749 B
JavaScript
const tomorrowNightBlue = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs-comment,
.hljs-quote{color:#7285b7}.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion{color:#ff9da4}.hljs-number,
.hljs-built_in,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link{color:#ffc58f}.hljs-attribute{color:#ffeead}.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition{color:#d1f1a9}.hljs-title,
.hljs-section{color:#bbdaff}.hljs-keyword,
.hljs-selector-tag{color:#ebbbff}.hljs{background:#002451;color:white}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}</style>`;
export default tomorrowNightBlue;