many small updates
[pharext/pharext.org] / public / highlight / styles / tomorrow-night-eighties.css
1 /* Tomorrow Night Eighties Theme */
2 /* Original theme - https://github.com/chriskempson/tomorrow-theme */
3 /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
4
5 /* Tomorrow Comment */
6 .hljs-comment {
7 color: #999999;
8 }
9
10 /* Tomorrow Red */
11 .hljs-variable,
12 .hljs-attribute,
13 .hljs-tag,
14 .hljs-regexp,
15 .ruby .hljs-constant,
16 .xml .hljs-tag .hljs-title,
17 .xml .hljs-pi,
18 .xml .hljs-doctype,
19 .html .hljs-doctype,
20 .css .hljs-id,
21 .css .hljs-class,
22 .css .hljs-pseudo {
23 color: #f2777a;
24 }
25
26 /* Tomorrow Orange */
27 .hljs-number,
28 .hljs-preprocessor,
29 .hljs-pragma,
30 .hljs-built_in,
31 .hljs-literal,
32 .hljs-params,
33 .hljs-constant {
34 color: #f99157;
35 }
36
37 /* Tomorrow Yellow */
38 .ruby .hljs-class .hljs-title,
39 .css .hljs-rule .hljs-attribute {
40 color: #ffcc66;
41 }
42
43 /* Tomorrow Green */
44 .hljs-string,
45 .hljs-value,
46 .hljs-inheritance,
47 .hljs-header,
48 .hljs-name,
49 .ruby .hljs-symbol,
50 .xml .hljs-cdata {
51 color: #99cc99;
52 }
53
54 /* Tomorrow Aqua */
55 .hljs-title,
56 .css .hljs-hexcolor {
57 color: #66cccc;
58 }
59
60 /* Tomorrow Blue */
61 .hljs-function,
62 .python .hljs-decorator,
63 .python .hljs-title,
64 .ruby .hljs-function .hljs-title,
65 .ruby .hljs-title .hljs-keyword,
66 .perl .hljs-sub,
67 .javascript .hljs-title,
68 .coffeescript .hljs-title {
69 color: #6699cc;
70 }
71
72 /* Tomorrow Purple */
73 .hljs-keyword,
74 .javascript .hljs-function {
75 color: #cc99cc;
76 }
77
78 .hljs {
79 display: block;
80 overflow-x: auto;
81 background: #2d2d2d;
82 color: #cccccc;
83 padding: 0.5em;
84 -webkit-text-size-adjust: none;
85 }
86
87 .coffeescript .javascript,
88 .javascript .xml,
89 .tex .hljs-formula,
90 .xml .javascript,
91 .xml .vbscript,
92 .xml .css,
93 .xml .hljs-cdata {
94 opacity: 0.5;
95 }