/* default emacs dark(ish) theme LTW7PECX */

.hljs {
  display: block;
  overflow-x: auto;
  line-height: 1.15em;
}

pre{
}

.hljs-keyword,
.hljs-selector-tag {
  color:navy;
}

.hljs-literal {
  color:orange;
}

.hljs,
.hljs-subst {
  color: darkgreen;
}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-type,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute,
.hljs-built_in,
.hljs-builtin-name,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable,
.hljs-link {
  color: blue;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
  font-style: italic;
  color: #CC0000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-section,
.hljs-type,
.hljs-name,
.hljs-selector-id {
  font-weight: normal;
}

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

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