/* Generated using: hugo gen chromastyles --style=dracula */
/* Modified to work only in dark mode */

/* Background */ [data-theme="dark"] .bg { color:#f8f8f2;background-color:#282a36; }
/* PreWrapper */ [data-theme="dark"] .chroma { color:#f8f8f2;background-color:#282a36; }
/* Other */ [data-theme="dark"] .chroma .x { color:#f8f8f2 }
/* Error */ [data-theme="dark"] .chroma .err { color:#f8f8f2;background-color:#ff5555 }
/* CodeLine */ [data-theme="dark"] .chroma .cl { display:block }
/* 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:#3d3f4a }
/* 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:#7f7f7f }
/* 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:#7f7f7f }
/* Line */ [data-theme="dark"] .chroma .line { display:flex; }
/* Keyword */ [data-theme="dark"] .chroma .k { color:#ff79c6 }
/* KeywordConstant */ [data-theme="dark"] .chroma .kc { color:#ff79c6 }
/* KeywordDeclaration */ [data-theme="dark"] .chroma .kd { color:#8be9fd;font-style:italic }
/* KeywordNamespace */ [data-theme="dark"] .chroma .kn { color:#ff79c6 }
/* KeywordPseudo */ [data-theme="dark"] .chroma .kp { color:#ff79c6 }
/* KeywordReserved */ [data-theme="dark"] .chroma .kr { color:#ff79c6 }
/* KeywordType */ [data-theme="dark"] .chroma .kt { color:#8be9fd }
/* Name */ [data-theme="dark"] .chroma .n { color:#f8f8f2 }
/* NameAttribute */ [data-theme="dark"] .chroma .na { color:#50fa7b }
/* NameClass */ [data-theme="dark"] .chroma .nc { color:#50fa7b }
/* NameConstant */ [data-theme="dark"] .chroma .no { color:#bd93f9 }
/* NameDecorator */ [data-theme="dark"] .chroma .nd { color:#8be9fd }
/* NameEntity */ [data-theme="dark"] .chroma .ni { color:#bd93f9 }
/* NameException */ [data-theme="dark"] .chroma .ne { color:#ff5555 }
/* NameLabel */ [data-theme="dark"] .chroma .nl { color:#8be9fd;font-style:italic }
/* NameNamespace */ [data-theme="dark"] .chroma .nn { color:#8be9fd }
/* NameOther */ [data-theme="dark"] .chroma .nx { color:#f8f8f2 }
/* NameProperty */ [data-theme="dark"] .chroma .py { color:#50fa7b }
/* NameTag */ [data-theme="dark"] .chroma .nt { color:#ff79c6 }
/* NameBuiltin */ [data-theme="dark"] .chroma .nb { color:#8be9fd;font-style:italic }
/* NameBuiltinPseudo */ [data-theme="dark"] .chroma .bp { color:#8be9fd;font-style:italic }
/* NameVariable */ [data-theme="dark"] .chroma .nv { color:#8be9fd;font-style:italic }
/* NameVariableClass */ [data-theme="dark"] .chroma .vc { color:#8be9fd;font-style:italic }
/* NameVariableGlobal */ [data-theme="dark"] .chroma .vg { color:#8be9fd;font-style:italic }
/* NameVariableInstance */ [data-theme="dark"] .chroma .vi { color:#8be9fd;font-style:italic }
/* NameVariableMagic */ [data-theme="dark"] .chroma .vm { color:#8be9fd;font-style:italic }
/* NameFunction */ [data-theme="dark"] .chroma .nf { color:#50fa7b }
/* NameFunctionMagic */ [data-theme="dark"] .chroma .fm { color:#50fa7b }
/* Literal */ [data-theme="dark"] .chroma .l { color:#f1fa8c }
/* LiteralDate */ [data-theme="dark"] .chroma .ld { color:#f1fa8c }
/* LiteralString */ [data-theme="dark"] .chroma .s { color:#f1fa8c }
/* LiteralStringAffix */ [data-theme="dark"] .chroma .sa { color:#f1fa8c }
/* LiteralStringBacktick */ [data-theme="dark"] .chroma .sb { color:#f1fa8c }
/* LiteralStringChar */ [data-theme="dark"] .chroma .sc { color:#f1fa8c }
/* LiteralStringDelimiter */ [data-theme="dark"] .chroma .dl { color:#f1fa8c }
/* LiteralStringDoc */ [data-theme="dark"] .chroma .sd { color:#f1fa8c }
/* LiteralStringDouble */ [data-theme="dark"] .chroma .s2 { color:#f1fa8c }
/* LiteralStringEscape */ [data-theme="dark"] .chroma .se { color:#f1fa8c }
/* LiteralStringHeredoc */ [data-theme="dark"] .chroma .sh { color:#f1fa8c }
/* LiteralStringInterpol */ [data-theme="dark"] .chroma .si { color:#f1fa8c }
/* LiteralStringOther */ [data-theme="dark"] .chroma .sx { color:#f1fa8c }
/* LiteralStringRegex */ [data-theme="dark"] .chroma .sr { color:#f1fa8c }
/* LiteralStringSingle */ [data-theme="dark"] .chroma .s1 { color:#f1fa8c }
/* LiteralStringSymbol */ [data-theme="dark"] .chroma .ss { color:#f1fa8c }
/* LiteralNumber */ [data-theme="dark"] .chroma .m { color:#bd93f9 }
/* LiteralNumberBin */ [data-theme="dark"] .chroma .mb { color:#bd93f9 }
/* LiteralNumberFloat */ [data-theme="dark"] .chroma .mf { color:#bd93f9 }
/* LiteralNumberHex */ [data-theme="dark"] .chroma .mh { color:#bd93f9 }
/* LiteralNumberInteger */ [data-theme="dark"] .chroma .mi { color:#bd93f9 }
/* LiteralNumberIntegerLong */ [data-theme="dark"] .chroma .il { color:#bd93f9 }
/* LiteralNumberOct */ [data-theme="dark"] .chroma .mo { color:#bd93f9 }
/* Operator */ [data-theme="dark"] .chroma .o { color:#ff79c6 }
/* OperatorWord */ [data-theme="dark"] .chroma .ow { color:#ff79c6 }
/* Punctuation */ [data-theme="dark"] .chroma .p { color:#f8f8f2 }
/* Comment */ [data-theme="dark"] .chroma .c { color:#6272a4 }
/* CommentHashbang */ [data-theme="dark"] .chroma .ch { color:#6272a4 }
/* CommentMultiline */ [data-theme="dark"] .chroma .cm { color:#6272a4 }
/* CommentSingle */ [data-theme="dark"] .chroma .c1 { color:#6272a4 }
/* CommentSpecial */ [data-theme="dark"] .chroma .cs { color:#6272a4 }
/* CommentPreproc */ [data-theme="dark"] .chroma .cp { color:#ff79c6 }
/* CommentPreprocFile */ [data-theme="dark"] .chroma .cpf { color:#ff79c6 }
/* Generic */ [data-theme="dark"] .chroma .g { color:#f8f8f2 }
/* GenericDeleted */ [data-theme="dark"] .chroma .gd { color:#f55 }
/* GenericEmph */ [data-theme="dark"] .chroma .ge { text-decoration:underline }
/* GenericError */ [data-theme="dark"] .chroma .gr { color:#ff5555 }
/* GenericHeading */ [data-theme="dark"] .chroma .gh { font-weight:bold }
/* GenericInserted */ [data-theme="dark"] .chroma .gi { color:#50fa7b;font-weight:bold }
/* GenericOutput */ [data-theme="dark"] .chroma .go { color:#44475a }
/* GenericPrompt */ [data-theme="dark"] .chroma .gp { color:#f8f8f2 }
/* GenericStrong */ [data-theme="dark"] .chroma .gs { font-weight:bold }
/* GenericSubheading */ [data-theme="dark"] .chroma .gu { font-weight:bold }
/* GenericTraceback */ [data-theme="dark"] .chroma .gt { color:#ff5555 }
/* GenericUnderline */ [data-theme="dark"] .chroma .gl { text-decoration:underline }
/* TextWhitespace */ [data-theme="dark"] .chroma .w { color:#f8f8f2 }
