.hljs {
  color: #e5efff;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-type {
  color: #8ab4ff;
}

.hljs-string,
.hljs-attr,
.hljs-attribute,
.hljs-template-tag {
  color: #9ae6b4;
}

.hljs-comment,
.hljs-quote {
  color: #7f93b3;
}

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

.hljs-built_in,
.hljs-function,
.hljs-title.function_ {
  color: #c4b5fd;
}

.hljs-meta,
.hljs-operator {
  color: #f472b6;
}
