| OLD | NEW |
| 1 .highlight .hll { background-color: #ffffcc } | 1 .highlight .hll { background-color: #ffffcc } |
| 2 .highlight { background: #eeffcc; } | 2 .highlight { background: #eeffcc; } |
| 3 .highlight .c { color: #408090; font-style: italic } /* Comment */ | 3 .highlight .c { color: #408090; font-style: italic } /* Comment */ |
| 4 .highlight .err { border: 1px solid #FF0000 } /* Error */ | 4 .highlight .err { border: 1px solid #FF0000 } /* Error */ |
| 5 .highlight .k { color: #007020; font-weight: bold } /* Keyword */ | 5 .highlight .k { color: #007020; font-weight: bold } /* Keyword */ |
| 6 .highlight .o { color: #666666 } /* Operator */ | 6 .highlight .o { color: #666666 } /* Operator */ |
| 7 .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ | 7 .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ |
| 8 .highlight .cp { color: #007020 } /* Comment.Preproc */ | 8 .highlight .cp { color: #007020 } /* Comment.Preproc */ |
| 9 .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ | 9 .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ |
| 10 .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special
*/ | 10 .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special
*/ |
| 11 .highlight .gd { color: #A00000 } /* Generic.Deleted */ | 11 .highlight .gd { color: #A00000 } /* Generic.Deleted */ |
| 12 .highlight .ge { font-style: italic } /* Generic.Emph */ | 12 .highlight .ge { font-style: italic } /* Generic.Emph */ |
| 13 .highlight .gr { color: #FF0000 } /* Generic.Error */ | 13 .highlight .gr { color: #FF0000 } /* Generic.Error */ |
| 14 .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | 14 .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
| 15 .highlight .gi { color: #00A000 } /* Generic.Inserted */ | 15 .highlight .gi { color: #00A000 } /* Generic.Inserted */ |
| 16 .highlight .go { color: #333333 } /* Generic.Output */ | 16 .highlight .go { color: #303030 } /* Generic.Output */ |
| 17 .highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ | 17 .highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ |
| 18 .highlight .gs { font-weight: bold } /* Generic.Strong */ | 18 .highlight .gs { font-weight: bold } /* Generic.Strong */ |
| 19 .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | 19 .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ |
| 20 .highlight .gt { color: #0044DD } /* Generic.Traceback */ | 20 .highlight .gt { color: #0040D0 } /* Generic.Traceback */ |
| 21 .highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ | 21 .highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ |
| 22 .highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ | 22 .highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ |
| 23 .highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ | 23 .highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ |
| 24 .highlight .kp { color: #007020 } /* Keyword.Pseudo */ | 24 .highlight .kp { color: #007020 } /* Keyword.Pseudo */ |
| 25 .highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ | 25 .highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ |
| 26 .highlight .kt { color: #902000 } /* Keyword.Type */ | 26 .highlight .kt { color: #902000 } /* Keyword.Type */ |
| 27 .highlight .m { color: #208050 } /* Literal.Number */ | 27 .highlight .m { color: #208050 } /* Literal.Number */ |
| 28 .highlight .s { color: #4070a0 } /* Literal.String */ | 28 .highlight .s { color: #4070a0 } /* Literal.String */ |
| 29 .highlight .na { color: #4070a0 } /* Name.Attribute */ | 29 .highlight .na { color: #4070a0 } /* Name.Attribute */ |
| 30 .highlight .nb { color: #007020 } /* Name.Builtin */ | 30 .highlight .nb { color: #007020 } /* Name.Builtin */ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 53 .highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol
*/ | 53 .highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol
*/ |
| 54 .highlight .sx { color: #c65d09 } /* Literal.String.Other */ | 54 .highlight .sx { color: #c65d09 } /* Literal.String.Other */ |
| 55 .highlight .sr { color: #235388 } /* Literal.String.Regex */ | 55 .highlight .sr { color: #235388 } /* Literal.String.Regex */ |
| 56 .highlight .s1 { color: #4070a0 } /* Literal.String.Single */ | 56 .highlight .s1 { color: #4070a0 } /* Literal.String.Single */ |
| 57 .highlight .ss { color: #517918 } /* Literal.String.Symbol */ | 57 .highlight .ss { color: #517918 } /* Literal.String.Symbol */ |
| 58 .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ | 58 .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ |
| 59 .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ | 59 .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ |
| 60 .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ | 60 .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ |
| 61 .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ | 61 .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ |
| 62 .highlight .il { color: #208050 } /* Literal.Number.Integer.Long */ | 62 .highlight .il { color: #208050 } /* Literal.Number.Integer.Long */ |
| OLD | NEW |