yard-api 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yard-api/version.rb +1 -1
  3. data/templates/api/fulldoc/html/css/common.css +281 -0
  4. data/templates/api/fulldoc/html/css/highlight.css +70 -0
  5. data/templates/api/fulldoc/html/js/highlight/CHANGES.md +953 -0
  6. data/templates/api/fulldoc/html/js/highlight/LICENSE +24 -0
  7. data/templates/api/fulldoc/html/js/highlight/README.md +101 -0
  8. data/templates/api/fulldoc/html/js/highlight/README.ru.md +101 -0
  9. data/templates/api/fulldoc/html/js/highlight/highlight.pack.js +1 -0
  10. data/templates/api/fulldoc/html/js/highlight/styles/arta.css +141 -0
  11. data/templates/api/fulldoc/html/js/highlight/styles/ascetic.css +53 -0
  12. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.dark.css +95 -0
  13. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.light.css +95 -0
  14. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.dark.css +95 -0
  15. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.light.css +95 -0
  16. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.dark.css +95 -0
  17. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.light.css +95 -0
  18. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.dark.css +95 -0
  19. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.light.css +95 -0
  20. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.dark.css +95 -0
  21. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.light.css +95 -0
  22. data/templates/api/fulldoc/html/js/highlight/styles/brown_paper.css +105 -0
  23. data/templates/api/fulldoc/html/js/highlight/styles/brown_papersq.png +0 -0
  24. data/templates/api/fulldoc/html/js/highlight/styles/codepen-embed.css +108 -0
  25. data/templates/api/fulldoc/html/js/highlight/styles/color-brewer.css +169 -0
  26. data/templates/api/fulldoc/html/js/highlight/styles/dark.css +105 -0
  27. data/templates/api/fulldoc/html/js/highlight/styles/default.css +153 -0
  28. data/templates/api/fulldoc/html/js/highlight/styles/docco.css +136 -0
  29. data/templates/api/fulldoc/html/js/highlight/styles/far.css +112 -0
  30. data/templates/api/fulldoc/html/js/highlight/styles/foundation.css +136 -0
  31. data/templates/api/fulldoc/html/js/highlight/styles/github.css +127 -0
  32. data/templates/api/fulldoc/html/js/highlight/styles/googlecode.css +148 -0
  33. data/templates/api/fulldoc/html/js/highlight/styles/hybrid.css +171 -0
  34. data/templates/api/fulldoc/html/js/highlight/styles/idea.css +126 -0
  35. data/templates/api/fulldoc/html/js/highlight/styles/ir_black.css +110 -0
  36. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.dark.css +96 -0
  37. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.light.css +96 -0
  38. data/templates/api/fulldoc/html/js/highlight/styles/magula.css +122 -0
  39. data/templates/api/fulldoc/html/js/highlight/styles/mono-blue.css +70 -0
  40. data/templates/api/fulldoc/html/js/highlight/styles/monokai.css +127 -0
  41. data/templates/api/fulldoc/html/js/highlight/styles/monokai_sublime.css +148 -0
  42. data/templates/api/fulldoc/html/js/highlight/styles/obsidian.css +154 -0
  43. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.dark.css +95 -0
  44. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.light.css +95 -0
  45. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.css +108 -0
  46. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.jpg +0 -0
  47. data/templates/api/fulldoc/html/js/highlight/styles/railscasts.css +185 -0
  48. data/templates/api/fulldoc/html/js/highlight/styles/rainbow.css +109 -0
  49. data/templates/api/fulldoc/html/js/highlight/styles/school_book.css +113 -0
  50. data/templates/api/fulldoc/html/js/highlight/styles/school_book.png +0 -0
  51. data/templates/api/fulldoc/html/js/highlight/styles/solarized_dark.css +109 -0
  52. data/templates/api/fulldoc/html/js/highlight/styles/solarized_light.css +109 -0
  53. data/templates/api/fulldoc/html/js/highlight/styles/sunburst.css +165 -0
  54. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-blue.css +95 -0
  55. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-bright.css +94 -0
  56. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-eighties.css +94 -0
  57. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night.css +95 -0
  58. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow.css +92 -0
  59. data/templates/api/fulldoc/html/js/highlight/styles/vs.css +94 -0
  60. data/templates/api/fulldoc/html/js/highlight/styles/xcode.css +159 -0
  61. data/templates/api/fulldoc/html/js/highlight/styles/zenburn.css +119 -0
  62. data/templates/api/fulldoc/html/js/jquery-1.11.1.min.js +4 -0
  63. data/yard-api.gemspec +1 -1
  64. metadata +61 -1
