.hll { background-color: #979db4 }
.c { color: #898ea4 } /* Comment */
.err { color: #c94922 } /* Error */
.k { color: #6679cc } /* Keyword */
.l { color: #ac9739 } /* Literal */
.o { color: #22a2c9 } /* Operator */
.ch { color: #898ea4 } /* Comment.Hashbang */
.cm { color: #898ea4 } /* Comment.Multiline */
.cp { color: #9c637a } /* Comment.Preproc */
.cpf { color: #ac9739 } /* Comment.PreprocFile */
.c1 { color: #898ea4 } /* Comment.Single */
.cs { color: #898ea4 } /* Comment.Special */
.kc { color: #6679cc } /* Keyword.Constant */
.kd { color: #6679cc } /* Keyword.Declaration */
.kn { color: #6679cc } /* Keyword.Namespace */
.kp { color: #6679cc } /* Keyword.Pseudo */
.kr { color: #6679cc } /* Keyword.Reserved */
.kt { color: #c94922 } /* Keyword.Type */
.ld { color: #ac9739 } /* Literal.Date */
.m { color: #c76b29 } /* Literal.Number */
.s { color: #ac9739 } /* Literal.String */
.na { color: #3d8fd1 } /* Name.Attribute */
.nb { color: #3d8fd1 } /* Name.Builtin */
.nc { color: #3d8fd1 } /* Name.Class */
.no { color: #c76b29 } /* Name.Constant */
.nd { color: #c76b29 } /* Name.Decorator */
.nf { color: #3d8fd1 } /* Name.Function */
.nn { color: #3d8fd1 } /* Name.Namespace */
.nt { color: #6679cc } /* Name.Tag */
.nv { color: #3d8fd1 } /* Name.Variable */
.ow { color: #6679cc } /* Operator.Word */
.w { color: #5e6687 } /* Text.Whitespace */
.mb { color: #c76b29 } /* Literal.Number.Bin */
.mf { color: #c76b29 } /* Literal.Number.Float */
.mh { color: #c76b29 } /* Literal.Number.Hex */
.mi { color: #c76b29 } /* Literal.Number.Integer */
.mo { color: #c76b29 } /* Literal.Number.Oct */
.sa { color: #ac9739 } /* Literal.String.Affix */
.sb { color: #ac9739 } /* Literal.String.Backtick */
.sc { color: #ac9739 } /* Literal.String.Char */
.dl { color: #ac9739 } /* Literal.String.Delimiter */
.sd { color: #ac9739 } /* Literal.String.Doc */
.s2 { color: #ac9739 } /* Literal.String.Double */
.se { color: #ac9739 } /* Literal.String.Escape */
.sh { color: #ac9739 } /* Literal.String.Heredoc */
.si { color: #9c637a } /* Literal.String.Interpol */
.sx { color: #ac9739 } /* Literal.String.Other */
.sr { color: #22a2c9 } /* Literal.String.Regex */
.s1 { color: #ac9739 } /* Literal.String.Single */
.ss { color: #c76b29 } /* Literal.String.Symbol */
.bp { color: #c94922 } /* Name.Builtin.Pseudo */
.fm { color: #3d8fd1 } /* Name.Function.Magic */
.vc { color: #3d8fd1 } /* Name.Variable.Class */
.vg { color: #3d8fd1 } /* Name.Variable.Global */
.vi { color: #c94922 } /* Name.Variable.Instance */
.vm { color: #3d8fd1 } /* Name.Variable.Magic */
.il { color: #c76b29 } /* Literal.Number.Integer.Long */

@media (prefers-color-scheme: dark) {
.hll { background-color: #5e6687 }
.c { color: #6b7394 } /* Comment */
.ch { color: #6b7394 } /* Comment.Hashbang */
.cm { color: #6b7394 } /* Comment.Multiline */
.c1 { color: #6b7394 } /* Comment.Single */
.cs { color: #6b7394 } /* Comment.Special */
.w { color: #979db4 } /* Text.Whitespace */
}
