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

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

Added Dojo 1.9.3 release.

File size: 1.2 KB
Line 
1/* Pygments manni style */
2
3code {background-color: #f0f3f3}
4
5code .comment {color: #09f; font-style: italic}
6code .comment.preproc {color: #099; font-style: normal}
7code .comment.special {font-weight: bold}
8
9code .keyword {color: #069; font-weight: bold}
10code .keyword.pseudo {font-weight: normal}
11code .keyword.type {color: #078}
12
13code .operator {color: #555}
14code .operator.word {color: #000; font-weight: bold}
15
16code .name.builtin {color: #366}
17code .name.function {color: #c0f}
18code .name.class {color: #0a8; font-weight: bold}
19code .name.namespace {color: #0cf; font-weight: bold}
20code .name.exception {color: #c00; font-weight: bold}
21code .name.variable {color: #033}
22code .name.constant {color: #360}
23code .name.label {color: #99f}
24code .name.entity {color: #999; font-weight: bold}
25code .name.attribute {color: #309}
26code .name.tag {color: #309; font-weight: bold}
27code .name.decorator {color: #99f}
28
29code .string {color: #c30}
30code .string.doc {font-style: italic}
31code .string.interpol {color: #a00}
32code .string.escape {color: #c30; font-weight: bold}
33code .string.regex {color: #3aa}
34code .string.symbol {color: #fc3}
35code .string.other {color: #c30}
36
37code .number {color: #f60}
Note: See TracBrowser for help on using the repository browser.