/* Generated using: hugo gen chromastyles --style=github-dark */
/* Scoped under body.inverted for dark mode */

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