/*

Darker Catppuccin Theme for highlight.js

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #eff1f5;
  background: #0c0c12;
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.diff .hljs-header {
  color: #6c7086;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #cba6f7;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #fab387;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-doctag,
.tex .hljs-formula {
  color: #a6e3a1;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #f38ba8;
  font-weight: bold;
}

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #f9e2af;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rule .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #89b4fa;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.hljs-name {
  color: #89dceb;
}

.hljs-regexp {
  color: #f5c2e7;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #f5c2e7;
}

.hljs-built_in {
  color: #89b4fa;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #9399b2;
  font-weight: bold;
}

.hljs-deletion {
  background: #2a1a22;
  color: #eba0ac;
}

.hljs-addition {
  background: #1a2a1a;
  color: #a6e3a1;
}

.diff .hljs-change {
  background: #1a1a2e;
  color: #89b4fa;
}

.hljs-chunk {
  color: #585b70;
}
