.hljs {
  background: #1f1f1f;
  color: #d0d0d0;
}

.hljs-keyword {
  color: #e783e9;
}
.hljs-literal,
.hljs-symbol,
.hljs-name {
  color: #6df584;
}
.hljs-link {
  color: #6df584;
  text-decoration: underline;
}

.hljs-built_in {
  color: #90cbf1;
}

.hljs-type {
  color: #ffee68;
}

.hljs-number {
  color: #6df584;
}
.hljs-class {
  color: #ffee68;
}

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

.hljs-regexp,
.hljs-template-tag {
  color: #ffb539;
}

.hljs-subst {
  color: #ffee68;
}

.hljs-params,
.hljs-title .class_ {
  color: #ffee68;
}

.hljs-function,
.hljs-title,
.hljs-formula {
  color: #d0d0d0;
}

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

.hljs-property {
  color: #90cbf1;
}

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

.hljs-doctag {
  color: #bf81fa;
}

.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-tag {
  color: #bf81fa;
}

.hljs-variable,
.hljs-template-variable {
  color: #70bdf1;
}

.hljs-attr,
.hljs-attribute {
  color: #9cdcfe;
}

.hljs-section {
  color: #fc6984;
}

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

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

.hljs-bullet,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #ffee68;
}

.hljs-addition {
  color: #ed9000;
  background-color: #006124;
  display: inline-block;
  width: 100%;
}

.hljs-deletion {
  color: #ed9000;
  background-color: #081f38;
  display: inline-block;
  width: 100%;
}
