source: Dev/trunk/src/client/dojox/highlight/resources/pygments/friendly.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 friendly style */
2
3code {background-color: #f8f8f8}
4
5code .comment {color: #60a0b0; font-style: italic}
6code .comment.preproc {color: #007020; font-style: normal}
7code .comment.special {background-color: #fff0f0; font-style: normal}
8
9code .keyword {color: #007020; font-weight: bold}
10code .keyword.pseudo {font-weight: normal}
11
12code .operator {color: #666}
13code .operator.word {color: #007020; font-weight: bold}
14
15code .name.builtin {color: #007020}
16code .name.function {color: #06287e}
17code .name.class {color: #0e84b5; font-weight: bold}
18code .name.namespace {color: #0e84b5; font-weight: bold}
19code .name.exception {color: #007020}
20code .name.variable {color: #bb60d5}
21code .name.constant {color: #60add5}
22code .name.label {color: #002070; font-weight: bold}
23code .name.entity {color: #d55537; font-weight: bold}
24code .name.attribute {color: #4070a0}
25code .name.tag {color: #062873; font-weight: bold}
26code .name.decorator {color: #555; font-weight: bold}
27
28code .string {color: #4070a0}
29code .string.doc {font-style: italic}
30code .string.interpol {color: #70a0d0; font-style: italic}
31code .string.escape {color: #4070a0; font-weight: bold}
32code .string.regex {color: #235388}
33code .string.symbol {color: #517918}
34code .string.other {color: #c65d09}
35
36code .number {color: #40a070}
Note: See TracBrowser for help on using the repository browser.