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