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

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

/* console: terminal-style PS1 colouring (user@host green, path blue) */
html:not([data-theme="light"]) .chroma .gp { color: var(--prompt-user); font-weight: 600 }
html[data-theme="light"] .chroma .gp { color: var(--prompt-user); font-weight: 600 }
html:not([data-theme="light"]) .chroma .gh { color: var(--prompt-path); font-weight: 600 }
html[data-theme="light"] .chroma .gh { color: var(--prompt-path); font-weight: 600 }
