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

/* dark */
[data-theme="dark"] /* Background */ .bg { color: #e6edf3; background-color: #0d1117; }
[data-theme="dark"] /* PreWrapper */ .chroma { color: #e6edf3; background-color: #0d1117; -webkit-text-size-adjust: none; }
[data-theme="dark"] /* Error */ .chroma .err { color: #f85149 }
[data-theme="dark"] /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
[data-theme="dark"] /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
[data-theme="dark"] /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
[data-theme="dark"] /* LineHighlight */ .chroma .hl { background-color: #6e7681 }
[data-theme="dark"] /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #737679 }
[data-theme="dark"] /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #6e7681 }
[data-theme="dark"] /* Line */ .chroma .line { display: flex; }
[data-theme="dark"] /* Keyword */ .chroma .k { color: #ff7b72 }
[data-theme="dark"] /* KeywordConstant */ .chroma .kc { color: #79c0ff }
[data-theme="dark"] /* KeywordDeclaration */ .chroma .kd { color: #ff7b72 }
[data-theme="dark"] /* KeywordNamespace */ .chroma .kn { color: #ff7b72 }
[data-theme="dark"] /* KeywordPseudo */ .chroma .kp { color: #79c0ff }
[data-theme="dark"] /* KeywordReserved */ .chroma .kr { color: #ff7b72 }
[data-theme="dark"] /* KeywordType */ .chroma .kt { color: #ff7b72 }
[data-theme="dark"] /* NameClass */ .chroma .nc { color: #f0883e; font-weight: bold }
[data-theme="dark"] /* NameConstant */ .chroma .no { color: #79c0ff; font-weight: bold }
[data-theme="dark"] /* NameDecorator */ .chroma .nd { color: #d2a8ff; font-weight: bold }
[data-theme="dark"] /* NameEntity */ .chroma .ni { color: #ffa657 }
[data-theme="dark"] /* NameException */ .chroma .ne { color: #f0883e; font-weight: bold }
[data-theme="dark"] /* NameLabel */ .chroma .nl { color: #79c0ff; font-weight: bold }
[data-theme="dark"] /* NameNamespace */ .chroma .nn { color: #ff7b72 }
[data-theme="dark"] /* NameProperty */ .chroma .py { color: #79c0ff }
[data-theme="dark"] /* NameTag */ .chroma .nt { color: #7ee787 }
[data-theme="dark"] /* NameVariable */ .chroma .nv { color: #79c0ff }
[data-theme="dark"] /* NameVariableClass */ .chroma .vc { color: #79c0ff }
[data-theme="dark"] /* NameVariableGlobal */ .chroma .vg { color: #79c0ff }
[data-theme="dark"] /* NameVariableInstance */ .chroma .vi { color: #79c0ff }
[data-theme="dark"] /* NameVariableMagic */ .chroma .vm { color: #79c0ff }
[data-theme="dark"] /* NameFunction */ .chroma .nf { color: #d2a8ff; font-weight: bold }
[data-theme="dark"] /* NameFunctionMagic */ .chroma .fm { color: #d2a8ff; font-weight: bold }
[data-theme="dark"] /* Literal */ .chroma .l { color: #a5d6ff }
[data-theme="dark"] /* LiteralDate */ .chroma .ld { color: #79c0ff }
[data-theme="dark"] /* LiteralString */ .chroma .s { color: #a5d6ff }
[data-theme="dark"] /* LiteralStringAffix */ .chroma .sa { color: #79c0ff }
[data-theme="dark"] /* LiteralStringBacktick */ .chroma .sb { color: #a5d6ff }
[data-theme="dark"] /* LiteralStringChar */ .chroma .sc { color: #a5d6ff }
[data-theme="dark"] /* LiteralStringDelimiter */ .chroma .dl { color: #79c0ff }
[data-theme="dark"] /* LiteralStringDoc */ .chroma .sd { color: #a5d6ff }
[data-theme="dark"] /* LiteralStringDouble */ .chroma .s2 { color: #a5d6ff }
[data-theme="dark"] /* LiteralStringEscape */ .chroma .se { color: #79c0ff }
[data-theme="dark"] /* LiteralStringHeredoc */ .chroma .sh { color: #79c0ff }
[data-theme="dark"] /* LiteralStringInterpol */ .chroma .si { color: #a5d6ff }
[data-theme="dark"] /* LiteralStringOther */ .chroma .sx { color: #a5d6ff }
[data-theme="dark"] /* LiteralStringRegex */ .chroma .sr { color: #79c0ff }
[data-theme="dark"] /* LiteralStringSingle */ .chroma .s1 { color: #a5d6ff }
[data-theme="dark"] /* LiteralStringSymbol */ .chroma .ss { color: #a5d6ff }
[data-theme="dark"] /* LiteralNumber */ .chroma .m { color: #a5d6ff }
[data-theme="dark"] /* LiteralNumberBin */ .chroma .mb { color: #a5d6ff }
[data-theme="dark"] /* LiteralNumberFloat */ .chroma .mf { color: #a5d6ff }
[data-theme="dark"] /* LiteralNumberHex */ .chroma .mh { color: #a5d6ff }
[data-theme="dark"] /* LiteralNumberInteger */ .chroma .mi { color: #a5d6ff }
[data-theme="dark"] /* LiteralNumberIntegerLong */ .chroma .il { color: #a5d6ff }
[data-theme="dark"] /* LiteralNumberOct */ .chroma .mo { color: #a5d6ff }
[data-theme="dark"] /* Operator */ .chroma .o { color: #ff7b72; font-weight: bold }
[data-theme="dark"] /* OperatorWord */ .chroma .ow { color: #ff7b72; font-weight: bold }
[data-theme="dark"] /* OperatorReserved */ .chroma .or { color: #ff7b72; font-weight: bold }
[data-theme="dark"] /* Comment */ .chroma .c { color: #8b949e; font-style: italic }
[data-theme="dark"] /* CommentHashbang */ .chroma .ch { color: #8b949e; font-style: italic }
[data-theme="dark"] /* CommentMultiline */ .chroma .cm { color: #8b949e; font-style: italic }
[data-theme="dark"] /* CommentSingle */ .chroma .c1 { color: #8b949e; font-style: italic }
[data-theme="dark"] /* CommentSpecial */ .chroma .cs { color: #8b949e; font-weight: bold; font-style: italic }
[data-theme="dark"] /* CommentPreproc */ .chroma .cp { color: #8b949e; font-weight: bold; font-style: italic }
[data-theme="dark"] /* CommentPreprocFile */ .chroma .cpf { color: #8b949e; font-weight: bold; font-style: italic }
[data-theme="dark"] /* GenericDeleted */ .chroma .gd { color: #ffa198; background-color: #490202 }
[data-theme="dark"] /* GenericEmph */ .chroma .ge { font-style: italic }
[data-theme="dark"] /* GenericError */ .chroma .gr { color: #ffa198 }
[data-theme="dark"] /* GenericHeading */ .chroma .gh { color: #79c0ff; font-weight: bold }
[data-theme="dark"] /* GenericInserted */ .chroma .gi { color: #56d364; background-color: #0f5323 }
[data-theme="dark"] /* GenericOutput */ .chroma .go { color: #8b949e }
[data-theme="dark"] /* GenericPrompt */ .chroma .gp { color: #8b949e }
[data-theme="dark"] /* GenericStrong */ .chroma .gs { font-weight: bold }
[data-theme="dark"] /* GenericSubheading */ .chroma .gu { color: #79c0ff }
[data-theme="dark"] /* GenericTraceback */ .chroma .gt { color: #ff7b72 }
[data-theme="dark"] /* GenericUnderline */ .chroma .gl { text-decoration: underline }
[data-theme="dark"] /* TextWhitespace */ .chroma .w { color: #6e7681 }