@@ -0,0 +1,109 @@
1
+ /*
2
+
3
+ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #002b36;
12
+ color: #839496;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ .hljs-comment,
17
+ .hljs-template_comment,
18
+ .diff .hljs-header,
19
+ .hljs-doctype,
20
+ .hljs-pi,
21
+ .lisp .hljs-string,
22
+ .hljs-javadoc {
23
+ color: #586e75;
24
+ }
25
+
26
+ /* Solarized Green */
27
+ .hljs-keyword,
28
+ .hljs-winutils,
29
+ .method,
30
+ .hljs-addition,
31
+ .css .hljs-tag,
32
+ .hljs-request,
33
+ .hljs-status,
34
+ .nginx .hljs-title {
35
+ color: #859900;
36
+ }
37
+
38
+ /* Solarized Cyan */
39
+ .hljs-number,
40
+ .hljs-command,
41
+ .hljs-string,
42
+ .hljs-tag .hljs-value,
43
+ .hljs-rules .hljs-value,
44
+ .hljs-phpdoc,
45
+ .hljs-dartdoc,
46
+ .tex .hljs-formula,
47
+ .hljs-regexp,
48
+ .hljs-hexcolor,
49
+ .hljs-link_url {
50
+ color: #2aa198;
51
+ }
52
+
53
+ /* Solarized Blue */
54
+ .hljs-title,
55
+ .hljs-localvars,
56
+ .hljs-chunk,
57
+ .hljs-decorator,
58
+ .hljs-built_in,
59
+ .hljs-identifier,
60
+ .vhdl .hljs-literal,
61
+ .hljs-id,
62
+ .css .hljs-function {
63
+ color: #268bd2;
64
+ }
65
+
66
+ /* Solarized Yellow */
67
+ .hljs-attribute,
68
+ .hljs-variable,
69
+ .lisp .hljs-body,
70
+ .smalltalk .hljs-number,
71
+ .hljs-constant,
72
+ .hljs-class .hljs-title,
73
+ .hljs-parent,
74
+ .hljs-type,
75
+ .hljs-link_reference {
76
+ color: #b58900;
77
+ }
78
+
79
+ /* Solarized Orange */
80
+ .hljs-preprocessor,
81
+ .hljs-preprocessor .hljs-keyword,
82
+ .hljs-pragma,
83
+ .hljs-shebang,
84
+ .hljs-symbol,
85
+ .hljs-symbol .hljs-string,
86
+ .diff .hljs-change,
87
+ .hljs-special,
88
+ .hljs-attr_selector,
89
+ .hljs-subst,
90
+ .hljs-cdata,
91
+ .css .hljs-pseudo,
92
+ .hljs-header {
93
+ color: #cb4b16;
94
+ }
95
+
96
+ /* Solarized Red */
97
+ .hljs-deletion,
98
+ .hljs-important {
99
+ color: #dc322f;
100
+ }
101
+
102
+ /* Solarized Violet */
103
+ .hljs-link_label {
104
+ color: #6c71c4;
105
+ }
106
+
107
+ .tex .hljs-formula {
108
+ background: #073642;
109
+ }
@@ -0,0 +1,109 @@
1
+ /*
2
+
3
+ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #fdf6e3;
12
+ color: #657b83;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ .hljs-comment,
17
+ .hljs-template_comment,
18
+ .diff .hljs-header,
19
+ .hljs-doctype,
20
+ .hljs-pi,
21
+ .lisp .hljs-string,
22
+ .hljs-javadoc {
23
+ color: #93a1a1;
24
+ }
25
+
26
+ /* Solarized Green */
27
+ .hljs-keyword,
28
+ .hljs-winutils,
29
+ .method,
30
+ .hljs-addition,
31
+ .css .hljs-tag,
32
+ .hljs-request,
33
+ .hljs-status,
34
+ .nginx .hljs-title {
35
+ color: #859900;
36
+ }
37
+
38
+ /* Solarized Cyan */
39
+ .hljs-number,
40
+ .hljs-command,
41
+ .hljs-string,
42
+ .hljs-tag .hljs-value,
43
+ .hljs-rules .hljs-value,
44
+ .hljs-phpdoc,
45
+ .hljs-dartdoc,
46
+ .tex .hljs-formula,
47
+ .hljs-regexp,
48
+ .hljs-hexcolor,
49
+ .hljs-link_url {
50
+ color: #2aa198;
51
+ }
52
+
53
+ /* Solarized Blue */
54
+ .hljs-title,
55
+ .hljs-localvars,
56
+ .hljs-chunk,
57
+ .hljs-decorator,
58
+ .hljs-built_in,
59
+ .hljs-identifier,
60
+ .vhdl .hljs-literal,
61
+ .hljs-id,
62
+ .css .hljs-function {
63
+ color: #268bd2;
64
+ }
65
+
66
+ /* Solarized Yellow */
67
+ .hljs-attribute,
68
+ .hljs-variable,
69
+ .lisp .hljs-body,
70
+ .smalltalk .hljs-number,
71
+ .hljs-constant,
72
+ .hljs-class .hljs-title,
73
+ .hljs-parent,
74
+ .hljs-type,
75
+ .hljs-link_reference {
76
+ color: #b58900;
77
+ }
78
+
79
+ /* Solarized Orange */
80
+ .hljs-preprocessor,
81
+ .hljs-preprocessor .hljs-keyword,
82
+ .hljs-pragma,
83
+ .hljs-shebang,
84
+ .hljs-symbol,
85
+ .hljs-symbol .hljs-string,
86
+ .diff .hljs-change,
87
+ .hljs-special,
88
+ .hljs-attr_selector,
89
+ .hljs-subst,
90
+ .hljs-cdata,
91
+ .css .hljs-pseudo,
92
+ .hljs-header {
93
+ color: #cb4b16;
94
+ }
95
+
96
+ /* Solarized Red */
97
+ .hljs-deletion,
98
+ .hljs-important {
99
+ color: #dc322f;
100
+ }
101
+
102
+ /* Solarized Violet */
103
+ .hljs-link_label {
104
+ color: #6c71c4;
105
+ }
106
+
107
+ .tex .hljs-formula {
108
+ background: #eee8d5;
109
+ }
@@ -0,0 +1,165 @@
1
+ /*
2
+
3
+ Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #000;
12
+ color: #f8f8f8;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ .hljs-comment,
17
+ .hljs-template_comment,
18
+ .hljs-javadoc {
19
+ color: #aeaeae;
20
+ font-style: italic;
21
+ }
22
+
23
+ .hljs-keyword,
24
+ .ruby .hljs-function .hljs-keyword,
25
+ .hljs-request,
26
+ .hljs-status,
27
+ .nginx .hljs-title {
28
+ color: #e28964;
29
+ }
30
+
31
+ .hljs-function .hljs-keyword,
32
+ .hljs-sub .hljs-keyword,
33
+ .method,
34
+ .hljs-list .hljs-title {
35
+ color: #99cf50;
36
+ }
37
+
38
+ .hljs-string,
39
+ .hljs-tag .hljs-value,
40
+ .hljs-cdata,
41
+ .hljs-filter .hljs-argument,
42
+ .hljs-attr_selector,
43
+ .apache .hljs-cbracket,
44
+ .hljs-date,
45
+ .tex .hljs-command,
46
+ .coffeescript .hljs-attribute {
47
+ color: #65b042;
48
+ }
49
+
50
+ .hljs-subst {
51
+ color: #daefa3;
52
+ }
53
+
54
+ .hljs-regexp {
55
+ color: #e9c062;
56
+ }
57
+
58
+ .hljs-title,
59
+ .hljs-sub .hljs-identifier,
60
+ .hljs-pi,
61
+ .hljs-tag,
62
+ .hljs-tag .hljs-keyword,
63
+ .hljs-decorator,
64
+ .hljs-shebang,
65
+ .hljs-prompt {
66
+ color: #89bdff;
67
+ }
68
+
69
+ .hljs-class .hljs-title,
70
+ .hljs-type,
71
+ .smalltalk .hljs-class,
72
+ .hljs-javadoctag,
73
+ .hljs-yardoctag,
74
+ .hljs-phpdoc,
75
+ .hljs-dartdoc {
76
+ text-decoration: underline;
77
+ }
78
+
79
+ .hljs-symbol,
80
+ .ruby .hljs-symbol .hljs-string,
81
+ .hljs-number {
82
+ color: #3387cc;
83
+ }
84
+
85
+ .hljs-params,
86
+ .hljs-variable,
87
+ .clojure .hljs-attribute {
88
+ color: #3e87e3;
89
+ }
90
+
91
+ .css .hljs-tag,
92
+ .hljs-rules .hljs-property,
93
+ .hljs-pseudo,
94
+ .tex .hljs-special {
95
+ color: #cda869;
96
+ }
97
+
98
+ .css .hljs-class {
99
+ color: #9b703f;
100
+ }
101
+
102
+ .hljs-rules .hljs-keyword {
103
+ color: #c5af75;
104
+ }
105
+
106
+ .hljs-rules .hljs-value {
107
+ color: #cf6a4c;
108
+ }
109
+
110
+ .css .hljs-id {
111
+ color: #8b98ab;
112
+ }
113
+
114
+ .hljs-annotation,
115
+ .apache .hljs-sqbracket,
116
+ .nginx .hljs-built_in {
117
+ color: #9b859d;
118
+ }
119
+
120
+ .hljs-preprocessor,
121
+ .hljs-pragma {
122
+ color: #8996a8;
123
+ }
124
+
125
+ .hljs-hexcolor,
126
+ .css .hljs-value .hljs-number {
127
+ color: #dd7b3b;
128
+ }
129
+
130
+ .css .hljs-function {
131
+ color: #dad085;
132
+ }
133
+
134
+ .diff .hljs-header,
135
+ .hljs-chunk,
136
+ .tex .hljs-formula {
137
+ background-color: #0e2231;
138
+ color: #f8f8f8;
139
+ font-style: italic;
140
+ }
141
+
142
+ .diff .hljs-change {
143
+ background-color: #4a410d;
144
+ color: #f8f8f8;
145
+ }
146
+
147
+ .hljs-addition {
148
+ background-color: #253b22;
149
+ color: #f8f8f8;
150
+ }
151
+
152
+ .hljs-deletion {
153
+ background-color: #420e09;
154
+ color: #f8f8f8;
155
+ }
156
+
157
+ .coffeescript .javascript,
158
+ .javascript .xml,
159
+ .tex .hljs-formula,
160
+ .xml .javascript,
161
+ .xml .vbscript,
162
+ .xml .css,
163
+ .xml .hljs-cdata {
164
+ opacity: 0.5;
165
+ }
@@ -0,0 +1,95 @@
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
+
6
+ /* Tomorrow Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #7285b7;
10
+ }
11
+
12
+ /* Tomorrow Red */
13
+ .hljs-variable,
14
+ .hljs-attribute,
15
+ .hljs-tag,
16
+ .hljs-regexp,
17
+ .ruby .hljs-constant,
18
+ .xml .hljs-tag .hljs-title,
19
+ .xml .hljs-pi,
20
+ .xml .hljs-doctype,
21
+ .html .hljs-doctype,
22
+ .css .hljs-id,
23
+ .css .hljs-class,
24
+ .css .hljs-pseudo {
25
+ color: #ff9da4;
26
+ }
27
+
28
+ /* Tomorrow Orange */
29
+ .hljs-number,
30
+ .hljs-preprocessor,
31
+ .hljs-pragma,
32
+ .hljs-built_in,
33
+ .hljs-literal,
34
+ .hljs-params,
35
+ .hljs-constant {
36
+ color: #ffc58f;
37
+ }
38
+
39
+ /* Tomorrow Yellow */
40
+ .ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #ffeead;
43
+ }
44
+
45
+ /* Tomorrow Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #d1f1a9;
53
+ }
54
+
55
+ /* Tomorrow Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #99ffff;
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: #bbdaff;
70
+ }
71
+
72
+ /* Tomorrow Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #ebbbff;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #002451;
82
+ color: white;
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
+ }
@@ -0,0 +1,94 @@
1
+ /* Tomorrow Night Bright 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
+ .hljs-title {
8
+ color: #969896;
9
+ }
10
+
11
+ /* Tomorrow Red */
12
+ .hljs-variable,
13
+ .hljs-attribute,
14
+ .hljs-tag,
15
+ .hljs-regexp,
16
+ .ruby .hljs-constant,
17
+ .xml .hljs-tag .hljs-title,
18
+ .xml .hljs-pi,
19
+ .xml .hljs-doctype,
20
+ .html .hljs-doctype,
21
+ .css .hljs-id,
22
+ .css .hljs-class,
23
+ .css .hljs-pseudo {
24
+ color: #d54e53;
25
+ }
26
+
27
+ /* Tomorrow Orange */
28
+ .hljs-number,
29
+ .hljs-preprocessor,
30
+ .hljs-pragma,
31
+ .hljs-built_in,
32
+ .hljs-literal,
33
+ .hljs-params,
34
+ .hljs-constant {
35
+ color: #e78c45;
36
+ }
37
+
38
+ /* Tomorrow Yellow */
39
+ .ruby .hljs-class .hljs-title,
40
+ .css .hljs-rules .hljs-attribute {
41
+ color: #e7c547;
42
+ }
43
+
44
+ /* Tomorrow Green */
45
+ .hljs-string,
46
+ .hljs-value,
47
+ .hljs-inheritance,
48
+ .hljs-header,
49
+ .ruby .hljs-symbol,
50
+ .xml .hljs-cdata {
51
+ color: #b9ca4a;
52
+ }
53
+
54
+ /* Tomorrow Aqua */
55
+ .css .hljs-hexcolor {
56
+ color: #70c0b1;
57
+ }
58
+
59
+ /* Tomorrow Blue */
60
+ .hljs-function,
61
+ .python .hljs-decorator,
62
+ .python .hljs-title,
63
+ .ruby .hljs-function .hljs-title,
64
+ .ruby .hljs-title .hljs-keyword,
65
+ .perl .hljs-sub,
66
+ .javascript .hljs-title,
67
+ .coffeescript .hljs-title {
68
+ color: #7aa6da;
69
+ }
70
+
71
+ /* Tomorrow Purple */
72
+ .hljs-keyword,
73
+ .javascript .hljs-function {
74
+ color: #c397d8;
75
+ }
76
+
77
+ .hljs {
78
+ display: block;
79
+ overflow-x: auto;
80
+ background: black;
81
+ color: #eaeaea;
82
+ padding: 0.5em;
83
+ -webkit-text-size-adjust: none;
84
+ }
85
+
86
+ .coffeescript .javascript,
87
+ .javascript .xml,
88
+ .tex .hljs-formula,
89
+ .xml .javascript,
90
+ .xml .vbscript,
91
+ .xml .css,
92
+ .xml .hljs-cdata {
93
+ opacity: 0.5;
94
+ }
@@ -0,0 +1,94 @@
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
+ .hljs-title {
8
+ color: #999999;
9
+ }
10
+
11
+ /* Tomorrow Red */
12
+ .hljs-variable,
13
+ .hljs-attribute,
14
+ .hljs-tag,
15
+ .hljs-regexp,
16
+ .ruby .hljs-constant,
17
+ .xml .hljs-tag .hljs-title,
18
+ .xml .hljs-pi,
19
+ .xml .hljs-doctype,
20
+ .html .hljs-doctype,
21
+ .css .hljs-id,
22
+ .css .hljs-class,
23
+ .css .hljs-pseudo {
24
+ color: #f2777a;
25
+ }
26
+
27
+ /* Tomorrow Orange */
28
+ .hljs-number,
29
+ .hljs-preprocessor,
30
+ .hljs-pragma,
31
+ .hljs-built_in,
32
+ .hljs-literal,
33
+ .hljs-params,
34
+ .hljs-constant {
35
+ color: #f99157;
36
+ }
37
+
38
+ /* Tomorrow Yellow */
39
+ .ruby .hljs-class .hljs-title,
40
+ .css .hljs-rules .hljs-attribute {
41
+ color: #ffcc66;
42
+ }
43
+
44
+ /* Tomorrow Green */
45
+ .hljs-string,
46
+ .hljs-value,
47
+ .hljs-inheritance,
48
+ .hljs-header,
49
+ .ruby .hljs-symbol,
50
+ .xml .hljs-cdata {
51
+ color: #99cc99;
52
+ }
53
+
54
+ /* Tomorrow Aqua */
55
+ .css .hljs-hexcolor {
56
+ color: #66cccc;
57
+ }
58
+
59
+ /* Tomorrow Blue */
60
+ .hljs-function,
61
+ .python .hljs-decorator,
62
+ .python .hljs-title,
63
+ .ruby .hljs-function .hljs-title,
64
+ .ruby .hljs-title .hljs-keyword,
65
+ .perl .hljs-sub,
66
+ .javascript .hljs-title,
67
+ .coffeescript .hljs-title {
68
+ color: #6699cc;
69
+ }
70
+
71
+ /* Tomorrow Purple */
72
+ .hljs-keyword,
73
+ .javascript .hljs-function {
74
+ color: #cc99cc;
75
+ }
76
+
77
+ .hljs {
78
+ display: block;
79
+ overflow-x: auto;
80
+ background: #2d2d2d;
81
+ color: #cccccc;
82
+ padding: 0.5em;
83
+ -webkit-text-size-adjust: none;
84
+ }
85
+
86
+ .coffeescript .javascript,
87
+ .javascript .xml,
88
+ .tex .hljs-formula,
89
+ .xml .javascript,
90
+ .xml .vbscript,
91
+ .xml .css,
92
+ .xml .hljs-cdata {
93
+ opacity: 0.5;
94
+ }