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,407 @@
|
|
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>Active4D</string>
|
7
|
+
<key>settings</key>
|
8
|
+
<array>
|
9
|
+
<dict>
|
10
|
+
<key>settings</key>
|
11
|
+
<dict>
|
12
|
+
<key>background</key>
|
13
|
+
<string>#FFFFFF</string>
|
14
|
+
<key>caret</key>
|
15
|
+
<string>#000000</string>
|
16
|
+
<key>foreground</key>
|
17
|
+
<string>#000000</string>
|
18
|
+
<key>invisibles</key>
|
19
|
+
<string>#BFBFBF</string>
|
20
|
+
<key>lineHighlight</key>
|
21
|
+
<string>#00000012</string>
|
22
|
+
<key>selection</key>
|
23
|
+
<string>#BAD6FD</string>
|
24
|
+
</dict>
|
25
|
+
</dict>
|
26
|
+
<dict>
|
27
|
+
<key>name</key>
|
28
|
+
<string>Embedded source</string>
|
29
|
+
<key>scope</key>
|
30
|
+
<string>text.html source.active4d</string>
|
31
|
+
<key>settings</key>
|
32
|
+
<dict>
|
33
|
+
<key>background</key>
|
34
|
+
<string>#E2E9FF5E</string>
|
35
|
+
</dict>
|
36
|
+
</dict>
|
37
|
+
<dict>
|
38
|
+
<key>name</key>
|
39
|
+
<string>Plain XML text</string>
|
40
|
+
<key>scope</key>
|
41
|
+
<string>text.xml</string>
|
42
|
+
<key>settings</key>
|
43
|
+
<dict>
|
44
|
+
<key>foreground</key>
|
45
|
+
<string>#000000</string>
|
46
|
+
</dict>
|
47
|
+
</dict>
|
48
|
+
<dict>
|
49
|
+
<key>name</key>
|
50
|
+
<string>Line comment</string>
|
51
|
+
<key>scope</key>
|
52
|
+
<string>comment.line</string>
|
53
|
+
<key>settings</key>
|
54
|
+
<dict>
|
55
|
+
<key>fontStyle</key>
|
56
|
+
<string></string>
|
57
|
+
<key>foreground</key>
|
58
|
+
<string>#D33535</string>
|
59
|
+
</dict>
|
60
|
+
</dict>
|
61
|
+
<dict>
|
62
|
+
<key>name</key>
|
63
|
+
<string>Block comment</string>
|
64
|
+
<key>scope</key>
|
65
|
+
<string>comment.block</string>
|
66
|
+
<key>settings</key>
|
67
|
+
<dict>
|
68
|
+
<key>foreground</key>
|
69
|
+
<string>#D33435</string>
|
70
|
+
</dict>
|
71
|
+
</dict>
|
72
|
+
<dict>
|
73
|
+
<key>name</key>
|
74
|
+
<string>String</string>
|
75
|
+
<key>scope</key>
|
76
|
+
<string>string</string>
|
77
|
+
<key>settings</key>
|
78
|
+
<dict>
|
79
|
+
<key>fontStyle</key>
|
80
|
+
<string></string>
|
81
|
+
<key>foreground</key>
|
82
|
+
<string>#666666</string>
|
83
|
+
</dict>
|
84
|
+
</dict>
|
85
|
+
<dict>
|
86
|
+
<key>name</key>
|
87
|
+
<string>Interpolated entity</string>
|
88
|
+
<key>scope</key>
|
89
|
+
<string>string.interpolated variable</string>
|
90
|
+
<key>settings</key>
|
91
|
+
<dict>
|
92
|
+
<key>fontStyle</key>
|
93
|
+
<string>bold</string>
|
94
|
+
<key>foreground</key>
|
95
|
+
<string>#66CCFF</string>
|
96
|
+
</dict>
|
97
|
+
</dict>
|
98
|
+
<dict>
|
99
|
+
<key>name</key>
|
100
|
+
<string>Number</string>
|
101
|
+
<key>scope</key>
|
102
|
+
<string>constant.numeric</string>
|
103
|
+
<key>settings</key>
|
104
|
+
<dict>
|
105
|
+
<key>foreground</key>
|
106
|
+
<string>#A8017E</string>
|
107
|
+
</dict>
|
108
|
+
</dict>
|
109
|
+
<dict>
|
110
|
+
<key>name</key>
|
111
|
+
<string>User-defined constant</string>
|
112
|
+
<key>scope</key>
|
113
|
+
<string>constant.character, constant.other</string>
|
114
|
+
<key>settings</key>
|
115
|
+
<dict/>
|
116
|
+
</dict>
|
117
|
+
<dict>
|
118
|
+
<key>name</key>
|
119
|
+
<string>Date/time literal</string>
|
120
|
+
<key>scope</key>
|
121
|
+
<string>constant.other.date, constant.other.time</string>
|
122
|
+
<key>settings</key>
|
123
|
+
<dict>
|
124
|
+
<key>fontStyle</key>
|
125
|
+
<string>bold</string>
|
126
|
+
<key>foreground</key>
|
127
|
+
<string>#66CCFF</string>
|
128
|
+
</dict>
|
129
|
+
</dict>
|
130
|
+
<dict>
|
131
|
+
<key>name</key>
|
132
|
+
<string>Built-in constant</string>
|
133
|
+
<key>scope</key>
|
134
|
+
<string>constant.language</string>
|
135
|
+
<key>settings</key>
|
136
|
+
<dict>
|
137
|
+
<key>foreground</key>
|
138
|
+
<string>#A535AE</string>
|
139
|
+
</dict>
|
140
|
+
</dict>
|
141
|
+
<dict>
|
142
|
+
<key>name</key>
|
143
|
+
<string>Local variable</string>
|
144
|
+
<key>scope</key>
|
145
|
+
<string>variable.other.local</string>
|
146
|
+
<key>settings</key>
|
147
|
+
<dict>
|
148
|
+
<key>fontStyle</key>
|
149
|
+
<string>bold</string>
|
150
|
+
<key>foreground</key>
|
151
|
+
<string>#6392FF</string>
|
152
|
+
</dict>
|
153
|
+
</dict>
|
154
|
+
<dict>
|
155
|
+
<key>name</key>
|
156
|
+
<string>Variable</string>
|
157
|
+
<key>scope</key>
|
158
|
+
<string>variable</string>
|
159
|
+
<key>settings</key>
|
160
|
+
<dict>
|
161
|
+
<key>fontStyle</key>
|
162
|
+
<string>bold</string>
|
163
|
+
<key>foreground</key>
|
164
|
+
<string>#0053FF</string>
|
165
|
+
</dict>
|
166
|
+
</dict>
|
167
|
+
<dict>
|
168
|
+
<key>name</key>
|
169
|
+
<string>Table/field</string>
|
170
|
+
<key>scope</key>
|
171
|
+
<string>variable.other.table-field</string>
|
172
|
+
<key>settings</key>
|
173
|
+
<dict>
|
174
|
+
<key>foreground</key>
|
175
|
+
<string>#6988AE</string>
|
176
|
+
</dict>
|
177
|
+
</dict>
|
178
|
+
<dict>
|
179
|
+
<key>name</key>
|
180
|
+
<string>Keyword</string>
|
181
|
+
<key>scope</key>
|
182
|
+
<string>keyword</string>
|
183
|
+
<key>settings</key>
|
184
|
+
<dict>
|
185
|
+
<key>fontStyle</key>
|
186
|
+
<string>bold</string>
|
187
|
+
<key>foreground</key>
|
188
|
+
<string>#006699</string>
|
189
|
+
</dict>
|
190
|
+
</dict>
|
191
|
+
<dict>
|
192
|
+
<key>name</key>
|
193
|
+
<string>Operator</string>
|
194
|
+
<key>scope</key>
|
195
|
+
<string>keyword.operator</string>
|
196
|
+
<key>settings</key>
|
197
|
+
<dict/>
|
198
|
+
</dict>
|
199
|
+
<dict>
|
200
|
+
<key>name</key>
|
201
|
+
<string>Storage</string>
|
202
|
+
<key>scope</key>
|
203
|
+
<string>storage</string>
|
204
|
+
<key>settings</key>
|
205
|
+
<dict>
|
206
|
+
<key>foreground</key>
|
207
|
+
<string>#FF5600</string>
|
208
|
+
</dict>
|
209
|
+
</dict>
|
210
|
+
<dict>
|
211
|
+
<key>name</key>
|
212
|
+
<string>Type name</string>
|
213
|
+
<key>scope</key>
|
214
|
+
<string>entity.name.type</string>
|
215
|
+
<key>settings</key>
|
216
|
+
<dict>
|
217
|
+
<key>foreground</key>
|
218
|
+
<string>#21439C</string>
|
219
|
+
</dict>
|
220
|
+
</dict>
|
221
|
+
<dict>
|
222
|
+
<key>name</key>
|
223
|
+
<string>Inherited class</string>
|
224
|
+
<key>scope</key>
|
225
|
+
<string>entity.other.inherited-class</string>
|
226
|
+
<key>settings</key>
|
227
|
+
<dict/>
|
228
|
+
</dict>
|
229
|
+
<dict>
|
230
|
+
<key>name</key>
|
231
|
+
<string>Function name</string>
|
232
|
+
<key>scope</key>
|
233
|
+
<string>entity.name.function</string>
|
234
|
+
<key>settings</key>
|
235
|
+
<dict>
|
236
|
+
<key>foreground</key>
|
237
|
+
<string>#21439C</string>
|
238
|
+
</dict>
|
239
|
+
</dict>
|
240
|
+
<dict>
|
241
|
+
<key>name</key>
|
242
|
+
<string>Function argument</string>
|
243
|
+
<key>scope</key>
|
244
|
+
<string>variable.parameter</string>
|
245
|
+
<key>settings</key>
|
246
|
+
<dict/>
|
247
|
+
</dict>
|
248
|
+
<dict>
|
249
|
+
<key>name</key>
|
250
|
+
<string>Tag container</string>
|
251
|
+
<key>scope</key>
|
252
|
+
<string>meta.tag</string>
|
253
|
+
<key>settings</key>
|
254
|
+
<dict>
|
255
|
+
<key>foreground</key>
|
256
|
+
<string>#7A7A7A</string>
|
257
|
+
</dict>
|
258
|
+
</dict>
|
259
|
+
<dict>
|
260
|
+
<key>name</key>
|
261
|
+
<string>Tag name</string>
|
262
|
+
<key>scope</key>
|
263
|
+
<string>entity.name.tag</string>
|
264
|
+
<key>settings</key>
|
265
|
+
<dict>
|
266
|
+
<key>foreground</key>
|
267
|
+
<string>#016CFF</string>
|
268
|
+
</dict>
|
269
|
+
</dict>
|
270
|
+
<dict>
|
271
|
+
<key>name</key>
|
272
|
+
<string>Tag attribute</string>
|
273
|
+
<key>scope</key>
|
274
|
+
<string>entity.other.attribute-name</string>
|
275
|
+
<key>settings</key>
|
276
|
+
<dict>
|
277
|
+
<key>foreground</key>
|
278
|
+
<string>#963DFF</string>
|
279
|
+
</dict>
|
280
|
+
</dict>
|
281
|
+
<dict>
|
282
|
+
<key>name</key>
|
283
|
+
<string>Command/method</string>
|
284
|
+
<key>scope</key>
|
285
|
+
<string>support.function</string>
|
286
|
+
<key>settings</key>
|
287
|
+
<dict>
|
288
|
+
<key>fontStyle</key>
|
289
|
+
<string>bold</string>
|
290
|
+
<key>foreground</key>
|
291
|
+
<string>#45AE34</string>
|
292
|
+
</dict>
|
293
|
+
</dict>
|
294
|
+
<dict>
|
295
|
+
<key>name</key>
|
296
|
+
<string>Named constant</string>
|
297
|
+
<key>scope</key>
|
298
|
+
<string>support.constant</string>
|
299
|
+
<key>settings</key>
|
300
|
+
<dict>
|
301
|
+
<key>foreground</key>
|
302
|
+
<string>#B7734C</string>
|
303
|
+
</dict>
|
304
|
+
</dict>
|
305
|
+
<dict>
|
306
|
+
<key>name</key>
|
307
|
+
<string>Library class/type</string>
|
308
|
+
<key>scope</key>
|
309
|
+
<string>support.type, support.class</string>
|
310
|
+
<key>settings</key>
|
311
|
+
<dict>
|
312
|
+
<key>foreground</key>
|
313
|
+
<string>#A535AE</string>
|
314
|
+
</dict>
|
315
|
+
</dict>
|
316
|
+
<dict>
|
317
|
+
<key>name</key>
|
318
|
+
<string>Library variable</string>
|
319
|
+
<key>scope</key>
|
320
|
+
<string>support.variable</string>
|
321
|
+
<key>settings</key>
|
322
|
+
<dict>
|
323
|
+
<key>foreground</key>
|
324
|
+
<string>#A535AE</string>
|
325
|
+
</dict>
|
326
|
+
</dict>
|
327
|
+
<dict>
|
328
|
+
<key>name</key>
|
329
|
+
<string>Invalid</string>
|
330
|
+
<key>scope</key>
|
331
|
+
<string>invalid</string>
|
332
|
+
<key>settings</key>
|
333
|
+
<dict>
|
334
|
+
<key>background</key>
|
335
|
+
<string>#990000</string>
|
336
|
+
<key>foreground</key>
|
337
|
+
<string>#FFFFFF</string>
|
338
|
+
</dict>
|
339
|
+
</dict>
|
340
|
+
<dict>
|
341
|
+
<key>name</key>
|
342
|
+
<string>diff header</string>
|
343
|
+
<key>scope</key>
|
344
|
+
<string>meta.diff</string>
|
345
|
+
<key>settings</key>
|
346
|
+
<dict>
|
347
|
+
<key>background</key>
|
348
|
+
<string>#656565</string>
|
349
|
+
<key>foreground</key>
|
350
|
+
<string>#FFFFFF</string>
|
351
|
+
</dict>
|
352
|
+
</dict>
|
353
|
+
<dict>
|
354
|
+
<key>name</key>
|
355
|
+
<string>diff line range</string>
|
356
|
+
<key>scope</key>
|
357
|
+
<string>meta.diff.range</string>
|
358
|
+
<key>settings</key>
|
359
|
+
<dict>
|
360
|
+
<key>background</key>
|
361
|
+
<string>#1B63FF</string>
|
362
|
+
<key>foreground</key>
|
363
|
+
<string>#FFFFFF</string>
|
364
|
+
</dict>
|
365
|
+
</dict>
|
366
|
+
<dict>
|
367
|
+
<key>name</key>
|
368
|
+
<string>diff deleted line</string>
|
369
|
+
<key>scope</key>
|
370
|
+
<string>markup.deleted.diff</string>
|
371
|
+
<key>settings</key>
|
372
|
+
<dict>
|
373
|
+
<key>background</key>
|
374
|
+
<string>#FF7880</string>
|
375
|
+
<key>foreground</key>
|
376
|
+
<string>#000000</string>
|
377
|
+
</dict>
|
378
|
+
</dict>
|
379
|
+
<dict>
|
380
|
+
<key>name</key>
|
381
|
+
<string>diff inserted line</string>
|
382
|
+
<key>scope</key>
|
383
|
+
<string>markup.inserted.diff</string>
|
384
|
+
<key>settings</key>
|
385
|
+
<dict>
|
386
|
+
<key>background</key>
|
387
|
+
<string>#98FF9A</string>
|
388
|
+
<key>foreground</key>
|
389
|
+
<string>#000000</string>
|
390
|
+
</dict>
|
391
|
+
</dict>
|
392
|
+
<dict>
|
393
|
+
<key>name</key>
|
394
|
+
<string>diff unchanged line</string>
|
395
|
+
<key>scope</key>
|
396
|
+
<string>source.diff</string>
|
397
|
+
<key>settings</key>
|
398
|
+
<dict>
|
399
|
+
<key>foreground</key>
|
400
|
+
<string>#5E5E5E</string>
|
401
|
+
</dict>
|
402
|
+
</dict>
|
403
|
+
</array>
|
404
|
+
<key>uuid</key>
|
405
|
+
<string>7D2863D0-473C-47A0-B03B-92880559EBA9</string>
|
406
|
+
</dict>
|
407
|
+
</plist>
|
@@ -0,0 +1,273 @@
|
|
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>author</key>
|
6
|
+
<string>David Heinemeier Hansson</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>All Hallow's Eve Custom</string>
|
9
|
+
<key>settings</key>
|
10
|
+
<array>
|
11
|
+
<dict>
|
12
|
+
<key>settings</key>
|
13
|
+
<dict>
|
14
|
+
<key>background</key>
|
15
|
+
<string>#131313</string>
|
16
|
+
<key>caret</key>
|
17
|
+
<string>#FFFFFF</string>
|
18
|
+
<key>foreground</key>
|
19
|
+
<string>#FFFFFF</string>
|
20
|
+
<key>invisibles</key>
|
21
|
+
<string>#404040</string>
|
22
|
+
<key>lineHighlight</key>
|
23
|
+
<string>#333300</string>
|
24
|
+
<key>selection</key>
|
25
|
+
<string>#73597EE0</string>
|
26
|
+
</dict>
|
27
|
+
</dict>
|
28
|
+
<dict>
|
29
|
+
<key>name</key>
|
30
|
+
<string>Text base</string>
|
31
|
+
<key>scope</key>
|
32
|
+
<string>text</string>
|
33
|
+
<key>settings</key>
|
34
|
+
<dict>
|
35
|
+
<key>foreground</key>
|
36
|
+
<string>#FFFFFF</string>
|
37
|
+
</dict>
|
38
|
+
</dict>
|
39
|
+
<dict>
|
40
|
+
<key>name</key>
|
41
|
+
<string>Source base</string>
|
42
|
+
<key>scope</key>
|
43
|
+
<string>source</string>
|
44
|
+
<key>settings</key>
|
45
|
+
<dict>
|
46
|
+
<key>foreground</key>
|
47
|
+
<string>#FFFFFF</string>
|
48
|
+
</dict>
|
49
|
+
</dict>
|
50
|
+
<dict>
|
51
|
+
<key>name</key>
|
52
|
+
<string>Comment</string>
|
53
|
+
<key>scope</key>
|
54
|
+
<string>comment</string>
|
55
|
+
<key>settings</key>
|
56
|
+
<dict>
|
57
|
+
<key>foreground</key>
|
58
|
+
<string>#9933CC</string>
|
59
|
+
</dict>
|
60
|
+
</dict>
|
61
|
+
<dict>
|
62
|
+
<key>name</key>
|
63
|
+
<string>Constant</string>
|
64
|
+
<key>scope</key>
|
65
|
+
<string>constant</string>
|
66
|
+
<key>settings</key>
|
67
|
+
<dict>
|
68
|
+
<key>foreground</key>
|
69
|
+
<string>#3387CC</string>
|
70
|
+
</dict>
|
71
|
+
</dict>
|
72
|
+
<dict>
|
73
|
+
<key>name</key>
|
74
|
+
<string>Keyword</string>
|
75
|
+
<key>scope</key>
|
76
|
+
<string>keyword</string>
|
77
|
+
<key>settings</key>
|
78
|
+
<dict>
|
79
|
+
<key>fontStyle</key>
|
80
|
+
<string></string>
|
81
|
+
<key>foreground</key>
|
82
|
+
<string>#CC7833</string>
|
83
|
+
</dict>
|
84
|
+
</dict>
|
85
|
+
<dict>
|
86
|
+
<key>name</key>
|
87
|
+
<string>Pre-processor Line</string>
|
88
|
+
<key>scope</key>
|
89
|
+
<string>meta.preprocessor.c</string>
|
90
|
+
<key>settings</key>
|
91
|
+
<dict>
|
92
|
+
<key>fontStyle</key>
|
93
|
+
<string></string>
|
94
|
+
<key>foreground</key>
|
95
|
+
<string>#D0D0FF</string>
|
96
|
+
</dict>
|
97
|
+
</dict>
|
98
|
+
<dict>
|
99
|
+
<key>name</key>
|
100
|
+
<string>Pre-processor Directive</string>
|
101
|
+
<key>scope</key>
|
102
|
+
<string>keyword.control.import</string>
|
103
|
+
<key>settings</key>
|
104
|
+
<dict>
|
105
|
+
<key>fontStyle</key>
|
106
|
+
<string></string>
|
107
|
+
</dict>
|
108
|
+
</dict>
|
109
|
+
<dict>
|
110
|
+
<key>name</key>
|
111
|
+
<string>Function name</string>
|
112
|
+
<key>scope</key>
|
113
|
+
<string>entity.name.function</string>
|
114
|
+
<key>settings</key>
|
115
|
+
<dict>
|
116
|
+
<key>fontStyle</key>
|
117
|
+
<string></string>
|
118
|
+
</dict>
|
119
|
+
</dict>
|
120
|
+
<dict>
|
121
|
+
<key>name</key>
|
122
|
+
<string>Function argument</string>
|
123
|
+
<key>scope</key>
|
124
|
+
<string>variable.parameter</string>
|
125
|
+
<key>settings</key>
|
126
|
+
<dict>
|
127
|
+
<key>fontStyle</key>
|
128
|
+
<string>italic</string>
|
129
|
+
</dict>
|
130
|
+
</dict>
|
131
|
+
<dict>
|
132
|
+
<key>name</key>
|
133
|
+
<string>Block comment</string>
|
134
|
+
<key>scope</key>
|
135
|
+
<string>source comment.block</string>
|
136
|
+
<key>settings</key>
|
137
|
+
<dict>
|
138
|
+
<key>background</key>
|
139
|
+
<string>#9B9B9B</string>
|
140
|
+
<key>foreground</key>
|
141
|
+
<string>#FFFFFF</string>
|
142
|
+
</dict>
|
143
|
+
</dict>
|
144
|
+
<dict>
|
145
|
+
<key>name</key>
|
146
|
+
<string>String</string>
|
147
|
+
<key>scope</key>
|
148
|
+
<string>string</string>
|
149
|
+
<key>settings</key>
|
150
|
+
<dict>
|
151
|
+
<key>foreground</key>
|
152
|
+
<string>#66CC33</string>
|
153
|
+
</dict>
|
154
|
+
</dict>
|
155
|
+
<dict>
|
156
|
+
<key>name</key>
|
157
|
+
<string>String escapes</string>
|
158
|
+
<key>scope</key>
|
159
|
+
<string>string constant.character.escape</string>
|
160
|
+
<key>settings</key>
|
161
|
+
<dict>
|
162
|
+
<key>foreground</key>
|
163
|
+
<string>#AAAAAA</string>
|
164
|
+
</dict>
|
165
|
+
</dict>
|
166
|
+
<dict>
|
167
|
+
<key>name</key>
|
168
|
+
<string>String (executed)</string>
|
169
|
+
<key>scope</key>
|
170
|
+
<string>string.interpolated</string>
|
171
|
+
<key>settings</key>
|
172
|
+
<dict>
|
173
|
+
<key>background</key>
|
174
|
+
<string>#CCCC33</string>
|
175
|
+
<key>foreground</key>
|
176
|
+
<string>#000000</string>
|
177
|
+
</dict>
|
178
|
+
</dict>
|
179
|
+
<dict>
|
180
|
+
<key>name</key>
|
181
|
+
<string>Regular expression</string>
|
182
|
+
<key>scope</key>
|
183
|
+
<string>string.regexp</string>
|
184
|
+
<key>settings</key>
|
185
|
+
<dict>
|
186
|
+
<key>foreground</key>
|
187
|
+
<string>#CCCC33</string>
|
188
|
+
</dict>
|
189
|
+
</dict>
|
190
|
+
<dict>
|
191
|
+
<key>name</key>
|
192
|
+
<string>String (literal)</string>
|
193
|
+
<key>scope</key>
|
194
|
+
<string>string.literal</string>
|
195
|
+
<key>settings</key>
|
196
|
+
<dict>
|
197
|
+
<key>foreground</key>
|
198
|
+
<string>#CCCC33</string>
|
199
|
+
</dict>
|
200
|
+
</dict>
|
201
|
+
<dict>
|
202
|
+
<key>name</key>
|
203
|
+
<string>String escapes (executed)</string>
|
204
|
+
<key>scope</key>
|
205
|
+
<string>string.interpolated constant.character.escape</string>
|
206
|
+
<key>settings</key>
|
207
|
+
<dict>
|
208
|
+
<key>foreground</key>
|
209
|
+
<string>#555555</string>
|
210
|
+
</dict>
|
211
|
+
</dict>
|
212
|
+
<dict>
|
213
|
+
<key>name</key>
|
214
|
+
<string>Type name</string>
|
215
|
+
<key>scope</key>
|
216
|
+
<string>entity.name.type</string>
|
217
|
+
<key>settings</key>
|
218
|
+
<dict>
|
219
|
+
<key>fontStyle</key>
|
220
|
+
<string>underline</string>
|
221
|
+
</dict>
|
222
|
+
</dict>
|
223
|
+
<dict>
|
224
|
+
<key>name</key>
|
225
|
+
<string>Class inheritance</string>
|
226
|
+
<key>scope</key>
|
227
|
+
<string>entity.other.inherited-class</string>
|
228
|
+
<key>settings</key>
|
229
|
+
<dict>
|
230
|
+
<key>fontStyle</key>
|
231
|
+
<string>italic underline</string>
|
232
|
+
</dict>
|
233
|
+
</dict>
|
234
|
+
<dict>
|
235
|
+
<key>name</key>
|
236
|
+
<string>Tag name</string>
|
237
|
+
<key>scope</key>
|
238
|
+
<string>entity.name.tag</string>
|
239
|
+
<key>settings</key>
|
240
|
+
<dict>
|
241
|
+
<key>fontStyle</key>
|
242
|
+
<string>underline</string>
|
243
|
+
</dict>
|
244
|
+
</dict>
|
245
|
+
<dict>
|
246
|
+
<key>name</key>
|
247
|
+
<string>Tag attribute</string>
|
248
|
+
<key>scope</key>
|
249
|
+
<string>entity.other.attribute-name</string>
|
250
|
+
<key>settings</key>
|
251
|
+
<dict>
|
252
|
+
<key>fontStyle</key>
|
253
|
+
<string></string>
|
254
|
+
</dict>
|
255
|
+
</dict>
|
256
|
+
<dict>
|
257
|
+
<key>name</key>
|
258
|
+
<string>Support function</string>
|
259
|
+
<key>scope</key>
|
260
|
+
<string>support.function</string>
|
261
|
+
<key>settings</key>
|
262
|
+
<dict>
|
263
|
+
<key>fontStyle</key>
|
264
|
+
<string></string>
|
265
|
+
<key>foreground</key>
|
266
|
+
<string>#C83730</string>
|
267
|
+
</dict>
|
268
|
+
</dict>
|
269
|
+
</array>
|
270
|
+
<key>uuid</key>
|
271
|
+
<string>7D892C2F-8930-4CEF-B414-2E5EAFF94BF7</string>
|
272
|
+
</dict>
|
273
|
+
</plist>
|