.hljs-comment {
  color: #bfb9c6;
}


.hljs-tag {
  color: #a59daf;
}


.hljs-subst,
.hljs-punctuation,
.hljs-operator {
  color: #8b8198;
}

.hljs-operator {
  opacity: 0.7;
}


.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
  color: #d57e85;
}


.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
  color: #ebb790;
}


.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_ {
  color: #dcb16c;
}

.hljs-strong {
  font-weight: bold;
  color: #dcb16c;
}


.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
  color: #a3b367;
}


.hljs-built_in,
.hljs-doctag, 
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
  color: #69a9a7;
}


.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
  color: #7297b9;
}


.hljs-type,
  

.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
  color: #bb99b4;
}
.hljs-emphasis {
  color: #bb99b4;
  font-style: italic;
}


.hljs-meta,

.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string {
  color: #baa58c;
}

.hljs-meta .hljs-keyword,

.hljs-meta-keyword {
  font-weight: bold;
}