androidstudio.css in Prismatic 2.1, at lib/highlight/css/androidstudio.css
| 1 | /* |
| 2 | Date: 24 Fev 2015 |
| 3 | Author: Pedro Oliveira <kanytu@gmail . com> |
| 4 | */ |
| 5 | |
| 6 | .hljs { |
| 7 | color: #a9b7c6; |
| 8 | background: #282b2e; |
| 9 | display: block; |
| 10 | overflow-x: auto; |
| 11 | padding: 0.5em; |
| 12 | } |
| 13 | |
| 14 | .hljs-number, |
| 15 | .hljs-literal, |
| 16 | .hljs-symbol, |
| 17 | .hljs-bullet { |
| 18 | color: #6897BB; |
| 19 | } |
| 20 | |
| 21 | .hljs-keyword, |
| 22 | .hljs-selector-tag, |
| 23 | .hljs-deletion { |
| 24 | color: #cc7832; |
| 25 | } |
| 26 | |
| 27 | .hljs-variable, |
| 28 | .hljs-template-variable, |
| 29 | .hljs-link { |
| 30 | color: #629755; |
| 31 | } |
| 32 | |
| 33 | .hljs-comment, |
| 34 | .hljs-quote { |
| 35 | color: #808080; |
| 36 | } |
| 37 | |
| 38 | .hljs-meta { |
| 39 | color: #bbb529; |
| 40 | } |
| 41 | |
| 42 | .hljs-string, |
| 43 | .hljs-attribute, |
| 44 | .hljs-addition { |
| 45 | color: #6A8759; |
| 46 | } |
| 47 | |
| 48 | .hljs-section, |
| 49 | .hljs-title, |
| 50 | .hljs-type { |
| 51 | color: #ffc66d; |
| 52 | } |
| 53 | |
| 54 | .hljs-name, |
| 55 | .hljs-selector-id, |
| 56 | .hljs-selector-class { |
| 57 | color: #e8bf6a; |
| 58 | } |
| 59 | |
| 60 | .hljs-emphasis { |
| 61 | font-style: italic; |
| 62 | } |
| 63 | |
| 64 | .hljs-strong { |
| 65 | font-weight: bold; |
| 66 | } |
| 67 |