

pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em;
}

code.hljs {
    padding: 3px 5px;
}

.hljs {
    /*color: #d4d4d8;*/
    /*background: #18181b;*/
}

.hljs::selection,
.hljs ::selection {
    background-color: #27272a;
    color: #d4d4d8;
}


/* purposely do not highlight these things */
.hljs-formula,
.hljs-params,
.hljs-property {}

/* base03 - #797379 -  Comments, Invisibles, Line Highlighting */
.hljs-comment {
    /*color: #71717a;*/
    opacity: 0.5;
}

/* base04 - #989498 -  Dark Foreground (Used for status bars) */
.hljs-tag {
    /*color: #a1a1aa;*/
    opacity: 0.5;
}

/* base05 - #b9b5b8 -  Default Foreground, Caret, Delimiters, Operators */
.hljs-subst,
.hljs-punctuation,
.hljs-operator {
    /*color: #d4d4d8;*/
    color: #f43f5e;
}

.hljs-operator {
    opacity: 0.7;
}

/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
    color: #f43f5e;
}

/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
    color: #a78bfa;
}

/* base0A - Classes, Markup Bold, Search Text Background */
.hljs-type,
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_ {
    color: #fb923c;
}

.hljs-strong {
    font-weight: bold;
    color: #fb923c;
}

/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
    color: #10b981;
}

/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
.hljs-built_in,
.hljs-doctag,
/* guessing */
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
    color: #0ea5e9;
}

/* base0D - Functions, Methods, Attribute IDs, Headings */
.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
    color: #0ea5e9;
}

/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
/*.hljs-type,*/
/* .hljs-selector-id, */
/* .hljs-selector-class, */
/* .hljs-selector-attr, */
/* .hljs-selector-pseudo, */
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
    color: #ec4899;
}

.hljs-emphasis {
    color: #ec4899;
    font-style: italic;
}

/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
.hljs-meta,
/*
prevent top level .keyword and .string scopes
from leaking into meta by accident
*/
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string {
    color: #a78bfa;
}

.hljs-meta .hljs-keyword,
/* for v10 compatible themes */
.hljs-meta-keyword {
    font-weight: bold;
}