.pythonsourcecode .hll { background-color: #404040 }
.pythonsourcecode .c { color: #999999; font-style: italic } /* Comment */
.pythonsourcecode .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.pythonsourcecode .esc { color: #d0d0d0 } /* Escape */
.pythonsourcecode .g { color: #d0d0d0 } /* Generic */
.pythonsourcecode .k { color: #6ab825; font-weight: bold } /* Keyword */
.pythonsourcecode .l { color: #d0d0d0 } /* Literal */
.pythonsourcecode .n { color: #d0d0d0 } /* Name */
.pythonsourcecode .o { color: #d0d0d0 } /* Operator */
.pythonsourcecode .x { color: #d0d0d0 } /* Other */
.pythonsourcecode .p { color: #d0d0d0 } /* Punctuation */
.pythonsourcecode .ch { color: #999999; font-style: italic } /* Comment.Hashbang */
.pythonsourcecode .cm { color: #999999; font-style: italic } /* Comment.Multiline */
.pythonsourcecode .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
.pythonsourcecode .cpf { color: #999999; font-style: italic } /* Comment.PreprocFile */
.pythonsourcecode .c1 { color: #999999; font-style: italic } /* Comment.Single */
.pythonsourcecode .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
.pythonsourcecode .gd { color: #d22323 } /* Generic.Deleted */
.pythonsourcecode .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
.pythonsourcecode .gr { color: #d22323 } /* Generic.Error */
.pythonsourcecode .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
.pythonsourcecode .gi { color: #589819 } /* Generic.Inserted */
.pythonsourcecode .go { color: #cccccc } /* Generic.Output */
.pythonsourcecode .gp { color: #aaaaaa } /* Generic.Prompt */
.pythonsourcecode .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
.pythonsourcecode .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
.pythonsourcecode .gt { color: #d22323 } /* Generic.Traceback */
.pythonsourcecode .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
.pythonsourcecode .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
.pythonsourcecode .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
.pythonsourcecode .kp { color: #6ab825 } /* Keyword.Pseudo */
.pythonsourcecode .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
.pythonsourcecode .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
.pythonsourcecode .ld { color: #d0d0d0 } /* Literal.Date */
.pythonsourcecode .m { color: #3677a9 } /* Literal.Number */
.pythonsourcecode .s { color: #ed9d13 } /* Literal.String */
.pythonsourcecode .na { color: #bbbbbb } /* Name.Attribute */
.pythonsourcecode .nb { color: #24909d } /* Name.Builtin */
.pythonsourcecode .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
.pythonsourcecode .no { color: #40ffff } /* Name.Constant */
.pythonsourcecode .nd { color: #ffa500 } /* Name.Decorator */
.pythonsourcecode .ni { color: #d0d0d0 } /* Name.Entity */
.pythonsourcecode .ne { color: #bbbbbb } /* Name.Exception */
.pythonsourcecode .nf { color: #447fcf } /* Name.Function */
.pythonsourcecode .nl { color: #d0d0d0 } /* Name.Label */
.pythonsourcecode .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
.pythonsourcecode .nx { color: #d0d0d0 } /* Name.Other */
.pythonsourcecode .py { color: #d0d0d0 } /* Name.Property */
.pythonsourcecode .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
.pythonsourcecode .nv { color: #40ffff } /* Name.Variable */
.pythonsourcecode .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
.pythonsourcecode .w { color: #666666 } /* Text.Whitespace */
.pythonsourcecode .mb { color: #3677a9 } /* Literal.Number.Bin */
.pythonsourcecode .mf { color: #3677a9 } /* Literal.Number.Float */
.pythonsourcecode .mh { color: #3677a9 } /* Literal.Number.Hex */
.pythonsourcecode .mi { color: #3677a9 } /* Literal.Number.Integer */
.pythonsourcecode .mo { color: #3677a9 } /* Literal.Number.Oct */
.pythonsourcecode .sb { color: #ed9d13 } /* Literal.String.Backtick */
.pythonsourcecode .sc { color: #ed9d13 } /* Literal.String.Char */
.pythonsourcecode .sd { color: #ed9d13 } /* Literal.String.Doc */
.pythonsourcecode .s2 { color: #ed9d13 } /* Literal.String.Double */
.pythonsourcecode .se { color: #ed9d13 } /* Literal.String.Escape */
.pythonsourcecode .sh { color: #ed9d13 } /* Literal.String.Heredoc */
.pythonsourcecode .si { color: #ed9d13 } /* Literal.String.Interpol */
.pythonsourcecode .sx { color: #ffa500 } /* Literal.String.Other */
.pythonsourcecode .sr { color: #ed9d13 } /* Literal.String.Regex */
.pythonsourcecode .s1 { color: #ed9d13 } /* Literal.String.Single */
.pythonsourcecode .ss { color: #ed9d13 } /* Literal.String.Symbol */
.pythonsourcecode .bp { color: #24909d } /* Name.Builtin.Pseudo */
.pythonsourcecode .vc { color: #40ffff } /* Name.Variable.Class */
.pythonsourcecode .vg { color: #40ffff } /* Name.Variable.Global */
.pythonsourcecode .vi { color: #40ffff } /* Name.Variable.Instance */
.pythonsourcecode .il { color: #3677a9 } /* Literal.Number.Integer.Long */
