|
| 1 | +/* Prism.js syntax highlighting theme for OpenScan */ |
| 2 | +.source-file-code code[class*="language-"] { |
| 3 | + text-shadow: none; |
| 4 | +} |
| 5 | + |
| 6 | +.source-file-code .token.comment, |
| 7 | +.source-file-code .token.prolog, |
| 8 | +.source-file-code .token.doctype, |
| 9 | +.source-file-code .token.cdata { |
| 10 | + color: #6a9955; |
| 11 | +} |
| 12 | + |
| 13 | +.source-file-code .token.punctuation { |
| 14 | + color: #d4d4d4; |
| 15 | +} |
| 16 | + |
| 17 | +.source-file-code .token.property, |
| 18 | +.source-file-code .token.tag, |
| 19 | +.source-file-code .token.boolean, |
| 20 | +.source-file-code .token.number, |
| 21 | +.source-file-code .token.constant, |
| 22 | +.source-file-code .token.symbol { |
| 23 | + color: #b5cea8; |
| 24 | +} |
| 25 | + |
| 26 | +.source-file-code .token.selector, |
| 27 | +.source-file-code .token.attr-name, |
| 28 | +.source-file-code .token.string, |
| 29 | +.source-file-code .token.char, |
| 30 | +.source-file-code .token.builtin { |
| 31 | + color: #ce9178; |
| 32 | +} |
| 33 | + |
| 34 | +.source-file-code .token.operator, |
| 35 | +.source-file-code .token.entity, |
| 36 | +.source-file-code .token.url { |
| 37 | + color: #d4d4d4; |
| 38 | +} |
| 39 | + |
| 40 | +.source-file-code .token.atrule, |
| 41 | +.source-file-code .token.attr-value, |
| 42 | +.source-file-code .token.keyword { |
| 43 | + color: #569cd6; |
| 44 | +} |
| 45 | + |
| 46 | +.source-file-code .token.function, |
| 47 | +.source-file-code .token.class-name { |
| 48 | + color: #dcdcaa; |
| 49 | +} |
| 50 | + |
| 51 | +.source-file-code .token.regex, |
| 52 | +.source-file-code .token.important, |
| 53 | +.source-file-code .token.variable { |
| 54 | + color: #d16969; |
| 55 | +} |
| 56 | + |
| 57 | +.source-file-code .token.decorator { |
| 58 | + color: #dcdcaa; |
| 59 | +} |
0 commit comments