Rev | Line | |
---|
[483] | 1 | /* |
---|
| 2 | You can use this file as is or as a starting point for you own styling |
---|
| 3 | */ |
---|
| 4 | |
---|
| 5 | .string, |
---|
| 6 | .function .title, |
---|
| 7 | .class .title, |
---|
| 8 | .tag .attribute .value, |
---|
| 9 | .css .rules .value, |
---|
| 10 | .preprocessor, |
---|
| 11 | .ruby .symbol, |
---|
| 12 | .ruby .instancevar, |
---|
| 13 | .ruby .class .parent, |
---|
| 14 | .built_in, |
---|
| 15 | .sql .aggregate, |
---|
| 16 | .django .template_tag, |
---|
| 17 | .django .variable, |
---|
| 18 | .smalltalk .class { |
---|
| 19 | color: #800; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | .comment, |
---|
| 23 | .java .annotation, |
---|
| 24 | .template_comment { |
---|
| 25 | color: #888; |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | .number, |
---|
| 29 | .regexp, |
---|
| 30 | .javascript .literal, |
---|
| 31 | .smalltalk .symbol, |
---|
| 32 | .smalltalk .char { |
---|
| 33 | color: #080; |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | .javadoc, |
---|
| 37 | .ruby .string, |
---|
| 38 | .python .decorator, |
---|
| 39 | .django .filter .argument, |
---|
| 40 | .smalltalk .localvars, |
---|
| 41 | .smalltalk .array, |
---|
| 42 | .css .attr_selector, |
---|
| 43 | .xml .pi { |
---|
| 44 | color: #88F; |
---|
| 45 | } |
---|
| 46 | |
---|
| 47 | .keyword, |
---|
| 48 | .css .id, |
---|
| 49 | .phpdoc, |
---|
| 50 | .function .title, |
---|
| 51 | .class .title, |
---|
| 52 | .vbscript .built_in, |
---|
| 53 | .sql .aggregate, |
---|
| 54 | .rsl .built_in, |
---|
| 55 | .smalltalk .class, |
---|
| 56 | .xml .tag .title { |
---|
| 57 | font-weight: bold; |
---|
| 58 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.