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

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

Added Dojo 1.9.3 release.

File size: 806 bytes
Line 
1/* Pygments trac style */
2
3code .comment {color: #998; font-style: italic}
4code .comment.preproc {color: #999; font-style: normal; font-weight: bold}
5code .comment.special {color: #999; font-weight: bold}
6
7code .keyword {font-weight: bold}
8code .keyword.type {color: #458}
9
10code .operator {font-weight: bold}
11
12code .name.builtin {color: #999}
13code .name.function {color: #900; font-weight: bold}
14code .name.class {color: #458; font-weight: bold}
15code .name.namespace {color: #555}
16code .name.exception {color: #900; font-weight: bold}
17code .name.variable {color: #008080}
18code .name.constant {color: #008080}
19code .name.entity {color: #800080}
20code .name.attribute {color: #008080}
21code .name.tag {color: #000080}
22
23code .string {color: #b84}
24code .string.regex {color: #808000}
25
26code .number {color: #099}
Note: See TracBrowser for help on using the repository browser.