about summary refs log tree commit diff
path: root/assets/css/highlight.css
blob: 79bea266e55d7af6d31058a9d50dd51458146e6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
@media(prefers-color-scheme:light) {
    /* Background */ .bg { background-color: #ffffff; }
    /* PreWrapper */ .chroma { background-color: #ffffff; }
    /* Other */ .chroma .x {  }
    /* Error */ .chroma .err { color: #ff0000; background-color: #ffaaaa }
    /* CodeLine */ .chroma .cl {  }
    /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
    /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
    /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
    /* LineHighlight */ .chroma .hl { background-color: #ffffcc }
    /* 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 }
    /* 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 }
    /* Line */ .chroma .line { display: flex; }
    /* Keyword */ .chroma .k { color: #008800; font-weight: bold }
    /* KeywordConstant */ .chroma .kc { color: #008800; font-weight: bold }
    /* KeywordDeclaration */ .chroma .kd { color: #008800; font-weight: bold }
    /* KeywordNamespace */ .chroma .kn { color: #008800; font-weight: bold }
    /* KeywordPseudo */ .chroma .kp { color: #003388; font-weight: bold }
    /* KeywordReserved */ .chroma .kr { color: #008800; font-weight: bold }
    /* KeywordType */ .chroma .kt { color: #333399; font-weight: bold }
    /* Name */ .chroma .n {  }
    /* NameAttribute */ .chroma .na { color: #0000cc }
    /* NameBuiltin */ .chroma .nb { color: #007020 }
    /* NameBuiltinPseudo */ .chroma .bp {  }
    /* NameClass */ .chroma .nc { color: #bb0066; font-weight: bold }
    /* NameConstant */ .chroma .no { color: #003366; font-weight: bold }
    /* NameDecorator */ .chroma .nd { color: #555555; font-weight: bold }
    /* NameEntity */ .chroma .ni { color: #880000; font-weight: bold }
    /* NameException */ .chroma .ne { color: #ff0000; font-weight: bold }
    /* NameFunction */ .chroma .nf { color: #0066bb; font-weight: bold }
    /* NameFunctionMagic */ .chroma .fm {  }
    /* NameLabel */ .chroma .nl { color: #997700; font-weight: bold }
    /* NameNamespace */ .chroma .nn { color: #0e84b5; font-weight: bold }
    /* NameOther */ .chroma .nx {  }
    /* NameProperty */ .chroma .py {  }
    /* NameTag */ .chroma .nt { color: #007700 }
    /* NameVariable */ .chroma .nv { color: #996633 }
    /* NameVariableClass */ .chroma .vc { color: #336699 }
    /* NameVariableGlobal */ .chroma .vg { color: #dd7700; font-weight: bold }
    /* NameVariableInstance */ .chroma .vi { color: #3333bb }
    /* NameVariableMagic */ .chroma .vm {  }
    /* Literal */ .chroma .l {  }
    /* LiteralDate */ .chroma .ld {  }
    /* LiteralString */ .chroma .s { background-color: #fff0f0 }
    /* LiteralStringAffix */ .chroma .sa { background-color: #fff0f0 }
    /* LiteralStringBacktick */ .chroma .sb { background-color: #fff0f0 }
    /* LiteralStringChar */ .chroma .sc { color: #0044dd; background-color: #fff0f0 }
    /* LiteralStringDelimiter */ .chroma .dl { background-color: #fff0f0 }
    /* LiteralStringDoc */ .chroma .sd { color: #dd4422; background-color: #fff0f0 }
    /* LiteralStringDouble */ .chroma .s2 { background-color: #fff0f0 }
    /* LiteralStringEscape */ .chroma .se { color: #666666; background-color: #fff0f0; font-weight: bold }
    /* LiteralStringHeredoc */ .chroma .sh { background-color: #fff0f0 }
    /* LiteralStringInterpol */ .chroma .si { background-color: #eeeeee }
    /* LiteralStringOther */ .chroma .sx { color: #dd2200; background-color: #fff0f0 }
    /* LiteralStringRegex */ .chroma .sr { color: #000000; background-color: #fff0ff }
    /* LiteralStringSingle */ .chroma .s1 { background-color: #fff0f0 }
    /* LiteralStringSymbol */ .chroma .ss { color: #774400; background-color: #fff0f0 }
    /* LiteralNumber */ .chroma .m { color: #6600ee; font-weight: bold }
    /* LiteralNumberBin */ .chroma .mb { color: #6600ee; font-weight: bold }
    /* LiteralNumberFloat */ .chroma .mf { color: #6600ee; font-weight: bold }
    /* LiteralNumberHex */ .chroma .mh { color: #005588; font-weight: bold }
    /* LiteralNumberInteger */ .chroma .mi { color: #0000dd; font-weight: bold }
    /* LiteralNumberIntegerLong */ .chroma .il { color: #6600ee; font-weight: bold }
    /* LiteralNumberOct */ .chroma .mo { color: #4400ee; font-weight: bold }
    /* Operator */ .chroma .o { color: #333333 }
    /* OperatorWord */ .chroma .ow { color: #000000; font-weight: bold }
    /* Punctuation */ .chroma .p {  }
    /* Comment */ .chroma .c { color: #666666; font-style: italic; }
    /* CommentHashbang */ .chroma .ch { color: #666666; font-style: italic; }
    /* CommentMultiline */ .chroma .cm { color: #666666; font-style: italic; }
    /* CommentSingle */ .chroma .c1 { color: #666666; font-style: italic; }
    /* CommentSpecial */ .chroma .cs { color: #cc0000; font-style: italic; font-weight: bold }
    /* CommentPreproc */ .chroma .cp { color: #557799; font-style: italic; }
    /* CommentPreprocFile */ .chroma .cpf { color: #557799; font-style: italic; }
    /* Generic */ .chroma .g {  }
    /* GenericDeleted */ .chroma .gd { color: #a00000 }
    /* GenericEmph */ .chroma .ge { font-style: italic }
    /* GenericError */ .chroma .gr { color: #ff0000 }
    /* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
    /* GenericInserted */ .chroma .gi { color: #00a000 }
    /* GenericOutput */ .chroma .go { color: #888888 }
    /* GenericPrompt */ .chroma .gp { color: #c65d09; font-weight: bold }
    /* GenericStrong */ .chroma .gs { font-weight: bold }
    /* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
    /* GenericTraceback */ .chroma .gt { color: #0044dd }
    /* GenericUnderline */ .chroma .gl { text-decoration: underline }
    /* TextWhitespace */ .chroma .w { color: #bbbbbb }
}