.hljs {
  color: #d6e0db;
  background: transparent;
}

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

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-type,
.hljs-name,
.hljs-attr,
.hljs-built_in,
.hljs-meta,
.hljs-tag {
  color: #88c5b9;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-symbol,
.hljs-bullet,
.hljs-template-tag,
.hljs-template-variable {
  color: #d4a574;
}

.hljs-number,
.hljs-variable,
.hljs-link {
  color: #b6c9c2;
}

.hljs-title,
.hljs-section,
.hljs-function .hljs-title,
.hljs-class .hljs-title {
  color: #e6b990;
  font-weight: 600;
}

.hljs-attribute,
.hljs-property {
  color: #c1ccc7;
}

.hljs-deletion,
.hljs-doctag {
  color: #d68576;
}

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

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