/*!
  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
*/

.dark-theme .hljs {
    color: #c9d1d9;
    background: #0d1117;
  }
  
  .dark-theme .hljs-doctag,
  .dark-theme .hljs-keyword,
  .dark-theme .hljs-meta .hljs-keyword,
  .dark-theme .hljs-template-tag,
  .dark-theme .hljs-template-variable,
  .dark-theme .hljs-type,
  .dark-theme .hljs-variable.language_ {
    /* prettylights-syntax-keyword */
    color: #ff7b72;
  }
  
  .dark-theme .hljs-title,
  .dark-theme .hljs-title.class_,
  .dark-theme .hljs-title.class_.inherited__,
  .dark-theme .hljs-title.function_ {
    /* prettylights-syntax-entity */
    color: #d2a8ff;
  }
  
  .dark-theme .hljs-attr,
  .dark-theme .hljs-attribute,
  .dark-theme .hljs-literal,
  .dark-theme .hljs-meta,
  .dark-theme .hljs-number,
  .dark-theme .hljs-operator,
  .dark-theme .hljs-variable,
  .dark-theme .hljs-selector-attr,
  .dark-theme .hljs-selector-class,
  .dark-theme .hljs-selector-id {
    /* prettylights-syntax-constant */
    color: #79c0ff;
  }
  
  .dark-theme .hljs-regexp,
  .dark-theme .hljs-string,
  .dark-theme .hljs-meta .hljs-string {
    /* prettylights-syntax-string */
    color: #a5d6ff;
  }
  
  .dark-theme .hljs-built_in,
  .dark-theme .hljs-symbol {
    /* prettylights-syntax-variable */
    color: #ffa657;
  }
  
  .dark-theme .hljs-comment,
  .dark-theme .hljs-code,
  .dark-theme .hljs-formula {
    /* prettylights-syntax-comment */
    color: #8b949e;
  }
  
  .dark-theme .hljs-name,
  .dark-theme .hljs-quote,
  .dark-theme .hljs-selector-tag,
  .dark-theme .hljs-selector-pseudo {
    /* prettylights-syntax-entity-tag */
    color: #7ee787;
  }
  
  .dark-theme .hljs-subst {
    /* prettylights-syntax-storage-modifier-import */
    color: #c9d1d9;
  }
  
  .dark-theme .hljs-section {
    /* prettylights-syntax-markup-heading */
    color: #1f6feb;
    font-weight: bold;
  }
  
  .dark-theme .hljs-bullet {
    /* prettylights-syntax-markup-list */
    color: #f2cc60;
  }
  
  .dark-theme .hljs-emphasis {
    /* prettylights-syntax-markup-italic */
    color: #c9d1d9;
    font-style: italic;
  }
  
  .dark-theme .hljs-strong {
    /* prettylights-syntax-markup-bold */
    color: #c9d1d9;
    font-weight: bold;
  }
  
  .dark-theme .hljs-addition {
    /* prettylights-syntax-markup-inserted */
    color: #aff5b4;
    background-color: #033a16;
  }
  
  .dark-theme .hljs-deletion {
    /* prettylights-syntax-markup-deleted */
    color: #ffdcd7;
    background-color: #67060c;
  }
  
  .dark-theme .hljs-char.escape_,
  .dark-theme .hljs-link,
  .dark-theme .hljs-params,
  .dark-theme .hljs-property,
  .dark-theme .hljs-punctuation,
  .dark-theme .hljs-tag {
    /* purposely ignored */
  }