pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}

code.hljs {
  padding: 3px 5px
}

/* Comment */
.hljs-meta,
.hljs-comment {
  color: #565f89
}

/* Red */
.hljs-tag,
.hljs-doctag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-template-tag,
.hljs-selector-pseudo,
.hljs-selector-attr,
.hljs-variable.language_,
.hljs-deletion {
  color: #f7768e
}

/* Orange */
.hljs-variable,
.hljs-template-variable,
.hljs-number,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-link {
  color: #ff9e64
}

/* Yellow */
.hljs-built_in,
.hljs-attribute {
  color: #e0af68
}

/* Cyan */
.hljs-selector-tag {
  color: #2ac3de
}

/* Light Blue */
.hljs-keyword,
.hljs-title.function_,
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-subst,
.hljs-property {
  color: #7dcfff
}

/* Green */
.hljs-selector-tag {
  color: #73daca
}

/* Green(er) */
.hljs-quote,
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #9ece6a
}

/* Blue */
.hljs-code,
.hljs-formula,
.hljs-section {
  color: #7aa2f7
}

/* Magenta */
.hljs-name,
.hljs-keyword,
.hljs-operator,
.hljs-char.escape_,
.hljs-attr {
  color: #bb9af7
}

/* White */
.hljs-punctuation {
  color: #c0caf5
}

.hljs {
  background: #1a1b26;
  color: #9aa5ce
}

.hljs-emphasis {
  font-style: italic
}

.hljs-strong {
  font-weight: bold
}
