1/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
2
3/* Tomorrow Comment */
4.hljs-comment {
5 color: #8e908c;
6}
7
8/* Tomorrow Red */
9.hljs-variable,
10.hljs-attribute,
11.hljs-tag,
12.hljs-regexp,
13.ruby .hljs-constant,
14.xml .hljs-tag .hljs-title,
15.xml .hljs-pi,
16.xml .hljs-doctype,
17.html .hljs-doctype,
18.css .hljs-id,
19.css .hljs-class,
20.css .hljs-pseudo {
21 color: #c82829;
22}
23
24/* Tomorrow Orange */
25.hljs-number,
26.hljs-preprocessor,
27.hljs-pragma,
28.hljs-built_in,
29.hljs-literal,
30.hljs-params,
31.hljs-constant {
32 color: #f5871f;
33}
34
35/* Tomorrow Yellow */
36.ruby .hljs-class .hljs-title,
37.css .hljs-rule .hljs-attribute {
38 color: #eab700;
39}
40
41/* Tomorrow Green */
42.hljs-string,
43.hljs-value,
44.hljs-inheritance,
45.hljs-header,
46.hljs-name,
47.ruby .hljs-symbol,
48.xml .hljs-cdata {
49 color: #718c00;
50}
51
52/* Tomorrow Aqua */
53.hljs-title,
54.css .hljs-hexcolor {
55 color: #3e999f;
56}
57
58/* Tomorrow Blue */
59.hljs-function,
60.python .hljs-decorator,
61.python .hljs-title,
62.ruby .hljs-function .hljs-title,
63.ruby .hljs-title .hljs-keyword,
64.perl .hljs-sub,
65.javascript .hljs-title,
66.coffeescript .hljs-title {
67 color: #4271ae;
68}
69
70/* Tomorrow Purple */
71.hljs-keyword,
72.javascript .hljs-function {
73 color: #8959a8;
74}
75
76.hljs {
77 display: block;
78 overflow-x: auto;
79 background: white;
80 color: #4d4d4c;
81 padding: 0.5em;
82 -webkit-text-size-adjust: none;
83}
84
85.coffeescript .javascript,
86.javascript .xml,
87.tex .hljs-formula,
88.xml .javascript,
89.xml .vbscript,
90.xml .css,
91.xml .hljs-cdata {
92 opacity: 0.5;
93}