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,153 @@
1
+ /*
2
+
3
+ Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #f0f0f0;
12
+ -webkit-text-size-adjust: none;
13
+ }
14
+
15
+ .hljs,
16
+ .hljs-subst,
17
+ .hljs-tag .hljs-title,
18
+ .nginx .hljs-title {
19
+ color: black;
20
+ }
21
+
22
+ .hljs-string,
23
+ .hljs-title,
24
+ .hljs-constant,
25
+ .hljs-parent,
26
+ .hljs-tag .hljs-value,
27
+ .hljs-rules .hljs-value,
28
+ .hljs-preprocessor,
29
+ .hljs-pragma,
30
+ .haml .hljs-symbol,
31
+ .ruby .hljs-symbol,
32
+ .ruby .hljs-symbol .hljs-string,
33
+ .hljs-template_tag,
34
+ .django .hljs-variable,
35
+ .smalltalk .hljs-class,
36
+ .hljs-addition,
37
+ .hljs-flow,
38
+ .hljs-stream,
39
+ .bash .hljs-variable,
40
+ .apache .hljs-tag,
41
+ .apache .hljs-cbracket,
42
+ .tex .hljs-command,
43
+ .tex .hljs-special,
44
+ .erlang_repl .hljs-function_or_atom,
45
+ .asciidoc .hljs-header,
46
+ .markdown .hljs-header,
47
+ .coffeescript .hljs-attribute {
48
+ color: #800;
49
+ }
50
+
51
+ .smartquote,
52
+ .hljs-comment,
53
+ .hljs-annotation,
54
+ .hljs-template_comment,
55
+ .diff .hljs-header,
56
+ .hljs-chunk,
57
+ .asciidoc .hljs-blockquote,
58
+ .markdown .hljs-blockquote {
59
+ color: #888;
60
+ }
61
+
62
+ .hljs-number,
63
+ .hljs-date,
64
+ .hljs-regexp,
65
+ .hljs-literal,
66
+ .hljs-hexcolor,
67
+ .smalltalk .hljs-symbol,
68
+ .smalltalk .hljs-char,
69
+ .go .hljs-constant,
70
+ .hljs-change,
71
+ .lasso .hljs-variable,
72
+ .makefile .hljs-variable,
73
+ .asciidoc .hljs-bullet,
74
+ .markdown .hljs-bullet,
75
+ .asciidoc .hljs-link_url,
76
+ .markdown .hljs-link_url {
77
+ color: #080;
78
+ }
79
+
80
+ .hljs-label,
81
+ .hljs-javadoc,
82
+ .ruby .hljs-string,
83
+ .hljs-decorator,
84
+ .hljs-filter .hljs-argument,
85
+ .hljs-localvars,
86
+ .hljs-array,
87
+ .hljs-attr_selector,
88
+ .hljs-important,
89
+ .hljs-pseudo,
90
+ .hljs-pi,
91
+ .haml .hljs-bullet,
92
+ .hljs-doctype,
93
+ .hljs-deletion,
94
+ .hljs-envvar,
95
+ .hljs-shebang,
96
+ .apache .hljs-sqbracket,
97
+ .nginx .hljs-built_in,
98
+ .tex .hljs-formula,
99
+ .erlang_repl .hljs-reserved,
100
+ .hljs-prompt,
101
+ .asciidoc .hljs-link_label,
102
+ .markdown .hljs-link_label,
103
+ .vhdl .hljs-attribute,
104
+ .clojure .hljs-attribute,
105
+ .asciidoc .hljs-attribute,
106
+ .lasso .hljs-attribute,
107
+ .coffeescript .hljs-property,
108
+ .hljs-phony {
109
+ color: #88f;
110
+ }
111
+
112
+ .hljs-keyword,
113
+ .hljs-id,
114
+ .hljs-title,
115
+ .hljs-built_in,
116
+ .css .hljs-tag,
117
+ .hljs-javadoctag,
118
+ .hljs-phpdoc,
119
+ .hljs-dartdoc,
120
+ .hljs-yardoctag,
121
+ .smalltalk .hljs-class,
122
+ .hljs-winutils,
123
+ .bash .hljs-variable,
124
+ .apache .hljs-tag,
125
+ .hljs-type,
126
+ .hljs-typename,
127
+ .tex .hljs-command,
128
+ .asciidoc .hljs-strong,
129
+ .markdown .hljs-strong,
130
+ .hljs-request,
131
+ .hljs-status {
132
+ font-weight: bold;
133
+ }
134
+
135
+ .asciidoc .hljs-emphasis,
136
+ .markdown .hljs-emphasis {
137
+ font-style: italic;
138
+ }
139
+
140
+ .nginx .hljs-built_in {
141
+ font-weight: normal;
142
+ }
143
+
144
+ .coffeescript .javascript,
145
+ .javascript .xml,
146
+ .lasso .markup,
147
+ .tex .hljs-formula,
148
+ .xml .javascript,
149
+ .xml .vbscript,
150
+ .xml .css,
151
+ .xml .hljs-cdata {
152
+ opacity: 0.5;
153
+ }
@@ -0,0 +1,136 @@
1
+ /*
2
+ Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
3
+ */
4
+
5
+ .hljs {
6
+ display: block;
7
+ overflow-x: auto;
8
+ padding: 0.5em;
9
+ color: #000;
10
+ background: #f8f8ff;
11
+ -webkit-text-size-adjust: none;
12
+ }
13
+
14
+ .hljs-comment,
15
+ .hljs-template_comment,
16
+ .diff .hljs-header,
17
+ .hljs-javadoc {
18
+ color: #408080;
19
+ font-style: italic;
20
+ }
21
+
22
+ .hljs-keyword,
23
+ .assignment,
24
+ .hljs-literal,
25
+ .css .rule .hljs-keyword,
26
+ .hljs-winutils,
27
+ .javascript .hljs-title,
28
+ .lisp .hljs-title,
29
+ .hljs-subst {
30
+ color: #954121;
31
+ }
32
+
33
+ .hljs-number,
34
+ .hljs-hexcolor {
35
+ color: #40a070;
36
+ }
37
+
38
+ .hljs-string,
39
+ .hljs-tag .hljs-value,
40
+ .hljs-phpdoc,
41
+ .hljs-dartdoc,
42
+ .tex .hljs-formula {
43
+ color: #219161;
44
+ }
45
+
46
+ .hljs-title,
47
+ .hljs-id {
48
+ color: #19469d;
49
+ }
50
+ .hljs-params {
51
+ color: #00f;
52
+ }
53
+
54
+ .javascript .hljs-title,
55
+ .lisp .hljs-title,
56
+ .hljs-subst {
57
+ font-weight: normal;
58
+ }
59
+
60
+ .hljs-class .hljs-title,
61
+ .haskell .hljs-label,
62
+ .tex .hljs-command {
63
+ color: #458;
64
+ font-weight: bold;
65
+ }
66
+
67
+ .hljs-tag,
68
+ .hljs-tag .hljs-title,
69
+ .hljs-rules .hljs-property,
70
+ .django .hljs-tag .hljs-keyword {
71
+ color: #000080;
72
+ font-weight: normal;
73
+ }
74
+
75
+ .hljs-attribute,
76
+ .hljs-variable,
77
+ .instancevar,
78
+ .lisp .hljs-body {
79
+ color: #008080;
80
+ }
81
+
82
+ .hljs-regexp {
83
+ color: #b68;
84
+ }
85
+
86
+ .hljs-class {
87
+ color: #458;
88
+ font-weight: bold;
89
+ }
90
+
91
+ .hljs-symbol,
92
+ .ruby .hljs-symbol .hljs-string,
93
+ .ruby .hljs-symbol .hljs-keyword,
94
+ .ruby .hljs-symbol .keymethods,
95
+ .lisp .hljs-keyword,
96
+ .tex .hljs-special,
97
+ .input_number {
98
+ color: #990073;
99
+ }
100
+
101
+ .builtin,
102
+ .constructor,
103
+ .hljs-built_in,
104
+ .lisp .hljs-title {
105
+ color: #0086b3;
106
+ }
107
+
108
+ .hljs-preprocessor,
109
+ .hljs-pragma,
110
+ .hljs-pi,
111
+ .hljs-doctype,
112
+ .hljs-shebang,
113
+ .hljs-cdata {
114
+ color: #999;
115
+ font-weight: bold;
116
+ }
117
+
118
+ .hljs-deletion {
119
+ background: #fdd;
120
+ }
121
+
122
+ .hljs-addition {
123
+ background: #dfd;
124
+ }
125
+
126
+ .diff .hljs-change {
127
+ background: #0086b3;
128
+ }
129
+
130
+ .hljs-chunk {
131
+ color: #aaa;
132
+ }
133
+
134
+ .tex .hljs-formula {
135
+ opacity: 0.5;
136
+ }
@@ -0,0 +1,112 @@
1
+ /*
2
+
3
+ FAR Style (c) MajestiC <majestic2k@gmail.com>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #000080;
12
+ -webkit-text-size-adjust: none;
13
+ }
14
+
15
+ .hljs,
16
+ .hljs-subst {
17
+ color: #0ff;
18
+ }
19
+
20
+ .hljs-string,
21
+ .ruby .hljs-string,
22
+ .haskell .hljs-type,
23
+ .hljs-tag .hljs-value,
24
+ .hljs-rules .hljs-value,
25
+ .hljs-rules .hljs-value .hljs-number,
26
+ .hljs-preprocessor,
27
+ .hljs-pragma,
28
+ .ruby .hljs-symbol,
29
+ .ruby .hljs-symbol .hljs-string,
30
+ .hljs-built_in,
31
+ .django .hljs-template_tag,
32
+ .django .hljs-variable,
33
+ .smalltalk .hljs-class,
34
+ .hljs-addition,
35
+ .apache .hljs-tag,
36
+ .apache .hljs-cbracket,
37
+ .tex .hljs-command,
38
+ .coffeescript .hljs-attribute {
39
+ color: #ff0;
40
+ }
41
+
42
+ .hljs-keyword,
43
+ .css .hljs-id,
44
+ .hljs-title,
45
+ .hljs-type,
46
+ .vbscript .hljs-built_in,
47
+ .rsl .hljs-built_in,
48
+ .smalltalk .hljs-class,
49
+ .xml .hljs-tag .hljs-title,
50
+ .hljs-winutils,
51
+ .hljs-flow,
52
+ .hljs-change,
53
+ .hljs-envvar,
54
+ .bash .hljs-variable,
55
+ .tex .hljs-special {
56
+ color: #fff;
57
+ }
58
+
59
+ .hljs-comment,
60
+ .hljs-phpdoc,
61
+ .hljs-dartdoc,
62
+ .hljs-javadoc,
63
+ .hljs-annotation,
64
+ .hljs-template_comment,
65
+ .hljs-deletion,
66
+ .apache .hljs-sqbracket,
67
+ .tex .hljs-formula {
68
+ color: #888;
69
+ }
70
+
71
+ .hljs-number,
72
+ .hljs-date,
73
+ .hljs-regexp,
74
+ .hljs-literal,
75
+ .smalltalk .hljs-symbol,
76
+ .smalltalk .hljs-char,
77
+ .clojure .hljs-attribute {
78
+ color: #0f0;
79
+ }
80
+
81
+ .hljs-decorator,
82
+ .django .hljs-filter .hljs-argument,
83
+ .smalltalk .hljs-localvars,
84
+ .smalltalk .hljs-array,
85
+ .hljs-attr_selector,
86
+ .hljs-pseudo,
87
+ .xml .hljs-pi,
88
+ .diff .hljs-header,
89
+ .hljs-chunk,
90
+ .hljs-shebang,
91
+ .nginx .hljs-built_in,
92
+ .hljs-prompt {
93
+ color: #008080;
94
+ }
95
+
96
+ .hljs-keyword,
97
+ .css .hljs-id,
98
+ .hljs-title,
99
+ .hljs-type,
100
+ .vbscript .hljs-built_in,
101
+ .rsl .hljs-built_in,
102
+ .smalltalk .hljs-class,
103
+ .hljs-winutils,
104
+ .hljs-flow,
105
+ .apache .hljs-tag,
106
+ .nginx .hljs-built_in,
107
+ .tex .hljs-command,
108
+ .tex .hljs-special,
109
+ .hljs-request,
110
+ .hljs-status {
111
+ font-weight: bold;
112
+ }
@@ -0,0 +1,136 @@
1
+ /*
2
+ Description: Foundation 4 docs style for highlight.js
3
+ Author: Dan Allen <dan.j.allen@gmail.com>
4
+ Website: http://foundation.zurb.com/docs/
5
+ Version: 1.0
6
+ Date: 2013-04-02
7
+ */
8
+
9
+ .hljs {
10
+ display: block;
11
+ overflow-x: auto;
12
+ padding: 0.5em;
13
+ background: #eee;
14
+ -webkit-text-size-adjust: none;
15
+ }
16
+
17
+ .hljs-header,
18
+ .hljs-decorator,
19
+ .hljs-annotation {
20
+ color: #000077;
21
+ }
22
+
23
+ .hljs-horizontal_rule,
24
+ .hljs-link_url,
25
+ .hljs-emphasis,
26
+ .hljs-attribute {
27
+ color: #070;
28
+ }
29
+
30
+ .hljs-emphasis {
31
+ font-style: italic;
32
+ }
33
+
34
+ .hljs-link_label,
35
+ .hljs-strong,
36
+ .hljs-value,
37
+ .hljs-string,
38
+ .scss .hljs-value .hljs-string {
39
+ color: #d14;
40
+ }
41
+
42
+ .hljs-strong {
43
+ font-weight: bold;
44
+ }
45
+
46
+ .hljs-blockquote,
47
+ .hljs-comment {
48
+ color: #998;
49
+ font-style: italic;
50
+ }
51
+
52
+ .asciidoc .hljs-title,
53
+ .hljs-function .hljs-title {
54
+ color: #900;
55
+ }
56
+
57
+ .hljs-class {
58
+ color: #458;
59
+ }
60
+
61
+ .hljs-id,
62
+ .hljs-pseudo,
63
+ .hljs-constant,
64
+ .hljs-hexcolor {
65
+ color: teal;
66
+ }
67
+
68
+ .hljs-variable {
69
+ color: #336699;
70
+ }
71
+
72
+ .hljs-bullet,
73
+ .hljs-javadoc {
74
+ color: #997700;
75
+ }
76
+
77
+ .hljs-pi,
78
+ .hljs-doctype {
79
+ color: #3344bb;
80
+ }
81
+
82
+ .hljs-code,
83
+ .hljs-number {
84
+ color: #099;
85
+ }
86
+
87
+ .hljs-important {
88
+ color: #f00;
89
+ }
90
+
91
+ .smartquote,
92
+ .hljs-label {
93
+ color: #970;
94
+ }
95
+
96
+ .hljs-preprocessor,
97
+ .hljs-pragma {
98
+ color: #579;
99
+ }
100
+
101
+ .hljs-reserved,
102
+ .hljs-keyword,
103
+ .scss .hljs-value {
104
+ color: #000;
105
+ }
106
+
107
+ .hljs-regexp {
108
+ background-color: #fff0ff;
109
+ color: #880088;
110
+ }
111
+
112
+ .hljs-symbol {
113
+ color: #990073;
114
+ }
115
+
116
+ .hljs-symbol .hljs-string {
117
+ color: #a60;
118
+ }
119
+
120
+ .hljs-tag {
121
+ color: #007700;
122
+ }
123
+
124
+ .hljs-at_rule,
125
+ .hljs-at_rule .hljs-keyword {
126
+ color: #088;
127
+ }
128
+
129
+ .hljs-at_rule .hljs-preprocessor {
130
+ color: #808;
131
+ }
132
+
133
+ .scss .hljs-tag,
134
+ .scss .hljs-attribute {
135
+ color: #339;
136
+ }
@@ -0,0 +1,127 @@
1
+ /*
2
+
3
+ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ color: #333;
12
+ background: #f8f8f8;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ .hljs-comment,
17
+ .hljs-template_comment,
18
+ .diff .hljs-header,
19
+ .hljs-javadoc {
20
+ color: #998;
21
+ font-style: italic;
22
+ }
23
+
24
+ .hljs-keyword,
25
+ .css .rule .hljs-keyword,
26
+ .hljs-winutils,
27
+ .javascript .hljs-title,
28
+ .nginx .hljs-title,
29
+ .hljs-subst,
30
+ .hljs-request,
31
+ .hljs-status {
32
+ color: #333;
33
+ font-weight: bold;
34
+ }
35
+
36
+ .hljs-number,
37
+ .hljs-hexcolor,
38
+ .ruby .hljs-constant {
39
+ color: #008080;
40
+ }
41
+
42
+ .hljs-string,
43
+ .hljs-tag .hljs-value,
44
+ .hljs-phpdoc,
45
+ .hljs-dartdoc,
46
+ .tex .hljs-formula {
47
+ color: #d14;
48
+ }
49
+
50
+ .hljs-title,
51
+ .hljs-id,
52
+ .scss .hljs-preprocessor {
53
+ color: #900;
54
+ font-weight: bold;
55
+ }
56
+
57
+ .javascript .hljs-title,
58
+ .hljs-list .hljs-keyword,
59
+ .hljs-subst {
60
+ font-weight: normal;
61
+ }
62
+
63
+ .hljs-class .hljs-title,
64
+ .hljs-type,
65
+ .vhdl .hljs-literal,
66
+ .tex .hljs-command {
67
+ color: #458;
68
+ font-weight: bold;
69
+ }
70
+
71
+ .hljs-tag,
72
+ .hljs-tag .hljs-title,
73
+ .hljs-rules .hljs-property,
74
+ .django .hljs-tag .hljs-keyword {
75
+ color: #000080;
76
+ font-weight: normal;
77
+ }
78
+
79
+ .hljs-attribute,
80
+ .hljs-variable,
81
+ .lisp .hljs-body {
82
+ color: #008080;
83
+ }
84
+
85
+ .hljs-regexp {
86
+ color: #009926;
87
+ }
88
+
89
+ .hljs-symbol,
90
+ .ruby .hljs-symbol .hljs-string,
91
+ .lisp .hljs-keyword,
92
+ .clojure .hljs-keyword,
93
+ .scheme .hljs-keyword,
94
+ .tex .hljs-special,
95
+ .hljs-prompt {
96
+ color: #990073;
97
+ }
98
+
99
+ .hljs-built_in {
100
+ color: #0086b3;
101
+ }
102
+
103
+ .hljs-preprocessor,
104
+ .hljs-pragma,
105
+ .hljs-pi,
106
+ .hljs-doctype,
107
+ .hljs-shebang,
108
+ .hljs-cdata {
109
+ color: #999;
110
+ font-weight: bold;
111
+ }
112
+
113
+ .hljs-deletion {
114
+ background: #fdd;
115
+ }
116
+
117
+ .hljs-addition {
118
+ background: #dfd;
119
+ }
120
+
121
+ .diff .hljs-change {
122
+ background: #0086b3;
123
+ }
124
+
125
+ .hljs-chunk {
126
+ color: #aaa;
127
+ }