]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - highlight.js/styles/tomorrow.css
Add highlight.js
[SourceForge/phpwiki.git] / highlight.js / styles / tomorrow.css
1 /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
2 .tomorrow-comment, pre .comment, pre .title {
3   color: #8e908c;
4 }
5
6 .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 {
7   color: #c82829;
8 }
9
10 .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
11   color: #f5871f;
12 }
13
14 .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
15   color: #eab700;
16 }
17
18 .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
19   color: #718c00;
20 }
21
22 .tomorrow-aqua, pre .css .hexcolor {
23   color: #3e999f;
24 }
25
26 .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 {
27   color: #4271ae;
28 }
29
30 .tomorrow-purple, pre .keyword, pre .javascript .function {
31   color: #8959a8;
32 }
33
34 pre code {
35   display: block;
36   background: white;
37   color: #4d4d4c;
38   padding: 0.5em;
39 }
40
41 pre .coffeescript .javascript,
42 pre .javascript .xml,
43 pre .tex .formula,
44 pre .xml .javascript,
45 pre .xml .vbscript,
46 pre .xml .css,
47 pre .xml .cdata {
48   opacity: 0.5;
49 }