github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/static/css/chroma-relearn-dark.css (about)

     1  /* based on monokai */
     2  /* Background */ .bg { color: #f8f8f2; background-color: #2b2b2b; }
     3  /* PreWrapper */ .chroma { color: #f8f8f2; background-color: #2b2b2b; }
     4  /* Other */ .chroma .x {  }
     5  /* Error */ .chroma .err { color: #cc66cc; }
     6  /* CodeLine */ .chroma .cl {  }
     7  /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
     8  /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
     9  /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
    10  /* LineHighlight */ .chroma .hl { background-color: #404042 }
    11  /* LineNumbersTable */ .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 }
    12  /* LineNumbers */ .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 }
    13  /* Line */ .chroma .line { display: flex; }
    14  /* Keyword */ .chroma .k { color: #66d9ef }
    15  /* KeywordConstant */ .chroma .kc { color: #66d9ef }
    16  /* KeywordDeclaration */ .chroma .kd { color: #66d9ef }
    17  /* KeywordNamespace */ .chroma .kn { color: #f92672 }
    18  /* KeywordPseudo */ .chroma .kp { color: #66d9ef }
    19  /* KeywordReserved */ .chroma .kr { color: #66d9ef }
    20  /* KeywordType */ .chroma .kt { color: #66d9ef }
    21  /* Name */ .chroma .n {  }
    22  /* NameAttribute */ .chroma .na { color: #a6e22e }
    23  /* NameBuiltin */ .chroma .nb {  }
    24  /* NameBuiltinPseudo */ .chroma .bp {  }
    25  /* NameClass */ .chroma .nc { color: #a6e22e }
    26  /* NameConstant */ .chroma .no { color: #66d9ef }
    27  /* NameDecorator */ .chroma .nd { color: #a6e22e }
    28  /* NameEntity */ .chroma .ni {  }
    29  /* NameException */ .chroma .ne { color: #a6e22e }
    30  /* NameFunction */ .chroma .nf { color: #a6e22e }
    31  /* NameFunctionMagic */ .chroma .fm {  }
    32  /* NameLabel */ .chroma .nl {  }
    33  /* NameNamespace */ .chroma .nn {  }
    34  /* NameOther */ .chroma .nx { color: #a6e22e }
    35  /* NameProperty */ .chroma .py {  }
    36  /* NameTag */ .chroma .nt { color: #f92672 }
    37  /* NameVariable */ .chroma .nv {  }
    38  /* NameVariableClass */ .chroma .vc {  }
    39  /* NameVariableGlobal */ .chroma .vg {  }
    40  /* NameVariableInstance */ .chroma .vi {  }
    41  /* NameVariableMagic */ .chroma .vm {  }
    42  /* Literal */ .chroma .l { color: #ae81ff }
    43  /* LiteralDate */ .chroma .ld { color: #e6db74 }
    44  /* LiteralString */ .chroma .s { color: #e6db74 }
    45  /* LiteralStringAffix */ .chroma .sa { color: #e6db74 }
    46  /* LiteralStringBacktick */ .chroma .sb { color: #e6db74 }
    47  /* LiteralStringChar */ .chroma .sc { color: #e6db74 }
    48  /* LiteralStringDelimiter */ .chroma .dl { color: #e6db74 }
    49  /* LiteralStringDoc */ .chroma .sd { color: #e6db74 }
    50  /* LiteralStringDouble */ .chroma .s2 { color: #e6db74 }
    51  /* LiteralStringEscape */ .chroma .se { color: #ae81ff }
    52  /* LiteralStringHeredoc */ .chroma .sh { color: #e6db74 }
    53  /* LiteralStringInterpol */ .chroma .si { color: #e6db74 }
    54  /* LiteralStringOther */ .chroma .sx { color: #e6db74 }
    55  /* LiteralStringRegex */ .chroma .sr { color: #e6db74 }
    56  /* LiteralStringSingle */ .chroma .s1 { color: #e6db74 }
    57  /* LiteralStringSymbol */ .chroma .ss { color: #e6db74 }
    58  /* LiteralNumber */ .chroma .m { color: #ae81ff }
    59  /* LiteralNumberBin */ .chroma .mb { color: #ae81ff }
    60  /* LiteralNumberFloat */ .chroma .mf { color: #ae81ff }
    61  /* LiteralNumberHex */ .chroma .mh { color: #ae81ff }
    62  /* LiteralNumberInteger */ .chroma .mi { color: #ae81ff }
    63  /* LiteralNumberIntegerLong */ .chroma .il { color: #ae81ff }
    64  /* LiteralNumberOct */ .chroma .mo { color: #ae81ff }
    65  /* Operator */ .chroma .o { color: #f92672 }
    66  /* OperatorWord */ .chroma .ow { color: #f92672 }
    67  /* Punctuation */ .chroma .p {  }
    68  /* Comment */ .chroma .c { color: #75715e }
    69  /* CommentHashbang */ .chroma .ch { color: #75715e }
    70  /* CommentMultiline */ .chroma .cm { color: #75715e }
    71  /* CommentSingle */ .chroma .c1 { color: #75715e }
    72  /* CommentSpecial */ .chroma .cs { color: #75715e }
    73  /* CommentPreproc */ .chroma .cp { color: #75715e }
    74  /* CommentPreprocFile */ .chroma .cpf { color: #75715e }
    75  /* Generic */ .chroma .g {  }
    76  /* GenericDeleted */ .chroma .gd { color: #f92672 }
    77  /* GenericEmph */ .chroma .ge { font-style: italic }
    78  /* GenericError */ .chroma .gr {  }
    79  /* GenericHeading */ .chroma .gh {  }
    80  /* GenericInserted */ .chroma .gi { color: #a6e22e }
    81  /* GenericOutput */ .chroma .go {  }
    82  /* GenericPrompt */ .chroma .gp {  }
    83  /* GenericStrong */ .chroma .gs { font-weight: bold }
    84  /* GenericSubheading */ .chroma .gu { color: #75715e }
    85  /* GenericTraceback */ .chroma .gt {  }
    86  /* GenericUnderline */ .chroma .gl {  }
    87  /* TextWhitespace */ .chroma .w {  }