|
| 1 | +/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */ |
| 2 | +.prettyprint { |
| 3 | + background: #1d1f21 !important; |
| 4 | + font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace !important; |
| 5 | + border: 0 !important; |
| 6 | +} |
| 7 | + |
| 8 | +.pln { |
| 9 | + color: #c5c8c6 !important; |
| 10 | +} |
| 11 | + |
| 12 | +/* Specify class=linenums on a pre to get line numbering */ |
| 13 | +ol.linenums { |
| 14 | + margin-top: 0; |
| 15 | + margin-bottom: 0; |
| 16 | + color: #969896; |
| 17 | +} |
| 18 | + |
| 19 | +li.L0, |
| 20 | +li.L1, |
| 21 | +li.L2, |
| 22 | +li.L3, |
| 23 | +li.L4, |
| 24 | +li.L5, |
| 25 | +li.L6, |
| 26 | +li.L7, |
| 27 | +li.L8, |
| 28 | +li.L9 { |
| 29 | + padding-left: 1em !important; |
| 30 | + background-color: #1d1f21 !important; |
| 31 | + list-style-type: decimal !important; |
| 32 | +} |
| 33 | + |
| 34 | +@media screen { |
| 35 | + |
| 36 | + /* string content */ |
| 37 | + |
| 38 | + .str { |
| 39 | + color: #b5bd68 !important; |
| 40 | + } |
| 41 | + |
| 42 | + /* keyword */ |
| 43 | + |
| 44 | + .kwd { |
| 45 | + color: #b294bb !important; |
| 46 | + } |
| 47 | + |
| 48 | + /* comment */ |
| 49 | + |
| 50 | + .com { |
| 51 | + color: #969896 !important; |
| 52 | + } |
| 53 | + |
| 54 | + /* type name */ |
| 55 | + |
| 56 | + .typ { |
| 57 | + color: #81a2be !important; |
| 58 | + } |
| 59 | + |
| 60 | + /* literal value */ |
| 61 | + |
| 62 | + .lit { |
| 63 | + color: #de935f !important; |
| 64 | + } |
| 65 | + |
| 66 | + /* punctuation */ |
| 67 | + |
| 68 | + .pun { |
| 69 | + color: #c5c8c6 !important; |
| 70 | + } |
| 71 | + |
| 72 | + /* lisp open bracket */ |
| 73 | + |
| 74 | + .opn { |
| 75 | + color: #c5c8c6 !important; |
| 76 | + } |
| 77 | + |
| 78 | + /* lisp close bracket */ |
| 79 | + |
| 80 | + .clo { |
| 81 | + color: #c5c8c6 !important; |
| 82 | + } |
| 83 | + |
| 84 | + /* markup tag name */ |
| 85 | + |
| 86 | + .tag { |
| 87 | + color: #cc6666 !important; |
| 88 | + } |
| 89 | + |
| 90 | + /* markup attribute name */ |
| 91 | + |
| 92 | + .atn { |
| 93 | + color: #de935f !important; |
| 94 | + } |
| 95 | + |
| 96 | + /* markup attribute value */ |
| 97 | + |
| 98 | + .atv { |
| 99 | + color: #8abeb7 !important; |
| 100 | + } |
| 101 | + |
| 102 | + /* declaration */ |
| 103 | + |
| 104 | + .dec { |
| 105 | + color: #de935f !important; |
| 106 | + } |
| 107 | + |
| 108 | + /* variable name */ |
| 109 | + |
| 110 | + .var { |
| 111 | + color: #cc6666 !important; |
| 112 | + } |
| 113 | + |
| 114 | + /* function name */ |
| 115 | + |
| 116 | + .fun { |
| 117 | + color: #81a2be !important; |
| 118 | + } |
| 119 | +} |
0 commit comments