|
1 |
| -.highlight { background: #ffffff; } |
2 |
| -.highlight .c { color: #999988; font-style: italic } /* Comment */ |
3 |
| -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ |
4 |
| -.highlight .k { font-weight: bold } /* Keyword */ |
5 |
| -.highlight .o { font-weight: bold } /* Operator */ |
6 |
| -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ |
7 |
| -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ |
8 |
| -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ |
9 |
| -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ |
10 |
| -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ |
11 |
| -.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ |
| 1 | +.highlight .hll { background-color: #ffffcc } |
| 2 | +.highlight { background: #f0f3f3; } |
| 3 | +.highlight .c { color: #0099FF; font-style: italic } /* Comment */ |
| 4 | +.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */ |
| 5 | +.highlight .k { color: #006699; font-weight: bold } /* Keyword */ |
| 6 | +.highlight .o { color: #555555 } /* Operator */ |
| 7 | +.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ |
| 8 | +.highlight .cp { color: #009999 } /* Comment.Preproc */ |
| 9 | +.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */ |
| 10 | +.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ |
| 11 | +.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ |
12 | 12 | .highlight .ge { font-style: italic } /* Generic.Emph */
|
13 |
| -.highlight .gr { color: #aa0000 } /* Generic.Error */ |
14 |
| -.highlight .gh { color: #999999 } /* Generic.Heading */ |
15 |
| -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ |
16 |
| -.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ |
17 |
| -.highlight .go { color: #888888 } /* Generic.Output */ |
18 |
| -.highlight .gp { color: #555555 } /* Generic.Prompt */ |
| 13 | +.highlight .gr { color: #FF0000 } /* Generic.Error */ |
| 14 | +.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */ |
| 15 | +.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ |
| 16 | +.highlight .go { color: #AAAAAA } /* Generic.Output */ |
| 17 | +.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */ |
19 | 18 | .highlight .gs { font-weight: bold } /* Generic.Strong */
|
20 |
| -.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */ |
21 |
| -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ |
22 |
| -.highlight .kc { font-weight: bold } /* Keyword.Constant */ |
23 |
| -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ |
24 |
| -.highlight .kn { font-weight: bold } /* Keyword.Namespace */ |
25 |
| -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ |
26 |
| -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ |
27 |
| -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ |
28 |
| -.highlight .m { color: #009999 } /* Literal.Number */ |
29 |
| -.highlight .s { color: #d14 } /* Literal.String */ |
30 |
| -.highlight .na { color: #008080 } /* Name.Attribute */ |
31 |
| -.highlight .nb { color: #0086B3 } /* Name.Builtin */ |
32 |
| -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ |
33 |
| -.highlight .no { color: #008080 } /* Name.Constant */ |
34 |
| -.highlight .ni { color: #800080 } /* Name.Entity */ |
35 |
| -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ |
36 |
| -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ |
37 |
| -.highlight .nn { color: #555555 } /* Name.Namespace */ |
38 |
| -.highlight .nt { color: #000080 } /* Name.Tag */ |
39 |
| -.highlight .nv { color: #008080 } /* Name.Variable */ |
40 |
| -.highlight .ow { font-weight: bold } /* Operator.Word */ |
| 19 | +.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */ |
| 20 | +.highlight .gt { color: #99CC66 } /* Generic.Traceback */ |
| 21 | +.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */ |
| 22 | +.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ |
| 23 | +.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ |
| 24 | +.highlight .kp { color: #006699 } /* Keyword.Pseudo */ |
| 25 | +.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ |
| 26 | +.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */ |
| 27 | +.highlight .m { color: #FF6600 } /* Literal.Number */ |
| 28 | +.highlight .s { color: #CC3300 } /* Literal.String */ |
| 29 | +.highlight .na { color: #330099 } /* Name.Attribute */ |
| 30 | +.highlight .nb { color: #336666 } /* Name.Builtin */ |
| 31 | +.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */ |
| 32 | +.highlight .no { color: #336600 } /* Name.Constant */ |
| 33 | +.highlight .nd { color: #9999FF } /* Name.Decorator */ |
| 34 | +.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ |
| 35 | +.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */ |
| 36 | +.highlight .nf { color: #CC00FF } /* Name.Function */ |
| 37 | +.highlight .nl { color: #9999FF } /* Name.Label */ |
| 38 | +.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ |
| 39 | +.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */ |
| 40 | +.highlight .nv { color: #003333 } /* Name.Variable */ |
| 41 | +.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ |
41 | 42 | .highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
42 |
| -.highlight .mf { color: #009999 } /* Literal.Number.Float */ |
43 |
| -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ |
44 |
| -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ |
45 |
| -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ |
46 |
| -.highlight .sb { color: #d14 } /* Literal.String.Backtick */ |
47 |
| -.highlight .sc { color: #d14 } /* Literal.String.Char */ |
48 |
| -.highlight .sd { color: #d14 } /* Literal.String.Doc */ |
49 |
| -.highlight .s2 { color: #d14 } /* Literal.String.Double */ |
50 |
| -.highlight .se { color: #d14 } /* Literal.String.Escape */ |
51 |
| -.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ |
52 |
| -.highlight .si { color: #d14 } /* Literal.String.Interpol */ |
53 |
| -.highlight .sx { color: #d14 } /* Literal.String.Other */ |
54 |
| -.highlight .sr { color: #009926 } /* Literal.String.Regex */ |
55 |
| -.highlight .s1 { color: #d14 } /* Literal.String.Single */ |
56 |
| -.highlight .ss { color: #990073 } /* Literal.String.Symbol */ |
57 |
| -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ |
58 |
| -.highlight .vc { color: #008080 } /* Name.Variable.Class */ |
59 |
| -.highlight .vg { color: #008080 } /* Name.Variable.Global */ |
60 |
| -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ |
61 |
| -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ |
| 43 | +.highlight .mf { color: #FF6600 } /* Literal.Number.Float */ |
| 44 | +.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */ |
| 45 | +.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */ |
| 46 | +.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */ |
| 47 | +.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */ |
| 48 | +.highlight .sc { color: #CC3300 } /* Literal.String.Char */ |
| 49 | +.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ |
| 50 | +.highlight .s2 { color: #CC3300 } /* Literal.String.Double */ |
| 51 | +.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ |
| 52 | +.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */ |
| 53 | +.highlight .si { color: #AA0000 } /* Literal.String.Interpol */ |
| 54 | +.highlight .sx { color: #CC3300 } /* Literal.String.Other */ |
| 55 | +.highlight .sr { color: #33AAAA } /* Literal.String.Regex */ |
| 56 | +.highlight .s1 { color: #CC3300 } /* Literal.String.Single */ |
| 57 | +.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */ |
| 58 | +.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */ |
| 59 | +.highlight .vc { color: #003333 } /* Name.Variable.Class */ |
| 60 | +.highlight .vg { color: #003333 } /* Name.Variable.Global */ |
| 61 | +.highlight .vi { color: #003333 } /* Name.Variable.Instance */ |
| 62 | +.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ |
62 | 63 |
|
63 | 64 | .type-csharp .highlight .k { color: #0000FF }
|
64 | 65 | .type-csharp .highlight .kt { color: #0000FF }
|
|
0 commit comments