/* Generated Chroma token colors for dark/light. Regenerated via tools if needed. */

/* ——— Dark ——— */
/* Background */ html[data-theme="dark"] .bg { color: #f8f8f2; background-color: #272822; }
/* PreWrapper */ html[data-theme="dark"] .chroma { color: #f8f8f2; background-color: #272822; }
/* Error */ html[data-theme="dark"] .chroma .err { color: #960050; background-color: #1e0010 }
/* LineTableTD */ html[data-theme="dark"] .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ html[data-theme="dark"] .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ html[data-theme="dark"] .chroma .hl { background-color: #3c3d38 }
/* LineNumbersTable */ html[data-theme="dark"] .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ html[data-theme="dark"] .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Line */ html[data-theme="dark"] .chroma .line { display: flex; }
/* Keyword */ html[data-theme="dark"] .chroma .k { color: #66d9ef }
/* KeywordConstant */ html[data-theme="dark"] .chroma .kc { color: #66d9ef }
/* KeywordDeclaration */ html[data-theme="dark"] .chroma .kd { color: #66d9ef }
/* KeywordNamespace */ html[data-theme="dark"] .chroma .kn { color: #f92672 }
/* KeywordPseudo */ html[data-theme="dark"] .chroma .kp { color: #66d9ef }
/* KeywordReserved */ html[data-theme="dark"] .chroma .kr { color: #66d9ef }
/* KeywordType */ html[data-theme="dark"] .chroma .kt { color: #66d9ef }
/* NameAttribute */ html[data-theme="dark"] .chroma .na { color: #a6e22e }
/* NameClass */ html[data-theme="dark"] .chroma .nc { color: #a6e22e }
/* NameConstant */ html[data-theme="dark"] .chroma .no { color: #66d9ef }
/* NameDecorator */ html[data-theme="dark"] .chroma .nd { color: #a6e22e }
/* NameException */ html[data-theme="dark"] .chroma .ne { color: #a6e22e }
/* NameFunction */ html[data-theme="dark"] .chroma .nf { color: #a6e22e }
/* NameOther */ html[data-theme="dark"] .chroma .nx { color: #a6e22e }
/* NameTag */ html[data-theme="dark"] .chroma .nt { color: #f92672 }
/* Literal */ html[data-theme="dark"] .chroma .l { color: #ae81ff }
/* LiteralDate */ html[data-theme="dark"] .chroma .ld { color: #e6db74 }
/* LiteralString */ html[data-theme="dark"] .chroma .s { color: #e6db74 }
/* LiteralStringAffix */ html[data-theme="dark"] .chroma .sa { color: #e6db74 }
/* LiteralStringBacktick */ html[data-theme="dark"] .chroma .sb { color: #e6db74 }
/* LiteralStringChar */ html[data-theme="dark"] .chroma .sc { color: #e6db74 }
/* LiteralStringDelimiter */ html[data-theme="dark"] .chroma .dl { color: #e6db74 }
/* LiteralStringDoc */ html[data-theme="dark"] .chroma .sd { color: #e6db74 }
/* LiteralStringDouble */ html[data-theme="dark"] .chroma .s2 { color: #e6db74 }
/* LiteralStringEscape */ html[data-theme="dark"] .chroma .se { color: #ae81ff }
/* LiteralStringHeredoc */ html[data-theme="dark"] .chroma .sh { color: #e6db74 }
/* LiteralStringInterpol */ html[data-theme="dark"] .chroma .si { color: #e6db74 }
/* LiteralStringOther */ html[data-theme="dark"] .chroma .sx { color: #e6db74 }
/* LiteralStringRegex */ html[data-theme="dark"] .chroma .sr { color: #e6db74 }
/* LiteralStringSingle */ html[data-theme="dark"] .chroma .s1 { color: #e6db74 }
/* LiteralStringSymbol */ html[data-theme="dark"] .chroma .ss { color: #e6db74 }
/* LiteralNumber */ html[data-theme="dark"] .chroma .m { color: #ae81ff }
/* LiteralNumberBin */ html[data-theme="dark"] .chroma .mb { color: #ae81ff }
/* LiteralNumberFloat */ html[data-theme="dark"] .chroma .mf { color: #ae81ff }
/* LiteralNumberHex */ html[data-theme="dark"] .chroma .mh { color: #ae81ff }
/* LiteralNumberInteger */ html[data-theme="dark"] .chroma .mi { color: #ae81ff }
/* LiteralNumberIntegerLong */ html[data-theme="dark"] .chroma .il { color: #ae81ff }
/* LiteralNumberOct */ html[data-theme="dark"] .chroma .mo { color: #ae81ff }
/* Operator */ html[data-theme="dark"] .chroma .o { color: #f92672 }
/* OperatorWord */ html[data-theme="dark"] .chroma .ow { color: #f92672 }
/* Comment */ html[data-theme="dark"] .chroma .c { color: #75715e }
/* CommentHashbang */ html[data-theme="dark"] .chroma .ch { color: #75715e }
/* CommentMultiline */ html[data-theme="dark"] .chroma .cm { color: #75715e }
/* CommentSingle */ html[data-theme="dark"] .chroma .c1 { color: #75715e }
/* CommentSpecial */ html[data-theme="dark"] .chroma .cs { color: #75715e }
/* CommentPreproc */ html[data-theme="dark"] .chroma .cp { color: #75715e }
/* CommentPreprocFile */ html[data-theme="dark"] .chroma .cpf { color: #75715e }
/* GenericDeleted */ html[data-theme="dark"] .chroma .gd { color: #f92672 }
/* GenericEmph */ html[data-theme="dark"] .chroma .ge { font-style: italic }
/* GenericInserted */ html[data-theme="dark"] .chroma .gi { color: #a6e22e }
/* GenericStrong */ html[data-theme="dark"] .chroma .gs { font-weight: bold }
/* GenericSubheading */ html[data-theme="dark"] .chroma .gu { color: #75715e }

/* Background */ html:not([data-theme]) .bg { color: #f8f8f2; background-color: #272822; }
/* PreWrapper */ html:not([data-theme]) .chroma { color: #f8f8f2; background-color: #272822; }
/* Error */ html:not([data-theme]) .chroma .err { color: #960050; background-color: #1e0010 }
/* LineTableTD */ html:not([data-theme]) .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ html:not([data-theme]) .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ html:not([data-theme]) .chroma .hl { background-color: #3c3d38 }
/* LineNumbersTable */ html:not([data-theme]) .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ html:not([data-theme]) .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Line */ html:not([data-theme]) .chroma .line { display: flex; }
/* Keyword */ html:not([data-theme]) .chroma .k { color: #66d9ef }
/* KeywordConstant */ html:not([data-theme]) .chroma .kc { color: #66d9ef }
/* KeywordDeclaration */ html:not([data-theme]) .chroma .kd { color: #66d9ef }
/* KeywordNamespace */ html:not([data-theme]) .chroma .kn { color: #f92672 }
/* KeywordPseudo */ html:not([data-theme]) .chroma .kp { color: #66d9ef }
/* KeywordReserved */ html:not([data-theme]) .chroma .kr { color: #66d9ef }
/* KeywordType */ html:not([data-theme]) .chroma .kt { color: #66d9ef }
/* NameAttribute */ html:not([data-theme]) .chroma .na { color: #a6e22e }
/* NameClass */ html:not([data-theme]) .chroma .nc { color: #a6e22e }
/* NameConstant */ html:not([data-theme]) .chroma .no { color: #66d9ef }
/* NameDecorator */ html:not([data-theme]) .chroma .nd { color: #a6e22e }
/* NameException */ html:not([data-theme]) .chroma .ne { color: #a6e22e }
/* NameFunction */ html:not([data-theme]) .chroma .nf { color: #a6e22e }
/* NameOther */ html:not([data-theme]) .chroma .nx { color: #a6e22e }
/* NameTag */ html:not([data-theme]) .chroma .nt { color: #f92672 }
/* Literal */ html:not([data-theme]) .chroma .l { color: #ae81ff }
/* LiteralDate */ html:not([data-theme]) .chroma .ld { color: #e6db74 }
/* LiteralString */ html:not([data-theme]) .chroma .s { color: #e6db74 }
/* LiteralStringAffix */ html:not([data-theme]) .chroma .sa { color: #e6db74 }
/* LiteralStringBacktick */ html:not([data-theme]) .chroma .sb { color: #e6db74 }
/* LiteralStringChar */ html:not([data-theme]) .chroma .sc { color: #e6db74 }
/* LiteralStringDelimiter */ html:not([data-theme]) .chroma .dl { color: #e6db74 }
/* LiteralStringDoc */ html:not([data-theme]) .chroma .sd { color: #e6db74 }
/* LiteralStringDouble */ html:not([data-theme]) .chroma .s2 { color: #e6db74 }
/* LiteralStringEscape */ html:not([data-theme]) .chroma .se { color: #ae81ff }
/* LiteralStringHeredoc */ html:not([data-theme]) .chroma .sh { color: #e6db74 }
/* LiteralStringInterpol */ html:not([data-theme]) .chroma .si { color: #e6db74 }
/* LiteralStringOther */ html:not([data-theme]) .chroma .sx { color: #e6db74 }
/* LiteralStringRegex */ html:not([data-theme]) .chroma .sr { color: #e6db74 }
/* LiteralStringSingle */ html:not([data-theme]) .chroma .s1 { color: #e6db74 }
/* LiteralStringSymbol */ html:not([data-theme]) .chroma .ss { color: #e6db74 }
/* LiteralNumber */ html:not([data-theme]) .chroma .m { color: #ae81ff }
/* LiteralNumberBin */ html:not([data-theme]) .chroma .mb { color: #ae81ff }
/* LiteralNumberFloat */ html:not([data-theme]) .chroma .mf { color: #ae81ff }
/* LiteralNumberHex */ html:not([data-theme]) .chroma .mh { color: #ae81ff }
/* LiteralNumberInteger */ html:not([data-theme]) .chroma .mi { color: #ae81ff }
/* LiteralNumberIntegerLong */ html:not([data-theme]) .chroma .il { color: #ae81ff }
/* LiteralNumberOct */ html:not([data-theme]) .chroma .mo { color: #ae81ff }
/* Operator */ html:not([data-theme]) .chroma .o { color: #f92672 }
/* OperatorWord */ html:not([data-theme]) .chroma .ow { color: #f92672 }
/* Comment */ html:not([data-theme]) .chroma .c { color: #75715e }
/* CommentHashbang */ html:not([data-theme]) .chroma .ch { color: #75715e }
/* CommentMultiline */ html:not([data-theme]) .chroma .cm { color: #75715e }
/* CommentSingle */ html:not([data-theme]) .chroma .c1 { color: #75715e }
/* CommentSpecial */ html:not([data-theme]) .chroma .cs { color: #75715e }
/* CommentPreproc */ html:not([data-theme]) .chroma .cp { color: #75715e }
/* CommentPreprocFile */ html:not([data-theme]) .chroma .cpf { color: #75715e }
/* GenericDeleted */ html:not([data-theme]) .chroma .gd { color: #f92672 }
/* GenericEmph */ html:not([data-theme]) .chroma .ge { font-style: italic }
/* GenericInserted */ html:not([data-theme]) .chroma .gi { color: #a6e22e }
/* GenericStrong */ html:not([data-theme]) .chroma .gs { font-weight: bold }
/* GenericSubheading */ html:not([data-theme]) .chroma .gu { color: #75715e }

/* ——— Light ——— */
/* Background */ html[data-theme="light"] .bg { background-color: #ffffff; }
/* PreWrapper */ html[data-theme="light"] .chroma { background-color: #ffffff; }
/* Error */ html[data-theme="light"] .chroma .err { color: #a61717; background-color: #e3d2d2 }
/* LineTableTD */ html[data-theme="light"] .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ html[data-theme="light"] .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ html[data-theme="light"] .chroma .hl { background-color: #e5e5e5 }
/* LineNumbersTable */ html[data-theme="light"] .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ html[data-theme="light"] .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Line */ html[data-theme="light"] .chroma .line { display: flex; }
/* Keyword */ html[data-theme="light"] .chroma .k { color: #000000; font-weight: bold }
/* KeywordConstant */ html[data-theme="light"] .chroma .kc { color: #000000; font-weight: bold }
/* KeywordDeclaration */ html[data-theme="light"] .chroma .kd { color: #000000; font-weight: bold }
/* KeywordNamespace */ html[data-theme="light"] .chroma .kn { color: #000000; font-weight: bold }
/* KeywordPseudo */ html[data-theme="light"] .chroma .kp { color: #000000; font-weight: bold }
/* KeywordReserved */ html[data-theme="light"] .chroma .kr { color: #000000; font-weight: bold }
/* KeywordType */ html[data-theme="light"] .chroma .kt { color: #445588; font-weight: bold }
/* NameAttribute */ html[data-theme="light"] .chroma .na { color: #008080 }
/* NameBuiltin */ html[data-theme="light"] .chroma .nb { color: #0086b3 }
/* NameBuiltinPseudo */ html[data-theme="light"] .chroma .bp { color: #999999 }
/* NameClass */ html[data-theme="light"] .chroma .nc { color: #445588; font-weight: bold }
/* NameConstant */ html[data-theme="light"] .chroma .no { color: #008080 }
/* NameDecorator */ html[data-theme="light"] .chroma .nd { color: #3c5d5d; font-weight: bold }
/* NameEntity */ html[data-theme="light"] .chroma .ni { color: #800080 }
/* NameException */ html[data-theme="light"] .chroma .ne { color: #990000; font-weight: bold }
/* NameFunction */ html[data-theme="light"] .chroma .nf { color: #990000; font-weight: bold }
/* NameLabel */ html[data-theme="light"] .chroma .nl { color: #990000; font-weight: bold }
/* NameNamespace */ html[data-theme="light"] .chroma .nn { color: #555555 }
/* NameTag */ html[data-theme="light"] .chroma .nt { color: #000080 }
/* NameVariable */ html[data-theme="light"] .chroma .nv { color: #008080 }
/* NameVariableClass */ html[data-theme="light"] .chroma .vc { color: #008080 }
/* NameVariableGlobal */ html[data-theme="light"] .chroma .vg { color: #008080 }
/* NameVariableInstance */ html[data-theme="light"] .chroma .vi { color: #008080 }
/* LiteralString */ html[data-theme="light"] .chroma .s { color: #dd1144 }
/* LiteralStringAffix */ html[data-theme="light"] .chroma .sa { color: #dd1144 }
/* LiteralStringBacktick */ html[data-theme="light"] .chroma .sb { color: #dd1144 }
/* LiteralStringChar */ html[data-theme="light"] .chroma .sc { color: #dd1144 }
/* LiteralStringDelimiter */ html[data-theme="light"] .chroma .dl { color: #dd1144 }
/* LiteralStringDoc */ html[data-theme="light"] .chroma .sd { color: #dd1144 }
/* LiteralStringDouble */ html[data-theme="light"] .chroma .s2 { color: #dd1144 }
/* LiteralStringEscape */ html[data-theme="light"] .chroma .se { color: #dd1144 }
/* LiteralStringHeredoc */ html[data-theme="light"] .chroma .sh { color: #dd1144 }
/* LiteralStringInterpol */ html[data-theme="light"] .chroma .si { color: #dd1144 }
/* LiteralStringOther */ html[data-theme="light"] .chroma .sx { color: #dd1144 }
/* LiteralStringRegex */ html[data-theme="light"] .chroma .sr { color: #009926 }
/* LiteralStringSingle */ html[data-theme="light"] .chroma .s1 { color: #dd1144 }
/* LiteralStringSymbol */ html[data-theme="light"] .chroma .ss { color: #990073 }
/* LiteralNumber */ html[data-theme="light"] .chroma .m { color: #009999 }
/* LiteralNumberBin */ html[data-theme="light"] .chroma .mb { color: #009999 }
/* LiteralNumberFloat */ html[data-theme="light"] .chroma .mf { color: #009999 }
/* LiteralNumberHex */ html[data-theme="light"] .chroma .mh { color: #009999 }
/* LiteralNumberInteger */ html[data-theme="light"] .chroma .mi { color: #009999 }
/* LiteralNumberIntegerLong */ html[data-theme="light"] .chroma .il { color: #009999 }
/* LiteralNumberOct */ html[data-theme="light"] .chroma .mo { color: #009999 }
/* Operator */ html[data-theme="light"] .chroma .o { color: #000000; font-weight: bold }
/* OperatorWord */ html[data-theme="light"] .chroma .ow { color: #000000; font-weight: bold }
/* Comment */ html[data-theme="light"] .chroma .c { color: #999988; font-style: italic }
/* CommentHashbang */ html[data-theme="light"] .chroma .ch { color: #999988; font-style: italic }
/* CommentMultiline */ html[data-theme="light"] .chroma .cm { color: #999988; font-style: italic }
/* CommentSingle */ html[data-theme="light"] .chroma .c1 { color: #999988; font-style: italic }
/* CommentSpecial */ html[data-theme="light"] .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreproc */ html[data-theme="light"] .chroma .cp { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreprocFile */ html[data-theme="light"] .chroma .cpf { color: #999999; font-weight: bold; font-style: italic }
/* GenericDeleted */ html[data-theme="light"] .chroma .gd { color: #000000; background-color: #ffdddd }
/* GenericEmph */ html[data-theme="light"] .chroma .ge { color: #000000; font-style: italic }
/* GenericError */ html[data-theme="light"] .chroma .gr { color: #aa0000 }
/* GenericHeading */ html[data-theme="light"] .chroma .gh { color: #999999 }
/* GenericInserted */ html[data-theme="light"] .chroma .gi { color: #000000; background-color: #ddffdd }
/* GenericOutput */ html[data-theme="light"] .chroma .go { color: #888888 }
/* GenericPrompt */ html[data-theme="light"] .chroma .gp { color: #555555 }
/* GenericStrong */ html[data-theme="light"] .chroma .gs { font-weight: bold }
/* GenericSubheading */ html[data-theme="light"] .chroma .gu { color: #aaaaaa }
/* GenericTraceback */ html[data-theme="light"] .chroma .gt { color: #aa0000 }
/* GenericUnderline */ html[data-theme="light"] .chroma .gl { text-decoration: underline }
/* TextWhitespace */ html[data-theme="light"] .chroma .w { color: #bbbbbb }

@media (prefers-color-scheme: light) {
/* Background */   html:not([data-theme]) .bg { background-color: #ffffff; }
/* PreWrapper */   html:not([data-theme]) .chroma { background-color: #ffffff; }
/* Error */   html:not([data-theme]) .chroma .err { color: #a61717; background-color: #e3d2d2 }
/* LineTableTD */   html:not([data-theme]) .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */   html:not([data-theme]) .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */   html:not([data-theme]) .chroma .hl { background-color: #e5e5e5 }
/* LineNumbersTable */   html:not([data-theme]) .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */   html:not([data-theme]) .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Line */   html:not([data-theme]) .chroma .line { display: flex; }
/* Keyword */   html:not([data-theme]) .chroma .k { color: #000000; font-weight: bold }
/* KeywordConstant */   html:not([data-theme]) .chroma .kc { color: #000000; font-weight: bold }
/* KeywordDeclaration */   html:not([data-theme]) .chroma .kd { color: #000000; font-weight: bold }
/* KeywordNamespace */   html:not([data-theme]) .chroma .kn { color: #000000; font-weight: bold }
/* KeywordPseudo */   html:not([data-theme]) .chroma .kp { color: #000000; font-weight: bold }
/* KeywordReserved */   html:not([data-theme]) .chroma .kr { color: #000000; font-weight: bold }
/* KeywordType */   html:not([data-theme]) .chroma .kt { color: #445588; font-weight: bold }
/* NameAttribute */   html:not([data-theme]) .chroma .na { color: #008080 }
/* NameBuiltin */   html:not([data-theme]) .chroma .nb { color: #0086b3 }
/* NameBuiltinPseudo */   html:not([data-theme]) .chroma .bp { color: #999999 }
/* NameClass */   html:not([data-theme]) .chroma .nc { color: #445588; font-weight: bold }
/* NameConstant */   html:not([data-theme]) .chroma .no { color: #008080 }
/* NameDecorator */   html:not([data-theme]) .chroma .nd { color: #3c5d5d; font-weight: bold }
/* NameEntity */   html:not([data-theme]) .chroma .ni { color: #800080 }
/* NameException */   html:not([data-theme]) .chroma .ne { color: #990000; font-weight: bold }
/* NameFunction */   html:not([data-theme]) .chroma .nf { color: #990000; font-weight: bold }
/* NameLabel */   html:not([data-theme]) .chroma .nl { color: #990000; font-weight: bold }
/* NameNamespace */   html:not([data-theme]) .chroma .nn { color: #555555 }
/* NameTag */   html:not([data-theme]) .chroma .nt { color: #000080 }
/* NameVariable */   html:not([data-theme]) .chroma .nv { color: #008080 }
/* NameVariableClass */   html:not([data-theme]) .chroma .vc { color: #008080 }
/* NameVariableGlobal */   html:not([data-theme]) .chroma .vg { color: #008080 }
/* NameVariableInstance */   html:not([data-theme]) .chroma .vi { color: #008080 }
/* LiteralString */   html:not([data-theme]) .chroma .s { color: #dd1144 }
/* LiteralStringAffix */   html:not([data-theme]) .chroma .sa { color: #dd1144 }
/* LiteralStringBacktick */   html:not([data-theme]) .chroma .sb { color: #dd1144 }
/* LiteralStringChar */   html:not([data-theme]) .chroma .sc { color: #dd1144 }
/* LiteralStringDelimiter */   html:not([data-theme]) .chroma .dl { color: #dd1144 }
/* LiteralStringDoc */   html:not([data-theme]) .chroma .sd { color: #dd1144 }
/* LiteralStringDouble */   html:not([data-theme]) .chroma .s2 { color: #dd1144 }
/* LiteralStringEscape */   html:not([data-theme]) .chroma .se { color: #dd1144 }
/* LiteralStringHeredoc */   html:not([data-theme]) .chroma .sh { color: #dd1144 }
/* LiteralStringInterpol */   html:not([data-theme]) .chroma .si { color: #dd1144 }
/* LiteralStringOther */   html:not([data-theme]) .chroma .sx { color: #dd1144 }
/* LiteralStringRegex */   html:not([data-theme]) .chroma .sr { color: #009926 }
/* LiteralStringSingle */   html:not([data-theme]) .chroma .s1 { color: #dd1144 }
/* LiteralStringSymbol */   html:not([data-theme]) .chroma .ss { color: #990073 }
/* LiteralNumber */   html:not([data-theme]) .chroma .m { color: #009999 }
/* LiteralNumberBin */   html:not([data-theme]) .chroma .mb { color: #009999 }
/* LiteralNumberFloat */   html:not([data-theme]) .chroma .mf { color: #009999 }
/* LiteralNumberHex */   html:not([data-theme]) .chroma .mh { color: #009999 }
/* LiteralNumberInteger */   html:not([data-theme]) .chroma .mi { color: #009999 }
/* LiteralNumberIntegerLong */   html:not([data-theme]) .chroma .il { color: #009999 }
/* LiteralNumberOct */   html:not([data-theme]) .chroma .mo { color: #009999 }
/* Operator */   html:not([data-theme]) .chroma .o { color: #000000; font-weight: bold }
/* OperatorWord */   html:not([data-theme]) .chroma .ow { color: #000000; font-weight: bold }
/* Comment */   html:not([data-theme]) .chroma .c { color: #999988; font-style: italic }
/* CommentHashbang */   html:not([data-theme]) .chroma .ch { color: #999988; font-style: italic }
/* CommentMultiline */   html:not([data-theme]) .chroma .cm { color: #999988; font-style: italic }
/* CommentSingle */   html:not([data-theme]) .chroma .c1 { color: #999988; font-style: italic }
/* CommentSpecial */   html:not([data-theme]) .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreproc */   html:not([data-theme]) .chroma .cp { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreprocFile */   html:not([data-theme]) .chroma .cpf { color: #999999; font-weight: bold; font-style: italic }
/* GenericDeleted */   html:not([data-theme]) .chroma .gd { color: #000000; background-color: #ffdddd }
/* GenericEmph */   html:not([data-theme]) .chroma .ge { color: #000000; font-style: italic }
/* GenericError */   html:not([data-theme]) .chroma .gr { color: #aa0000 }
/* GenericHeading */   html:not([data-theme]) .chroma .gh { color: #999999 }
/* GenericInserted */   html:not([data-theme]) .chroma .gi { color: #000000; background-color: #ddffdd }
/* GenericOutput */   html:not([data-theme]) .chroma .go { color: #888888 }
/* GenericPrompt */   html:not([data-theme]) .chroma .gp { color: #555555 }
/* GenericStrong */   html:not([data-theme]) .chroma .gs { font-weight: bold }
/* GenericSubheading */   html:not([data-theme]) .chroma .gu { color: #aaaaaa }
/* GenericTraceback */   html:not([data-theme]) .chroma .gt { color: #aa0000 }
/* GenericUnderline */   html:not([data-theme]) .chroma .gl { text-decoration: underline }
/* TextWhitespace */   html:not([data-theme]) .chroma .w { color: #bbbbbb }
}
