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,148 @@
1
+ /*
2
+
3
+ Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: white;
12
+ color: black;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ .hljs-comment,
17
+ .hljs-template_comment,
18
+ .hljs-javadoc {
19
+ color: #800;
20
+ }
21
+
22
+ .hljs-keyword,
23
+ .method,
24
+ .hljs-list .hljs-keyword,
25
+ .nginx .hljs-title,
26
+ .hljs-tag .hljs-title,
27
+ .setting .hljs-value,
28
+ .hljs-winutils,
29
+ .tex .hljs-command,
30
+ .http .hljs-title,
31
+ .hljs-request,
32
+ .hljs-status {
33
+ color: #008;
34
+ }
35
+
36
+ .hljs-envvar,
37
+ .tex .hljs-special {
38
+ color: #660;
39
+ }
40
+
41
+ .hljs-string,
42
+ .hljs-tag .hljs-value,
43
+ .hljs-cdata,
44
+ .hljs-filter .hljs-argument,
45
+ .hljs-attr_selector,
46
+ .apache .hljs-cbracket,
47
+ .hljs-date,
48
+ .hljs-regexp,
49
+ .coffeescript .hljs-attribute {
50
+ color: #080;
51
+ }
52
+
53
+ .hljs-sub .hljs-identifier,
54
+ .hljs-pi,
55
+ .hljs-tag,
56
+ .hljs-tag .hljs-keyword,
57
+ .hljs-decorator,
58
+ .ini .hljs-title,
59
+ .hljs-shebang,
60
+ .hljs-prompt,
61
+ .hljs-hexcolor,
62
+ .hljs-rules .hljs-value,
63
+ .hljs-literal,
64
+ .hljs-symbol,
65
+ .ruby .hljs-symbol .hljs-string,
66
+ .hljs-number,
67
+ .css .hljs-function,
68
+ .clojure .hljs-attribute {
69
+ color: #066;
70
+ }
71
+
72
+ .hljs-class .hljs-title,
73
+ .smalltalk .hljs-class,
74
+ .hljs-javadoctag,
75
+ .hljs-yardoctag,
76
+ .hljs-phpdoc,
77
+ .hljs-dartdoc,
78
+ .hljs-type,
79
+ .hljs-typename,
80
+ .hljs-tag .hljs-attribute,
81
+ .hljs-doctype,
82
+ .hljs-class .hljs-id,
83
+ .hljs-built_in,
84
+ .setting,
85
+ .hljs-params,
86
+ .hljs-variable {
87
+ color: #606;
88
+ }
89
+
90
+ .css .hljs-tag,
91
+ .hljs-rules .hljs-property,
92
+ .hljs-pseudo,
93
+ .hljs-subst {
94
+ color: #000;
95
+ }
96
+
97
+ .css .hljs-class,
98
+ .css .hljs-id {
99
+ color: #9b703f;
100
+ }
101
+
102
+ .hljs-value .hljs-important {
103
+ color: #ff7700;
104
+ font-weight: bold;
105
+ }
106
+
107
+ .hljs-rules .hljs-keyword {
108
+ color: #c5af75;
109
+ }
110
+
111
+ .hljs-annotation,
112
+ .apache .hljs-sqbracket,
113
+ .nginx .hljs-built_in {
114
+ color: #9b859d;
115
+ }
116
+
117
+ .hljs-preprocessor,
118
+ .hljs-preprocessor *,
119
+ .hljs-pragma {
120
+ color: #444;
121
+ }
122
+
123
+ .tex .hljs-formula {
124
+ background-color: #eee;
125
+ font-style: italic;
126
+ }
127
+
128
+ .diff .hljs-header,
129
+ .hljs-chunk {
130
+ color: #808080;
131
+ font-weight: bold;
132
+ }
133
+
134
+ .diff .hljs-change {
135
+ background-color: #bccff9;
136
+ }
137
+
138
+ .hljs-addition {
139
+ background-color: #baeeba;
140
+ }
141
+
142
+ .hljs-deletion {
143
+ background-color: #ffc8bd;
144
+ }
145
+
146
+ .hljs-comment .hljs-yardoctag {
147
+ font-weight: bold;
148
+ }
@@ -0,0 +1,171 @@
1
+ /*
2
+
3
+ vim-hybrid theme by w0ng (https://github.com/w0ng/vim-hybrid)
4
+
5
+ */
6
+
7
+ /*background color*/
8
+ .hljs {
9
+ display: block;
10
+ overflow-x: auto;
11
+ padding: 0.5em;
12
+ background: #1d1f21;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ /*selection color*/
17
+ .hljs::selection,
18
+ .hljs span::selection {
19
+ background: #373b41;
20
+ }
21
+ .hljs::-moz-selection,
22
+ .hljs span::-moz-selection {
23
+ background: #373b41;
24
+ }
25
+
26
+ /*foreground color*/
27
+ .hljs,
28
+ .hljs-setting .hljs-value,
29
+ .hljs-expression .hljs-variable,
30
+ .hljs-expression .hljs-begin-block,
31
+ .hljs-expression .hljs-end-block,
32
+ .hljs-class .hljs-params,
33
+ .hljs-function .hljs-params,
34
+ .hljs-at_rule .hljs-preprocessor {
35
+ color: #c5c8c6;
36
+ }
37
+
38
+ /*color: fg_yellow*/
39
+ .hljs-title,
40
+ .hljs-function .hljs-title,
41
+ .hljs-keyword .hljs-common,
42
+ .hljs-class .hljs-title,
43
+ .hljs-decorator,
44
+ .hljs-tag .hljs-title,
45
+ .hljs-header,
46
+ .hljs-sub,
47
+ .hljs-function {
48
+ color: #f0c674;
49
+ }
50
+
51
+ /*color: fg_comment*/
52
+ .hljs-comment,
53
+ .hljs-javadoc,
54
+ .hljs-output .hljs-value,
55
+ .hljs-pi,
56
+ .hljs-shebang,
57
+ .hljs-template_comment,
58
+ .hljs-doctype {
59
+ color: #707880;
60
+ }
61
+
62
+ /*color: fg_red*/
63
+ .hljs-number,
64
+ .hljs-symbol,
65
+ .hljs-literal,
66
+ .hljs-deletion,
67
+ .hljs-link_url,
68
+ .hljs-symbol .hljs-string,
69
+ .hljs-argument,
70
+ .hljs-hexcolor,
71
+ .hljs-input .hljs-prompt,
72
+ .hljs-char {
73
+ color: #cc6666
74
+ }
75
+
76
+ /*color: fg_green*/
77
+ .hljs-string,
78
+ .hljs-special,
79
+ .hljs-javadoctag,
80
+ .hljs-addition,
81
+ .hljs-important,
82
+ .hljs-tag .hljs-value,
83
+ .hljs-at.rule .hljs-keyword,
84
+ .hljs-regexp,
85
+ .hljs-attr_selector {
86
+ color: #b5bd68;
87
+ }
88
+
89
+ /*color: fg_purple*/
90
+ .hljs-variable,
91
+ .hljs-property,
92
+ .hljs-envar,
93
+ .hljs-code,
94
+ .hljs-expression,
95
+ .hljs-localvars,
96
+ .hljs-id,
97
+ .hljs-variable .hljs-filter,
98
+ .hljs-variable .hljs-filter .hljs-keyword,
99
+ .hljs-template_tag .hljs-filter .hljs-keyword {
100
+ color: #b294bb;
101
+ }
102
+
103
+ /*color: fg_blue*/
104
+ .hljs-statement,
105
+ .hljs-label,
106
+ .hljs-keyword,
107
+ .hljs-xmlDocTag,
108
+ .hljs-function .hljs-keyword,
109
+ .hljs-chunk,
110
+ .hljs-cdata,
111
+ .hljs-link_label,
112
+ .hljs-bullet,
113
+ .hljs-class .hljs-keyword,
114
+ .hljs-smartquote,
115
+ .hljs-method,
116
+ .hljs-list .hljs-title,
117
+ .hljs-tag {
118
+ color: #81a2be;
119
+ }
120
+
121
+ /*color: fg_aqua*/
122
+ .hljs-pseudo,
123
+ .hljs-exception,
124
+ .hljs-annotation,
125
+ .hljs-subst,
126
+ .hljs-change,
127
+ .hljs-cbracket,
128
+ .hljs-operator,
129
+ .hljs-horizontal_rule,
130
+ .hljs-preprocessor .hljs-keyword,
131
+ .hljs-typedef,
132
+ .hljs-template_tag,
133
+ .hljs-variable,
134
+ .hljs-variable .hljs-filter .hljs-argument,
135
+ .hljs-at_rule,
136
+ .hljs-at_rule .hljs-string,
137
+ .hljs-at_rule .hljs-keyword {
138
+ color: #8abeb7;
139
+ }
140
+
141
+
142
+ /*color: fg_orange*/
143
+ .hljs-type,
144
+ .hljs-typename,
145
+ .hljs-inheritance .hljs-parent,
146
+ .hljs-constant,
147
+ .hljs-built_in,
148
+ .hljs-setting,
149
+ .hljs-structure,
150
+ .hljs-link_reference,
151
+ .hljs-attribute,
152
+ .hljs-blockquote,
153
+ .hljs-quoted,
154
+ .hljs-class,
155
+ .hljs-header {
156
+ color: #de935f;
157
+ }
158
+
159
+ .hljs-emphasis
160
+ {
161
+ font-style: italic;
162
+ }
163
+
164
+ .hljs-strong
165
+ {
166
+ font-weight: bold;
167
+ }
168
+
169
+
170
+
171
+
@@ -0,0 +1,126 @@
1
+ /*
2
+
3
+ Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ color: #000;
12
+ background: #fff;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ .hljs-subst,
17
+ .hljs-title,
18
+ .json .hljs-value {
19
+ font-weight: normal;
20
+ color: #000;
21
+ }
22
+
23
+ .hljs-comment,
24
+ .hljs-template_comment,
25
+ .hljs-javadoc,
26
+ .diff .hljs-header {
27
+ color: #808080;
28
+ font-style: italic;
29
+ }
30
+
31
+ .hljs-annotation,
32
+ .hljs-decorator,
33
+ .hljs-preprocessor,
34
+ .hljs-pragma,
35
+ .hljs-doctype,
36
+ .hljs-pi,
37
+ .hljs-chunk,
38
+ .hljs-shebang,
39
+ .apache .hljs-cbracket,
40
+ .hljs-prompt,
41
+ .http .hljs-title {
42
+ color: #808000;
43
+ }
44
+
45
+ .hljs-tag,
46
+ .hljs-pi {
47
+ background: #efefef;
48
+ }
49
+
50
+ .hljs-tag .hljs-title,
51
+ .hljs-id,
52
+ .hljs-attr_selector,
53
+ .hljs-pseudo,
54
+ .hljs-literal,
55
+ .hljs-keyword,
56
+ .hljs-hexcolor,
57
+ .css .hljs-function,
58
+ .ini .hljs-title,
59
+ .css .hljs-class,
60
+ .hljs-list .hljs-keyword,
61
+ .nginx .hljs-title,
62
+ .tex .hljs-command,
63
+ .hljs-request,
64
+ .hljs-status {
65
+ font-weight: bold;
66
+ color: #000080;
67
+ }
68
+
69
+ .hljs-attribute,
70
+ .hljs-rules .hljs-keyword,
71
+ .hljs-number,
72
+ .hljs-date,
73
+ .hljs-regexp,
74
+ .tex .hljs-special {
75
+ font-weight: bold;
76
+ color: #0000ff;
77
+ }
78
+
79
+ .hljs-number,
80
+ .hljs-regexp {
81
+ font-weight: normal;
82
+ }
83
+
84
+ .hljs-string,
85
+ .hljs-value,
86
+ .hljs-filter .hljs-argument,
87
+ .css .hljs-function .hljs-params,
88
+ .apache .hljs-tag {
89
+ color: #008000;
90
+ font-weight: bold;
91
+ }
92
+
93
+ .hljs-symbol,
94
+ .ruby .hljs-symbol .hljs-string,
95
+ .hljs-char,
96
+ .tex .hljs-formula {
97
+ color: #000;
98
+ background: #d0eded;
99
+ font-style: italic;
100
+ }
101
+
102
+ .hljs-phpdoc,
103
+ .hljs-dartdoc,
104
+ .hljs-yardoctag,
105
+ .hljs-javadoctag {
106
+ text-decoration: underline;
107
+ }
108
+
109
+ .hljs-variable,
110
+ .hljs-envvar,
111
+ .apache .hljs-sqbracket,
112
+ .nginx .hljs-built_in {
113
+ color: #660e7a;
114
+ }
115
+
116
+ .hljs-addition {
117
+ background: #baeeba;
118
+ }
119
+
120
+ .hljs-deletion {
121
+ background: #ffc8bd;
122
+ }
123
+
124
+ .diff .hljs-change {
125
+ background: #bccff9;
126
+ }
@@ -0,0 +1,110 @@
1
+ /*
2
+ IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
3
+ */
4
+
5
+ .hljs {
6
+ display: block;
7
+ overflow-x: auto;
8
+ padding: 0.5em;
9
+ background: #000;
10
+ color: #f8f8f8;
11
+ -webkit-text-size-adjust: none;
12
+ }
13
+
14
+ .hljs-shebang,
15
+ .hljs-comment,
16
+ .hljs-template_comment,
17
+ .hljs-javadoc {
18
+ color: #7c7c7c;
19
+ }
20
+
21
+ .hljs-keyword,
22
+ .hljs-tag,
23
+ .tex .hljs-command,
24
+ .hljs-request,
25
+ .hljs-status,
26
+ .clojure .hljs-attribute {
27
+ color: #96cbfe;
28
+ }
29
+
30
+ .hljs-sub .hljs-keyword,
31
+ .method,
32
+ .hljs-list .hljs-title,
33
+ .nginx .hljs-title {
34
+ color: #ffffb6;
35
+ }
36
+
37
+ .hljs-string,
38
+ .hljs-tag .hljs-value,
39
+ .hljs-cdata,
40
+ .hljs-filter .hljs-argument,
41
+ .hljs-attr_selector,
42
+ .apache .hljs-cbracket,
43
+ .hljs-date,
44
+ .coffeescript .hljs-attribute {
45
+ color: #a8ff60;
46
+ }
47
+
48
+ .hljs-subst {
49
+ color: #daefa3;
50
+ }
51
+
52
+ .hljs-regexp {
53
+ color: #e9c062;
54
+ }
55
+
56
+ .hljs-title,
57
+ .hljs-sub .hljs-identifier,
58
+ .hljs-pi,
59
+ .hljs-decorator,
60
+ .tex .hljs-special,
61
+ .hljs-type,
62
+ .hljs-constant,
63
+ .smalltalk .hljs-class,
64
+ .hljs-javadoctag,
65
+ .hljs-yardoctag,
66
+ .hljs-phpdoc,
67
+ .hljs-dartdoc,
68
+ .nginx .hljs-built_in {
69
+ color: #ffffb6;
70
+ }
71
+
72
+ .hljs-symbol,
73
+ .ruby .hljs-symbol .hljs-string,
74
+ .hljs-number,
75
+ .hljs-variable,
76
+ .vbscript,
77
+ .hljs-literal {
78
+ color: #c6c5fe;
79
+ }
80
+
81
+ .css .hljs-tag {
82
+ color: #96cbfe;
83
+ }
84
+
85
+ .css .hljs-rules .hljs-property,
86
+ .css .hljs-id {
87
+ color: #ffffb6;
88
+ }
89
+
90
+ .css .hljs-class {
91
+ color: #fff;
92
+ }
93
+
94
+ .hljs-hexcolor {
95
+ color: #c6c5fe;
96
+ }
97
+
98
+ .hljs-number {
99
+ color:#ff73fd;
100
+ }
101
+
102
+ .coffeescript .javascript,
103
+ .javascript .xml,
104
+ .tex .hljs-formula,
105
+ .xml .javascript,
106
+ .xml .vbscript,
107
+ .xml .css,
108
+ .xml .hljs-cdata {
109
+ opacity: 0.7;
110
+ }
@@ -0,0 +1,96 @@
1
+ /*
2
+ Name: Kimbie (dark)
3
+ Author: Jan T. Sott
4
+ License: Creative Commons Attribution-ShareAlike 4.0 Unported License
5
+ URL: https://github.com/idleberg/Kimbie-highlight.js
6
+ */
7
+
8
+ /* Kimbie Comment */
9
+ .hljs-comment,
10
+ .hljs-title {
11
+ color: #d6baad;
12
+ }
13
+
14
+ /* Kimbie Red */
15
+ .hljs-variable,
16
+ .hljs-attribute,
17
+ .hljs-tag,
18
+ .hljs-regexp,
19
+ .ruby .hljs-constant,
20
+ .xml .hljs-tag .hljs-title,
21
+ .xml .hljs-pi,
22
+ .xml .hljs-doctype,
23
+ .html .hljs-doctype,
24
+ .css .hljs-id,
25
+ .css .hljs-class,
26
+ .css .hljs-pseudo {
27
+ color: #dc3958;
28
+ }
29
+
30
+ /* Kimbie Orange */
31
+ .hljs-number,
32
+ .hljs-preprocessor,
33
+ .hljs-built_in,
34
+ .hljs-literal,
35
+ .hljs-params,
36
+ .hljs-constant {
37
+ color: #f79a32;
38
+ }
39
+
40
+ /* Kimbie Yellow */
41
+ .ruby .hljs-class .hljs-title,
42
+ .css .hljs-rules .hljs-attribute {
43
+ color: #f06431;
44
+ }
45
+
46
+ /* Kimbie Green */
47
+ .hljs-string,
48
+ .hljs-value,
49
+ .hljs-inheritance,
50
+ .hljs-header,
51
+ .ruby .hljs-symbol,
52
+ .xml .hljs-cdata {
53
+ color: #889b4a;
54
+ }
55
+
56
+ /* Kimbie Aqua */
57
+ .css .hljs-hexcolor {
58
+ color: #088649;
59
+ }
60
+
61
+ /* Kimbie Blue */
62
+ .hljs-function,
63
+ .python .hljs-decorator,
64
+ .python .hljs-title,
65
+ .ruby .hljs-function .hljs-title,
66
+ .ruby .hljs-title .hljs-keyword,
67
+ .perl .hljs-sub,
68
+ .javascript .hljs-title,
69
+ .coffeescript .hljs-title {
70
+ color: #8ab1b0;
71
+ }
72
+
73
+ /* Kimbie Purple */
74
+ .hljs-keyword,
75
+ .javascript .hljs-function {
76
+ color: #98676a;
77
+ }
78
+
79
+ .hljs {
80
+ display: block;
81
+ overflow-x: auto;
82
+ background: #221a0f;
83
+ color: #d3af86;
84
+ padding: 0.5em;
85
+ -webkit-text-size-adjust: none;
86
+ }
87
+
88
+ .coffeescript .javascript,
89
+ .javascript .xml,
90
+ .tex .hljs-formula,
91
+ .xml .javascript,
92
+ .xml .vbscript,
93
+ .xml .css,
94
+ .xml .hljs-cdata {
95
+ opacity: 0.5;
96
+ }