@@ -5,69 +5,69 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5
5
5
span .linenos .special { color : # 000000 ; background-color : # ffffc0 ; padding-left : 5px ; padding-right : 5px ; }
6
6
.highlight .hll { background-color : # ffffcc }
7
7
.highlight { background : # ffffff ; }
8
- .highlight .c { color : # 999988 ; font-style : italic } /* Comment */
9
- .highlight .err { color : # a61717 ; background-color : # e3d2d2 } /* Error */
8
+ .highlight .c { color : # 998 ; font-style : italic } /* Comment */
9
+ .highlight .err { color : # A61717 ; background-color : # E3D2D2 } /* Error */
10
10
.highlight .k { font-weight : bold } /* Keyword */
11
11
.highlight .o { font-weight : bold } /* Operator */
12
- .highlight .ch { color : # 999988 ; font-style : italic } /* Comment.Hashbang */
13
- .highlight .cm { color : # 999988 ; font-style : italic } /* Comment.Multiline */
14
- .highlight .cp { color : # 999999 ; font-weight : bold } /* Comment.Preproc */
15
- .highlight .cpf { color : # 999988 ; font-style : italic } /* Comment.PreprocFile */
16
- .highlight .c1 { color : # 999988 ; font-style : italic } /* Comment.Single */
17
- .highlight .cs { color : # 999999 ; font-weight : bold; font-style : italic } /* Comment.Special */
18
- .highlight .gd { color : # 000000 ; background-color : # ffdddd } /* Generic.Deleted */
12
+ .highlight .ch { color : # 998 ; font-style : italic } /* Comment.Hashbang */
13
+ .highlight .cm { color : # 998 ; font-style : italic } /* Comment.Multiline */
14
+ .highlight .cp { color : # 999 ; font-weight : bold } /* Comment.Preproc */
15
+ .highlight .cpf { color : # 998 ; font-style : italic } /* Comment.PreprocFile */
16
+ .highlight .c1 { color : # 998 ; font-style : italic } /* Comment.Single */
17
+ .highlight .cs { color : # 999 ; font-weight : bold; font-style : italic } /* Comment.Special */
18
+ .highlight .gd { color : # 000 ; background-color : # FDD } /* Generic.Deleted */
19
19
.highlight .ge { font-style : italic } /* Generic.Emph */
20
20
.highlight .ges { font-weight : bold; font-style : italic } /* Generic.EmphStrong */
21
- .highlight .gr { color : # aa0000 } /* Generic.Error */
22
- .highlight .gh { color : # 999999 } /* Generic.Heading */
23
- .highlight .gi { color : # 000000 ; background-color : # ddffdd } /* Generic.Inserted */
24
- .highlight .go { color : # 888888 } /* Generic.Output */
25
- .highlight .gp { color : # 555555 } /* Generic.Prompt */
21
+ .highlight .gr { color : # A00 } /* Generic.Error */
22
+ .highlight .gh { color : # 999 } /* Generic.Heading */
23
+ .highlight .gi { color : # 000 ; background-color : # DFD } /* Generic.Inserted */
24
+ .highlight .go { color : # 888 } /* Generic.Output */
25
+ .highlight .gp { color : # 555 } /* Generic.Prompt */
26
26
.highlight .gs { font-weight : bold } /* Generic.Strong */
27
- .highlight .gu { color : # aaaaaa } /* Generic.Subheading */
28
- .highlight .gt { color : # aa0000 } /* Generic.Traceback */
27
+ .highlight .gu { color : # AAA } /* Generic.Subheading */
28
+ .highlight .gt { color : # A00 } /* Generic.Traceback */
29
29
.highlight .kc { font-weight : bold } /* Keyword.Constant */
30
30
.highlight .kd { font-weight : bold } /* Keyword.Declaration */
31
31
.highlight .kn { font-weight : bold } /* Keyword.Namespace */
32
32
.highlight .kp { font-weight : bold } /* Keyword.Pseudo */
33
33
.highlight .kr { font-weight : bold } /* Keyword.Reserved */
34
- .highlight .kt { color : # 445588 ; font-weight : bold } /* Keyword.Type */
35
- .highlight .m { color : # 009999 } /* Literal.Number */
36
- .highlight .s { color : # bb8844 } /* Literal.String */
34
+ .highlight .kt { color : # 458 ; font-weight : bold } /* Keyword.Type */
35
+ .highlight .m { color : # 099 } /* Literal.Number */
36
+ .highlight .s { color : # B84 } /* Literal.String */
37
37
.highlight .na { color : # 008080 } /* Name.Attribute */
38
- .highlight .nb { color : # 999999 } /* Name.Builtin */
39
- .highlight .nc { color : # 445588 ; font-weight : bold } /* Name.Class */
38
+ .highlight .nb { color : # 999 } /* Name.Builtin */
39
+ .highlight .nc { color : # 458 ; font-weight : bold } /* Name.Class */
40
40
.highlight .no { color : # 008080 } /* Name.Constant */
41
41
.highlight .ni { color : # 800080 } /* Name.Entity */
42
- .highlight .ne { color : # 990000 ; font-weight : bold } /* Name.Exception */
43
- .highlight .nf { color : # 990000 ; font-weight : bold } /* Name.Function */
44
- .highlight .nn { color : # 555555 } /* Name.Namespace */
42
+ .highlight .ne { color : # 900 ; font-weight : bold } /* Name.Exception */
43
+ .highlight .nf { color : # 900 ; font-weight : bold } /* Name.Function */
44
+ .highlight .nn { color : # 555 } /* Name.Namespace */
45
45
.highlight .nt { color : # 000080 } /* Name.Tag */
46
46
.highlight .nv { color : # 008080 } /* Name.Variable */
47
47
.highlight .ow { font-weight : bold } /* Operator.Word */
48
- .highlight .w { color : # bbbbbb } /* Text.Whitespace */
49
- .highlight .mb { color : # 009999 } /* Literal.Number.Bin */
50
- .highlight .mf { color : # 009999 } /* Literal.Number.Float */
51
- .highlight .mh { color : # 009999 } /* Literal.Number.Hex */
52
- .highlight .mi { color : # 009999 } /* Literal.Number.Integer */
53
- .highlight .mo { color : # 009999 } /* Literal.Number.Oct */
54
- .highlight .sa { color : # bb8844 } /* Literal.String.Affix */
55
- .highlight .sb { color : # bb8844 } /* Literal.String.Backtick */
56
- .highlight .sc { color : # bb8844 } /* Literal.String.Char */
57
- .highlight .dl { color : # bb8844 } /* Literal.String.Delimiter */
58
- .highlight .sd { color : # bb8844 } /* Literal.String.Doc */
59
- .highlight .s2 { color : # bb8844 } /* Literal.String.Double */
60
- .highlight .se { color : # bb8844 } /* Literal.String.Escape */
61
- .highlight .sh { color : # bb8844 } /* Literal.String.Heredoc */
62
- .highlight .si { color : # bb8844 } /* Literal.String.Interpol */
63
- .highlight .sx { color : # bb8844 } /* Literal.String.Other */
48
+ .highlight .w { color : # BBB } /* Text.Whitespace */
49
+ .highlight .mb { color : # 099 } /* Literal.Number.Bin */
50
+ .highlight .mf { color : # 099 } /* Literal.Number.Float */
51
+ .highlight .mh { color : # 099 } /* Literal.Number.Hex */
52
+ .highlight .mi { color : # 099 } /* Literal.Number.Integer */
53
+ .highlight .mo { color : # 099 } /* Literal.Number.Oct */
54
+ .highlight .sa { color : # B84 } /* Literal.String.Affix */
55
+ .highlight .sb { color : # B84 } /* Literal.String.Backtick */
56
+ .highlight .sc { color : # B84 } /* Literal.String.Char */
57
+ .highlight .dl { color : # B84 } /* Literal.String.Delimiter */
58
+ .highlight .sd { color : # B84 } /* Literal.String.Doc */
59
+ .highlight .s2 { color : # B84 } /* Literal.String.Double */
60
+ .highlight .se { color : # B84 } /* Literal.String.Escape */
61
+ .highlight .sh { color : # B84 } /* Literal.String.Heredoc */
62
+ .highlight .si { color : # B84 } /* Literal.String.Interpol */
63
+ .highlight .sx { color : # B84 } /* Literal.String.Other */
64
64
.highlight .sr { color : # 808000 } /* Literal.String.Regex */
65
- .highlight .s1 { color : # bb8844 } /* Literal.String.Single */
66
- .highlight .ss { color : # bb8844 } /* Literal.String.Symbol */
67
- .highlight .bp { color : # 999999 } /* Name.Builtin.Pseudo */
68
- .highlight .fm { color : # 990000 ; font-weight : bold } /* Name.Function.Magic */
65
+ .highlight .s1 { color : # B84 } /* Literal.String.Single */
66
+ .highlight .ss { color : # B84 } /* Literal.String.Symbol */
67
+ .highlight .bp { color : # 999 } /* Name.Builtin.Pseudo */
68
+ .highlight .fm { color : # 900 ; font-weight : bold } /* Name.Function.Magic */
69
69
.highlight .vc { color : # 008080 } /* Name.Variable.Class */
70
70
.highlight .vg { color : # 008080 } /* Name.Variable.Global */
71
71
.highlight .vi { color : # 008080 } /* Name.Variable.Instance */
72
72
.highlight .vm { color : # 008080 } /* Name.Variable.Magic */
73
- .highlight .il { color : # 009999 } /* Literal.Number.Integer.Long */
73
+ .highlight .il { color : # 099 } /* Literal.Number.Integer.Long */
0 commit comments