svelte-rune-highlight
Version:
A highlight library for Svelte 5 with Rune
43 lines (41 loc) • 1.58 kB
JavaScript
const gigavolt = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}
/*!
Theme: Gigavolt
Author: Aidan Swope (http://github.com/Whillikers)
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:#e9e7e1;background:#202126}.hljs::selection,
.hljs ::selection{background-color:#5a576e;color:#e9e7e1}.hljs-comment{color:#a1d2e6}.hljs-tag{color:#cad3ff}.hljs-subst,
.hljs-punctuation,
.hljs-operator{color:#e9e7e1}.hljs-operator{opacity:0.7}.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion{color:#ff661a}.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal{color:#19f988}.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_{color:#ffdc2d}.hljs-strong{font-weight:bold;color:#ffdc2d}.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string{color:#f2e6a9}.hljs-built_in,
.hljs-doctag,
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp{color:#fb6acb}.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section{color:#40bfff}.hljs-type,
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword{color:#ae94f9}.hljs-emphasis{color:#ae94f9;font-style:italic}.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string{color:#6187ff}.hljs-meta .hljs-keyword,
.hljs-meta-keyword{font-weight:bold}</style>`;
export default gigavolt;