Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (642 Bytes)

1

    
2
code {background-color: #111; color: #fff}
3
code .comment {color: #080; background-color: #0f140f; font-style: italic}
4
code .comment.preproc {color: #ff0007; font-weight: bold}
5
code .keyword {color: #fb660a; font-weight: bold}
6
code .keyword.pseudo {font-weight: normal}
7
code .keyword.type {color: #cdcaa9; font-weight: bold}
8
code .name.function {color: #ff0086; font-weight: bold}
9
code .name.variable {color: #fb660a}
10
code .name.constant {color: #0086d2}
11
code .name.attribute {color: #ff0086; font-weight: bold}
12
code .name.tag {color: #fb660a; font-weight: bold}
13
code .string {color: #0086d2}
14
code .number {color: #0086f7; font-weight: bold}