Line | |
---|
1 | /* Pygments trac style */ |
---|
2 | |
---|
3 | code .comment {color: #998; font-style: italic} |
---|
4 | code .comment.preproc {color: #999; font-style: normal; font-weight: bold} |
---|
5 | code .comment.special {color: #999; font-weight: bold} |
---|
6 | |
---|
7 | code .keyword {font-weight: bold} |
---|
8 | code .keyword.type {color: #458} |
---|
9 | |
---|
10 | code .operator {font-weight: bold} |
---|
11 | |
---|
12 | code .name.builtin {color: #999} |
---|
13 | code .name.function {color: #900; font-weight: bold} |
---|
14 | code .name.class {color: #458; font-weight: bold} |
---|
15 | code .name.namespace {color: #555} |
---|
16 | code .name.exception {color: #900; font-weight: bold} |
---|
17 | code .name.variable {color: #008080} |
---|
18 | code .name.constant {color: #008080} |
---|
19 | code .name.entity {color: #800080} |
---|
20 | code .name.attribute {color: #008080} |
---|
21 | code .name.tag {color: #000080} |
---|
22 | |
---|
23 | code .string {color: #b84} |
---|
24 | code .string.regex {color: #808000} |
---|
25 | |
---|
26 | code .number {color: #099} |
---|
Note: See
TracBrowser
for help on using the repository browser.