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