/* Background */ html[data-theme="dark"] .bg { color: #cdd6f4; background-color: #1e1e2e; }
/* PreWrapper */ html[data-theme="dark"] .chroma { color: #cdd6f4; background-color: #1e1e2e; -webkit-text-size-adjust: none; }
/* Error */ html[data-theme="dark"] .chroma .err { color: #f38ba8 }
/* LineLink */ html[data-theme="dark"] .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
/* LineTableTD */ html[data-theme="dark"] .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ html[data-theme="dark"] .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ html[data-theme="dark"] .chroma .hl { background-color: #45475a }
/* LineNumbersTable */ html[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: #7f849c }
/* LineNumbers */ html[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: #7f849c }
/* Line */ html[data-theme="dark"] .chroma .line { display: flex; }
/* Keyword */ html[data-theme="dark"] .chroma .k { color: #cba6f7 }
/* KeywordConstant */ html[data-theme="dark"] .chroma .kc { color: #fab387 }
/* KeywordDeclaration */ html[data-theme="dark"] .chroma .kd { color: #f38ba8 }
/* KeywordNamespace */ html[data-theme="dark"] .chroma .kn { color: #94e2d5 }
/* KeywordPseudo */ html[data-theme="dark"] .chroma .kp { color: #cba6f7 }
/* KeywordReserved */ html[data-theme="dark"] .chroma .kr { color: #cba6f7 }
/* KeywordType */ html[data-theme="dark"] .chroma .kt { color: #f38ba8 }
/* NameAttribute */ html[data-theme="dark"] .chroma .na { color: #89b4fa }
/* NameClass */ html[data-theme="dark"] .chroma .nc { color: #f9e2af }
/* NameConstant */ html[data-theme="dark"] .chroma .no { color: #f9e2af }
/* NameDecorator */ html[data-theme="dark"] .chroma .nd { color: #89b4fa; font-weight: bold }
/* NameEntity */ html[data-theme="dark"] .chroma .ni { color: #94e2d5 }
/* NameException */ html[data-theme="dark"] .chroma .ne { color: #fab387 }
/* NameLabel */ html[data-theme="dark"] .chroma .nl { color: #89dceb }
/* NameNamespace */ html[data-theme="dark"] .chroma .nn { color: #fab387 }
/* NameProperty */ html[data-theme="dark"] .chroma .py { color: #fab387 }
/* NameTag */ html[data-theme="dark"] .chroma .nt { color: #cba6f7 }
/* NameBuiltin */ html[data-theme="dark"] .chroma .nb { color: #89dceb }
/* NameBuiltinPseudo */ html[data-theme="dark"] .chroma .bp { color: #89dceb }
/* NameVariable */ html[data-theme="dark"] .chroma .nv { color: #f5e0dc }
/* NameVariableClass */ html[data-theme="dark"] .chroma .vc { color: #f5e0dc }
/* NameVariableGlobal */ html[data-theme="dark"] .chroma .vg { color: #f5e0dc }
/* NameVariableInstance */ html[data-theme="dark"] .chroma .vi { color: #f5e0dc }
/* NameVariableMagic */ html[data-theme="dark"] .chroma .vm { color: #f5e0dc }
/* NameFunction */ html[data-theme="dark"] .chroma .nf { color: #89b4fa }
/* NameFunctionMagic */ html[data-theme="dark"] .chroma .fm { color: #89b4fa }
/* LiteralString */ html[data-theme="dark"] .chroma .s { color: #a6e3a1 }
/* LiteralStringAffix */ html[data-theme="dark"] .chroma .sa { color: #f38ba8 }
/* LiteralStringBacktick */ html[data-theme="dark"] .chroma .sb { color: #a6e3a1 }
/* LiteralStringChar */ html[data-theme="dark"] .chroma .sc { color: #a6e3a1 }
/* LiteralStringDelimiter */ html[data-theme="dark"] .chroma .dl { color: #89b4fa }
/* LiteralStringDoc */ html[data-theme="dark"] .chroma .sd { color: #6c7086 }
/* LiteralStringDouble */ html[data-theme="dark"] .chroma .s2 { color: #a6e3a1 }
/* LiteralStringEscape */ html[data-theme="dark"] .chroma .se { color: #89b4fa }
/* LiteralStringHeredoc */ html[data-theme="dark"] .chroma .sh { color: #6c7086 }
/* LiteralStringInterpol */ html[data-theme="dark"] .chroma .si { color: #a6e3a1 }
/* LiteralStringOther */ html[data-theme="dark"] .chroma .sx { color: #a6e3a1 }
/* LiteralStringRegex */ html[data-theme="dark"] .chroma .sr { color: #94e2d5 }
/* LiteralStringSingle */ html[data-theme="dark"] .chroma .s1 { color: #a6e3a1 }
/* LiteralStringSymbol */ html[data-theme="dark"] .chroma .ss { color: #a6e3a1 }
/* LiteralNumber */ html[data-theme="dark"] .chroma .m { color: #fab387 }
/* LiteralNumberBin */ html[data-theme="dark"] .chroma .mb { color: #fab387 }
/* LiteralNumberFloat */ html[data-theme="dark"] .chroma .mf { color: #fab387 }
/* LiteralNumberHex */ html[data-theme="dark"] .chroma .mh { color: #fab387 }
/* LiteralNumberInteger */ html[data-theme="dark"] .chroma .mi { color: #fab387 }
/* LiteralNumberIntegerLong */ html[data-theme="dark"] .chroma .il { color: #fab387 }
/* LiteralNumberOct */ html[data-theme="dark"] .chroma .mo { color: #fab387 }
/* Operator */ html[data-theme="dark"] .chroma .o { color: #89dceb; font-weight: bold }
/* OperatorWord */ html[data-theme="dark"] .chroma .ow { color: #89dceb; font-weight: bold }
/* OperatorReserved */ html[data-theme="dark"] .chroma .or { color: #89dceb; font-weight: bold }
/* Comment */ html[data-theme="dark"] .chroma .c { color: #6c7086; font-style: italic }
/* CommentHashbang */ html[data-theme="dark"] .chroma .ch { color: #585b70; font-style: italic }
/* CommentMultiline */ html[data-theme="dark"] .chroma .cm { color: #6c7086; font-style: italic }
/* CommentSingle */ html[data-theme="dark"] .chroma .c1 { color: #6c7086; font-style: italic }
/* CommentSpecial */ html[data-theme="dark"] .chroma .cs { color: #6c7086; font-style: italic }
/* CommentPreproc */ html[data-theme="dark"] .chroma .cp { color: #6c7086; font-style: italic }
/* CommentPreprocFile */ html[data-theme="dark"] .chroma .cpf { color: #6c7086; font-weight: bold; font-style: italic }
/* GenericDeleted */ html[data-theme="dark"] .chroma .gd { color: #f38ba8; background-color: #313244 }
/* GenericEmph */ html[data-theme="dark"] .chroma .ge { font-style: italic }
/* GenericError */ html[data-theme="dark"] .chroma .gr { color: #f38ba8 }
/* GenericHeading */ html[data-theme="dark"] .chroma .gh { color: #fab387; font-weight: bold }
/* GenericInserted */ html[data-theme="dark"] .chroma .gi { color: #a6e3a1; background-color: #313244 }
/* GenericStrong */ html[data-theme="dark"] .chroma .gs { font-weight: bold }
/* GenericSubheading */ html[data-theme="dark"] .chroma .gu { color: #fab387; font-weight: bold }
/* GenericTraceback */ html[data-theme="dark"] .chroma .gt { color: #f38ba8 }
/* GenericUnderline */ html[data-theme="dark"] .chroma .gl { text-decoration: underline }
html[data-theme="dark"] .chroma .o, html[data-theme="dark"] .chroma .ow, html[data-theme="dark"] .chroma .or { color: #9399b2; font-weight: normal }
