svelte-rune-highlight
Version:
A highlight library for Svelte 5 with Rune
43 lines (41 loc) • 1.56 kB
JavaScript
const atlas = `<style>pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}
/*!
Theme: Atlas
Author: Alex Lende (https://ajlende.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:#a1a19a;background:#002635}.hljs::selection,
.hljs ::selection{background-color:#517F8D;color:#a1a19a}.hljs-comment{color:#6C8B91}.hljs-tag{color:#869696}.hljs-subst,
.hljs-punctuation,
.hljs-operator{color:#a1a19a}.hljs-operator{opacity:0.7}.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion{color:#ff5a67}.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal{color:#f08e48}.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_{color:#ffcc1b}.hljs-strong{font-weight:bold;color:#ffcc1b}.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string{color:#7fc06e}.hljs-built_in,
.hljs-doctag,
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp{color:#14747e}.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section{color:#5dd7b9}.hljs-type,
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword{color:#9a70a4}.hljs-emphasis{color:#9a70a4;font-style:italic}.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string{color:#c43060}.hljs-meta .hljs-keyword,
.hljs-meta-keyword{font-weight:bold}</style>`;
export default atlas;