/* vs2015 dark theme from https://highlightjs.org/static/demo/ */
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}

code.hljs {
  padding: 3px 5px
}

.hljs {
  background: #1e1e1e;
  color: #dcdcdc
}

.hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-symbol {
  color: #569cd6
}

.hljs-link {
  color: #569cd6;
  text-decoration: underline
}

.hljs-built_in,
.hljs-type {
  color: #4ec9b0
}

.hljs-class,
.hljs-number {
  color: #b8d7a3
}

.hljs-meta .hljs-string,
.hljs-string {
  color: #d69d85
}

.hljs-regexp,
.hljs-template-tag {
  color: #9a5334
}

.hljs-formula,
.hljs-function,
.hljs-params,
.hljs-subst,
.hljs-title {
  color: #dcdcdc
}

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

.hljs-doctag {
  color: #608b4e
}

.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-tag {
  color: #9b9b9b
}

.hljs-template-variable,
.hljs-variable {
  color: #bd63c5
}

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

.hljs-section {
  color: gold
}

.hljs-emphasis {
  font-style: italic
}

.hljs-strong {
  font-weight: 700
}

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

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

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


/* github light theme */
.theme-alternative .hljs {
  color: #24292e;
  background: #fff
}

.theme-alternative .hljs-doctag,
.theme-alternative .hljs-keyword,
.theme-alternative .hljs-meta .hljs-keyword,
.theme-alternative .hljs-template-tag,
.theme-alternative .hljs-template-variable,
.theme-alternative .hljs-type,
.theme-alternative .hljs-variable.language_ {
  color: #d73a49
}

.theme-alternative .hljs-title,
.theme-alternative .hljs-title.class_,
.theme-alternative .hljs-title.class_.inherited__,
.theme-alternative .hljs-title.function_ {
  color: #6f42c1
}

.theme-alternative .hljs-attr,
.theme-alternative .hljs-attribute,
.theme-alternative .hljs-literal,
.theme-alternative .hljs-meta,
.theme-alternative .hljs-number,
.theme-alternative .hljs-operator,
.theme-alternative .hljs-selector-attr,
.theme-alternative .hljs-selector-class,
.theme-alternative .hljs-selector-id,
.theme-alternative .hljs-variable {
  color: #005cc5
}

.theme-alternative .hljs-meta .hljs-string,
.theme-alternative .hljs-regexp,
.theme-alternative .hljs-string {
  color: #032f62
}

.theme-alternative .hljs-built_in,
.theme-alternative .hljs-symbol {
  color: #e36209
}

.theme-alternative .hljs-code,
.theme-alternative .hljs-comment,
.theme-alternative .hljs-formula {
  color: #6a737d
}

.theme-alternative .hljs-name,
.theme-alternative .hljs-quote,
.theme-alternative .hljs-selector-pseudo,
.theme-alternative .hljs-selector-tag {
  color: #22863a
}

.theme-alternative .hljs-subst {
  color: #24292e
}

.theme-alternative .hljs-section {
  color: #005cc5;
  font-weight: 700
}

.theme-alternative .hljs-bullet {
  color: #735c0f
}

.theme-alternative .hljs-emphasis {
  color: #24292e;
  font-style: italic
}

.theme-alternative .hljs-strong {
  color: #24292e;
  font-weight: 700
}

.theme-alternative .hljs-addition {
  color: #22863a;
  background-color: #f0fff4
}

.theme-alternative .hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0
}
