ultraviolet 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. data/History.txt +7 -0
  2. data/Manifest.txt +184 -188
  3. data/Rakefile +2 -2
  4. data/bin/theme2latexrender +9 -30
  5. data/bin/theme2xhtmlrender +17 -23
  6. data/lib/uv.rb +2 -2
  7. data/lib/uv/{html_processor.rb → render_processor.rb} +39 -13
  8. data/lib/uv/utility.rb +67 -0
  9. data/render/latex/active4d.render +7 -7
  10. data/render/latex/all_hallows_eve.render +6 -6
  11. data/render/latex/amy.render +7 -7
  12. data/render/latex/blackboard.render +5 -5
  13. data/render/latex/brilliance_black.render +171 -221
  14. data/render/latex/brilliance_dull.render +105 -105
  15. data/render/latex/cobalt.render +12 -12
  16. data/render/latex/dawn.render +8 -8
  17. data/render/latex/eiffel.render +4 -4
  18. data/render/latex/espresso_libre.render +5 -5
  19. data/render/latex/idle.render +2 -2
  20. data/render/latex/iplastic.render +5 -5
  21. data/render/latex/lazy.render +2 -2
  22. data/render/latex/mac_classic.render +7 -7
  23. data/render/latex/magicwb_amiga.render +8 -8
  24. data/render/latex/pastels_on_dark.render +5 -5
  25. data/render/latex/slush_poppies.render +1 -1
  26. data/render/latex/spacecadet.render +3 -3
  27. data/render/latex/sunburst.render +14 -14
  28. data/render/latex/twilight.render +9 -9
  29. data/render/latex/zenburnesque.render +2 -2
  30. data/render/xhtml/amy.render +1 -1
  31. data/render/xhtml/brilliance_black.render +74 -124
  32. data/render/xhtml/brilliance_dull.render +6 -6
  33. data/render/xhtml/files/css/active4d.css +1 -1
  34. data/render/xhtml/files/css/all_hallows_eve.css +1 -1
  35. data/render/xhtml/files/css/amy.css +6 -3
  36. data/render/xhtml/files/css/blackboard.css +3 -3
  37. data/render/xhtml/files/css/brilliance_black.css +193 -220
  38. data/render/xhtml/files/css/brilliance_dull.css +110 -90
  39. data/render/xhtml/files/css/cobalt.css +3 -3
  40. data/render/xhtml/files/css/dawn.css +6 -6
  41. data/render/xhtml/files/css/eiffel.css +1 -1
  42. data/render/xhtml/files/css/espresso_libre.css +2 -2
  43. data/render/xhtml/files/css/iplastic.css +3 -3
  44. data/render/xhtml/files/css/mac_classic.css +3 -3
  45. data/render/xhtml/files/css/magicwb_amiga.css +6 -3
  46. data/render/xhtml/files/css/pastels_on_dark.css +2 -2
  47. data/render/xhtml/files/css/spacecadet.css +1 -1
  48. data/render/xhtml/files/css/sunburst.css +7 -7
  49. data/render/xhtml/files/css/twilight.css +5 -5
  50. data/render/xhtml/files/css/zenburnesque.css +5 -2
  51. data/render/xhtml/mac_classic.render +1 -1
  52. data/render/xhtml/magicwb_amiga.render +1 -1
  53. data/render/xhtml/zenburnesque.render +1 -1
  54. data/syntax/antlr.syntax +49 -26
  55. data/syntax/apache.syntax +17 -2
  56. data/syntax/c.syntax +2 -2
  57. data/syntax/cm.syntax +32 -0
  58. data/syntax/coldfusion.syntax +4 -3
  59. data/syntax/css.syntax +8 -3
  60. data/syntax/d.syntax +4 -0
  61. data/syntax/groovy.syntax +10 -8
  62. data/syntax/gtd.syntax +22 -0
  63. data/syntax/haml.syntax +2 -2
  64. data/syntax/html.syntax +4 -4
  65. data/syntax/ini.syntax +5 -4
  66. data/syntax/javascript.syntax +2 -1
  67. data/syntax/languagedefinition.syntax +50 -39
  68. data/syntax/macports_portfile.syntax +21 -1
  69. data/syntax/makefile.syntax +1 -0
  70. data/syntax/objective-c.syntax +37 -30
  71. data/syntax/pascal.syntax +1 -1
  72. data/syntax/perl.syntax +40 -0
  73. data/syntax/php.syntax +672 -379
  74. data/syntax/pmwiki.syntax +113 -0
  75. data/syntax/property_list.syntax +4 -14
  76. data/syntax/python.syntax +17 -14
  77. data/syntax/release_notes.syntax +12 -3
  78. data/syntax/ruby_experimental.syntax +8 -8
  79. data/syntax/standard_ml.syntax +79 -3
  80. data/syntax/twiki.syntax +2 -2
  81. data/syntax/txt2tags.syntax +18 -18
  82. data/syntax/xml.syntax +1 -0
  83. data/syntax/yaml.syntax +2 -2
  84. metadata +193 -194
  85. data/syntax/buggy/nemerle.yaml +0 -74
  86. data/syntax/gtd2_text.syntax +0 -31
  87. data/syntax/old/YAML.yaml +0 -160
  88. data/syntax/old/txt2tags.yaml +0 -139
