hyperbolist-ultraviolet 0.10.201 → 0.10.202

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. data/README.md +140 -0
  2. data/VERSION +1 -1
  3. data/render/latex/barf.render +87 -0
  4. data/render/latex/bbedit.render +132 -0
  5. data/render/latex/bespin.render +153 -0
  6. data/render/latex/black_pearl.render +123 -0
  7. data/render/latex/black_pearl_ii.render +147 -0
  8. data/render/latex/blacklight.render +105 -0
  9. data/render/latex/boysandgirls01.render +90 -0
  10. data/render/latex/choco.render +153 -0
  11. data/render/latex/classic_modified.render +138 -0
  12. data/render/latex/clouds.render +117 -0
  13. data/render/latex/clouds_midnight.render +120 -0
  14. data/render/latex/coda.render +126 -0
  15. data/render/latex/cool_glow.render +111 -0
  16. data/render/latex/django.render +129 -0
  17. data/render/latex/django_smoothy.render +132 -0
  18. data/render/latex/dominion_day.render +171 -0
  19. data/render/latex/eclips3media_eclm.render +93 -0
  20. data/render/latex/emacs.render +84 -0
  21. data/render/latex/fake.render +186 -0
  22. data/render/latex/fluidvision.render +132 -0
  23. data/render/latex/frekar.render +147 -0
  24. data/render/latex/github.render +180 -0
  25. data/render/latex/happydeluxe.render +75 -0
  26. data/render/latex/idlefingers.render +123 -0
  27. data/render/latex/ilife_05.render +180 -0
  28. data/render/latex/ir_black.render +213 -0
  29. data/render/latex/ir_white.render +207 -0
  30. data/render/latex/made_of_code.render +186 -0
  31. data/render/latex/merbivore.render +99 -0
  32. data/render/latex/merbivore_soft.render +99 -0
  33. data/render/latex/midnight.render +111 -0
  34. data/render/latex/minimal_theme.render +162 -0
  35. data/render/latex/mintblue.render +189 -0
  36. data/render/latex/mintblue_dark.render +189 -0
  37. data/render/latex/monoindustrial.render +132 -0
  38. data/render/latex/monokai.render +96 -0
  39. data/render/latex/monokai_for_textmaters_custom.render +213 -0
  40. data/render/latex/notepad2.render +90 -0
  41. data/render/latex/overcast.render +186 -0
  42. data/render/latex/plasticcodewrap.render +135 -0
  43. data/render/latex/rubyblue.render +120 -0
  44. data/render/latex/sin_city_2.render +168 -0
  45. data/render/latex/smoothy.render +174 -0
  46. data/render/latex/smurfy.render +48 -0
  47. data/render/latex/starlight.render +51 -0
  48. data/render/latex/swyphs_ii.render +105 -0
  49. data/render/latex/tango.render +135 -0
  50. data/render/latex/tek.render +90 -0
  51. data/render/latex/texari.render +204 -0
  52. data/render/latex/text_ex_machina.render +96 -0
  53. data/render/latex/twilight_bg_fg.render +279 -0
  54. data/render/latex/upstream.render +135 -0
  55. data/render/latex/upstream_sunburst.render +195 -0
  56. data/render/latex/upstream_vibrant.render +147 -0
  57. data/render/latex/vibrant_ink.render +141 -0
  58. data/render/latex/whys_poignant.render +72 -0
  59. data/render/xhtml/barf.render +95 -0
  60. data/render/xhtml/bbedit.render +140 -0
  61. data/render/xhtml/bespin.render +161 -0
  62. data/render/xhtml/black_pearl.render +131 -0
  63. data/render/xhtml/black_pearl_ii.render +155 -0
  64. data/render/xhtml/blacklight.render +113 -0
  65. data/render/xhtml/boysandgirls01.render +98 -0
  66. data/render/xhtml/choco.render +161 -0
  67. data/render/xhtml/classic_modified.render +146 -0
  68. data/render/xhtml/clouds.render +125 -0
  69. data/render/xhtml/clouds_midnight.render +128 -0
  70. data/render/xhtml/coda.render +134 -0
  71. data/render/xhtml/cool_glow.render +119 -0
  72. data/render/xhtml/django.render +137 -0
  73. data/render/xhtml/django_smoothy.render +140 -0
  74. data/render/xhtml/dominion_day.render +179 -0
  75. data/render/xhtml/eclips3media_eclm.render +101 -0
  76. data/render/xhtml/emacs.render +92 -0
  77. data/render/xhtml/fake.render +194 -0
  78. data/render/xhtml/files/css/barf.css +62 -0
  79. data/render/xhtml/files/css/bbedit.css +102 -0
  80. data/render/xhtml/files/css/bespin.css +137 -0
  81. data/render/xhtml/files/css/black_pearl.css +113 -0
  82. data/render/xhtml/files/css/black_pearl_ii.css +138 -0
  83. data/render/xhtml/files/css/blacklight.css +84 -0
  84. data/render/xhtml/files/css/boysandgirls01.css +61 -0
  85. data/render/xhtml/files/css/choco.css +136 -0
  86. data/render/xhtml/files/css/classic_modified.css +121 -0
  87. data/render/xhtml/files/css/clouds.css +84 -0
  88. data/render/xhtml/files/css/clouds_midnight.css +88 -0
  89. data/render/xhtml/files/css/coda.css +106 -0
  90. data/render/xhtml/files/css/cool_glow.css +89 -0
  91. data/render/xhtml/files/css/django.css +115 -0
  92. data/render/xhtml/files/css/django_smoothy.css +119 -0
  93. data/render/xhtml/files/css/dominion_day.css +151 -0
  94. data/render/xhtml/files/css/eclips3media_eclm.css +80 -0
  95. data/render/xhtml/files/css/emacs.css +61 -0
  96. data/render/xhtml/files/css/fake.css +181 -0
  97. data/render/xhtml/files/css/fluidvision.css +124 -0
  98. data/render/xhtml/files/css/frekar.css +139 -0
  99. data/render/xhtml/files/css/github.css +173 -0
  100. data/render/xhtml/files/css/happydeluxe.css +50 -0
  101. data/render/xhtml/files/css/idlefingers.css +100 -0
  102. data/render/xhtml/files/css/ilife_05.css +175 -0
  103. data/render/xhtml/files/css/ir_black.css +211 -0
  104. data/render/xhtml/files/css/ir_white.css +203 -0
  105. data/render/xhtml/files/css/made_of_code.css +181 -0
  106. data/render/xhtml/files/css/merbivore.css +72 -0
  107. data/render/xhtml/files/css/merbivore_soft.css +72 -0
  108. data/render/xhtml/files/css/midnight.css +89 -0
  109. data/render/xhtml/files/css/minimal_theme.css +146 -0
  110. data/render/xhtml/files/css/mintblue.css +179 -0
  111. data/render/xhtml/files/css/mintblue_dark.css +176 -0
  112. data/render/xhtml/files/css/monoindustrial.css +116 -0
  113. data/render/xhtml/files/css/monokai.css +76 -0
  114. data/render/xhtml/files/css/monokai_for_textmaters_custom.css +222 -0
  115. data/render/xhtml/files/css/notepad2.css +60 -0
  116. data/render/xhtml/files/css/overcast.css +182 -0
  117. data/render/xhtml/files/css/plasticcodewrap.css +120 -0
  118. data/render/xhtml/files/css/rubyblue.css +101 -0
  119. data/render/xhtml/files/css/sin_city_2.css +164 -0
  120. data/render/xhtml/files/css/smoothy.css +163 -0
  121. data/render/xhtml/files/css/smurfy.css +25 -0
  122. data/render/xhtml/files/css/starlight.css +26 -0
  123. data/render/xhtml/files/css/swyphs_ii.css +82 -0
  124. data/render/xhtml/files/css/tango.css +113 -0
  125. data/render/xhtml/files/css/tek.css +51 -0
  126. data/render/xhtml/files/css/texari.css +197 -0
  127. data/render/xhtml/files/css/text_ex_machina.css +79 -0
  128. data/render/xhtml/files/css/twilight_bg_fg.css +266 -0
  129. data/render/xhtml/files/css/upstream.css +115 -0
  130. data/render/xhtml/files/css/upstream_sunburst.css +189 -0
  131. data/render/xhtml/files/css/upstream_vibrant.css +128 -0
  132. data/render/xhtml/files/css/whys_poignant.css +52 -0
  133. data/render/xhtml/fluidvision.render +140 -0
  134. data/render/xhtml/frekar.render +155 -0
  135. data/render/xhtml/github.render +188 -0
  136. data/render/xhtml/happydeluxe.render +83 -0
  137. data/render/xhtml/idlefingers.render +131 -0
  138. data/render/xhtml/ilife_05.render +188 -0
  139. data/render/xhtml/ir_black.render +221 -0
  140. data/render/xhtml/ir_white.render +215 -0
  141. data/render/xhtml/made_of_code.render +194 -0
  142. data/render/xhtml/merbivore.render +107 -0
  143. data/render/xhtml/merbivore_soft.render +107 -0
  144. data/render/xhtml/midnight.render +119 -0
  145. data/render/xhtml/minimal_theme.render +170 -0
  146. data/render/xhtml/mintblue.render +197 -0
  147. data/render/xhtml/mintblue_dark.render +197 -0
  148. data/render/xhtml/monoindustrial.render +140 -0
  149. data/render/xhtml/monokai.render +104 -0
  150. data/render/xhtml/monokai_for_textmaters_custom.render +221 -0
  151. data/render/xhtml/notepad2.render +98 -0
  152. data/render/xhtml/overcast.render +194 -0
  153. data/render/xhtml/plasticcodewrap.render +143 -0
  154. data/render/xhtml/rubyblue.render +128 -0
  155. data/render/xhtml/sin_city_2.render +176 -0
  156. data/render/xhtml/smoothy.render +182 -0
  157. data/render/xhtml/smurfy.render +56 -0
  158. data/render/xhtml/starlight.render +59 -0
  159. data/render/xhtml/swyphs_ii.render +113 -0
  160. data/render/xhtml/tango.render +143 -0
  161. data/render/xhtml/tek.render +98 -0
  162. data/render/xhtml/texari.render +212 -0
  163. data/render/xhtml/text_ex_machina.render +104 -0
  164. data/render/xhtml/twilight_bg_fg.render +287 -0
  165. data/render/xhtml/upstream.render +143 -0
  166. data/render/xhtml/upstream_sunburst.render +203 -0
  167. data/render/xhtml/upstream_vibrant.render +155 -0
  168. data/render/xhtml/whys_poignant.render +80 -0
  169. metadata +169 -3
  170. data/README.txt +0 -52
