.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
  color: #d9d9d9;
  background: #292a2f;
}

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

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-section,
.hljs-link {
  color: #ff7ab2;
}

.hljs-function .hljs-title,
.hljs-title,
.hljs-title.class_,
.hljs-title.function_ {
  color: #69aec9;
}

.hljs-built_in,
.hljs-type,
.hljs-attr,
.hljs-attribute {
  color: #d0a8ff;
}

.hljs-number,
.hljs-symbol,
.hljs-bullet,
.hljs-meta,
.hljs-variable,
.hljs-template-variable {
  color: #ffb86b;
}

.hljs-string,
.hljs-regexp {
  color: #ef8876;
}

.hljs-subst,
.hljs-punctuation {
  color: #d9d9d9;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}
