/*
 * GitHub Dark Theme for highlight.js
 * Adapted for F9XR Articles dark theme
 */

.hljs {
  color: #c9d1d9;
  background: #0a0a0a;
}

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

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
  color: #ff7b72;
}

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

.hljs-string,
.hljs-doctag,
.hljs-regexp {
  color: #a5d6ff;
}

.hljs-title,
.hljs-section,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #d2a8ff;
}

.hljs-attribute,
.hljs-attr,
.hljs-built_in,
.hljs-name {
  color: #79c0ff;
}

.hljs-params {
  color: #c9d1d9;
}

.hljs-symbol,
.hljs-bullet {
  color: #ffa657;
}

.hljs-link,
.hljs-meta,
.hljs-selector-op {
  color: #a5d6ff;
}

.hljs-addition {
  color: #aff5b4;
  background-color: #033a16;
}

.hljs-deletion {
  color: #ffdcd7;
  background-color: #67060c;
}

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

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