/* Dark "cosmic" syntax highlighting, tuned for the #0d1330 code surface.
   Token classes are emitted by Rouge (GitHub Pages) / Pygments and reuse the
   site palette: orange keywords, green strings, sky-blue builtins, gold numbers,
   violet names. */
.highlight  { background: transparent; }
.highlight .c { color: #7d86b8; font-style: italic } /* Comment */
.highlight .err { color: #ff6b6b } /* Error */
.highlight .k { color: #ff9e3d; font-weight: bold } /* Keyword */
.highlight .o { color: #cdd6f4; font-weight: bold } /* Operator */
.highlight .cm { color: #7d86b8; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #7d86b8; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #7d86b8; font-style: italic } /* Comment.Single */
.highlight .cs { color: #7d86b8; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #ffb4b4; background-color: #3a1820 } /* Generic.Deleted */
.highlight .gd .x { color: #ffb4b4; background-color: #4a1c26 } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #ff6b6b } /* Generic.Error */
.highlight .gh { color: #aeb8c2 } /* Generic.Heading */
.highlight .gi { color: #b6f0a8; background-color: #16301c } /* Generic.Inserted */
.highlight .gi .x { color: #b6f0a8; background-color: #1c3c24 } /* Generic.Inserted.Specific */
.highlight .go { color: #aeb8c2 } /* Generic.Output */
.highlight .gp { color: #aeb8c2 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #c9a3ff; font-weight: bold; } /* Generic.Subheading */
.highlight .gt { color: #ff6b6b } /* Generic.Traceback */
.highlight .kc { color: #ff9e3d; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #ff9e3d; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #ff9e3d; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #ff9e3d; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #ff9e3d; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #7ec8ff; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #ffd27a } /* Literal.Number */
.highlight .s { color: #9ad48b } /* Literal.String */
.highlight .na { color: #7ec8ff } /* Name.Attribute */
.highlight .nb { color: #7ec8ff } /* Name.Builtin */
.highlight .nc { color: #c9a3ff; font-weight: bold } /* Name.Class */
.highlight .no { color: #7ec8ff } /* Name.Constant */
.highlight .ni { color: #c9a3ff } /* Name.Entity */
.highlight .ne { color: #c9a3ff; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #c9a3ff; font-weight: bold } /* Name.Function */
.highlight .nn { color: #aeb8c2 } /* Name.Namespace */
.highlight .nt { color: #ff9e3d } /* Name.Tag */
.highlight .nv { color: #ff9e3d } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #3a4060 } /* Text.Whitespace */
.highlight .mf { color: #ffd27a } /* Literal.Number.Float */
.highlight .mh { color: #ffd27a } /* Literal.Number.Hex */
.highlight .mi { color: #ffd27a } /* Literal.Number.Integer */
.highlight .mo { color: #ffd27a } /* Literal.Number.Oct */
.highlight .sb { color: #9ad48b } /* Literal.String.Backtick */
.highlight .sc { color: #9ad48b } /* Literal.String.Char */
.highlight .sd { color: #9ad48b } /* Literal.String.Doc */
.highlight .s2 { color: #9ad48b } /* Literal.String.Double */
.highlight .se { color: #9ad48b } /* Literal.String.Escape */
.highlight .sh { color: #9ad48b } /* Literal.String.Heredoc */
.highlight .si { color: #9ad48b } /* Literal.String.Interpol */
.highlight .sx { color: #9ad48b } /* Literal.String.Other */
.highlight .sr { color: #9ad48b } /* Literal.String.Regex */
.highlight .s1 { color: #9ad48b } /* Literal.String.Single */
.highlight .ss { color: #7ec8ff } /* Literal.String.Symbol */
.highlight .bp { color: #7ec8ff } /* Name.Builtin.Pseudo */
.highlight .vc { color: #ff9e3d } /* Name.Variable.Class */
.highlight .vg { color: #ff9e3d } /* Name.Variable.Global */
.highlight .vi { color: #ff9e3d } /* Name.Variable.Instance */
.highlight .il { color: #ffd27a } /* Literal.Number.Integer.Long */

.type-csharp .highlight .k { color: #7ec8ff }
.type-csharp .highlight .kt { color: #7ec8ff }
.type-csharp .highlight .nf { color: #e6e6f0; font-weight: normal }
.type-csharp .highlight .nc { color: #9ad4ff }
.type-csharp .highlight .nn { color: #e6e6f0 }
.type-csharp .highlight .s { color: #9ad48b }
.type-csharp .highlight .sc { color: #9ad48b }
