/* ── highlight.js GitHub theme — theme-adaptive ── */

/* Light: default (editorial) */
.hljs {
  color: #24292e;
}

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

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

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

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

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

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

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

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

.hljs-bullet {
  color: #735c0f;
}

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

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

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

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

/* Dark: terminal */
[data-theme="terminal"] .hljs {
  color: #c9d1d9;
}

[data-theme="terminal"] .hljs-doctag,
[data-theme="terminal"] .hljs-keyword,
[data-theme="terminal"] .hljs-meta .hljs-keyword,
[data-theme="terminal"] .hljs-template-tag,
[data-theme="terminal"] .hljs-template-variable,
[data-theme="terminal"] .hljs-type,
[data-theme="terminal"] .hljs-variable.language_ {
  color: #ff7b72;
}

[data-theme="terminal"] .hljs-title,
[data-theme="terminal"] .hljs-title.class_,
[data-theme="terminal"] .hljs-title.class_.inherited__,
[data-theme="terminal"] .hljs-title.function_ {
  color: #d2a8ff;
}

[data-theme="terminal"] .hljs-attr,
[data-theme="terminal"] .hljs-attribute,
[data-theme="terminal"] .hljs-literal,
[data-theme="terminal"] .hljs-meta,
[data-theme="terminal"] .hljs-number,
[data-theme="terminal"] .hljs-operator,
[data-theme="terminal"] .hljs-selector-attr,
[data-theme="terminal"] .hljs-selector-class,
[data-theme="terminal"] .hljs-selector-id,
[data-theme="terminal"] .hljs-variable {
  color: #79c0ff;
}

[data-theme="terminal"] .hljs-meta .hljs-string,
[data-theme="terminal"] .hljs-regexp,
[data-theme="terminal"] .hljs-string {
  color: #a5d6ff;
}

[data-theme="terminal"] .hljs-built_in,
[data-theme="terminal"] .hljs-symbol {
  color: #ffa657;
}

[data-theme="terminal"] .hljs-code,
[data-theme="terminal"] .hljs-comment,
[data-theme="terminal"] .hljs-formula {
  color: #8b949e;
}

[data-theme="terminal"] .hljs-name,
[data-theme="terminal"] .hljs-quote,
[data-theme="terminal"] .hljs-selector-pseudo,
[data-theme="terminal"] .hljs-selector-tag {
  color: #7ee787;
}

[data-theme="terminal"] .hljs-section {
  color: #1f6feb;
}

[data-theme="terminal"] .hljs-bullet {
  color: #f2cc60;
}

[data-theme="terminal"] .hljs-emphasis {
  font-style: italic;
}

[data-theme="terminal"] .hljs-strong {
  font-weight: 700;
}

[data-theme="terminal"] .hljs-addition {
  color: #aff5b4;
  background-color: #033a16;
}

[data-theme="terminal"] .hljs-deletion {
  color: #ffdcd7;
  background-color: #67060c;
}
