.hljs-comment {
  color: rgb(120, 120, 120);
}
.hljs-tag {
  color: rgb(120, 120, 120);
}
.hljs-operator,
.hljs-punctuation,
.hljs-subst {
  color: #1682c9;
}
.hljs-operator {
  opacity: 0.7;
}
.hljs-bullet,
.hljs-deletion,
.hljs-name,
.hljs-selector-tag,
.hljs-template-variable,
.hljs-variable {
  color: #871e30;
}
.hljs-attr,
.hljs-link,
.hljs-literal,
.hljs-number,
.hljs-symbol,
.hljs-variable.constant_ {
  color: #d16323;
}
.hljs-class .hljs-title,
.hljs-title,
.hljs-title.class_ {
  color: #a15925;
}
.hljs-strong {
  color: #bb672b;
}
.hljs-addition,
.hljs-code,
.hljs-string,
.hljs-title.class_.inherited__ {
  color: #a22bb7;
}
.hljs-built_in,
.hljs-doctag,
.hljs-keyword.hljs-atrule,
.hljs-quote,
.hljs-regexp {
  color: #24a8b4;
}
.hljs-attribute,
.hljs-function .hljs-title,
.hljs-section,
.hljs-title.function_,
.hljs-property {
  color: #d22850;
}
.diff .hljs-meta,
.hljs-keyword,
.hljs-template-tag,
.hljs-type {
  color: #85539f;
}
.hljs-emphasis {
  color: #85539f;
  font-style: italic;
}
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string {
  color: #b85727;
}
.hljs-meta .hljs-keyword,
.hljs-meta-keyword {
  color: #b85727;
}
