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

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

Added Dojo 1.9.3 release.

File size: 1.3 KB
Line 
1/* Pygments pastie style */
2
3code .comment {color: #888}
4code .comment.preproc {color: #c00; font-weight: bold}
5code .comment.special {color: #c00; font-weight: bold; background-color: #fff0f0}
6
7code .keyword {color: #008800; font-weight: bold}
8code .keyword.pseudo {font-weight: normal}
9code .keyword.type {color: #888}
10
11code .operator.word {color: #080}
12
13code .name.builtin {color: #038}
14code .name.function {color: #06b; font-weight: bold}
15code .name.class {color: #b06; font-weight: bold}
16code .name.namespace {color: #b06; font-weight: bold}
17code .name.exception {color: #b06; font-weight: bold}
18code .name.variable {color: #369}
19code .name.variable.class {color: #369}
20code .name.variable.instance {color: #33b}
21code .name.variable.global {color: #d70}
22code .name.constant {color: #036; font-weight: bold}
23code .name.label {color: #369; font-style: italic}
24code .name.attribute {color: #369}
25code .name.tag {color: #b06; font-weight: bold}
26code .name.decorator {color: #555}
27code .name.property {color: #369; font-weight: bold}
28
29code .string {color: #d20; background-color: #fff0f0}
30code .string.interpol {color: #33b}
31code .string.escape {color: #04d}
32code .string.regex {color: #080; background-color: #fff0f0}
33code .string.symbol {color: #a60}
34code .string.other {color: #2b2; background-color: #f0fff0}
35
36code .number {color: #00d; font-weight: bold}
Note: See TracBrowser for help on using the repository browser.