/* GitHub Dark - Pygments theme for Jekyll
   Overrides the default "native" dark theme from al_folio_core.
   Colors based on GitHub's dark mode syntax highlighting. */

.highlight pre {
  background-color: #12275137;
}
.highlight .c {
  color: #8b949e;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #f85149;
} /* Error */
.highlight .g {
  color: #e6edf3;
} /* Generic */
.highlight .k {
  color: #ff7b72;
} /* Keyword */
.highlight .l {
  color: #a5d6ff;
} /* Literal */
.highlight .n {
  color: #e6edf3;
} /* Name */
.highlight .o {
  color: #ff7b72;
} /* Operator */
.highlight .x {
  color: #e6edf3;
} /* Other */
.highlight .p {
  color: #e6edf3;
} /* Punctuation */
.highlight .ch {
  color: #8b949e;
  font-style: italic;
} /* Comment.Hashbang */
.highlight .cm {
  color: #8b949e;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #8b949e;
  font-weight: bold;
} /* Comment.Preproc */ /* Comment.PreprocFile */
.highlight .c1 {
  color: #8b949e;
  font-style: italic;
} /* Comment.Single */ /* Comment.Special */ /* Generic.Deleted */
.highlight .ge {
  color: #e6edf3;
  font-style: italic;
} /* Generic.Emph */ /* Generic.EmphStrong */ /* Generic.Error */ /* Generic.Heading */
.highlight .gi {
  color: #56d364;
  background-color: #0f5323;
} /* Generic.Inserted */
.highlight .go {
  color: #8b949e;
} /* Generic.Output */ /* Generic.Prompt */ /* Generic.Strong */ /* Generic.Subheading */
.highlight .gt {
  color: #ffa198;
} /* Generic.Traceback */ /* Keyword.Constant */ /* Keyword.Declaration */
.highlight .kn {
  color: #ff7b72;
} /* Keyword.Namespace */ /* Keyword.Pseudo */ /* Keyword.Reserved */ /* Keyword.Type */ /* Literal.Date */
.highlight .m {
  color: #79c0ff;
} /* Literal.Number */
.highlight .s {
  color: #a5d6ff;
} /* Literal.String */
.highlight .na {
  color: #e6edf3;
} /* Name.Attribute */
.highlight .nb {
  color: #e6edf3;
} /* Name.Builtin */
.highlight .nc {
  color: #f0883e;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #79c0ff;
} /* Name.Constant */
.highlight .nd {
  color: #d2a8ff;
} /* Name.Decorator */
.highlight .ni {
  color: #e6edf3;
} /* Name.Entity */
.highlight .ne {
  color: #f0883e;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #d2a8ff;
} /* Name.Function */
.highlight .nl {
  color: #79c0ff;
} /* Name.Label */ /* Name.Namespace */ /* Name.Other */
.highlight .py {
  color: #79c0ff;
} /* Name.Property */
.highlight .nt {
  color: #7ee787;
} /* Name.Tag */ /* Name.Variable */
.highlight .ow {
  color: #ff7b72;
} /* Operator.Word */
.highlight .pm {
  color: #e6edf3;
} /* Punctuation.Marker */
.highlight .w {
  color: #6e7681;
} /* Text.Whitespace */ /* Literal.Number.Bin */
.highlight .mf {
  color: #79c0ff;
} /* Literal.Number.Float */ /* Literal.Number.Hex */
.highlight .mi {
  color: #79c0ff;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #79c0ff;
} /* Literal.Number.Oct */ /* Literal.String.Affix */ /* Literal.String.Backtick */ /* Literal.String.Char */
.highlight .dl {
  color: #a5d6ff;
} /* Literal.String.Delimiter */ /* Literal.String.Doc */ /* Literal.String.Double */ /* Literal.String.Escape */
.highlight .sh {
  color: #a5d6ff;
} /* Literal.String.Heredoc */ /* Literal.String.Interpol */ /* Literal.String.Other */ /* Literal.String.Regex */ /* Literal.String.Single */ /* Literal.String.Symbol */
.highlight .bp {
  color: #e6edf3;
} /* Name.Builtin.Pseudo */ /* Name.Function.Magic */ /* Name.Variable.Class */ /* Name.Variable.Global */
.highlight .vi {
  color: #e6edf3;
} /* Name.Variable.Instance */ /* Name.Variable.Magic */ /* Literal.Number.Integer.Long */
