/* highlight.js — 0x96f theme */

/* Dark */
[data-theme="dark"] .hljs,
:root:not([data-theme="light"]) .hljs {
    color: #FCFCFC;
    background: #1C1B1C;
}
[data-theme="dark"] .hljs-keyword,
[data-theme="dark"] .hljs-selector-tag,
:root:not([data-theme="light"]) .hljs-keyword,
:root:not([data-theme="light"]) .hljs-selector-tag {
    color: #FF8787;
}
[data-theme="dark"] .hljs-built_in,
:root:not([data-theme="light"]) .hljs-built_in {
    color: #AEE8F4;
}
[data-theme="dark"] .hljs-string,
[data-theme="dark"] .hljs-addition,
:root:not([data-theme="light"]) .hljs-string,
:root:not([data-theme="light"]) .hljs-addition {
    color: #FFD271;
}
[data-theme="dark"] .hljs-number,
[data-theme="dark"] .hljs-literal,
:root:not([data-theme="light"]) .hljs-number,
:root:not([data-theme="light"]) .hljs-literal {
    color: #AEA3E6;
}
[data-theme="dark"] .hljs-comment,
[data-theme="dark"] .hljs-quote,
:root:not([data-theme="light"]) .hljs-comment,
:root:not([data-theme="light"]) .hljs-quote {
    color: #757075;
    font-style: italic;
}
[data-theme="dark"] .hljs-type,
[data-theme="dark"] .hljs-class .hljs-title,
:root:not([data-theme="light"]) .hljs-type,
:root:not([data-theme="light"]) .hljs-class .hljs-title {
    color: #AEE8F4;
}
[data-theme="dark"] .hljs-function .hljs-title,
[data-theme="dark"] .hljs-title.function_,
:root:not([data-theme="light"]) .hljs-function .hljs-title,
:root:not([data-theme="light"]) .hljs-title.function_ {
    color: #C6E472;
}
[data-theme="dark"] .hljs-variable,
:root:not([data-theme="light"]) .hljs-variable {
    color: #FCFCFC;
}
[data-theme="dark"] .hljs-params,
:root:not([data-theme="light"]) .hljs-params {
    color: #AEA3E6;
}
[data-theme="dark"] .hljs-attr,
[data-theme="dark"] .hljs-attribute,
:root:not([data-theme="light"]) .hljs-attr,
:root:not([data-theme="light"]) .hljs-attribute {
    color: #FC9D6F;
}
[data-theme="dark"] .hljs-property,
:root:not([data-theme="light"]) .hljs-property {
    color: #C6E472;
}
[data-theme="dark"] .hljs-symbol,
[data-theme="dark"] .hljs-bullet,
:root:not([data-theme="light"]) .hljs-symbol,
:root:not([data-theme="light"]) .hljs-bullet {
    color: #FF7272;
}
[data-theme="dark"] .hljs-operator,
:root:not([data-theme="light"]) .hljs-operator {
    color: #AEE8F4;
}
[data-theme="dark"] .hljs-punctuation,
:root:not([data-theme="light"]) .hljs-punctuation {
    color: #AEE8F4;
}
[data-theme="dark"] .hljs-meta,
:root:not([data-theme="light"]) .hljs-meta {
    color: #FC9D6F;
}
[data-theme="dark"] .hljs-deletion,
:root:not([data-theme="light"]) .hljs-deletion {
    color: #FF7272;
}

/* Light */
[data-theme="light"] .hljs {
    color: #262427;
    background: #f0eff0;
}
[data-theme="light"] .hljs-keyword,
[data-theme="light"] .hljs-selector-tag {
    color: #b03050;
}
[data-theme="light"] .hljs-built_in {
    color: #2a7a8a;
}
[data-theme="light"] .hljs-string,
[data-theme="light"] .hljs-addition {
    color: #8a6a10;
}
[data-theme="light"] .hljs-number,
[data-theme="light"] .hljs-literal {
    color: #6a5aaa;
}
[data-theme="light"] .hljs-comment,
[data-theme="light"] .hljs-quote {
    color: #757075;
    font-style: italic;
}
[data-theme="light"] .hljs-type,
[data-theme="light"] .hljs-class .hljs-title {
    color: #2a7a8a;
}
[data-theme="light"] .hljs-function .hljs-title,
[data-theme="light"] .hljs-title.function_ {
    color: #5a7a1a;
}
[data-theme="light"] .hljs-variable {
    color: #262427;
}
[data-theme="light"] .hljs-params {
    color: #6a5aaa;
}
[data-theme="light"] .hljs-attr,
[data-theme="light"] .hljs-attribute {
    color: #b5653a;
}
[data-theme="light"] .hljs-property {
    color: #5a7a1a;
}
[data-theme="light"] .hljs-symbol,
[data-theme="light"] .hljs-bullet {
    color: #c04040;
}
[data-theme="light"] .hljs-operator,
[data-theme="light"] .hljs-punctuation {
    color: #2a7a8a;
}
[data-theme="light"] .hljs-meta {
    color: #b5653a;
}
[data-theme="light"] .hljs-deletion {
    color: #c04040;
}
