/* Catppuccin Mocha highlight.js theme for dark code blocks (ayu variant) */
.hljs {
  color: #cdd6f4;
  background: #1e1e2e;
}
.hljs-keyword {
  color: #cba6f7;
}
.hljs-built_in {
  color: #f38ba8;
}
.hljs-type {
  color: #f9e2af;
}
.hljs-literal {
  color: #fab387;
}
.hljs-number {
  color: #fab387;
}
.hljs-operator {
  color: #89dceb;
}
.hljs-punctuation {
  color: #bac2de;
}
.hljs-property {
  color: #89b4fa;
}
.hljs-regexp {
  color: #f5c2e7;
}
.hljs-string {
  color: #a6e3a1;
}
.hljs-char.escape_ {
  color: #f5c2e7;
}
.hljs-subst {
  color: #cdd6f4;
}
.hljs-symbol {
  color: #f2cdcd;
}
.hljs-variable {
  color: #cdd6f4;
}
.hljs-variable.language_ {
  color: #cba6f7;
}
.hljs-variable.constant_ {
  color: #fab387;
}
.hljs-title {
  color: #89b4fa;
}
.hljs-title.class_ {
  color: #f9e2af;
}
.hljs-title.function_ {
  color: #89b4fa;
}
.hljs-params {
  color: #cdd6f4;
}
.hljs-comment {
  color: #6c7086;
}
.hljs-doctag {
  color: #cba6f7;
}
.hljs-meta {
  color: #fab387;
}
.hljs-section {
  color: #89b4fa;
}
.hljs-tag {
  color: #a6e3a1;
}
.hljs-name {
  color: #89b4fa;
}
.hljs-attr {
  color: #f9e2af;
}
.hljs-attribute {
  color: #a6e3a1;
}
.hljs-bullet {
  color: #94e2d5;
}
.hljs-code {
  color: #a6e3a1;
}
.hljs-emphasis {
  color: #cdd6f4;
  font-style: italic;
}
.hljs-strong {
  color: #cdd6f4;
  font-weight: bold;
}
.hljs-formula {
  color: #94e2d5;
}
.hljs-link {
  color: #89b4fa;
  font-style: italic;
}
.hljs-quote {
  color: #a6e3a1;
  font-style: italic;
}
.hljs-selector-tag {
  color: #89b4fa;
}
.hljs-selector-id {
  color: #f9e2af;
}
.hljs-selector-class {
  color: #cba6f7;
}
.hljs-selector-attr {
  color: #f9e2af;
}
.hljs-selector-pseudo {
  color: #94e2d5;
}
.hljs-template-tag {
  color: #cba6f7;
}
.hljs-template-variable {
  color: #f2cdcd;
}
.hljs-addition {
  color: #a6e3a1;
  background: rgba(166, 227, 161, 0.15);
}
.hljs-deletion {
  color: #f38ba8;
  background: rgba(243, 139, 168, 0.15);
}
