/* Perona */

.hljs {
  color: #3e1d31;
  background: #f4b9dc;
}

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

.hljs-keyword,
.hljs-selector-tag,
.hljs-meta,
.hljs-subst {
  color: #e2506d;
  font-weight: bold;
}

.hljs-string,
.hljs-title,
.hljs-name,
.hljs-type,
.hljs-attribute,
.hljs-symbol,
.hljs-bullet {
  color: #bb68ca;
}

.hljs-number,
.hljs-literal,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #d65c8c;
}

.hljs-function,
.hljs-selector-class {
  color: #5c8dd6;
}

.hljs-class .hljs-title,
.hljs-built_in,
.hljs-meta .hljs-keyword {
  color: #d65c85;
}

.hljs-constant,
.hljs-variable,
.hljs-title.class_ {
  color: #f269ad;
}

.hljs-operator,
.hljs-punctuation {
  color: #b1819e;
}

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

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

.hljs-doctag,
.hljs-tag {
  color: #c4314e;
}
.hljs-section {
  color: #8dafe2;
}
