diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.6/dojox/highlight/resources/pygments/trac.css | |
Diffstat (limited to 'js/dojo-1.6/dojox/highlight/resources/pygments/trac.css')
| -rw-r--r-- | js/dojo-1.6/dojox/highlight/resources/pygments/trac.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/highlight/resources/pygments/trac.css b/js/dojo-1.6/dojox/highlight/resources/pygments/trac.css new file mode 100644 index 0000000..127b1fb --- /dev/null +++ b/js/dojo-1.6/dojox/highlight/resources/pygments/trac.css @@ -0,0 +1,26 @@ +/* Pygments trac style */ + +code .comment {color: #998; font-style: italic} +code .comment.preproc {color: #999; font-style: normal; font-weight: bold} +code .comment.special {color: #999; font-weight: bold} + +code .keyword {font-weight: bold} +code .keyword.type {color: #458} + +code .operator {font-weight: bold} + +code .name.builtin {color: #999} +code .name.function {color: #900; font-weight: bold} +code .name.class {color: #458; font-weight: bold} +code .name.namespace {color: #555} +code .name.exception {color: #900; font-weight: bold} +code .name.variable {color: #008080} +code .name.constant {color: #008080} +code .name.entity {color: #800080} +code .name.attribute {color: #008080} +code .name.tag {color: #000080} + +code .string {color: #b84} +code .string.regex {color: #808000} + +code .number {color: #099} |
