source: Dev/trunk/src/client/dojox/highlight/resources/pygments/emacs.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.2 KB
Line 
1/* Pygments emacs style */
2
3code {background-color: #f8f8f8}
4
5code .comment {color: #080; font-style: italic}
6code .comment.preproc {font-style: normal}
7code .comment.special {font-style: normal; font-weight: bold}
8
9code .keyword {color: #a2f; font-weight: bold}
10code .keyword.pseudo {font-weight: normal}
11
12code .operator {color: #666}
13code .operator.word {color: #a2f; font-weight: bold}
14
15code .name.builtin {color: #a2f}
16code .name.function {color: #00a000}
17code .name.class {color: #00f}
18code .name.namespace {color: #00f; font-weight: bold}
19code .name.exception {color: #d2413a; font-weight: bold}
20code .name.variable {color: #b8860b}
21code .name.constant {color: #800}
22code .name.label {color: #a0a000}
23code .name.entity {color: #999; font-weight: bold}
24code .name.attribute {color: #b44}
25code .name.tag {color: #008000; font-weight: bold}
26code .name.decorator {color: #a2f}
27
28code .string {color: #b44}
29code .string.doc {font-style: italic}
30code .string.interpol {color: #b68; font-weight: bold}
31code .string.escape {color: #b62; font-weight: bold}
32code .string.regex {color: #b68}
33code .string.symbol {color: #b8860b}
34code .string.other {color: #008000}
35
36code .number {color: #666}
Note: See TracBrowser for help on using the repository browser.