/* Auto-generated by cmd/gen-chroma-css. Do not edit. */
/* chroma palette: github (-style=light). */

/* Background */ html:not([data-theme="dark"]) .bg { background-color: #f7f7f7; }
/* PreWrapper */ html:not([data-theme="dark"]) .chroma { background-color: #f7f7f7; -webkit-text-size-adjust: none; }
/* Error */ html:not([data-theme="dark"]) .chroma .err { color: #f6f8fa; background-color: #82071e }
/* LineLink */ html:not([data-theme="dark"]) .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
/* LineTableTD */ html:not([data-theme="dark"]) .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ html:not([data-theme="dark"]) .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ html:not([data-theme="dark"]) .chroma .hl { background-color: #dedede }
/* LineNumbersTable */ html:not([data-theme="dark"]) .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ html:not([data-theme="dark"]) .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Line */ html:not([data-theme="dark"]) .chroma .line { display: flex; }
/* Keyword */ html:not([data-theme="dark"]) .chroma .k { color: #cf222e }
/* KeywordConstant */ html:not([data-theme="dark"]) .chroma .kc { color: #cf222e }
/* KeywordDeclaration */ html:not([data-theme="dark"]) .chroma .kd { color: #cf222e }
/* KeywordNamespace */ html:not([data-theme="dark"]) .chroma .kn { color: #cf222e }
/* KeywordPseudo */ html:not([data-theme="dark"]) .chroma .kp { color: #cf222e }
/* KeywordReserved */ html:not([data-theme="dark"]) .chroma .kr { color: #cf222e }
/* KeywordType */ html:not([data-theme="dark"]) .chroma .kt { color: #cf222e }
/* NameAttribute */ html:not([data-theme="dark"]) .chroma .na { color: #1f2328 }
/* NameClass */ html:not([data-theme="dark"]) .chroma .nc { color: #1f2328 }
/* NameConstant */ html:not([data-theme="dark"]) .chroma .no { color: #0550ae }
/* NameDecorator */ html:not([data-theme="dark"]) .chroma .nd { color: #0550ae }
/* NameEntity */ html:not([data-theme="dark"]) .chroma .ni { color: #6639ba }
/* NameLabel */ html:not([data-theme="dark"]) .chroma .nl { color: #990000; font-weight: bold }
/* NameNamespace */ html:not([data-theme="dark"]) .chroma .nn { color: #24292e }
/* NameOther */ html:not([data-theme="dark"]) .chroma .nx { color: #1f2328 }
/* NameTag */ html:not([data-theme="dark"]) .chroma .nt { color: #0550ae }
/* NameBuiltin */ html:not([data-theme="dark"]) .chroma .nb { color: #6639ba }
/* NameBuiltinPseudo */ html:not([data-theme="dark"]) .chroma .bp { color: #6a737d }
/* NameVariable */ html:not([data-theme="dark"]) .chroma .nv { color: #953800 }
/* NameVariableClass */ html:not([data-theme="dark"]) .chroma .vc { color: #953800 }
/* NameVariableGlobal */ html:not([data-theme="dark"]) .chroma .vg { color: #953800 }
/* NameVariableInstance */ html:not([data-theme="dark"]) .chroma .vi { color: #953800 }
/* NameVariableMagic */ html:not([data-theme="dark"]) .chroma .vm { color: #953800 }
/* NameFunction */ html:not([data-theme="dark"]) .chroma .nf { color: #6639ba }
/* NameFunctionMagic */ html:not([data-theme="dark"]) .chroma .fm { color: #6639ba }
/* LiteralString */ html:not([data-theme="dark"]) .chroma .s { color: #0a3069 }
/* LiteralStringAffix */ html:not([data-theme="dark"]) .chroma .sa { color: #0a3069 }
/* LiteralStringBacktick */ html:not([data-theme="dark"]) .chroma .sb { color: #0a3069 }
/* LiteralStringChar */ html:not([data-theme="dark"]) .chroma .sc { color: #0a3069 }
/* LiteralStringDelimiter */ html:not([data-theme="dark"]) .chroma .dl { color: #0a3069 }
/* LiteralStringDoc */ html:not([data-theme="dark"]) .chroma .sd { color: #0a3069 }
/* LiteralStringDouble */ html:not([data-theme="dark"]) .chroma .s2 { color: #0a3069 }
/* LiteralStringEscape */ html:not([data-theme="dark"]) .chroma .se { color: #0a3069 }
/* LiteralStringHeredoc */ html:not([data-theme="dark"]) .chroma .sh { color: #0a3069 }
/* LiteralStringInterpol */ html:not([data-theme="dark"]) .chroma .si { color: #0a3069 }
/* LiteralStringOther */ html:not([data-theme="dark"]) .chroma .sx { color: #0a3069 }
/* LiteralStringRegex */ html:not([data-theme="dark"]) .chroma .sr { color: #0a3069 }
/* LiteralStringSingle */ html:not([data-theme="dark"]) .chroma .s1 { color: #0a3069 }
/* LiteralStringSymbol */ html:not([data-theme="dark"]) .chroma .ss { color: #032f62 }
/* LiteralNumber */ html:not([data-theme="dark"]) .chroma .m { color: #0550ae }
/* LiteralNumberBin */ html:not([data-theme="dark"]) .chroma .mb { color: #0550ae }
/* LiteralNumberFloat */ html:not([data-theme="dark"]) .chroma .mf { color: #0550ae }
/* LiteralNumberHex */ html:not([data-theme="dark"]) .chroma .mh { color: #0550ae }
/* LiteralNumberInteger */ html:not([data-theme="dark"]) .chroma .mi { color: #0550ae }
/* LiteralNumberIntegerLong */ html:not([data-theme="dark"]) .chroma .il { color: #0550ae }
/* LiteralNumberOct */ html:not([data-theme="dark"]) .chroma .mo { color: #0550ae }
/* Operator */ html:not([data-theme="dark"]) .chroma .o { color: #0550ae }
/* OperatorWord */ html:not([data-theme="dark"]) .chroma .ow { color: #0550ae }
/* OperatorReserved */ html:not([data-theme="dark"]) .chroma .or { color: #0550ae }
/* Punctuation */ html:not([data-theme="dark"]) .chroma .p { color: #1f2328 }
/* Comment */ html:not([data-theme="dark"]) .chroma .c { color: #57606a }
/* CommentHashbang */ html:not([data-theme="dark"]) .chroma .ch { color: #57606a }
/* CommentMultiline */ html:not([data-theme="dark"]) .chroma .cm { color: #57606a }
/* CommentSingle */ html:not([data-theme="dark"]) .chroma .c1 { color: #57606a }
/* CommentSpecial */ html:not([data-theme="dark"]) .chroma .cs { color: #57606a }
/* CommentPreproc */ html:not([data-theme="dark"]) .chroma .cp { color: #57606a }
/* CommentPreprocFile */ html:not([data-theme="dark"]) .chroma .cpf { color: #57606a }
/* GenericDeleted */ html:not([data-theme="dark"]) .chroma .gd { color: #82071e; background-color: #ffebe9 }
/* GenericEmph */ html:not([data-theme="dark"]) .chroma .ge { color: #1f2328 }
/* GenericInserted */ html:not([data-theme="dark"]) .chroma .gi { color: #116329; background-color: #dafbe1 }
/* GenericOutput */ html:not([data-theme="dark"]) .chroma .go { color: #1f2328 }
/* GenericUnderline */ html:not([data-theme="dark"]) .chroma .gl { text-decoration: underline }
/* TextWhitespace */ html:not([data-theme="dark"]) .chroma .w { color: #ffffff }
