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

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