|
| 1 | +/* Tomorrow Night Blue Theme */ |
| 2 | +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ |
| 3 | +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ |
| 4 | +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ |
| 5 | +.tomorrow-comment, pre .comment, pre .title { |
| 6 | + color: #7285b7; |
| 7 | +} |
| 8 | + |
| 9 | +.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { |
| 10 | + color: #ff9da4; |
| 11 | +} |
| 12 | + |
| 13 | +.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { |
| 14 | + color: #ffc58f; |
| 15 | +} |
| 16 | + |
| 17 | +.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute { |
| 18 | + color: #ffeead; |
| 19 | +} |
| 20 | + |
| 21 | +.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { |
| 22 | + color: #d1f1a9; |
| 23 | +} |
| 24 | + |
| 25 | +.tomorrow-aqua, pre .css .hexcolor { |
| 26 | + color: #99ffff; |
| 27 | +} |
| 28 | + |
| 29 | +.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { |
| 30 | + color: #bbdaff; |
| 31 | +} |
| 32 | + |
| 33 | +.tomorrow-purple, pre .keyword, pre .javascript .function { |
| 34 | + color: #ebbbff; |
| 35 | +} |
| 36 | + |
| 37 | +pre code { |
| 38 | + display: block; |
| 39 | + background: #002451; |
| 40 | + color: white; |
| 41 | + font-family: Menlo, Monaco, Consolas, monospace; |
| 42 | + font-size: 12px; |
| 43 | + line-height: 1.5; |
| 44 | + border: 1px solid #ccc; |
| 45 | + padding: 10px; |
| 46 | +} |
0 commit comments