|
| 1 | +.highlight .hll { background-color: #ffffcc } |
| 2 | +.highlight .c { color: #808080 } /* Comment */ |
| 3 | +.highlight .err { color: #F00000; background-color: #F0A0A0 } /* Error */ |
| 4 | +.highlight .k { color: #008000; font-weight: bold } /* Keyword */ |
| 5 | +.highlight .o { color: #303030 } /* Operator */ |
| 6 | +.highlight .cm { color: #808080 } /* Comment.Multiline */ |
| 7 | +.highlight .cp { color: #507090 } /* Comment.Preproc */ |
| 8 | +.highlight .c1 { color: #808080 } /* Comment.Single */ |
| 9 | +.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ |
| 10 | +.highlight .gd { color: #A00000 } /* Generic.Deleted */ |
| 11 | +.highlight .ge { font-style: italic } /* Generic.Emph */ |
| 12 | +.highlight .gr { color: #FF0000 } /* Generic.Error */ |
| 13 | +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
| 14 | +.highlight .gi { color: #00A000 } /* Generic.Inserted */ |
| 15 | +.highlight .go { color: #808080 } /* Generic.Output */ |
| 16 | +.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ |
| 17 | +.highlight .gs { font-weight: bold } /* Generic.Strong */ |
| 18 | +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ |
| 19 | +.highlight .gt { color: #0040D0 } /* Generic.Traceback */ |
| 20 | +.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ |
| 21 | +.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ |
| 22 | +.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ |
| 23 | +.highlight .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */ |
| 24 | +.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ |
| 25 | +.highlight .kt { color: #303090; font-weight: bold } /* Keyword.Type */ |
| 26 | +.highlight .m { color: #6000E0; font-weight: bold } /* Literal.Number */ |
| 27 | +.highlight .s { background-color: #fff0f0 } /* Literal.String */ |
| 28 | +.highlight .na { color: #0000C0 } /* Name.Attribute */ |
| 29 | +.highlight .nb { color: #007020 } /* Name.Builtin */ |
| 30 | +.highlight .nc { color: #B00060; font-weight: bold } /* Name.Class */ |
| 31 | +.highlight .no { color: #003060; font-weight: bold } /* Name.Constant */ |
| 32 | +.highlight .nd { color: #505050; font-weight: bold } /* Name.Decorator */ |
| 33 | +.highlight .ni { color: #800000; font-weight: bold } /* Name.Entity */ |
| 34 | +.highlight .ne { color: #F00000; font-weight: bold } /* Name.Exception */ |
| 35 | +.highlight .nf { color: #0060B0; font-weight: bold } /* Name.Function */ |
| 36 | +.highlight .nl { color: #907000; font-weight: bold } /* Name.Label */ |
| 37 | +.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ |
| 38 | +.highlight .nt { color: #007000 } /* Name.Tag */ |
| 39 | +.highlight .nv { color: #906030 } /* Name.Variable */ |
| 40 | +.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ |
| 41 | +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ |
| 42 | +.highlight .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ |
| 43 | +.highlight .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ |
| 44 | +.highlight .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */ |
| 45 | +.highlight .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ |
| 46 | +.highlight .sb { background-color: #fff0f0 } /* Literal.String.Backtick */ |
| 47 | +.highlight .sc { color: #0040D0 } /* Literal.String.Char */ |
| 48 | +.highlight .sd { color: #D04020 } /* Literal.String.Doc */ |
| 49 | +.highlight .s2 { background-color: #fff0f0 } /* Literal.String.Double */ |
| 50 | +.highlight .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ |
| 51 | +.highlight .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ |
| 52 | +.highlight .si { background-color: #e0e0e0 } /* Literal.String.Interpol */ |
| 53 | +.highlight .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */ |
| 54 | +.highlight .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ |
| 55 | +.highlight .s1 { background-color: #fff0f0 } /* Literal.String.Single */ |
| 56 | +.highlight .ss { color: #A06000 } /* Literal.String.Symbol */ |
| 57 | +.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ |
| 58 | +.highlight .vc { color: #306090 } /* Name.Variable.Class */ |
| 59 | +.highlight .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */ |
| 60 | +.highlight .vi { color: #3030B0 } /* Name.Variable.Instance */ |
| 61 | +.highlight .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */ |
0 commit comments