aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/highlight/resources/pygments/pastie.css.commented.css
blob: 5b11cae2ea8c725da003b4a3016f11310e070fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* Pygments pastie style */

code .comment {color: #888}
code .comment.preproc {color: #c00; font-weight: bold}
code .comment.special {color: #c00; font-weight: bold; background-color: #fff0f0}

code .keyword {color: #008800; font-weight: bold}
code .keyword.pseudo {font-weight: normal}
code .keyword.type {color: #888}

code .operator.word {color: #080}

code .name.builtin {color: #038}
code .name.function {color: #06b; font-weight: bold}
code .name.class {color: #b06; font-weight: bold}
code .name.namespace {color: #b06; font-weight: bold}
code .name.exception {color: #b06; font-weight: bold}
code .name.variable {color: #369}
code .name.variable.class {color: #369}
code .name.variable.instance {color: #33b}
code .name.variable.global {color: #d70}
code .name.constant {color: #036; font-weight: bold}
code .name.label {color: #369; font-style: italic}
code .name.attribute {color: #369}
code .name.tag {color: #b06; font-weight: bold}
code .name.decorator {color: #555}
code .name.property {color: #369; font-weight: bold}

code .string {color: #d20; background-color: #fff0f0}
code .string.interpol {color: #33b}
code .string.escape {color: #04d}
code .string.regex {color: #080; background-color: #fff0f0}
code .string.symbol {color: #a60}
code .string.other {color: #2b2; background-color: #f0fff0}

code .number {color: #00d; font-weight: bold}