@@ -0,0 +1,203 @@
1
+ pre.ir_white .MarkupComment {
2
+ color: #C84D09;
3
+ font-style: italic;
4
+ }
5
+ pre.ir_white .CssPropertyValue {
6
+ color: #675C06;
7
+ }
8
+ pre.ir_white .String {
9
+ color: #009F78;
10
+ }
11
+ pre.ir_white .Constant {
12
+ color: #333366;
13
+ }
14
+ pre.ir_white .line-numbers {
15
+ background-color: #E0E0ED;
16
+ color: #000000;
17
+ }
18
+ pre.ir_white .StringRegexpCharacterClass {
19
+ color: #C29B4E;
20
+ }
21
+ pre.ir_white .Variable {
22
+ color: #696989;
23
+ }
24
+ pre.ir_white .Support {
25
+ color: #646409;
26
+ }
27
+ pre.ir_white .Class {
28
+ text-decoration: underline;
29
+ color: #646409;
30
+ }
31
+ pre.ir_white .MarkupList {
32
+ color: #46391E;
33
+ }
34
+ pre.ir_white .DiffInserted {
35
+ background-color: #253B22;
36
+ color: #FFFFFF;
37
+ }
38
+ pre.ir_white .DiffHeader {
39
+ background-color: #0E2231;
40
+ color: #FFFFFF;
41
+ font-style: italic;
42
+ }
43
+ pre.ir_white .CssConstructorArgument {
44
+ color: #628795;
45
+ }
46
+ pre.ir_white .CCCPreprocessorDirective {
47
+ color: #502424;
48
+ }
49
+ pre.ir_white .Storage {
50
+ color: #877611;
51
+ }
52
+ pre.ir_white .LogEntryError {
53
+ background-color: #751012;
54
+ color: #FFFFFF;
55
+ }
56
+ pre.ir_white .DiffChanged {
57
+ background-color: #4A410D;
58
+ color: #FFFFFF;
59
+ }
60
+ pre.ir_white .StringConstant {
61
+ color: #00FF00;
62
+ }
63
+ pre.ir_white .Punctuation {
64
+ }
65
+ pre.ir_white .Number {
66
+ color: #8C008A;
67
+ }
68
+ pre.ir_white .MarkupSeparator {
69
+ background-color: #242424;
70
+ color: #746DFF;
71
+ }
72
+ pre.ir_white .MarkupUnderline {
73
+ text-decoration: underline;
74
+ color: #9B431E;
75
+ }
76
+ pre.ir_white .CssAtRule {
77
+ color: #795A5A;
78
+ }
79
+ pre.ir_white .InvalidIllegal {
80
+ background-color: #F6D8F5;
81
+ color: #A00294;
82
+ }
83
+ pre.ir_white .MarkupHeading {
84
+ background-color: #632D04;
85
+ color: #D95B06;
86
+ }
87
+ pre.ir_white .CssClass {
88
+ color: #2A85CF;
89
+ }
90
+ pre.ir_white .SupportConstant {
91
+ color: #582B00;
92
+ }
93
+ pre.ir_white .StringRegexpGroup {
94
+ background-color: #191919;
95
+ color: #B08C39;
96
+ }
97
+ pre.ir_white .StringPunctuation {
98
+ color: #00FF00;
99
+ }
100
+ pre.ir_white .MarkupQuote {
101
+ background-color: #FEE2A2;
102
+ color: #46391E;
103
+ font-style: italic;
104
+ }
105
+ pre.ir_white .MetaTagInline {
106
+ color: #00528B;
107
+ }
108
+ pre.ir_white .CCCPreprocessorLine {
109
+ color: #765757;
110
+ }
111
+ pre.ir_white .StorageModifier {
112
+ color: #014A69;
113
+ }
114
+ pre.ir_white .CssPseudoClass {
115
+ color: #628795;
116
+ }
117
+ pre.ir_white .CssTagName {
118
+ text-decoration: underline;
119
+ color: #0067C2;
120
+ }
121
+ pre.ir_white .SupportFunction {
122
+ color: #7A7025;
123
+ }
124
+ pre.ir_white .Keyword {
125
+ color: #016692;
126
+ }
127
+ pre.ir_white .LogEntry {
128
+ background-color: #F0F0F0;
129
+ }
130
+ pre.ir_white .DiffDeleted {
131
+ background-color: #420E09;
132
+ color: #FFFFFF;
133
+ }
134
+ pre.ir_white .CssAdditionalConstants {
135
+ color: #3C785D;
136
+ }
137
+ pre.ir_white .MetaTagAll {
138
+ color: #0067C2;
139
+ }
140
+ pre.ir_white .DoctypeXmlProcessing {
141
+ color: #010101;
142
+ }
143
+ pre.ir_white .StringRegexpSpecial {
144
+ color: #FF8000;
145
+ }
146
+ pre.ir_white .StringRegexp {
147
+ color: #9D7416;
148
+ }
149
+ pre.ir_white .EntityInheritedClass {
150
+ color: #D19264;
151
+ font-style: italic;
152
+ }
153
+ pre.ir_white .EmbeddedSourceBright {
154
+ background-color: #B3B5BC;
155
+ }
156
+ pre.ir_white .MarkupRaw {
157
+ background-color: #B3B5BC;
158
+ color: #7C4CA8;
159
+ }
160
+ pre.ir_white .MarkupBold {
161
+ font-weight: bold;
162
+ color: #9D7416;
163
+ }
164
+ pre.ir_white .CssId {
165
+ color: #667587;
166
+ }
167
+ pre.ir_white .MetaTagAttributeName {
168
+ color: #BC4D00;
169
+ }
170
+ pre.ir_white .JCast {
171
+ color: #010101;
172
+ font-style: italic;
173
+ }
174
+ pre.ir_white .StringVariable {
175
+ color: #756565;
176
+ }
177
+ pre.ir_white .StringEmbeddedVariable {
178
+ color: #000000;
179
+ }
180
+ pre.ir_white .MarkupItalic {
181
+ color: #9D7416;
182
+ font-style: italic;
183
+ }
184
+ pre.ir_white .CssPropertyName {
185
+ color: #000000;
186
+ }
187
+ pre.ir_white .Namespaces {
188
+ color: #9B431E;
189
+ }
190
+ pre.ir_white .InvalidDeprecated {
191
+ color: #A00294;
192
+ font-style: italic;
193
+ }
194
+ pre.ir_white .Entity {
195
+ color: #A15001;
196
+ }
197
+ pre.ir_white .Comment {
198
+ color: #898989;
199
+ }
200
+ pre.ir_white {
201
+ background-color: #FFFFFF;
202
+ color: #010101;
203
+ }
@@ -0,0 +1,181 @@
1
+ pre.made_of_code .MarkupComment {
2
+ color: #F67B37;
3
+ font-style: italic;
4
+ }
5
+ pre.made_of_code .CssPropertyValue {
6
+ color: #F9EE98;
7
+ }
8
+ pre.made_of_code .String {
9
+ background-color: #0F2421;
10
+ color: #8FFF58;
11
+ }
12
+ pre.made_of_code .Constant {
13
+ color: #0A9CFF;
14
+ }
15
+ pre.made_of_code .line-numbers {
16
+ background-color: #007DFF;
17
+ color: #000000;
18
+ }
19
+ pre.made_of_code .Variable {
20
+ color: #588AFF;
21
+ }
22
+ pre.made_of_code .Support {
23
+ color: #00FFBC;
24
+ }
25
+ pre.made_of_code .MarkupList {
26
+ color: #E1D4B9;
27
+ }
28
+ pre.made_of_code .DiffInserted {
29
+ background-color: #008A41;
30
+ color: #F8F8F8;
31
+ }
32
+ pre.made_of_code .DiffHeader {
33
+ background-color: #00184F;
34
+ color: #F8F8F8;
35
+ font-style: italic;
36
+ }
37
+ pre.made_of_code .CssConstructorArgument {
38
+ color: #8F9D6A;
39
+ }
40
+ pre.made_of_code .CCCPreprocessorDirective {
41
+ color: #AFC4DB;
42
+ }
43
+ pre.made_of_code .Storage {
44
+ color: #99CF50;
45
+ }
46
+ pre.made_of_code .LogEntryError {
47
+ background-color: #751012;
48
+ }
49
+ pre.made_of_code .DiffChanged {
50
+ background-color: #A96A06;
51
+ color: #F8F8F8;
52
+ }
53
+ pre.made_of_code .StringConstant {
54
+ color: #D972DE;
55
+ }
56
+ pre.made_of_code .MarkupSeparator {
57
+ background-color: #242424;
58
+ color: #60A633;
59
+ }
60
+ pre.made_of_code .MarkupUnderline {
61
+ text-decoration: underline;
62
+ color: #E18964;
63
+ }
64
+ pre.made_of_code .CssAtRule {
65
+ color: #8693A5;
66
+ }
67
+ pre.made_of_code .InvalidIllegal {
68
+ background-color: #4F2A51;
69
+ color: #FD5FF1;
70
+ }
71
+ pre.made_of_code .MarkupHeading {
72
+ background-color: #632D04;
73
+ color: #FEDCC5;
74
+ }
75
+ pre.made_of_code .CssClass {
76
+ color: #8B98AB;
77
+ }
78
+ pre.made_of_code .SupportConstant {
79
+ color: #CF6A4C;
80
+ }
81
+ pre.made_of_code .MarkupQuote {
82
+ background-color: #85775C;
83
+ color: #E1D4B9;
84
+ font-style: italic;
85
+ }
86
+ pre.made_of_code .MetaTagInline {
87
+ color: #45C1EA;
88
+ }
89
+ pre.made_of_code .JEntityNameType {
90
+ text-decoration: underline;
91
+ }
92
+ pre.made_of_code .CCCPreprocessorLine {
93
+ color: #8996A8;
94
+ }
95
+ pre.made_of_code .StringEmbeddedSource {
96
+ color: #D972DE;
97
+ }
98
+ pre.made_of_code {
99
+ background-color: #090A1B;
100
+ color: #F8F8F8;
101
+ }
102
+ pre.made_of_code .CssPseudoClass {
103
+ color: #8B98AB;
104
+ }
105
+ pre.made_of_code .CssTagName {
106
+ color: #8B98AB;
107
+ }
108
+ pre.made_of_code .SupportFunction {
109
+ color: #F1D950;
110
+ }
111
+ pre.made_of_code .Keyword {
112
+ color: #FF3854;
113
+ }
114
+ pre.made_of_code .LogEntry {
115
+ background-color: #AAAAAF;
116
+ }
117
+ pre.made_of_code .DiffDeleted {
118
+ background-color: #74052A;
119
+ color: #F8F8F8;
120
+ }
121
+ pre.made_of_code .CssAdditionalConstants {
122
+ color: #FF6A4B;
123
+ }
124
+ pre.made_of_code .MetaTagAll {
125
+ color: #45C1EA;
126
+ }
127
+ pre.made_of_code .DoctypeXmlProcessing {
128
+ color: #494949;
129
+ }
130
+ pre.made_of_code .StringRegexpSpecial {
131
+ color: #CF7D34;
132
+ }
133
+ pre.made_of_code .StringRegexp {
134
+ color: #E9C062;
135
+ }
136
+ pre.made_of_code .EntityInheritedClass {
137
+ color: #FF9749;
138
+ font-style: italic;
139
+ }
140
+ pre.made_of_code .EmbeddedSourceBright {
141
+ background-color: #3E3F4D;
142
+ }
143
+ pre.made_of_code .MarkupRaw {
144
+ background-color: #3E3F4D;
145
+ color: #578BB3;
146
+ }
147
+ pre.made_of_code .MarkupBold {
148
+ color: #E9C062;
149
+ }
150
+ pre.made_of_code .CssId {
151
+ color: #8B98AB;
152
+ }
153
+ pre.made_of_code .JCast {
154
+ color: #676767;
155
+ font-style: italic;
156
+ }
157
+ pre.made_of_code .StringVariable {
158
+ color: #8A9A95;
159
+ }
160
+ pre.made_of_code .MarkupItalic {
161
+ color: #E9C062;
162
+ font-style: italic;
163
+ }
164
+ pre.made_of_code .CssPropertyName {
165
+ color: #C5AF75;
166
+ }
167
+ pre.made_of_code .Namespaces {
168
+ color: #E18964;
169
+ }
170
+ pre.made_of_code .InvalidDeprecated {
171
+ color: #FD5FF1;
172
+ font-style: italic;
173
+ }
174
+ pre.made_of_code .Entity {
175
+ color: #6FD3FF;
176
+ }
177
+ pre.made_of_code .Comment {
178
+ background-color: #000000;
179
+ color: #C050C2;
180
+ font-style: italic;
181
+ }
@@ -0,0 +1,72 @@
1
+ pre.merbivore .String {
2
+ color: #8DFF0A;
3
+ }
4
+ pre.merbivore .Constant {
5
+ color: #1EDAFB;
6
+ }
7
+ pre.merbivore .Source {
8
+ }
9
+ pre.merbivore .line-numbers {
10
+ background-color: #5A647E;
11
+ color: #FFFFFF;
12
+ }
13
+ pre.merbivore .Variable {
14
+ }
15
+ pre.merbivore .DiffHeader {
16
+ background-color: #2F33AB;
17
+ }
18
+ pre.merbivore .MarkupTagAttribute {
19
+ color: #FFFF89;
20
+ }
21
+ pre.merbivore .DiffRemove {
22
+ background-color: #660000;
23
+ color: #E6E1DC;
24
+ }
25
+ pre.merbivore .DiffAdd {
26
+ background-color: #144212;
27
+ color: #E6E1DC;
28
+ }
29
+ pre.merbivore .Number {
30
+ color: #58C554;
31
+ }
32
+ pre.merbivore {
33
+ background-color: #161616;
34
+ color: #E6E1DC;
35
+ }
36
+ pre.merbivore .StringInterpolation {
37
+ color: #519F50;
38
+ }
39
+ pre.merbivore .FunctionDefinition {
40
+ }
41
+ pre.merbivore .MarkupTag {
42
+ color: #FC6F09;
43
+ }
44
+ pre.merbivore .LibraryConstant {
45
+ color: #8DFF0A;
46
+ }
47
+ pre.merbivore .ConstantOtherVariable {
48
+ }
49
+ pre.merbivore .LibraryFunction {
50
+ }
51
+ pre.merbivore .Keyword {
52
+ color: #FC6F09;
53
+ }
54
+ pre.merbivore .ConstantBuiltIn {
55
+ color: #FDC251;
56
+ }
57
+ pre.merbivore .Invalid {
58
+ background-color: #990000;
59
+ color: #FFFFFF;
60
+ }
61
+ pre.merbivore .LibraryType {
62
+ color: #1EDAFB;
63
+ }
64
+ pre.merbivore .ClassDefinition {
65
+ }
66
+ pre.merbivore .ClassInheritence {
67
+ color: #FC83FF;
68
+ }
69
+ pre.merbivore .Comment {
70
+ color: #AD2EA4;
71
+ font-style: italic;
72
+ }