Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / highlight / resources / pygments / emacs.css

History | View | Annotate | Download (1.13 KB)

1 9 andrej.cim
2
code {background-color: #f8f8f8}
3
code .comment {color: #080; font-style: italic}
4
code .comment.preproc {font-style: normal}
5
code .comment.special {font-style: normal; font-weight: bold}
6
code .keyword {color: #a2f; font-weight: bold}
7
code .keyword.pseudo {font-weight: normal}
8
code .operator {color: #666}
9
code .operator.word {color: #a2f; font-weight: bold}
10
code .name.builtin {color: #a2f}
11
code .name.function {color: #00a000}
12
code .name.class {color: #00f}
13
code .name.namespace {color: #00f; font-weight: bold}
14
code .name.exception {color: #d2413a; font-weight: bold}
15
code .name.variable {color: #b8860b}
16
code .name.constant {color: #800}
17
code .name.label {color: #a0a000}
18
code .name.entity {color: #999; font-weight: bold}
19
code .name.attribute {color: #b44}
20
code .name.tag {color: #008000; font-weight: bold}
21
code .name.decorator {color: #a2f}
22
code .string {color: #b44}
23
code .string.doc {font-style: italic}
24
code .string.interpol {color: #b68; font-weight: bold}
25
code .string.escape {color: #b62; font-weight: bold}
26
code .string.regex {color: #b68}
27
code .string.symbol {color: #b8860b}
28
code .string.other {color: #008000}
29
code .number {color: #666}