/* Syntax highlighting for the dark mode using Pygments style 'lightbulb'.

   Generated using 'generate_highlight_css' script. DO NOT EDIT MANUALLY!
*/
[data-md-color-scheme="slate"] {
  .highlight .hll { background-color: #6e7681 }
  .highlight { background: #1d2331; color: #D4D2C8 }
  .highlight .c { color: #7E8AA1 } /* Comment */
  .highlight .err { color: #F88F7F } /* Error */
  .highlight .esc { color: #D4D2C8 } /* Escape */
  .highlight .g { color: #D4D2C8 } /* Generic */
  .highlight .k { color: #FFAD66 } /* Keyword */
  .highlight .l { color: #D5FF80 } /* Literal */
  .highlight .n { color: #D4D2C8 } /* Name */
  .highlight .o { color: #FFAD66 } /* Operator */
  .highlight .x { color: #D4D2C8 } /* Other */
  .highlight .p { color: #D4D2C8 } /* Punctuation */
  .highlight .ch { color: #F88F7F; font-style: italic } /* Comment.Hashbang */
  .highlight .cm { color: #7E8AA1 } /* Comment.Multiline */
  .highlight .cp { color: #FFAD66; font-weight: bold } /* Comment.Preproc */
  .highlight .cpf { color: #7E8AA1 } /* Comment.PreprocFile */
  .highlight .c1 { color: #7E8AA1 } /* Comment.Single */
  .highlight .cs { color: #7E8AA1; font-style: italic } /* Comment.Special */
  .highlight .gd { color: #F88F7F; background-color: #3D1E20 } /* Generic.Deleted */
  .highlight .ge { color: #D4D2C8; font-style: italic } /* Generic.Emph */
  .highlight .ges { color: #D4D2C8 } /* Generic.EmphStrong */
  .highlight .gr { color: #F88F7F } /* Generic.Error */
  .highlight .gh { color: #D4D2C8 } /* Generic.Heading */
  .highlight .gi { color: #6AD4AF; background-color: #19362C } /* Generic.Inserted */
  .highlight .go { color: #7E8AA1 } /* Generic.Output */
  .highlight .gp { color: #D4D2C8 } /* Generic.Prompt */
  .highlight .gs { color: #D4D2C8; font-weight: bold } /* Generic.Strong */
  .highlight .gu { color: #D4D2C8 } /* Generic.Subheading */
  .highlight .gt { color: #F88F7F } /* Generic.Traceback */
  .highlight .kc { color: #FFAD66 } /* Keyword.Constant */
  .highlight .kd { color: #FFAD66 } /* Keyword.Declaration */
  .highlight .kn { color: #FFAD66 } /* Keyword.Namespace */
  .highlight .kp { color: #FFAD66 } /* Keyword.Pseudo */
  .highlight .kr { color: #FFAD66 } /* Keyword.Reserved */
  .highlight .kt { color: #73D0FF } /* Keyword.Type */
  .highlight .ld { color: #D5FF80 } /* Literal.Date */
  .highlight .m { color: #DFBFFF } /* Literal.Number */
  .highlight .s { color: #D5FF80 } /* Literal.String */
  .highlight .na { color: #FFD173 } /* Name.Attribute */
  .highlight .nb { color: #FFD173 } /* Name.Builtin */
  .highlight .nc { color: #73D0FF } /* Name.Class */
  .highlight .no { color: #FFD173 } /* Name.Constant */
  .highlight .nd { color: #7E8AA1; font-weight: bold; font-style: italic } /* Name.Decorator */
  .highlight .ni { color: #95E6CB } /* Name.Entity */
  .highlight .ne { color: #73D0FF } /* Name.Exception */
  .highlight .nf { color: #FFD173 } /* Name.Function */
  .highlight .nl { color: #D4D2C8 } /* Name.Label */
  .highlight .nn { color: #D4D2C8 } /* Name.Namespace */
  .highlight .nx { color: #D4D2C8 } /* Name.Other */
  .highlight .py { color: #FFD173 } /* Name.Property */
  .highlight .nt { color: #5CCFE6 } /* Name.Tag */
  .highlight .nv { color: #D4D2C8 } /* Name.Variable */
  .highlight .ow { color: #FFAD66 } /* Operator.Word */
  .highlight .pm { color: #D4D2C8 } /* Punctuation.Marker */
  .highlight .w { color: #D4D2C8 } /* Text.Whitespace */
  .highlight .mb { color: #DFBFFF } /* Literal.Number.Bin */
  .highlight .mf { color: #DFBFFF } /* Literal.Number.Float */
  .highlight .mh { color: #DFBFFF } /* Literal.Number.Hex */
  .highlight .mi { color: #DFBFFF } /* Literal.Number.Integer */
  .highlight .mo { color: #DFBFFF } /* Literal.Number.Oct */
  .highlight .sa { color: #F29E74 } /* Literal.String.Affix */
  .highlight .sb { color: #D5FF80 } /* Literal.String.Backtick */
  .highlight .sc { color: #D5FF80 } /* Literal.String.Char */
  .highlight .dl { color: #D5FF80 } /* Literal.String.Delimiter */
  .highlight .sd { color: #7E8AA1 } /* Literal.String.Doc */
  .highlight .s2 { color: #D5FF80 } /* Literal.String.Double */
  .highlight .se { color: #95E6CB } /* Literal.String.Escape */
  .highlight .sh { color: #D5FF80 } /* Literal.String.Heredoc */
  .highlight .si { color: #95E6CB } /* Literal.String.Interpol */
  .highlight .sx { color: #95E6CB } /* Literal.String.Other */
  .highlight .sr { color: #95E6CB } /* Literal.String.Regex */
  .highlight .s1 { color: #D5FF80 } /* Literal.String.Single */
  .highlight .ss { color: #DFBFFF } /* Literal.String.Symbol */
  .highlight .bp { color: #5CCFE6 } /* Name.Builtin.Pseudo */
  .highlight .fm { color: #FFD173 } /* Name.Function.Magic */
  .highlight .vc { color: #D4D2C8 } /* Name.Variable.Class */
  .highlight .vg { color: #D4D2C8 } /* Name.Variable.Global */
  .highlight .vi { color: #D4D2C8 } /* Name.Variable.Instance */
  .highlight .vm { color: #D4D2C8 } /* Name.Variable.Magic */
  .highlight .il { color: #DFBFFF } /* Literal.Number.Integer.Long */
}
