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