xt256.css in Prismatic 1.9, at lib/highlight/css/xt256.css
| 1 | |
| 2 | /* |
| 3 | xt256.css |
| 4 | |
| 5 | Contact: initbar [at] protonmail [dot] ch |
| 6 | : github.com/initbar |
| 7 | */ |
| 8 | |
| 9 | .hljs { |
| 10 | display: block; |
| 11 | overflow-x: auto; |
| 12 | color: #eaeaea; |
| 13 | background: #000; |
| 14 | padding: 0.5; |
| 15 | } |
| 16 | |
| 17 | .hljs-subst { |
| 18 | color: #eaeaea; |
| 19 | } |
| 20 | |
| 21 | .hljs-emphasis { |
| 22 | font-style: italic; |
| 23 | } |
| 24 | |
| 25 | .hljs-strong { |
| 26 | font-weight: bold; |
| 27 | } |
| 28 | |
| 29 | .hljs-builtin-name, |
| 30 | .hljs-type { |
| 31 | color: #eaeaea; |
| 32 | } |
| 33 | |
| 34 | .hljs-params { |
| 35 | color: #da0000; |
| 36 | } |
| 37 | |
| 38 | .hljs-literal, |
| 39 | .hljs-number, |
| 40 | .hljs-name { |
| 41 | color: #ff0000; |
| 42 | font-weight: bolder; |
| 43 | } |
| 44 | |
| 45 | .hljs-comment { |
| 46 | color: #969896; |
| 47 | } |
| 48 | |
| 49 | .hljs-selector-id, |
| 50 | .hljs-quote { |
| 51 | color: #00ffff; |
| 52 | } |
| 53 | |
| 54 | .hljs-template-variable, |
| 55 | .hljs-variable, |
| 56 | .hljs-title { |
| 57 | color: #00ffff; |
| 58 | font-weight: bold; |
| 59 | } |
| 60 | |
| 61 | .hljs-selector-class, |
| 62 | .hljs-keyword, |
| 63 | .hljs-symbol { |
| 64 | color: #fff000; |
| 65 | } |
| 66 | |
| 67 | .hljs-string, |
| 68 | .hljs-bullet { |
| 69 | color: #00ff00; |
| 70 | } |
| 71 | |
| 72 | .hljs-tag, |
| 73 | .hljs-section { |
| 74 | color: #000fff; |
| 75 | } |
| 76 | |
| 77 | .hljs-selector-tag { |
| 78 | color: #000fff; |
| 79 | font-weight: bold; |
| 80 | } |
| 81 | |
| 82 | .hljs-attribute, |
| 83 | .hljs-built_in, |
| 84 | .hljs-regexp, |
| 85 | .hljs-link { |
| 86 | color: #ff00ff; |
| 87 | } |
| 88 | |
| 89 | .hljs-meta { |
| 90 | color: #fff; |
| 91 | font-weight: bolder; |
| 92 | } |
| 93 |