Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / highlight / resources / pygments / native.css

History | View | Annotate | Download (960 Bytes)

1

    
2
code {background-color: #202020; color: #d0d0d0}
3
code .comment {color: #999; font-style: italic}
4
code .comment.preproc {color: #cd2828; font-style: normal; font-weight: bold}
5
code .comment.special {color: #e50808; font-style: normal; font-weight: bold; background-color: #520000}
6
code .keyword {color: #6ab825; font-weight: bold}
7
code .keyword.pseudo {font-weight: normal}
8
code .operator.word {color: #6ab825; font-weight: bold}
9
code .name.builtin {color: #24909d}
10
code .name.function {color: #40ffff}
11
code .name.class {color: #447fcf; text-decoration: underline}
12
code .name.namespace {color: #447fcf; text-decoration: underline}
13
code .name.exception {color: #bbb}
14
code .name.variable {color: #40ffff}
15
code .name.constant {color: #40ffff}
16
code .name.attribute {color: #bbb}
17
code .name.tag {color: #6ab825; font-weight: bold}
18
code .name.decorator {color: #ffa500}
19
code .string {color: #ed9d13}
20
code .string.other {color: #ffa500}
21
code .number {color: #3677a9}