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

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

Added Dojo 1.9.3 release.

File size: 1.7 KB
Line 
1/* Pygments murphy style */
2
3code .comment {color: #666; font-style: italic}
4code .comment.preproc {color: #579; font-style: normal}
5code .comment.special {color: #c00; font-weight: bold}
6
7code .keyword {color: #289; font-weight: bold}
8code .keyword.pseudo {color: #08f}
9code .keyword.type {color: #66f}
10
11code .operator {color: #333}
12code .operator.word {color: #000; font-weight: bold}
13
14code .name.builtin {color: #072}
15code .name.function {color: #5ed; font-weight: bold}
16code .name.class {color: #e9e; font-weight: bold}
17code .name.namespace {color: #0e84b5; font-weight: bold}
18code .name.exception {color: #f00; font-weight: bold}
19code .name.variable {color: #036}
20code .name.variable.instance {color: #aaf}
21code .name.variable.class {color: #ccf}
22code .name.variable.global {color: #f84}
23code .name.constant {color: #5ed; font-weight: bold}
24code .name.label {color: #970; font-weight: bold}
25code .name.entity {color: #800}
26code .name.attribute {color: #007}
27code .name.tag {color: #070}
28code .name.decorator {color: #555; font-weight: bold}
29
30code .string {background-color: #e0e0ff}
31code .string.char {color: #88f; background-color: transparent}
32code .string.doc {color: #d42; background-color: transparent}
33code .string.interpol {background-color: #eee}
34code .string.escape {color: #666; font-weight: bold}
35code .string.regex {color: #000; background-color: #e0e0ff}
36code .string.symbol {color: #fc8; background-color: transparent}
37code .string.other {color: #f88}
38
39code .number {color: #60e; font-weight: bold}
40code .number.integer {color: #66f; font-weight: bold}
41code .number.float {color: #60e; font-weight: bold}
42code .number.hex {color: #058; font-weight: bold}
43code .number.oct {color: #40e; font-weight: bold}
Note: See TracBrowser for help on using the repository browser.