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

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

.github-style .hljs {
  color: #24292e;
  background: #ffffff;
}

.github-style .hljs-doctag,
.github-style .hljs-keyword,
.github-style .hljs-meta .github-style .hljs-keyword,
.github-style .hljs-template-tag,
.github-style .hljs-template-variable,
.github-style .hljs-type,
.github-style .hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #d73a49;
}

.github-style .hljs-title,
.github-style .hljs-title.class_,
.github-style .hljs-title.class_.inherited__,
.github-style .hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #6f42c1;
}

.github-style .hljs-attr,
.github-style .hljs-attribute,
.github-style .hljs-literal,
.github-style .hljs-meta,
.github-style .hljs-number,
.github-style .hljs-operator,
.github-style .hljs-variable,
.github-style .hljs-selector-attr,
.github-style .hljs-selector-class,
.github-style .hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #005cc5;
}

.github-style .hljs-regexp,
.github-style .hljs-string,
.github-style .hljs-meta .github-style .hljs-string {
  /* prettylights-syntax-string */
  color: #032f62;
}

.github-style .hljs-built_in,
.github-style .hljs-symbol {
  /* prettylights-syntax-variable */
  color: #e36209;
}

.github-style .hljs-comment,
.github-style .hljs-code,
.github-style .hljs-formula {
  /* prettylights-syntax-comment */
  color: #6a737d;
}

.github-style .hljs-name,
.github-style .hljs-quote,
.github-style .hljs-selector-tag,
.github-style .hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #22863a;
}

.github-style .hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #24292e;
}

.github-style .hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #005cc5;
  font-weight: bold;
}

.github-style .hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #735c0f;
}

.github-style .hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #24292e;
  font-style: italic;
}

.github-style .hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #24292e;
  font-weight: bold;
}

.github-style .hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #22863a;
  background-color: #f0fff4;
}

.github-style .hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #b31d28;
  background-color: #ffeef0;
}

.github-style .hljs-char.escape_,
.github-style .hljs-link,
.github-style .hljs-params,
.github-style .hljs-property,
.github-style .hljs-punctuation,
.github-style .hljs-tag {
  /* purposely ignored */
}
