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

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

Added Dojo 1.9.3 release.

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