/*!
  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
*/

.light-theme .hljs {
    color: #24292e;
    background: #ffffff;
  }
  
  .light-theme .hljs-doctag,
  .light-theme .hljs-keyword,
  .light-theme .hljs-meta .hljs-keyword,
  .light-theme .hljs-template-tag,
  .light-theme .hljs-template-variable,
  .light-theme .hljs-type,
  .light-theme .hljs-variable.language_ {
    /* prettylights-syntax-keyword */
    color: #d73a49;
  }
  
  .light-theme .hljs-title,
  .light-theme .hljs-title.class_,
  .light-theme .hljs-title.class_.inherited__,
  .light-theme .hljs-title.function_ {
    /* prettylights-syntax-entity */
    color: #6f42c1;
  }
  
  .light-theme .hljs-attr,
  .light-theme .hljs-attribute,
  .light-theme .hljs-literal,
  .light-theme .hljs-meta,
  .light-theme .hljs-number,
  .light-theme .hljs-operator,
  .light-theme .hljs-variable,
  .light-theme .hljs-selector-attr,
  .light-theme .hljs-selector-class,
  .light-theme .hljs-selector-id {
    /* prettylights-syntax-constant */
    color: #005cc5;
  }
  
  .light-theme .hljs-regexp,
  .light-theme .hljs-string,
  .light-theme .hljs-meta .hljs-string {
    /* prettylights-syntax-string */
    color: #032f62;
  }
  
  .light-theme .hljs-built_in,
  .light-theme .hljs-symbol {
    /* prettylights-syntax-variable */
    color: #e36209;
  }
  
  .light-theme .hljs-comment,
  .light-theme .hljs-code,
  .light-theme .hljs-formula {
    /* prettylights-syntax-comment */
    color: #6a737d;
  }
  
  .light-theme .hljs-name,
  .light-theme .hljs-quote,
  .light-theme .hljs-selector-tag,
  .light-theme .hljs-selector-pseudo {
    /* prettylights-syntax-entity-tag */
    color: #22863a;
  }
  
  .light-theme .hljs-subst {
    /* prettylights-syntax-storage-modifier-import */
    color: #24292e;
  }
  
  .light-theme .hljs-section {
    /* prettylights-syntax-markup-heading */
    color: #005cc5;
    font-weight: bold;
  }
  
  .light-theme .hljs-bullet {
    /* prettylights-syntax-markup-list */
    color: #735c0f;
  }
  
  .light-theme .hljs-emphasis {
    /* prettylights-syntax-markup-italic */
    color: #24292e;
    font-style: italic;
  }
  
  .light-theme .hljs-strong {
    /* prettylights-syntax-markup-bold */
    color: #24292e;
    font-weight: bold;
  }
  
  .light-theme .hljs-addition {
    /* prettylights-syntax-markup-inserted */
    color: #22863a;
    background-color: #f0fff4;
  }
  
  .light-theme .hljs-deletion {
    /* prettylights-syntax-markup-deleted */
    color: #b31d28;
    background-color: #ffeef0;
  }
  
  .light-theme .hljs-char.escape_,
  .light-theme .hljs-link,
  .light-theme .hljs-params,
  .light-theme .hljs-property,
  .light-theme .hljs-punctuation,
  .light-theme .hljs-tag {
    /* purposely ignored */
  }