rmthemegen 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rmthemegen/geany_fix.rb +8 -7
- data/lib/rmthemegen/rmthemegen_187.rb +11 -6
- data/lib/rmthemegen/rmthemegen_187_textmate.rb +88 -0
- data/lib/rmthemegen/token_list.rb +1 -1
- data/lib/rmthemegen/version.rb +1 -1
- data/rmthemegen.gemspec +1 -1
- data/test/Active4D.tmTheme +407 -0
- data/test/All Hallow's Eve Custom.tmTheme +273 -0
- data/test/All Hallow's Eve.tmTheme +277 -0
- data/test/Amy.tmTheme +557 -0
- data/test/BBEdit.tmTheme +437 -0
- data/test/Black Pearl II.tmTheme +496 -0
- data/test/Black Pearl.tmTheme +400 -0
- data/test/Blackboard Black.tmTheme +350 -0
- data/test/Blackboard.tmTheme +350 -0
- data/test/Bongzilla.tmTheme +223 -0
- data/test/Brilliance Black.tmTheme +2619 -0
- data/test/Brilliance Dull.tmTheme +2243 -0
- data/test/CSSEdit.tmTheme +203 -0
- data/test/Clouds Midnight.tmTheme +361 -0
- data/test/Clouds.tmTheme +348 -0
- data/test/Cobalt.tmTheme +559 -0
- data/test/Coda.tmTheme +313 -0
- data/test/Cool Glow.tmTheme +350 -0
- data/test/Dawn.tmTheme +437 -0
- data/test/Django (Smoothy).tmTheme +453 -0
- data/test/Django.tmTheme +436 -0
- data/test/Eiffel.tmTheme +439 -0
- data/test/Emacs Strict.tmTheme +241 -0
- data/test/Espresso Libre.tmTheme +402 -0
- data/test/Espresso Tutti.tmTheme +392 -0
- data/test/Espresso.tmTheme +329 -0
- data/test/Fade to Grey.tmTheme +308 -0
- data/test/Fluidvision.tmTheme +443 -0
- data/test/ForLaTeX.tmTheme +214 -0
- data/test/Freckle.tmTheme +279 -0
- data/test/Friendship Bracelet.tmTheme +303 -0
- data/test/GitHub.tmTheme +653 -0
- data/test/GlitterBomb.tmTheme +387 -0
- data/test/Happy happy joy joy 2.tmTheme +841 -0
- data/test/IDLE.tmTheme +235 -0
- data/test/IR_Black.tmTheme +810 -0
- data/test/IR_White.tmTheme +792 -0
- data/test/LAZY.tmTheme +291 -0
- data/test/Lowlight.tmTheme +605 -0
- data/test/Mac Classic.tmTheme +450 -0
- data/test/Made of Code.tmTheme +695 -0
- data/test/MagicWB (Amiga).tmTheme +376 -0
- data/test/Merbivore Soft.tmTheme +285 -0
- data/test/Merbivore.tmTheme +285 -0
- data/test/Monokai.tmTheme +289 -0
- data/test/MultiMarkdown.tmTheme +183 -0
- data/test/Pastels on Dark.tmTheme +701 -0
- data/test/Pastie.tmTheme +321 -0
- data/test/Putty.tmTheme +275 -0
- data/test/RDark.tmTheme +235 -0
- data/test/Rails Envy.tmTheme +299 -0
- data/test/Railscasts.tmTheme +278 -0
- data/test/Ryan Light.tmTheme +232 -0
- data/test/Slush & Poppies.tmTheme +336 -0
- data/test/Smoothy.tmTheme +623 -0
- data/test/SpaceCadet.tmTheme +212 -0
- data/test/Spectacular.tmTheme +436 -0
- data/test/Starlight.tmTheme +111 -0
- data/test/Summer Camp Mod.tmTheme +229 -0
- data/test/Summer Camp.tmTheme +229 -0
- data/test/Sunburst.tmTheme +665 -0
- data/test/Swyphs II.tmTheme +306 -0
- data/test/Tango.tmTheme +450 -0
- data/test/Text Ex Machina.tmTheme +295 -0
- data/test/Tubster.tmTheme +280 -0
- data/test/Twilight.tmTheme +518 -0
- data/test/Vibrant Fin.tmTheme +447 -0
- data/test/Vibrant Ink.tmTheme +447 -0
- data/test/Vibrant Tango.tmTheme +438 -0
- data/test/WhysPoignant.tmTheme +191 -0
- data/test/Zenburnesque.tmTheme +343 -0
- data/test/[ Argonaut ].tmTheme +387 -0
- data/test/choco.tmTheme +542 -0
- data/test/fake.tmTheme +669 -0
- data/test/get_tm_tokens.rb +100 -0
- data/test/iLife 05.tmTheme +619 -0
- data/test/iPlastic.tmTheme +286 -0
- data/test/idleFingers.tmTheme +380 -0
- data/test/krTheme.tmTheme +551 -0
- data/test/monoindustrial.tmTheme +451 -0
- data/test/test_generate_themes.rb +3 -1
- metadata +85 -5
- data/test/rmthemegen_spec.rb +0 -9
@@ -0,0 +1,451 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>name</key>
|
6
|
+
<string>monoindustrial</string>
|
7
|
+
<key>settings</key>
|
8
|
+
<array>
|
9
|
+
<dict>
|
10
|
+
<key>settings</key>
|
11
|
+
<dict>
|
12
|
+
<key>background</key>
|
13
|
+
<string>#222C28</string>
|
14
|
+
<key>caret</key>
|
15
|
+
<string>#FFFFFF</string>
|
16
|
+
<key>foreground</key>
|
17
|
+
<string>#FFFFFF</string>
|
18
|
+
<key>invisibles</key>
|
19
|
+
<string>#666C6880</string>
|
20
|
+
<key>lineHighlight</key>
|
21
|
+
<string>#0C0D0C40</string>
|
22
|
+
<key>selection</key>
|
23
|
+
<string>#91999466</string>
|
24
|
+
</dict>
|
25
|
+
</dict>
|
26
|
+
<dict>
|
27
|
+
<key>name</key>
|
28
|
+
<string>Comment</string>
|
29
|
+
<key>scope</key>
|
30
|
+
<string>comment</string>
|
31
|
+
<key>settings</key>
|
32
|
+
<dict>
|
33
|
+
<key>background</key>
|
34
|
+
<string>#151C19</string>
|
35
|
+
<key>fontStyle</key>
|
36
|
+
<string></string>
|
37
|
+
<key>foreground</key>
|
38
|
+
<string>#666C68</string>
|
39
|
+
</dict>
|
40
|
+
</dict>
|
41
|
+
<dict>
|
42
|
+
<key>name</key>
|
43
|
+
<string>Type</string>
|
44
|
+
<key>scope</key>
|
45
|
+
<string>storage, support.type</string>
|
46
|
+
<key>settings</key>
|
47
|
+
<dict>
|
48
|
+
<key>foreground</key>
|
49
|
+
<string>#C23B00</string>
|
50
|
+
</dict>
|
51
|
+
</dict>
|
52
|
+
<dict>
|
53
|
+
<key>name</key>
|
54
|
+
<string>Embedded code</string>
|
55
|
+
<key>scope</key>
|
56
|
+
<string>string.unquoted.embedded, text source, string.unquoted</string>
|
57
|
+
<key>settings</key>
|
58
|
+
<dict>
|
59
|
+
<key>background</key>
|
60
|
+
<string>#151C19</string>
|
61
|
+
<key>foreground</key>
|
62
|
+
<string>#FFFFFF</string>
|
63
|
+
</dict>
|
64
|
+
</dict>
|
65
|
+
<dict>
|
66
|
+
<key>name</key>
|
67
|
+
<string>String interpolation</string>
|
68
|
+
<key>scope</key>
|
69
|
+
<string>constant.character.escaped, string source - string.unquoted.embedded, string string source</string>
|
70
|
+
<key>settings</key>
|
71
|
+
<dict>
|
72
|
+
<key>background</key>
|
73
|
+
<string>#1A0700</string>
|
74
|
+
<key>foreground</key>
|
75
|
+
<string>#E9470000</string>
|
76
|
+
</dict>
|
77
|
+
</dict>
|
78
|
+
<dict>
|
79
|
+
<key>name</key>
|
80
|
+
<string>String</string>
|
81
|
+
<key>scope</key>
|
82
|
+
<string>string - string source, string source string, meta.scope.heredoc</string>
|
83
|
+
<key>settings</key>
|
84
|
+
<dict>
|
85
|
+
<key>background</key>
|
86
|
+
<string>#1A0700</string>
|
87
|
+
<key>fontStyle</key>
|
88
|
+
<string></string>
|
89
|
+
<key>foreground</key>
|
90
|
+
<string>#C23800</string>
|
91
|
+
</dict>
|
92
|
+
</dict>
|
93
|
+
<dict>
|
94
|
+
<key>name</key>
|
95
|
+
<string>Number</string>
|
96
|
+
<key>scope</key>
|
97
|
+
<string>constant.numeric</string>
|
98
|
+
<key>settings</key>
|
99
|
+
<dict>
|
100
|
+
<key>foreground</key>
|
101
|
+
<string>#E98800</string>
|
102
|
+
</dict>
|
103
|
+
</dict>
|
104
|
+
<dict>
|
105
|
+
<key>name</key>
|
106
|
+
<string>Variable</string>
|
107
|
+
<key>scope</key>
|
108
|
+
<string>variable.language, variable.other</string>
|
109
|
+
<key>settings</key>
|
110
|
+
<dict>
|
111
|
+
<key>fontStyle</key>
|
112
|
+
<string></string>
|
113
|
+
<key>foreground</key>
|
114
|
+
<string>#648BD2</string>
|
115
|
+
</dict>
|
116
|
+
</dict>
|
117
|
+
<dict>
|
118
|
+
<key>name</key>
|
119
|
+
<string>Constant</string>
|
120
|
+
<key>scope</key>
|
121
|
+
<string>constant</string>
|
122
|
+
<key>settings</key>
|
123
|
+
<dict>
|
124
|
+
<key>foreground</key>
|
125
|
+
<string>#E98800</string>
|
126
|
+
</dict>
|
127
|
+
</dict>
|
128
|
+
<dict>
|
129
|
+
<key>name</key>
|
130
|
+
<string>Preprocessor line</string>
|
131
|
+
<key>scope</key>
|
132
|
+
<string>other.preprocessor</string>
|
133
|
+
<key>settings</key>
|
134
|
+
<dict>
|
135
|
+
<key>background</key>
|
136
|
+
<string>#161D1A</string>
|
137
|
+
<key>fontStyle</key>
|
138
|
+
<string></string>
|
139
|
+
<key>foreground</key>
|
140
|
+
<string>#A8B3AB</string>
|
141
|
+
</dict>
|
142
|
+
</dict>
|
143
|
+
<dict>
|
144
|
+
<key>name</key>
|
145
|
+
<string>Preprocessor directive</string>
|
146
|
+
<key>scope</key>
|
147
|
+
<string>entity.name.preprocessor</string>
|
148
|
+
<key>settings</key>
|
149
|
+
<dict>
|
150
|
+
<key>background</key>
|
151
|
+
<string>#161D1A</string>
|
152
|
+
<key>fontStyle</key>
|
153
|
+
<string></string>
|
154
|
+
<key>foreground</key>
|
155
|
+
<string>#A8B3AB</string>
|
156
|
+
</dict>
|
157
|
+
</dict>
|
158
|
+
<dict>
|
159
|
+
<key>name</key>
|
160
|
+
<string>Function name</string>
|
161
|
+
<key>scope</key>
|
162
|
+
<string>entity.name.function, keyword.operator, keyword.other.name-of-parameter</string>
|
163
|
+
<key>settings</key>
|
164
|
+
<dict>
|
165
|
+
<key>fontStyle</key>
|
166
|
+
<string></string>
|
167
|
+
<key>foreground</key>
|
168
|
+
<string>#A8B3AB</string>
|
169
|
+
</dict>
|
170
|
+
</dict>
|
171
|
+
<dict>
|
172
|
+
<key>name</key>
|
173
|
+
<string>Class name</string>
|
174
|
+
<key>scope</key>
|
175
|
+
<string>entity.name.class</string>
|
176
|
+
<key>settings</key>
|
177
|
+
<dict>
|
178
|
+
<key>fontStyle</key>
|
179
|
+
<string></string>
|
180
|
+
<key>foreground</key>
|
181
|
+
<string>#9A2F00</string>
|
182
|
+
</dict>
|
183
|
+
</dict>
|
184
|
+
<dict>
|
185
|
+
<key>name</key>
|
186
|
+
<string>Function parameter</string>
|
187
|
+
<key>scope</key>
|
188
|
+
<string>variable.parameter</string>
|
189
|
+
<key>settings</key>
|
190
|
+
<dict>
|
191
|
+
<key>fontStyle</key>
|
192
|
+
<string></string>
|
193
|
+
<key>foreground</key>
|
194
|
+
<string>#648BD2</string>
|
195
|
+
</dict>
|
196
|
+
</dict>
|
197
|
+
<dict>
|
198
|
+
<key>name</key>
|
199
|
+
<string>Function argument and result types</string>
|
200
|
+
<key>scope</key>
|
201
|
+
<string>storage.type.method</string>
|
202
|
+
<key>settings</key>
|
203
|
+
<dict>
|
204
|
+
<key>fontStyle</key>
|
205
|
+
<string></string>
|
206
|
+
<key>foreground</key>
|
207
|
+
<string>#666C68</string>
|
208
|
+
</dict>
|
209
|
+
</dict>
|
210
|
+
<dict>
|
211
|
+
<key>name</key>
|
212
|
+
<string>Keyword</string>
|
213
|
+
<key>scope</key>
|
214
|
+
<string>keyword, storage.type.function.php</string>
|
215
|
+
<key>settings</key>
|
216
|
+
<dict>
|
217
|
+
<key>fontStyle</key>
|
218
|
+
<string></string>
|
219
|
+
<key>foreground</key>
|
220
|
+
<string>#A39E64</string>
|
221
|
+
</dict>
|
222
|
+
</dict>
|
223
|
+
<dict>
|
224
|
+
<key>name</key>
|
225
|
+
<string>Invalid</string>
|
226
|
+
<key>scope</key>
|
227
|
+
<string>invalid</string>
|
228
|
+
<key>settings</key>
|
229
|
+
<dict>
|
230
|
+
<key>background</key>
|
231
|
+
<string>#990000AD</string>
|
232
|
+
<key>foreground</key>
|
233
|
+
<string>#FFFFFF</string>
|
234
|
+
</dict>
|
235
|
+
</dict>
|
236
|
+
<dict>
|
237
|
+
<key>name</key>
|
238
|
+
<string>Invalid trailing whitespace</string>
|
239
|
+
<key>scope</key>
|
240
|
+
<string>invalid.trailing-whitespace</string>
|
241
|
+
<key>settings</key>
|
242
|
+
<dict>
|
243
|
+
<key>background</key>
|
244
|
+
<string>#FFD0D0</string>
|
245
|
+
<key>foreground</key>
|
246
|
+
<string>#000000</string>
|
247
|
+
</dict>
|
248
|
+
</dict>
|
249
|
+
<dict>
|
250
|
+
<key>name</key>
|
251
|
+
<string>Library function</string>
|
252
|
+
<key>scope</key>
|
253
|
+
<string>support.function</string>
|
254
|
+
<key>settings</key>
|
255
|
+
<dict>
|
256
|
+
<key>fontStyle</key>
|
257
|
+
<string></string>
|
258
|
+
<key>foreground</key>
|
259
|
+
<string>#588E60</string>
|
260
|
+
</dict>
|
261
|
+
</dict>
|
262
|
+
<dict>
|
263
|
+
<key>name</key>
|
264
|
+
<string>Library object</string>
|
265
|
+
<key>scope</key>
|
266
|
+
<string>support.class, support.type, entity.name</string>
|
267
|
+
<key>settings</key>
|
268
|
+
<dict>
|
269
|
+
<key>fontStyle</key>
|
270
|
+
<string></string>
|
271
|
+
<key>foreground</key>
|
272
|
+
<string>#5778B6</string>
|
273
|
+
</dict>
|
274
|
+
</dict>
|
275
|
+
<dict>
|
276
|
+
<key>name</key>
|
277
|
+
<string>Library constant</string>
|
278
|
+
<key>scope</key>
|
279
|
+
<string>support.constant</string>
|
280
|
+
<key>settings</key>
|
281
|
+
<dict>
|
282
|
+
<key>foreground</key>
|
283
|
+
<string>#C87500</string>
|
284
|
+
</dict>
|
285
|
+
</dict>
|
286
|
+
<dict>
|
287
|
+
<key>name</key>
|
288
|
+
<string>Library variable</string>
|
289
|
+
<key>scope</key>
|
290
|
+
<string>support.other.variable</string>
|
291
|
+
<key>settings</key>
|
292
|
+
<dict>
|
293
|
+
<key>fontStyle</key>
|
294
|
+
<string></string>
|
295
|
+
<key>foreground</key>
|
296
|
+
<string>#5879B7</string>
|
297
|
+
</dict>
|
298
|
+
</dict>
|
299
|
+
<dict>
|
300
|
+
<key>name</key>
|
301
|
+
<string>Markup XML declaration</string>
|
302
|
+
<key>scope</key>
|
303
|
+
<string>declaration.xml-processing</string>
|
304
|
+
<key>settings</key>
|
305
|
+
<dict>
|
306
|
+
<key>fontStyle</key>
|
307
|
+
<string></string>
|
308
|
+
<key>foreground</key>
|
309
|
+
<string>#68685B</string>
|
310
|
+
</dict>
|
311
|
+
</dict>
|
312
|
+
<dict>
|
313
|
+
<key>name</key>
|
314
|
+
<string>Markup DOCTYPE</string>
|
315
|
+
<key>scope</key>
|
316
|
+
<string>declaration.doctype</string>
|
317
|
+
<key>settings</key>
|
318
|
+
<dict>
|
319
|
+
<key>fontStyle</key>
|
320
|
+
<string></string>
|
321
|
+
<key>foreground</key>
|
322
|
+
<string>#888888</string>
|
323
|
+
</dict>
|
324
|
+
</dict>
|
325
|
+
<dict>
|
326
|
+
<key>name</key>
|
327
|
+
<string>Markup DTD</string>
|
328
|
+
<key>scope</key>
|
329
|
+
<string>declaration.doctype.DTD</string>
|
330
|
+
<key>settings</key>
|
331
|
+
<dict>
|
332
|
+
<key>fontStyle</key>
|
333
|
+
<string></string>
|
334
|
+
<key>foreground</key>
|
335
|
+
<string>#888888</string>
|
336
|
+
</dict>
|
337
|
+
</dict>
|
338
|
+
<dict>
|
339
|
+
<key>name</key>
|
340
|
+
<string>Markup tag</string>
|
341
|
+
<key>scope</key>
|
342
|
+
<string>declaration.tag</string>
|
343
|
+
<key>settings</key>
|
344
|
+
<dict>
|
345
|
+
<key>fontStyle</key>
|
346
|
+
<string></string>
|
347
|
+
<key>foreground</key>
|
348
|
+
<string>#A65EFF</string>
|
349
|
+
</dict>
|
350
|
+
</dict>
|
351
|
+
<dict>
|
352
|
+
<key>name</key>
|
353
|
+
<string>Markup name of tag</string>
|
354
|
+
<key>scope</key>
|
355
|
+
<string>entity.name.tag</string>
|
356
|
+
<key>settings</key>
|
357
|
+
<dict>
|
358
|
+
<key>foreground</key>
|
359
|
+
<string>#A65EFF</string>
|
360
|
+
</dict>
|
361
|
+
</dict>
|
362
|
+
<dict>
|
363
|
+
<key>name</key>
|
364
|
+
<string>Markup tag attribute</string>
|
365
|
+
<key>scope</key>
|
366
|
+
<string>entity.other.attribute-name</string>
|
367
|
+
<key>settings</key>
|
368
|
+
<dict>
|
369
|
+
<key>fontStyle</key>
|
370
|
+
<string></string>
|
371
|
+
<key>foreground</key>
|
372
|
+
<string>#909993</string>
|
373
|
+
</dict>
|
374
|
+
</dict>
|
375
|
+
<dict>
|
376
|
+
<key>name</key>
|
377
|
+
<string>Punctuation</string>
|
378
|
+
<key>scope</key>
|
379
|
+
<string>punctuation</string>
|
380
|
+
<key>settings</key>
|
381
|
+
<dict>
|
382
|
+
<key>foreground</key>
|
383
|
+
<string>#90999380</string>
|
384
|
+
</dict>
|
385
|
+
</dict>
|
386
|
+
<dict>
|
387
|
+
<key>name</key>
|
388
|
+
<string>Inherited class name</string>
|
389
|
+
<key>scope</key>
|
390
|
+
<string>entity.other.inherited-class</string>
|
391
|
+
<key>settings</key>
|
392
|
+
<dict>
|
393
|
+
<key>fontStyle</key>
|
394
|
+
<string></string>
|
395
|
+
<key>foreground</key>
|
396
|
+
<string>#7642B7</string>
|
397
|
+
</dict>
|
398
|
+
</dict>
|
399
|
+
<dict>
|
400
|
+
<key>name</key>
|
401
|
+
<string>Changed files (Subversion)</string>
|
402
|
+
<key>scope</key>
|
403
|
+
<string>meta.scope.changed-files.svn, markup.inserted.svn, markup.changed.svn, markup.deleted.svn</string>
|
404
|
+
<key>settings</key>
|
405
|
+
<dict>
|
406
|
+
<key>background</key>
|
407
|
+
<string>#00000059</string>
|
408
|
+
<key>fontStyle</key>
|
409
|
+
<string></string>
|
410
|
+
<key>foreground</key>
|
411
|
+
<string>#FFFFFF</string>
|
412
|
+
</dict>
|
413
|
+
</dict>
|
414
|
+
<dict>
|
415
|
+
<key>name</key>
|
416
|
+
<string>Blocks, Expressions 1</string>
|
417
|
+
<key>scope</key>
|
418
|
+
<string>meta.section</string>
|
419
|
+
<key>settings</key>
|
420
|
+
<dict>
|
421
|
+
<key>background</key>
|
422
|
+
<string>#78807B0A</string>
|
423
|
+
</dict>
|
424
|
+
</dict>
|
425
|
+
<dict>
|
426
|
+
<key>name</key>
|
427
|
+
<string>Blocks, Expressions 2</string>
|
428
|
+
<key>scope</key>
|
429
|
+
<string>meta.section meta.section</string>
|
430
|
+
<key>settings</key>
|
431
|
+
<dict>
|
432
|
+
<key>background</key>
|
433
|
+
<string>#78807B0A</string>
|
434
|
+
</dict>
|
435
|
+
</dict>
|
436
|
+
<dict>
|
437
|
+
<key>name</key>
|
438
|
+
<string>Blocks, Expressions 3</string>
|
439
|
+
<key>scope</key>
|
440
|
+
<string>meta.section meta.section meta.section</string>
|
441
|
+
<key>settings</key>
|
442
|
+
<dict>
|
443
|
+
<key>background</key>
|
444
|
+
<string>#78807B0A</string>
|
445
|
+
</dict>
|
446
|
+
</dict>
|
447
|
+
</array>
|
448
|
+
<key>uuid</key>
|
449
|
+
<string>EEA328BA-54E5-49DC-81F3-1F25BF8AF163</string>
|
450
|
+
</dict>
|
451
|
+
</plist>
|
@@ -13,6 +13,7 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
require File.dirname(__FILE__)+'./lib/rmthemegen/rmthemegen_187'
|
16
|
+
require File.dirname(__FILE__)+'./lib/rmthemegen/rmthemegen_187_textmate'
|
16
17
|
puts "TEST TEST TEST"
|
17
18
|
puts
|
18
19
|
puts " Mac: Copy xml files to ~/Library/Preferences/RubyMine/color. You must restart RubyMine on the Mac, then look for new color schemes. "
|
@@ -29,10 +30,11 @@ Kernel.exit
|
|
29
30
|
|
30
31
|
l = RMThemeGen::ThemeGenerator.new
|
31
32
|
|
32
|
-
|
33
|
+
1.times do
|
33
34
|
# puts l.make_theme_file(:outputdir => ENV["PWD"],:bg_color_style => 0 )
|
34
35
|
# puts l.make_theme_file(ENV["PWD"],0,[{:r=>0.0,:g=>0.0},{:r=>1.0,:g=>0.0,:b=>0.0}])
|
35
36
|
puts l.make_theme_file(ENV["PWD"],0,nil)
|
37
|
+
puts l.to_textmate
|
36
38
|
# puts l.make_theme_file(:outputdir => ENV["PWD"],:bg_color_style => 2 )
|
37
39
|
end
|
38
40
|
puts "testing to_css"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rmthemegen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 51
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 22
|
10
|
+
version: 0.0.22
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- David Heitzman
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-05-
|
18
|
+
date: 2011-05-24 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -71,13 +71,93 @@ files:
|
|
71
71
|
- lib/rmthemegen/rgb_contrast_methods.rb
|
72
72
|
- lib/rmthemegen/rgb_contrast_test.rb
|
73
73
|
- lib/rmthemegen/rmthemegen_187.rb
|
74
|
+
- lib/rmthemegen/rmthemegen_187_textmate.rb
|
74
75
|
- lib/rmthemegen/rmthemegen_to_css.rb
|
75
76
|
- lib/rmthemegen/token_list.rb
|
76
77
|
- lib/rmthemegen/version.rb
|
77
78
|
- rmthemegen.gemspec
|
78
79
|
- test/.~lock.mean65#
|
80
|
+
- test/Active4D.tmTheme
|
81
|
+
- test/All Hallow's Eve Custom.tmTheme
|
82
|
+
- test/All Hallow's Eve.tmTheme
|
83
|
+
- test/Amy.tmTheme
|
84
|
+
- test/BBEdit.tmTheme
|
85
|
+
- test/Black Pearl II.tmTheme
|
86
|
+
- test/Black Pearl.tmTheme
|
87
|
+
- test/Blackboard Black.tmTheme
|
88
|
+
- test/Blackboard.tmTheme
|
89
|
+
- test/Bongzilla.tmTheme
|
90
|
+
- test/Brilliance Black.tmTheme
|
91
|
+
- test/Brilliance Dull.tmTheme
|
92
|
+
- test/CSSEdit.tmTheme
|
93
|
+
- test/Clouds Midnight.tmTheme
|
94
|
+
- test/Clouds.tmTheme
|
95
|
+
- test/Cobalt.tmTheme
|
96
|
+
- test/Coda.tmTheme
|
97
|
+
- test/Cool Glow.tmTheme
|
98
|
+
- test/Dawn.tmTheme
|
99
|
+
- test/Django (Smoothy).tmTheme
|
100
|
+
- test/Django.tmTheme
|
101
|
+
- test/Eiffel.tmTheme
|
102
|
+
- test/Emacs Strict.tmTheme
|
103
|
+
- test/Espresso Libre.tmTheme
|
104
|
+
- test/Espresso Tutti.tmTheme
|
105
|
+
- test/Espresso.tmTheme
|
106
|
+
- test/Fade to Grey.tmTheme
|
107
|
+
- test/Fluidvision.tmTheme
|
108
|
+
- test/ForLaTeX.tmTheme
|
109
|
+
- test/Freckle.tmTheme
|
110
|
+
- test/Friendship Bracelet.tmTheme
|
111
|
+
- test/GitHub.tmTheme
|
112
|
+
- test/GlitterBomb.tmTheme
|
113
|
+
- test/Happy happy joy joy 2.tmTheme
|
114
|
+
- test/IDLE.tmTheme
|
115
|
+
- test/IR_Black.tmTheme
|
116
|
+
- test/IR_White.tmTheme
|
117
|
+
- test/LAZY.tmTheme
|
118
|
+
- test/Lowlight.tmTheme
|
119
|
+
- test/Mac Classic.tmTheme
|
120
|
+
- test/Made of Code.tmTheme
|
121
|
+
- test/MagicWB (Amiga).tmTheme
|
122
|
+
- test/Merbivore Soft.tmTheme
|
123
|
+
- test/Merbivore.tmTheme
|
124
|
+
- test/Monokai.tmTheme
|
125
|
+
- test/MultiMarkdown.tmTheme
|
126
|
+
- test/Pastels on Dark.tmTheme
|
127
|
+
- test/Pastie.tmTheme
|
128
|
+
- test/Putty.tmTheme
|
129
|
+
- test/RDark.tmTheme
|
130
|
+
- test/Rails Envy.tmTheme
|
131
|
+
- test/Railscasts.tmTheme
|
132
|
+
- test/Ryan Light.tmTheme
|
133
|
+
- test/Slush & Poppies.tmTheme
|
134
|
+
- test/Smoothy.tmTheme
|
135
|
+
- test/SpaceCadet.tmTheme
|
136
|
+
- test/Spectacular.tmTheme
|
137
|
+
- test/Starlight.tmTheme
|
138
|
+
- test/Summer Camp Mod.tmTheme
|
139
|
+
- test/Summer Camp.tmTheme
|
140
|
+
- test/Sunburst.tmTheme
|
141
|
+
- test/Swyphs II.tmTheme
|
142
|
+
- test/Tango.tmTheme
|
143
|
+
- test/Text Ex Machina.tmTheme
|
144
|
+
- test/Tubster.tmTheme
|
145
|
+
- test/Twilight.tmTheme
|
146
|
+
- test/Vibrant Fin.tmTheme
|
147
|
+
- test/Vibrant Ink.tmTheme
|
148
|
+
- test/Vibrant Tango.tmTheme
|
149
|
+
- test/WhysPoignant.tmTheme
|
150
|
+
- test/Zenburnesque.tmTheme
|
151
|
+
- test/[ Argonaut ].tmTheme
|
152
|
+
- test/choco.tmTheme
|
153
|
+
- test/fake.tmTheme
|
154
|
+
- test/get_tm_tokens.rb
|
155
|
+
- test/iLife 05.tmTheme
|
156
|
+
- test/iPlastic.tmTheme
|
157
|
+
- test/idleFingers.tmTheme
|
79
158
|
- test/index.html
|
80
|
-
- test/
|
159
|
+
- test/krTheme.tmTheme
|
160
|
+
- test/monoindustrial.tmTheme
|
81
161
|
- test/sample_ruby_source
|
82
162
|
- test/test_generate_themes.rb
|
83
163
|
has_rdoc: true
|
data/test/rmthemegen_spec.rb
DELETED