/* ==========================================================================
   maexbert.de – Pygments Dark Syntax Highlighting
   Based on Monokai, adapted for dark theme
   ========================================================================== */

.highlight .hll { background-color: #2a2a3e; }
.highlight .c   { color: #6a737d; font-style: italic; }  /* Comment */
.highlight .err { color: #f97583; }  /* Error */
.highlight .k   { color: #ff7b72; font-weight: bold; }  /* Keyword */
.highlight .o   { color: #d2a8ff; }  /* Operator */
.highlight .ch  { color: #6a737d; font-style: italic; }  /* Comment.Hashbang */
.highlight .cm  { color: #6a737d; font-style: italic; }  /* Comment.Multiline */
.highlight .cp  { color: #ff7b72; }  /* Comment.Preproc */
.highlight .cpf { color: #6a737d; font-style: italic; }  /* Comment.PreprocFile */
.highlight .c1  { color: #6a737d; font-style: italic; }  /* Comment.Single */
.highlight .cs  { color: #6a737d; font-style: italic; font-weight: bold; }

.highlight .gd  { color: #ffa198; background-color: rgba(248, 81, 73, 0.1); }  /* Generic.Deleted */
.highlight .ge  { font-style: italic; }  /* Generic.Emph */
.highlight .gi  { color: #56d364; background-color: rgba(46, 160, 67, 0.1); }  /* Generic.Inserted */
.highlight .gs  { font-weight: bold; }  /* Generic.Strong */
.highlight .gu  { color: #79c0ff; font-weight: bold; }  /* Generic.Subheading */

.highlight .kc  { color: #ff7b72; font-weight: bold; }  /* Keyword.Constant */
.highlight .kd  { color: #ff7b72; font-weight: bold; }  /* Keyword.Declaration */
.highlight .kn  { color: #ff7b72; font-weight: bold; }  /* Keyword.Namespace */
.highlight .kp  { color: #ff7b72; }  /* Keyword.Pseudo */
.highlight .kr  { color: #ff7b72; font-weight: bold; }  /* Keyword.Reserved */
.highlight .kt  { color: #79c0ff; }  /* Keyword.Type */

.highlight .m   { color: #79c0ff; }  /* Literal.Number */
.highlight .s   { color: #a5d6ff; }  /* Literal.String */
.highlight .na  { color: #d2a8ff; }  /* Name.Attribute */
.highlight .nb  { color: #79c0ff; }  /* Name.Builtin */
.highlight .nc  { color: #f0883e; font-weight: bold; }  /* Name.Class */
.highlight .no  { color: #79c0ff; }  /* Name.Constant */
.highlight .nd  { color: #d2a8ff; font-weight: bold; }  /* Name.Decorator */
.highlight .ni  { color: #c9d1d9; }  /* Name.Entity */
.highlight .ne  { color: #f0883e; font-weight: bold; }  /* Name.Exception */
.highlight .nf  { color: #d2a8ff; font-weight: bold; }  /* Name.Function */
.highlight .nl  { color: #79c0ff; font-weight: bold; }  /* Name.Label */
.highlight .nn  { color: #ff7b72; }  /* Name.Namespace */
.highlight .nt  { color: #7ee787; }  /* Name.Tag */
.highlight .nv  { color: #79c0ff; }  /* Name.Variable */
.highlight .ow  { color: #ff7b72; font-weight: bold; }  /* Operator.Word */
.highlight .w   { color: #6e7681; }  /* Text.Whitespace */

.highlight .mb  { color: #79c0ff; }  /* Literal.Number.Bin */
.highlight .mf  { color: #79c0ff; }  /* Literal.Number.Float */
.highlight .mh  { color: #79c0ff; }  /* Literal.Number.Hex */
.highlight .mi  { color: #79c0ff; }  /* Literal.Number.Integer */
.highlight .mo  { color: #79c0ff; }  /* Literal.Number.Oct */

.highlight .sa  { color: #a5d6ff; }  /* Literal.String.Affix */
.highlight .sb  { color: #a5d6ff; }  /* Literal.String.Backtick */
.highlight .sc  { color: #a5d6ff; }  /* Literal.String.Char */
.highlight .dl  { color: #a5d6ff; }  /* Literal.String.Delimiter */
.highlight .sd  { color: #6a737d; }  /* Literal.String.Doc */
.highlight .s2  { color: #a5d6ff; }  /* Literal.String.Double */
.highlight .se  { color: #79c0ff; }  /* Literal.String.Escape */
.highlight .sh  { color: #a5d6ff; }  /* Literal.String.Heredoc */
.highlight .si  { color: #a5d6ff; }  /* Literal.String.Interpol */
.highlight .sx  { color: #a5d6ff; }  /* Literal.String.Other */
.highlight .sr  { color: #7ee787; }  /* Literal.String.Regex */
.highlight .s1  { color: #a5d6ff; }  /* Literal.String.Single */
.highlight .ss  { color: #79c0ff; }  /* Literal.String.Symbol */

.highlight .bp  { color: #79c0ff; }  /* Name.Builtin.Pseudo */
.highlight .fm  { color: #d2a8ff; font-weight: bold; }  /* Name.Function.Magic */
.highlight .vc  { color: #79c0ff; }  /* Name.Variable.Class */
.highlight .vg  { color: #79c0ff; }  /* Name.Variable.Global */
.highlight .vi  { color: #79c0ff; }  /* Name.Variable.Instance */
.highlight .vm  { color: #79c0ff; }  /* Name.Variable.Magic */
.highlight .il  { color: #79c0ff; }  /* Literal.Number.Integer.Long */
