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

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

Added Dojo 1.9.3 release.

File size: 994 bytes
Line 
1/* Pygments native style */
2
3code {background-color: #202020; color: #d0d0d0}
4
5code .comment {color: #999; font-style: italic}
6code .comment.preproc {color: #cd2828; font-style: normal; font-weight: bold}
7code .comment.special {color: #e50808; font-style: normal; font-weight: bold; background-color: #520000}
8
9code .keyword {color: #6ab825; font-weight: bold}
10code .keyword.pseudo {font-weight: normal}
11
12code .operator.word {color: #6ab825; font-weight: bold}
13
14code .name.builtin {color: #24909d}
15code .name.function {color: #40ffff}
16code .name.class {color: #447fcf; text-decoration: underline}
17code .name.namespace {color: #447fcf; text-decoration: underline}
18code .name.exception {color: #bbb}
19code .name.variable {color: #40ffff}
20code .name.constant {color: #40ffff}
21code .name.attribute {color: #bbb}
22code .name.tag {color: #6ab825; font-weight: bold}
23code .name.decorator {color: #ffa500}
24
25code .string {color: #ed9d13}
26code .string.other {color: #ffa500}
27
28code .number {color: #3677a9}
Note: See TracBrowser for help on using the repository browser.