/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/

[data-bs-theme=dark] pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

[data-bs-theme=dark] code.hljs {
    padding: 3px 5px
}

[data-bs-theme=dark] .hljs {
    color: #c9d1d9;
    background: #0d1117
}

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

[data-bs-theme=dark] .hljs-title,
[data-bs-theme=dark] .hljs-title.class_,
[data-bs-theme=dark] .hljs-title.class_.inherited__,
[data-bs-theme=dark] .hljs-title.function_ {
    color: #d2a8ff
}

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

[data-bs-theme=dark] .hljs-meta .hljs-string,
[data-bs-theme=dark] .hljs-regexp,
[data-bs-theme=dark] .hljs-string {
    color: #a5d6ff
}

[data-bs-theme=dark] .hljs-built_in,
[data-bs-theme=dark] .hljs-symbol {
    color: #ffa657
}

[data-bs-theme=dark] .hljs-code,
[data-bs-theme=dark] .hljs-comment,
[data-bs-theme=dark] .hljs-formula {
    color: #8b949e
}

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

[data-bs-theme=dark] .hljs-subst {
    color: #c9d1d9
}

[data-bs-theme=dark] .hljs-section {
    color: #1f6feb;
    font-weight: 700
}

[data-bs-theme=dark] .hljs-bullet {
    color: #f2cc60
}

[data-bs-theme=dark] .hljs-emphasis {
    color: #c9d1d9;
    font-style: italic
}

[data-bs-theme=dark] .hljs-strong {
    color: #c9d1d9;
    font-weight: 700
}

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

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