@@ -13,7 +13,7 @@ pre.active4d .Number {
13
13
  color: #A8017E;
14
14
  }
15
15
  pre.active4d .EmbeddedSource {
16
- background-color: #F4F6FF;
16
+ background-color: #ECF1FF;
17
17
  }
18
18
  pre.active4d {
19
19
  background-color: #FFFFFF;
@@ -19,7 +19,7 @@ pre.all_hallows_eve .StringEscapesExecuted {
19
19
  color: #555555;
20
20
  }
21
21
  pre.all_hallows_eve .line-numbers {
22
- background-color: #644D6E;
22
+ background-color: #73597E;
23
23
  color: #FFFFFF;
24
24
  }
25
25
  pre.all_hallows_eve .StringExecuted {
@@ -29,8 +29,8 @@ pre.amy .CharacterConstant {
29
29
  color: #666666;
30
30
  }
31
31
  pre.amy .line-numbers {
32
- background-color: #500010;
33
- color: #D0D0FF;
32
+ background-color: #800000;
33
+ color: #000000;
34
34
  }
35
35
  pre.amy .ClassName {
36
36
  color: #70E080;
@@ -92,6 +92,8 @@ pre.amy .CompilerDirectives {
92
92
  pre.amy .FloatingPointInfixOperator {
93
93
  text-decoration: underline;
94
94
  }
95
+ pre.amy .BuiltInConstant1 {
96
+ }
95
97
  pre.amy {
96
98
  background-color: #200020;
97
99
  color: #D0D0FF;
@@ -106,6 +108,7 @@ pre.amy .NativeintConstant {
106
108
  font-weight: bold;
107
109
  }
108
110
  pre.amy .BuiltInConstant {
111
+ color: #707090;
109
112
  }
110
113
  pre.amy .BooleanConstant {
111
114
  color: #8080A0;
@@ -123,7 +126,7 @@ pre.amy .String {
123
126
  color: #999999;
124
127
  }
125
128
  pre.amy .Camlp4Code {
126
- background-color: #2A003F;
129
+ background-color: #350060;
127
130
  }
128
131
  pre.amy .NonTerminalDefinitionOcamlyacc {
129
132
  color: #90E0E0;
@@ -35,7 +35,7 @@ pre.blackboard .Storage {
35
35
  }
36
36
  pre.blackboard .line-numbers {
37
37
  background-color: #253B76;
38
- color: #F8F8F8;
38
+ color: #FFFFFF;
39
39
  }
40
40
  pre.blackboard .StringInterpolation {
41
41
  color: #FF6400;
@@ -54,7 +54,7 @@ pre.blackboard .MetaTag {
54
54
  color: #7F90AA;
55
55
  }
56
56
  pre.blackboard .LatexEnvironment {
57
- background-color: #131727;
57
+ background-color: #F7F7F8;
58
58
  }
59
59
  pre.blackboard .OcamlFPPrefixOperator {
60
60
  text-decoration: underline;
@@ -72,7 +72,7 @@ pre.blackboard .Keyword {
72
72
  color: #FBDE2D;
73
73
  }
74
74
  pre.blackboard .LatexEnvironmentNested {
75
- background-color: #0F1427;
75
+ background-color: #7691F3;
76
76
  }
77
77
  pre.blackboard .InvalidDeprecated {
78
78
  color: #AB2A1D;
@@ -1,12 +1,12 @@
1
- pre.brilliance_black .EntityNameTypeModule {
2
- color: #FF0000;
1
+ pre.brilliance_black .MetaGroupBraces2 {
2
+ background-color: #0E0E0E;
3
3
  }
4
4
  pre.brilliance_black .StringEmbeddedSource {
5
5
  color: #406180;
6
6
  }
7
7
  pre.brilliance_black .line-numbers {
8
- background-color: #050ED0;
9
- color: #CCCCCC;
8
+ background-color: #2E2EE6;
9
+ color: #000000;
10
10
  }
11
11
  pre.brilliance_black .StorageModifier {
12
12
  color: #803D00;
@@ -18,9 +18,12 @@ pre.brilliance_black .TagWildcard {
18
18
  pre.brilliance_black .MUnderline {
19
19
  text-decoration: underline;
20
20
  }
21
+ pre.brilliance_black .MetaGroupBraces3 {
22
+ background-color: #111111;
23
+ }
21
24
  pre.brilliance_black .MiscPunctuation {
22
25
  font-weight: bold;
23
- color: #666666;
26
+ color: #4C4C4C;
24
27
  }
25
28
  pre.brilliance_black .LEntityNameSection {
26
29
  background-color: #FFFFFF;
@@ -29,199 +32,201 @@ pre.brilliance_black .LEntityNameSection {
29
32
  pre.brilliance_black .MItalic {
30
33
  font-style: italic;
31
34
  }
32
- pre.brilliance_black .EntityNameTypeVariant {
33
- color: #00FFF8;
35
+ pre.brilliance_black .MetaGroupBraces4 {
36
+ background-color: #151515;
34
37
  }
35
38
  pre.brilliance_black .DDiffDelete {
36
- background-color: #400022;
39
+ background-color: #400021;
37
40
  color: #FF40A3;
38
41
  }
39
42
  pre.brilliance_black .LMetaEnvironmentList {
40
- background-color: #06067D;
41
- color: #1414D2;
43
+ background-color: #010101;
44
+ color: #515151;
42
45
  }
43
46
  pre.brilliance_black .InheritedClass {
44
- background-color: #230AC8;
47
+ background-color: #480204;
45
48
  color: #FF0086;
46
49
  }
47
50
  pre.brilliance_black .LKeywordOperatorBraces {
48
51
  color: #666666;
49
52
  }
53
+ pre.brilliance_black .MetaGroupBraces5 {
54
+ background-color: #191919;
55
+ }
50
56
  pre.brilliance_black .ObjectPunctuation {
51
57
  font-weight: bold;
52
58
  color: #0C823B;
53
59
  }
54
60
  pre.brilliance_black .LMetaEndDocument {
55
- background-color: #CCCCCC;
61
+ background-color: #CDCDCD;
56
62
  color: #000000;
57
63
  }
58
64
  pre.brilliance_black .LibraryConstant {
59
65
  color: #00FFF8;
60
66
  }
61
67
  pre.brilliance_black .LibraryVariable {
62
- background-color: #0A23E0;
68
+ background-color: #024846;
63
69
  color: #00FFF8;
64
70
  }
71
+ pre.brilliance_black .MetaGroupBraces6 {
72
+ background-color: #1C1C1C;
73
+ }
65
74
  pre.brilliance_black .MetaSourceEmbedded {
66
- background-color: #06067D;
75
+ background-color: #010101;
67
76
  color: #666666;
68
77
  }
69
78
  pre.brilliance_black .MetaBracePipe {
70
- background-color: #1414D2;
79
+ background-color: #1E1E1E;
71
80
  color: #4C4C4C;
72
81
  }
73
- pre.brilliance_black .LMarkup {
74
- color: #CDCDCD;
75
- }
76
- pre.brilliance_black .KeywordOperatorArithmetic {
77
- color: #2136CE;
78
- }
79
82
  pre.brilliance_black .LMetaLabelReference {
80
- background-color: #1919FA;
83
+ background-color: #404040;
81
84
  }
82
- pre.brilliance_black .LVariableParameterCite {
83
- background-color: #400022;
84
- color: #FFBFE1;
85
+ pre.brilliance_black .MetaGroupBraces7 {
86
+ background-color: #1F1F1F;
85
87
  }
86
88
  pre.brilliance_black .TagBlockForm {
87
- background-color: #0B12ED;
89
+ background-color: #031C34;
88
90
  }
89
91
  pre.brilliance_black .MRawBlock {
90
92
  background-color: #000000;
91
93
  color: #999999;
92
94
  }
93
95
  pre.brilliance_black .KeywordControl {
96
+ background-color: #230248;
94
97
  color: #F800FF;
95
98
  }
99
+ pre.brilliance_black .KeywordOperatorGetter {
100
+ color: #8083FF;
101
+ }
102
+ pre.brilliance_black .LVariableParameterCite {
103
+ background-color: #400022;
104
+ color: #FFBFE1;
105
+ }
106
+ pre.brilliance_black .MetaGroupBraces8 {
107
+ background-color: #212121;
108
+ }
96
109
  pre.brilliance_black .MetaDelimiter {
97
110
  font-weight: bold;
98
- background-color: #0F0FFA;
111
+ background-color: #151515;
99
112
  color: #FFFFFF;
100
113
  }
101
114
  pre.brilliance_black .LMetaEnvironmentList2 {
102
- background-color: #06067D;
103
- color: #1414D2;
115
+ background-color: #010101;
116
+ color: #515151;
104
117
  }
105
118
  pre.brilliance_black .LMetaFootnote {
106
- background-color: #0A0AE1;
107
- color: #090BFB;
119
+ background-color: #020448;
120
+ color: #3D43EF;
108
121
  }
109
- pre.brilliance_black .RegexKeyword {
122
+ pre.brilliance_black .KeywordOperatorSetter {
110
123
  }
111
124
  pre.brilliance_black .StringRegexGroup1 {
112
- background-color: #1723C8;
125
+ background-color: #274802;
113
126
  }
114
127
  pre.brilliance_black .TagName {
115
- color: #5555FB;
128
+ color: #EFEFEF;
116
129
  }
117
130
  pre.brilliance_black .VariableLanguageThisJsPrototype {
118
131
  color: #666666;
119
132
  }
120
- pre.brilliance_black .PostContent {
121
- background-color: #000000;
122
- color: #CCCCCC;
133
+ pre.brilliance_black .MetaGroupBraces9 {
134
+ background-color: #242424;
123
135
  }
124
136
  pre.brilliance_black .BoldStringQuotes {
125
137
  font-weight: bold;
126
138
  color: #803D00;
127
139
  }
128
140
  pre.brilliance_black .MetaDelimiterObjectJs {
129
- background-color: #0909BB;
141
+ background-color: #010101;
130
142
  }
131
143
  pre.brilliance_black .MetaDelimiterStatementJs {
132
- background-color: #03033F;
144
+ background-color: #000000;
133
145
  }
134
146
  pre.brilliance_black .Invalid {
135
147
  font-weight: bold;
136
148
  background-color: #FF0007;
137
- color: #330004;
149
+ color: #330000;
138
150
  }
139
151
  pre.brilliance_black .LMetaEnvironmentList3 {
140
152
  background-color: #000000;
141
- color: #1414D2;
153
+ color: #515151;
142
154
  }
143
155
  pre.brilliance_black .MQuoteBlock {
144
- background-color: #2525FA;
156
+ background-color: #656565;
145
157
  }
146
158
  pre.brilliance_black .ClassMethod {
147
159
  color: #FF0086;
148
160
  }
149
161
  pre.brilliance_black .Keyword {
162
+ color: #F800FF;
150
163
  }
151
164
  pre.brilliance_black .AttributeMatch {
152
- background-color: #0A0AE1;
153
- color: #0008FF;
165
+ background-color: #020448;
166
+ color: #0007FF;
167
+ }
168
+ pre.brilliance_black .HackKeywordControlRubyStartBlock {
154
169
  }
155
170
  pre.brilliance_black .StringRegexGroup2 {
156
- background-color: #1723C8;
157
- color: #6D6DFB;
171
+ background-color: #274802;
172
+ color: #EBEBEB;
173
+ }
174
+ pre.brilliance_black .MetaBraceCurlyFunction {
175
+ background-color: #230248;
176
+ color: #8083FF;
158
177
  }
159
178
  pre.brilliance_black .DDiffAdd {
160
179
  background-color: #00401E;
161
180
  color: #40FF9A;
162
181
  }
163
182
  pre.brilliance_black .MetaBraceErbReturnValue {
164
- background-color: #0A23D9;
165
- color: #00FFAA;
183
+ background-color: #284935;
184
+ color: #45815D;
166
185
  }
167
186
  pre.brilliance_black .LMetaEnvironmentList4 {
168
- color: #1414D2;
169
- }
170
- pre.brilliance_black .FunctionDeclarationParametersPunctuation {
171
- color: #800004;
187
+ color: #515151;
172
188
  }
173
189
  pre.brilliance_black .TagAttribute {
174
- color: #3D3DFA;
190
+ color: #F5F5F5;
175
191
  }
176
192
  pre.brilliance_black .MReference {
177
193
  color: #0086FF;
178
194
  }
195
+ pre.brilliance_black .Function {
196
+ background-color: #480227;
197
+ color: #800043;
198
+ }
179
199
  pre.brilliance_black .StringRegexGroup3 {
180
- background-color: #1723C8;
181
- color: #6D6DFB;
200
+ background-color: #274802;
201
+ color: #EBEBEB;
182
202
  }
183
203
  pre.brilliance_black .GlobalVariable {
184
- background-color: #0A17E1;
204
+ background-color: #022748;
185
205
  color: #00807C;
186
206
  }
187
- pre.brilliance_black .Group1 {
188
- background-color: #0A0A0A;
189
- }
190
207
  pre.brilliance_black .LMetaEnvironmentList5 {
191
- color: #1414D2;
208
+ color: #515151;
192
209
  }
193
210
  pre.brilliance_black .EntityNamePreprocessor {
194
- background-color: #2316C8;
195
- }
196
- pre.brilliance_black .FunctionDeclarationParameters {
197
- color: #9799FF;
211
+ background-color: #482302;
198
212
  }
199
213
  pre.brilliance_black .StringRegexGroup4 {
200
- background-color: #1723C8;
201
- color: #6D6DFB;
214
+ background-color: #274802;
215
+ color: #EBEBEB;
202
216
  }
203
217
  pre.brilliance_black .LSupportFunctionSection {
204
- color: #C1C1FD;
205
- }
206
- pre.brilliance_black .Group2 {
207
- background-color: #0E0E0E;
218
+ color: #D9D9D9;
208
219
  }
209
220
  pre.brilliance_black .LMetaEnvironmentList6 {
210
- color: #1414D2;
221
+ color: #515151;
211
222
  }
212
223
  pre.brilliance_black .Id {
213
224
  color: #FF0086;
214
225
  }
215
- pre.brilliance_black .Group3 {
216
- background-color: #111111;
217
- }
218
226
  pre.brilliance_black .CurlyPunctuation {
219
227
  font-weight: bold;
220
228
  color: #FFFFFF;
221
229
  }
222
- pre.brilliance_black .MetaClassInstanceConstructorKeywordOperatorNew {
223
- color: #800043;
224
- }
225
230
  pre.brilliance_black .SubtlegradientCom {
226
231
  background-color: #FFFFFF;
227
232
  text-decoration: underline;
@@ -233,36 +238,26 @@ pre.brilliance_black .StringPunctuation {
233
238
  pre.brilliance_black .LSupportFunction {
234
239
  color: #BC80FF;
235
240
  }
236
- pre.brilliance_black .Group4 {
237
- background-color: #151515;
238
- }
239
241
  pre.brilliance_black .TextSubversionCommit {
240
242
  background-color: #FFFFFF;
241
243
  color: #000000;
242
244
  }
243
245
  pre.brilliance_black .SourceEmbededSource {
244
- background-color: #1010E5;
245
- }
246
- pre.brilliance_black .LVariableParameterLabel {
247
- color: #8686FC;
246
+ background-color: #161616;
248
247
  }
249
248
  pre.brilliance_black .TagOther {
250
- background-color: #230AC8;
249
+ background-color: #480204;
251
250
  color: #FF0007;
252
251
  }
253
252
  pre.brilliance_black .ClassVariable {
254
- background-color: #0A0CFA;
253
+ background-color: #02068E;
255
254
  color: #0086FF;
256
255
  }
257
- pre.brilliance_black .MetaGroupAssertionRegexp {
258
- background-color: #0A25FA;
259
- }
260
- pre.brilliance_black .KeywordOperatorLogical {
261
- background-color: #0A0AE6;
262
- color: #3759FF;
256
+ pre.brilliance_black .LVariableParameterLabel {
257
+ color: #E6E6E6;
263
258
  }
264
- pre.brilliance_black .Group5 {
265
- background-color: #191919;
259
+ pre.brilliance_black .MetaGroupAssertionRegexp {
260
+ background-color: #024B8E;
266
261
  }
267
262
  pre.brilliance_black .DDiffChanged {
268
263
  background-color: #803D00;
@@ -275,43 +270,32 @@ pre.brilliance_black .StringInterpolated {
275
270
  background-color: #1A1A1A;
276
271
  color: #FFFC80;
277
272
  }
273
+ pre.brilliance_black .BuiltInConstant1 {
274
+ background-color: #044802;
275
+ color: #07FF00;
276
+ }
278
277
  pre.brilliance_black .InstanceConstructor {
279
- background-color: #2410D8;
278
+ background-color: #480227;
280
279
  }
281
280
  pre.brilliance_black .Instance {
282
- color: #FF3D44;
281
+ color: #FF0007;
283
282
  }
284
283
  pre.brilliance_black .MetaPropertyList {
285
284
  font-weight: bold;
286
285
  color: #333333;
287
286
  }
288
- pre.brilliance_black .Group6 {
289
- background-color: #1C1C1C;
290
- }
291
- pre.brilliance_black .EntityNameTagMetaRecordDefinition {
292
- color: #00FF79;
293
- }
294
- pre.brilliance_black .KeywordOther {
295
- color: #7900FF;
296
- }
297
- pre.brilliance_black .FunctionDeclarationName {
298
- color: #FF0086;
299
- }
300
287
  pre.brilliance_black .Latex {
301
288
  }
302
289
  pre.brilliance_black .LMarkupRaw {
303
290
  background-color: #000000;
304
291
  }
305
292
  pre.brilliance_black .StringPunctuationIi {
306
- color: #3D3BC8;
307
- }
308
- pre.brilliance_black .Group7 {
309
- background-color: #1F1F1F;
293
+ color: #F5EF28;
310
294
  }
311
295
  pre.brilliance_black .Css {
312
296
  }
313
297
  pre.brilliance_black .ClassName {
314
- color: #FF0000;
298
+ color: #FF0007;
315
299
  }
316
300
  pre.brilliance_black .MetaPropertyName {
317
301
  color: #999999;
@@ -320,83 +304,67 @@ pre.brilliance_black .LKeywordControlRef {
320
304
  background-color: #260001;
321
305
  color: #FF0007;
322
306
  }
323
- pre.brilliance_black .Group8 {
324
- background-color: #212121;
307
+ pre.brilliance_black .MetaHeadersBlogKeywordOtherBlog {
308
+ background-color: #036562;
309
+ color: #06403E;
325
310
  }
326
311
  pre.brilliance_black .PseudoClass {
327
312
  color: #7900FF;
328
313
  }
329
- pre.brilliance_black .Group9 {
330
- background-color: #242424;
331
- }
332
314
  pre.brilliance_black .TagBlockHead {
333
315
  background-color: #121212;
334
316
  }
335
317
  pre.brilliance_black .StringRegexArbitraryRepitition {
336
- background-color: #1723C8;
318
+ background-color: #274802;
337
319
  color: #00FFF8;
338
320
  }
339
321
  pre.brilliance_black .LKeywordOperatorDelimiter {
340
- background-color: #06067D;
322
+ background-color: #010101;
341
323
  }
342
- pre.brilliance_black .BlogPostEmailMessage {
343
- background-color: #DCDCDC;
344
- color: #333333;
324
+ pre.brilliance_black .FunctionArgument {
325
+ background-color: #230248;
326
+ color: #8083FF;
345
327
  }
346
328
  pre.brilliance_black .MReferenceName {
347
- background-color: #0A17E1;
329
+ background-color: #022748;
348
330
  color: #00FFF8;
349
331
  }
350
332
  pre.brilliance_black .TextSubversionCommitMetaScopeChangedFiles {
351
333
  background-color: #000000;
352
334
  color: #FFFFFF;
353
335
  }
354
- pre.brilliance_black .CommentLine {
355
- color: #4C4C4C;
356
- font-style: italic;
357
- }
358
336
  pre.brilliance_black .VariablePunctuation {
359
- color: #06067D;
337
+ color: #666666;
360
338
  }
361
339
  pre.brilliance_black .MUnderlineLink {
362
340
  text-decoration: underline;
363
341
  color: #00FFF8;
364
342
  }
365
343
  pre.brilliance_black .Selector {
366
- background-color: #06067D;
344
+ background-color: #010101;
367
345
  color: #666666;
368
346
  }
369
- pre.brilliance_black .Even {
370
- background-color: #06067D;
371
- }
372
347
  pre.brilliance_black .TagDoctype {
373
348
  background-color: #333333;
374
- color: #CCCCCC;
349
+ color: #CDCDCD;
375
350
  }
376
351
  pre.brilliance_black .Class {
377
- color: #F800FF;
352
+ background-color: #8E0206;
353
+ color: #800004;
378
354
  }
379
355
  pre.brilliance_black .BuiltInConstant {
380
- background-color: #0B23C8;
381
356
  color: #07FF00;
382
357
  }
383
358
  pre.brilliance_black .MBold {
384
359
  font-weight: bold;
385
360
  }
386
361
  pre.brilliance_black .MHeading {
387
- background-color: #202096;
362
+ background-color: #272727;
388
363
  color: #666666;
389
364
  }
390
365
  pre.brilliance_black .ConstantVariable {
391
366
  color: #00FFF8;
392
367
  }
393
- pre.brilliance_black .Group10 {
394
- background-color: #1F1F1F;
395
- }
396
- pre.brilliance_black .LKeywordControlCite {
397
- background-color: #260014;
398
- color: #FF0086;
399
- }
400
368
  pre.brilliance_black .XmlTag {
401
369
  color: #666666;
402
370
  }
@@ -404,17 +372,16 @@ pre.brilliance_black .MHr {
404
372
  background-color: #FFFFFF;
405
373
  color: #000000;
406
374
  }
407
- pre.brilliance_black .Group11 {
408
- background-color: #151515;
375
+ pre.brilliance_black .LKeywordControlCite {
376
+ background-color: #260014;
377
+ color: #FF0086;
409
378
  }
410
379
  pre.brilliance_black .FunctionPunctuation {
380
+ font-weight: bold;
411
381
  color: #800043;
412
382
  }
413
383
  pre.brilliance_black .Variable {
414
- color: #31A6FF;
415
- }
416
- pre.brilliance_black .FunctionCallArgumentsPunctuation {
417
- color: #BC80FF;
384
+ color: #0086FF;
418
385
  }
419
386
  pre.brilliance_black .Syntax {
420
387
  color: #333333;
@@ -424,7 +391,7 @@ pre.brilliance_black .MetaPropertyValue {
424
391
  color: #999999;
425
392
  }
426
393
  pre.brilliance_black .KeywordOperator {
427
- color: #0000CE;
394
+ color: #6100CC;
428
395
  }
429
396
  pre.brilliance_black .StringUnquoted {
430
397
  color: #FFBC80;
@@ -441,53 +408,63 @@ pre.brilliance_black .LVariableParameterLabelReference {
441
408
  pre.brilliance_black .Source {
442
409
  background-color: #000000;
443
410
  }
444
- pre.brilliance_black .LibraryFunctionCall {
445
- color: #9D3EFF;
411
+ pre.brilliance_black .MetaHeadersBlogStringUnquotedBlog {
412
+ background-color: #656523;
413
+ color: #803D00;
446
414
  }
447
415
  pre.brilliance_black .StringRegexCharacterClass {
448
- background-color: #1723C8;
416
+ background-color: #274802;
449
417
  color: #86FF00;
450
418
  }
451
- pre.brilliance_black .LibraryFunctionName {
452
- background-color: #1D16E1;
453
- color: #603F80;
419
+ pre.brilliance_black .LibraryFunction {
420
+ color: #6100CC;
454
421
  }
455
422
  pre.brilliance_black .MetaBlockContentSlate {
456
- color: #CCCCCC;
423
+ color: #CDCDCD;
457
424
  }
458
425
  pre.brilliance_black .TextStringSourceStringSource {
459
426
  }
460
- pre.brilliance_black .String {
461
- background-color: #2316C8;
462
- color: #FFFC80;
427
+ pre.brilliance_black .MetaBraceErb1 {
428
+ background-color: #000000;
463
429
  }
464
430
  pre.brilliance_black .TagInline {
465
- background-color: #2316C8;
431
+ background-color: #482302;
466
432
  color: #FF7900;
467
433
  }
434
+ pre.brilliance_black .String {
435
+ background-color: #482302;
436
+ color: #FFFC80;
437
+ }
468
438
  pre.brilliance_black .MetaBlockSlate {
469
439
  color: #666666;
470
440
  }
441
+ pre.brilliance_black .MetaHeadersBlog1 {
442
+ background-color: #FFFFFF;
443
+ color: #666666;
444
+ }
471
445
  pre.brilliance_black .SourceRubyRailsEmbeddedOneLine {
472
- background-color: #0B25F9;
446
+ background-color: #036562;
473
447
  }
474
448
  pre.brilliance_black .SourceRubyRailsEmbeddedReturnValueOneLine {
475
- background-color: #1818ED;
449
+ background-color: #3A3A3A;
476
450
  }
477
451
  pre.brilliance_black .MMarkup {
478
- background-color: #1414D2;
452
+ background-color: #1E1E1E;
479
453
  color: #FFF800;
480
454
  }
481
455
  pre.brilliance_black .TagBlock {
482
- background-color: #1919D7;
456
+ background-color: #2C2C2C;
483
457
  color: #4C4C4C;
484
458
  }
459
+ pre.brilliance_black .CommentPunctuation1 {
460
+ color: #333333;
461
+ }
485
462
  pre.brilliance_black .SourceStringInterpolatedSource {
486
- background-color: #050564;
463
+ background-color: #010101;
487
464
  color: #999999;
488
465
  }
489
466
  pre.brilliance_black .SourceStringSource {
490
- background-color: #202096;
467
+ background-color: #272727;
491
468
  color: #FFFFFF;
492
469
  }
493
470
  pre.brilliance_black .xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
@@ -497,20 +474,23 @@ pre.brilliance_black .xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
497
474
  pre.brilliance_black .LKeywordOperatorBrackets {
498
475
  color: #999999;
499
476
  }
477
+ pre.brilliance_black .SourceRegexpKeyword {
478
+ color: #FF0086;
479
+ }
500
480
  pre.brilliance_black .TagMeta {
501
- background-color: #160AE1;
481
+ background-color: #230248;
502
482
  color: #F800FF;
503
483
  }
504
484
  pre.brilliance_black .GlobalPreDefinedVariable {
505
- background-color: #0A23E0;
485
+ background-color: #024846;
506
486
  color: #00FF79;
507
487
  }
508
488
  pre.brilliance_black .TagForm {
509
- background-color: #0A17E1;
489
+ background-color: #022748;
510
490
  color: #0086FF;
511
491
  }
512
492
  pre.brilliance_black .Tag {
513
- color: #FF0007;
493
+ color: #333333;
514
494
  }
515
495
  pre.brilliance_black .UserDefinedConstant {
516
496
  color: #00FF79;
@@ -523,84 +503,82 @@ pre.brilliance_black .ThomasAylott {
523
503
  background-color: #FFFFFF;
524
504
  color: #000000;
525
505
  }
506
+ pre.brilliance_black .Comment1 {
507
+ color: #333333;
508
+ }
526
509
  pre.brilliance_black .TextSource {
527
510
  background-color: #000000;
528
511
  color: #CCCCCC;
529
512
  }
530
513
  pre.brilliance_black .MetaBraceErb {
531
- background-color: #000000;
514
+ background-color: #036562;
515
+ color: #00FFF8;
532
516
  }
533
517
  pre.brilliance_black .SupportTypePropertyName {
534
518
  background-color: #000000;
535
519
  color: #FFFFFF;
536
520
  }
537
521
  pre.brilliance_black .StringLiteral {
538
- background-color: #1723C8;
522
+ background-color: #274802;
539
523
  color: #FFF800;
540
524
  }
541
- pre.brilliance_black .KeywordOperatorAssignment {
542
- background-color: #0A0AE6;
543
- color: #0000CE;
544
- }
545
- pre.brilliance_black .KeywordOperatorComparison {
546
- color: #7C88FF;
547
- }
548
525
  pre.brilliance_black .MetaGroupBracesRoundJs {
549
526
  }
550
- pre.brilliance_black .PostHeaderValues {
551
- background-color: #2525E9;
552
- color: #803D00;
527
+ pre.brilliance_black .MetaHeadersBlog {
528
+ background-color: #FFFFFF;
553
529
  }
554
530
  pre.brilliance_black .Comment {
555
- background-color: #1414D2;
556
- color: #4C4C4C;
531
+ background-color: #030365;
532
+ color: #5555FF;
533
+ font-style: italic;
534
+ }
535
+ pre.brilliance_black .Class1 {
536
+ color: #F800FF;
557
537
  }
558
538
  pre.brilliance_black .Text {
559
539
  color: #FFFFFF;
560
540
  }
561
- pre.brilliance_black .SourceJsEmbedded {
562
- background-color: #0D0D0D;
563
- }
564
- pre.brilliance_black .FunctionCallWithoutArguments {
565
- color: #A88FC0;
566
- }
567
541
  pre.brilliance_black .StringRegex {
568
- background-color: #1723C8;
542
+ background-color: #274802;
569
543
  color: #FFF800;
570
544
  }
571
- pre.brilliance_black .FunctionCall {
572
- color: #782EC1;
573
- }
574
545
  pre.brilliance_black .CommentPunctuation {
575
- }
576
- pre.brilliance_black .LMetaGroupBraces {
577
- color: #1414D2;
546
+ font-weight: bold;
547
+ color: #1414F9;
578
548
  }
579
549
  pre.brilliance_black .MetaTagInlineSource {
580
- background-color: #2316C8;
550
+ background-color: #482302;
581
551
  }
582
552
  pre.brilliance_black .TagStructure {
583
- background-color: #292965;
553
+ background-color: #2A2A2A;
584
554
  color: #666666;
585
555
  }
556
+ pre.brilliance_black .Tag1 {
557
+ color: #FF0007;
558
+ }
559
+ pre.brilliance_black .FunctionName {
560
+ color: #FF0086;
561
+ }
562
+ pre.brilliance_black .LMetaGroupBraces {
563
+ color: #515151;
564
+ }
586
565
  pre.brilliance_black .Storage {
587
- color: #7E0080;
566
+ color: #FF7900;
588
567
  }
589
568
  pre.brilliance_black .MetaAssertion {
590
569
  color: #0086FF;
591
570
  }
592
571
  pre.brilliance_black .MetaBraceCurlyMetaGroup {
593
- background-color: #06067D;
594
- color: #CCCCCC;
572
+ background-color: #010101;
573
+ color: #CDCDCD;
595
574
  }
596
575
  pre.brilliance_black .ArrayPunctuation {
597
576
  font-weight: bold;
598
- background-color: #1811E0;
577
+ background-color: #341A03;
599
578
  color: #7F5E40;
600
579
  }
601
- pre.brilliance_black .PostHeaderKeys {
602
- background-color: #0B25F9;
603
- color: #06403E;
580
+ pre.brilliance_black .SpecialFunction {
581
+ color: #8C60BF;
604
582
  }
605
583
  pre.brilliance_black .InstanceVariable {
606
584
  color: #406180;
@@ -609,24 +587,19 @@ pre.brilliance_black .CharacterConstant {
609
587
  color: #86FF00;
610
588
  }
611
589
  pre.brilliance_black {
612
- background-color: #0D0D12;
613
- color: #CCCCCC;
590
+ background-color: #050505;
591
+ color: #CDCDCD;
614
592
  }
615
593
  pre.brilliance_black .LibraryClassType {
616
- background-color: #250AC8;
617
- color: #FF0000;
594
+ background-color: #480204;
595
+ color: #FF0007;
618
596
  }
619
597
  pre.brilliance_black .Number {
620
598
  color: #C6FF00;
621
599
  }
622
- pre.brilliance_black .SupportOtherModule {
623
- background-color: #240AC8;
624
- color: #FF0000;
600
+ pre.brilliance_black .MetaGroupBraces1 {
601
+ background-color: #0A0A0A;
625
602
  }
626
603
  pre.brilliance_black .TagValue {
627
- color: #6D6DFB;
628
- }
629
- pre.brilliance_black .FunctionDeclaration {
630
- background-color: #140CCE;
631
- color: #999999;
604
+ color: #EBEBEB;
632
605
  }