/* Background */ html[data-theme="light"] .bg { color: #586e75; background-color: #fdf6e3; }
/* PreWrapper */ html[data-theme="light"] .chroma { color: #586e75; background-color: #fdf6e3; -webkit-text-size-adjust: none; }
/* LineLink */ html[data-theme="light"] .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
/* LineTableTD */ html[data-theme="light"] .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ html[data-theme="light"] .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ html[data-theme="light"] .chroma .hl { background-color: #e3ddcc }
/* LineNumbersTable */ html[data-theme="light"] .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 }
/* LineNumbers */ html[data-theme="light"] .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 }
/* Line */ html[data-theme="light"] .chroma .line { display: flex; }
/* Keyword */ html[data-theme="light"] .chroma .k { color: #859900 }
/* KeywordConstant */ html[data-theme="light"] .chroma .kc { color: #859900; font-weight: bold }
/* KeywordDeclaration */ html[data-theme="light"] .chroma .kd { color: #859900 }
/* KeywordNamespace */ html[data-theme="light"] .chroma .kn { color: #dc322f; font-weight: bold }
/* KeywordPseudo */ html[data-theme="light"] .chroma .kp { color: #859900 }
/* KeywordReserved */ html[data-theme="light"] .chroma .kr { color: #859900 }
/* KeywordType */ html[data-theme="light"] .chroma .kt { color: #859900; font-weight: bold }
/* Name */ html[data-theme="light"] .chroma .n { color: #268bd2 }
/* NameAttribute */ html[data-theme="light"] .chroma .na { color: #268bd2 }
/* NameClass */ html[data-theme="light"] .chroma .nc { color: #cb4b16 }
/* NameConstant */ html[data-theme="light"] .chroma .no { color: #268bd2 }
/* NameDecorator */ html[data-theme="light"] .chroma .nd { color: #268bd2 }
/* NameEntity */ html[data-theme="light"] .chroma .ni { color: #268bd2 }
/* NameException */ html[data-theme="light"] .chroma .ne { color: #268bd2 }
/* NameLabel */ html[data-theme="light"] .chroma .nl { color: #268bd2 }
/* NameNamespace */ html[data-theme="light"] .chroma .nn { color: #268bd2 }
/* NameOther */ html[data-theme="light"] .chroma .nx { color: #268bd2 }
/* NameProperty */ html[data-theme="light"] .chroma .py { color: #268bd2 }
/* NameTag */ html[data-theme="light"] .chroma .nt { color: #268bd2; font-weight: bold }
/* NameBuiltin */ html[data-theme="light"] .chroma .nb { color: #cb4b16 }
/* NameBuiltinPseudo */ html[data-theme="light"] .chroma .bp { color: #cb4b16 }
/* NameVariable */ html[data-theme="light"] .chroma .nv { color: #268bd2 }
/* NameVariableClass */ html[data-theme="light"] .chroma .vc { color: #268bd2 }
/* NameVariableGlobal */ html[data-theme="light"] .chroma .vg { color: #268bd2 }
/* NameVariableInstance */ html[data-theme="light"] .chroma .vi { color: #268bd2 }
/* NameVariableMagic */ html[data-theme="light"] .chroma .vm { color: #268bd2 }
/* NameFunction */ html[data-theme="light"] .chroma .nf { color: #268bd2 }
/* NameFunctionMagic */ html[data-theme="light"] .chroma .fm { color: #268bd2 }
/* Literal */ html[data-theme="light"] .chroma .l { color: #2aa198 }
/* LiteralDate */ html[data-theme="light"] .chroma .ld { color: #2aa198 }
/* LiteralString */ html[data-theme="light"] .chroma .s { color: #2aa198 }
/* LiteralStringAffix */ html[data-theme="light"] .chroma .sa { color: #2aa198 }
/* LiteralStringBacktick */ html[data-theme="light"] .chroma .sb { color: #2aa198 }
/* LiteralStringChar */ html[data-theme="light"] .chroma .sc { color: #2aa198 }
/* LiteralStringDelimiter */ html[data-theme="light"] .chroma .dl { color: #2aa198 }
/* LiteralStringDoc */ html[data-theme="light"] .chroma .sd { color: #2aa198 }
/* LiteralStringDouble */ html[data-theme="light"] .chroma .s2 { color: #2aa198 }
/* LiteralStringEscape */ html[data-theme="light"] .chroma .se { color: #2aa198 }
/* LiteralStringHeredoc */ html[data-theme="light"] .chroma .sh { color: #2aa198 }
/* LiteralStringInterpol */ html[data-theme="light"] .chroma .si { color: #2aa198 }
/* LiteralStringOther */ html[data-theme="light"] .chroma .sx { color: #2aa198 }
/* LiteralStringRegex */ html[data-theme="light"] .chroma .sr { color: #2aa198 }
/* LiteralStringSingle */ html[data-theme="light"] .chroma .s1 { color: #2aa198 }
/* LiteralStringSymbol */ html[data-theme="light"] .chroma .ss { color: #2aa198 }
/* LiteralNumber */ html[data-theme="light"] .chroma .m { color: #2aa198; font-weight: bold }
/* LiteralNumberBin */ html[data-theme="light"] .chroma .mb { color: #2aa198; font-weight: bold }
/* LiteralNumberFloat */ html[data-theme="light"] .chroma .mf { color: #2aa198; font-weight: bold }
/* LiteralNumberHex */ html[data-theme="light"] .chroma .mh { color: #2aa198; font-weight: bold }
/* LiteralNumberInteger */ html[data-theme="light"] .chroma .mi { color: #2aa198; font-weight: bold }
/* LiteralNumberIntegerLong */ html[data-theme="light"] .chroma .il { color: #2aa198; font-weight: bold }
/* LiteralNumberOct */ html[data-theme="light"] .chroma .mo { color: #2aa198; font-weight: bold }
/* OperatorWord */ html[data-theme="light"] .chroma .ow { color: #859900 }
/* Comment */ html[data-theme="light"] .chroma .c { color: #93a1a1; font-style: italic }
/* CommentHashbang */ html[data-theme="light"] .chroma .ch { color: #93a1a1; font-style: italic }
/* CommentMultiline */ html[data-theme="light"] .chroma .cm { color: #93a1a1; font-style: italic }
/* CommentSingle */ html[data-theme="light"] .chroma .c1 { color: #93a1a1; font-style: italic }
/* CommentSpecial */ html[data-theme="light"] .chroma .cs { color: #93a1a1; font-style: italic }
/* CommentPreproc */ html[data-theme="light"] .chroma .cp { color: #93a1a1; font-style: italic }
/* CommentPreprocFile */ html[data-theme="light"] .chroma .cpf { color: #93a1a1; font-style: italic }
/* Generic */ html[data-theme="light"] .chroma .g { color: #d33682 }
/* GenericDeleted */ html[data-theme="light"] .chroma .gd { color: #d33682 }
/* GenericEmph */ html[data-theme="light"] .chroma .ge { color: #d33682 }
/* GenericError */ html[data-theme="light"] .chroma .gr { color: #d33682 }
/* GenericHeading */ html[data-theme="light"] .chroma .gh { color: #d33682 }
/* GenericInserted */ html[data-theme="light"] .chroma .gi { color: #d33682 }
/* GenericOutput */ html[data-theme="light"] .chroma .go { color: #d33682 }
/* GenericPrompt */ html[data-theme="light"] .chroma .gp { color: #d33682 }
/* GenericStrong */ html[data-theme="light"] .chroma .gs { color: #d33682 }
/* GenericSubheading */ html[data-theme="light"] .chroma .gu { color: #d33682 }
/* GenericTraceback */ html[data-theme="light"] .chroma .gt { color: #d33682 }
/* GenericUnderline */ html[data-theme="light"] .chroma .gl { color: #d33682 }
