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

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

Added Dojo 1.9.3 release.

File size: 675 bytes
Line 
1/* Pygments fruity style */
2
3code {background-color: #111; color: #fff}
4
5code .comment {color: #080; background-color: #0f140f; font-style: italic}
6code .comment.preproc {color: #ff0007; font-weight: bold}
7
8code .keyword {color: #fb660a; font-weight: bold}
9code .keyword.pseudo {font-weight: normal}
10code .keyword.type {color: #cdcaa9; font-weight: bold}
11
12code .name.function {color: #ff0086; font-weight: bold}
13code .name.variable {color: #fb660a}
14code .name.constant {color: #0086d2}
15code .name.attribute {color: #ff0086; font-weight: bold}
16code .name.tag {color: #fb660a; font-weight: bold}
17
18code .string {color: #0086d2}
19
20code .number {color: #0086f7; font-weight: bold}
Note: See TracBrowser for help on using the repository browser.