|
| 1 | +.highlight .hll { background-color: #ffffcc } |
| 2 | +.highlight { background: #ffffff; } |
| 3 | +.highlight .c { color: #888888 } /* Comment */ |
| 4 | +.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */ |
| 5 | +.highlight .k { color: #008800; font-weight: bold } /* Keyword */ |
| 6 | +.highlight .o { color: #333333 } /* Operator */ |
| 7 | +.highlight .ch { color: #888888 } /* Comment.Hashbang */ |
| 8 | +.highlight .cm { color: #888888 } /* Comment.Multiline */ |
| 9 | +.highlight .cp { color: #557799 } /* Comment.Preproc */ |
| 10 | +.highlight .cpf { color: #888888 } /* Comment.PreprocFile */ |
| 11 | +.highlight .c1 { color: #888888 } /* Comment.Single */ |
| 12 | +.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ |
| 13 | +.highlight .gd { color: #A00000 } /* Generic.Deleted */ |
| 14 | +.highlight .ge { font-style: italic } /* Generic.Emph */ |
| 15 | +.highlight .gr { color: #FF0000 } /* Generic.Error */ |
| 16 | +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
| 17 | +.highlight .gi { color: #00A000 } /* Generic.Inserted */ |
| 18 | +.highlight .go { color: #888888 } /* Generic.Output */ |
| 19 | +.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ |
| 20 | +.highlight .gs { font-weight: bold } /* Generic.Strong */ |
| 21 | +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ |
| 22 | +.highlight .gt { color: #0044DD } /* Generic.Traceback */ |
| 23 | +.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ |
| 24 | +.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ |
| 25 | +.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ |
| 26 | +.highlight .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */ |
| 27 | +.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ |
| 28 | +.highlight .kt { color: #333399; font-weight: bold } /* Keyword.Type */ |
| 29 | +.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */ |
| 30 | +.highlight .s { background-color: #fff0f0 } /* Literal.String */ |
| 31 | +.highlight .na { color: #0000CC } /* Name.Attribute */ |
| 32 | +.highlight .nb { color: #007020 } /* Name.Builtin */ |
| 33 | +.highlight .nc { color: #BB0066; font-weight: bold } /* Name.Class */ |
| 34 | +.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ |
| 35 | +.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ |
| 36 | +.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */ |
| 37 | +.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */ |
| 38 | +.highlight .nf { color: #0066BB; font-weight: bold } /* Name.Function */ |
| 39 | +.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */ |
| 40 | +.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ |
| 41 | +.highlight .nt { color: #007700 } /* Name.Tag */ |
| 42 | +.highlight .nv { color: #996633 } /* Name.Variable */ |
| 43 | +.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ |
| 44 | +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ |
| 45 | +.highlight .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */ |
| 46 | +.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */ |
| 47 | +.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */ |
| 48 | +.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ |
| 49 | +.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */ |
| 50 | +.highlight .sa { background-color: #fff0f0 } /* Literal.String.Affix */ |
| 51 | +.highlight .sb { background-color: #fff0f0 } /* Literal.String.Backtick */ |
| 52 | +.highlight .sc { color: #0044DD } /* Literal.String.Char */ |
| 53 | +.highlight .dl { background-color: #fff0f0 } /* Literal.String.Delimiter */ |
| 54 | +.highlight .sd { color: #DD4422 } /* Literal.String.Doc */ |
| 55 | +.highlight .s2 { background-color: #fff0f0 } /* Literal.String.Double */ |
| 56 | +.highlight .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ |
| 57 | +.highlight .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ |
| 58 | +.highlight .si { background-color: #eeeeee } /* Literal.String.Interpol */ |
| 59 | +.highlight .sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */ |
| 60 | +.highlight .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ |
| 61 | +.highlight .s1 { background-color: #fff0f0 } /* Literal.String.Single */ |
| 62 | +.highlight .ss { color: #AA6600 } /* Literal.String.Symbol */ |
| 63 | +.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ |
| 64 | +.highlight .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */ |
| 65 | +.highlight .vc { color: #336699 } /* Name.Variable.Class */ |
| 66 | +.highlight .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */ |
| 67 | +.highlight .vi { color: #3333BB } /* Name.Variable.Instance */ |
| 68 | +.highlight .vm { color: #996633 } /* Name.Variable.Magic */ |
| 69 | +.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ |
0 commit comments