.hljs {
  color: #fcfcfa;
  background: #2d2a2e;
}

.hljs-comment,
.hljs-quote {
  color: #727072;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #ab9df2;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #fc9867;
}

.hljs-string,
.hljs-doctag {
  color: #a9dc76;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #78dce8;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #ffd866;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #ff6188;
}

.hljs-regexp,
.hljs-link {
  color: #78dce8;
}

.hljs-symbol,
.hljs-bullet {
  color: #ff6188;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #78dce8;
}

.hljs-meta {
  color: #727072;
}

.hljs-deletion {
  background: #4a2231;
}

.hljs-addition {
  background: #2f4730;
}
