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