root / trunk / web / dojo / dojox / highlight / resources / pygments / trac.css
History | View | Annotate | Download (775 Bytes)
1 | 9 | andrej.cim | |
---|---|---|---|
2 | code .comment {color: #998; font-style: italic} |
||
3 | code .comment.preproc {color: #999; font-style: normal; font-weight: bold} |
||
4 | code .comment.special {color: #999; font-weight: bold} |
||
5 | code .keyword {font-weight: bold} |
||
6 | code .keyword.type {color: #458} |
||
7 | code .operator {font-weight: bold} |
||
8 | code .name.builtin {color: #999} |
||
9 | code .name.function {color: #900; font-weight: bold} |
||
10 | code .name.class {color: #458; font-weight: bold} |
||
11 | code .name.namespace {color: #555} |
||
12 | code .name.exception {color: #900; font-weight: bold} |
||
13 | code .name.variable {color: #008080} |
||
14 | code .name.constant {color: #008080} |
||
15 | code .name.entity {color: #800080} |
||
16 | code .name.attribute {color: #008080} |
||
17 | code .name.tag {color: #000080} |
||
18 | code .string {color: #b84} |
||
19 | code .string.regex {color: #808000} |
||
20 | code .number {color: #099} |