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,792 @@
|
|
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>IR_White</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>#A7A7A7</string>
|
16
|
+
<key>foreground</key>
|
17
|
+
<string>#010101</string>
|
18
|
+
<key>invisibles</key>
|
19
|
+
<string>#CAE2FB3D</string>
|
20
|
+
<key>lineHighlight</key>
|
21
|
+
<string>#FFFFFF0D</string>
|
22
|
+
<key>selection</key>
|
23
|
+
<string>#E0E0ED</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>fontStyle</key>
|
34
|
+
<string></string>
|
35
|
+
<key>foreground</key>
|
36
|
+
<string>#898989</string>
|
37
|
+
</dict>
|
38
|
+
</dict>
|
39
|
+
<dict>
|
40
|
+
<key>name</key>
|
41
|
+
<string>Entity</string>
|
42
|
+
<key>scope</key>
|
43
|
+
<string>entity</string>
|
44
|
+
<key>settings</key>
|
45
|
+
<dict>
|
46
|
+
<key>fontStyle</key>
|
47
|
+
<string></string>
|
48
|
+
<key>foreground</key>
|
49
|
+
<string>#A15001</string>
|
50
|
+
</dict>
|
51
|
+
</dict>
|
52
|
+
<dict>
|
53
|
+
<key>name</key>
|
54
|
+
<string>Keyword</string>
|
55
|
+
<key>scope</key>
|
56
|
+
<string>keyword</string>
|
57
|
+
<key>settings</key>
|
58
|
+
<dict>
|
59
|
+
<key>fontStyle</key>
|
60
|
+
<string></string>
|
61
|
+
<key>foreground</key>
|
62
|
+
<string>#016692</string>
|
63
|
+
</dict>
|
64
|
+
</dict>
|
65
|
+
<dict>
|
66
|
+
<key>name</key>
|
67
|
+
<string>Class</string>
|
68
|
+
<key>scope</key>
|
69
|
+
<string>entity.name.type</string>
|
70
|
+
<key>settings</key>
|
71
|
+
<dict>
|
72
|
+
<key>fontStyle</key>
|
73
|
+
<string>underline</string>
|
74
|
+
<key>foreground</key>
|
75
|
+
<string>#646409</string>
|
76
|
+
</dict>
|
77
|
+
</dict>
|
78
|
+
<dict>
|
79
|
+
<key>name</key>
|
80
|
+
<string>Support</string>
|
81
|
+
<key>scope</key>
|
82
|
+
<string>support</string>
|
83
|
+
<key>settings</key>
|
84
|
+
<dict>
|
85
|
+
<key>fontStyle</key>
|
86
|
+
<string></string>
|
87
|
+
<key>foreground</key>
|
88
|
+
<string>#646409</string>
|
89
|
+
</dict>
|
90
|
+
</dict>
|
91
|
+
<dict>
|
92
|
+
<key>name</key>
|
93
|
+
<string>Storage</string>
|
94
|
+
<key>scope</key>
|
95
|
+
<string>storage</string>
|
96
|
+
<key>settings</key>
|
97
|
+
<dict>
|
98
|
+
<key>fontStyle</key>
|
99
|
+
<string></string>
|
100
|
+
<key>foreground</key>
|
101
|
+
<string>#877611</string>
|
102
|
+
</dict>
|
103
|
+
</dict>
|
104
|
+
<dict>
|
105
|
+
<key>name</key>
|
106
|
+
<string>Storage.modifier</string>
|
107
|
+
<key>scope</key>
|
108
|
+
<string>storage.modifier</string>
|
109
|
+
<key>settings</key>
|
110
|
+
<dict>
|
111
|
+
<key>fontStyle</key>
|
112
|
+
<string></string>
|
113
|
+
<key>foreground</key>
|
114
|
+
<string>#014A69</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>fontStyle</key>
|
125
|
+
<string></string>
|
126
|
+
<key>foreground</key>
|
127
|
+
<string>#333366</string>
|
128
|
+
</dict>
|
129
|
+
</dict>
|
130
|
+
<dict>
|
131
|
+
<key>name</key>
|
132
|
+
<string>String</string>
|
133
|
+
<key>scope</key>
|
134
|
+
<string>string</string>
|
135
|
+
<key>settings</key>
|
136
|
+
<dict>
|
137
|
+
<key>fontStyle</key>
|
138
|
+
<string></string>
|
139
|
+
<key>foreground</key>
|
140
|
+
<string>#009F78</string>
|
141
|
+
</dict>
|
142
|
+
</dict>
|
143
|
+
<dict>
|
144
|
+
<key>name</key>
|
145
|
+
<string>number</string>
|
146
|
+
<key>scope</key>
|
147
|
+
<string>constant.numeric</string>
|
148
|
+
<key>settings</key>
|
149
|
+
<dict>
|
150
|
+
<key>fontStyle</key>
|
151
|
+
<string></string>
|
152
|
+
<key>foreground</key>
|
153
|
+
<string>#8C008A</string>
|
154
|
+
</dict>
|
155
|
+
</dict>
|
156
|
+
<dict>
|
157
|
+
<key>name</key>
|
158
|
+
<string>Punctuation</string>
|
159
|
+
<key>scope</key>
|
160
|
+
<string>punctuation</string>
|
161
|
+
<key>settings</key>
|
162
|
+
<dict>
|
163
|
+
<key>fontStyle</key>
|
164
|
+
<string></string>
|
165
|
+
</dict>
|
166
|
+
</dict>
|
167
|
+
<dict>
|
168
|
+
<key>name</key>
|
169
|
+
<string>Variable</string>
|
170
|
+
<key>scope</key>
|
171
|
+
<string>variable</string>
|
172
|
+
<key>settings</key>
|
173
|
+
<dict>
|
174
|
+
<key>fontStyle</key>
|
175
|
+
<string></string>
|
176
|
+
<key>foreground</key>
|
177
|
+
<string>#696989</string>
|
178
|
+
</dict>
|
179
|
+
</dict>
|
180
|
+
<dict>
|
181
|
+
<key>name</key>
|
182
|
+
<string>Invalid – Deprecated</string>
|
183
|
+
<key>scope</key>
|
184
|
+
<string>invalid.deprecated</string>
|
185
|
+
<key>settings</key>
|
186
|
+
<dict>
|
187
|
+
<key>fontStyle</key>
|
188
|
+
<string>italic underline</string>
|
189
|
+
<key>foreground</key>
|
190
|
+
<string>#A00294</string>
|
191
|
+
</dict>
|
192
|
+
</dict>
|
193
|
+
<dict>
|
194
|
+
<key>name</key>
|
195
|
+
<string>Invalid – Illegal</string>
|
196
|
+
<key>scope</key>
|
197
|
+
<string>invalid.illegal</string>
|
198
|
+
<key>settings</key>
|
199
|
+
<dict>
|
200
|
+
<key>background</key>
|
201
|
+
<string>#DF68D9BF</string>
|
202
|
+
<key>foreground</key>
|
203
|
+
<string>#A00294</string>
|
204
|
+
</dict>
|
205
|
+
</dict>
|
206
|
+
<dict>
|
207
|
+
<key>name</key>
|
208
|
+
<string>-----------------------------------</string>
|
209
|
+
<key>settings</key>
|
210
|
+
<dict/>
|
211
|
+
</dict>
|
212
|
+
<dict>
|
213
|
+
<key>name</key>
|
214
|
+
<string>♦ Embedded Source (Bright)</string>
|
215
|
+
<key>scope</key>
|
216
|
+
<string>text source</string>
|
217
|
+
<key>settings</key>
|
218
|
+
<dict>
|
219
|
+
<key>background</key>
|
220
|
+
<string>#B1B3BA08</string>
|
221
|
+
<key>fontStyle</key>
|
222
|
+
<string></string>
|
223
|
+
</dict>
|
224
|
+
</dict>
|
225
|
+
<dict>
|
226
|
+
<key>name</key>
|
227
|
+
<string>♦ Entity inherited-class</string>
|
228
|
+
<key>scope</key>
|
229
|
+
<string>entity.other.inherited-class</string>
|
230
|
+
<key>settings</key>
|
231
|
+
<dict>
|
232
|
+
<key>fontStyle</key>
|
233
|
+
<string>italic</string>
|
234
|
+
<key>foreground</key>
|
235
|
+
<string>#D19264</string>
|
236
|
+
</dict>
|
237
|
+
</dict>
|
238
|
+
<dict>
|
239
|
+
<key>name</key>
|
240
|
+
<string>♦ String embedded-variable</string>
|
241
|
+
<key>scope</key>
|
242
|
+
<string>source string source</string>
|
243
|
+
<key>settings</key>
|
244
|
+
<dict>
|
245
|
+
<key>fontStyle</key>
|
246
|
+
<string></string>
|
247
|
+
<key>foreground</key>
|
248
|
+
<string>#000000</string>
|
249
|
+
</dict>
|
250
|
+
</dict>
|
251
|
+
<dict>
|
252
|
+
<key>name</key>
|
253
|
+
<string>♦ String punctuation</string>
|
254
|
+
<key>scope</key>
|
255
|
+
<string>source string source punctuation.section.embedded</string>
|
256
|
+
<key>settings</key>
|
257
|
+
<dict>
|
258
|
+
<key>fontStyle</key>
|
259
|
+
<string></string>
|
260
|
+
<key>foreground</key>
|
261
|
+
<string>#00FF00</string>
|
262
|
+
</dict>
|
263
|
+
</dict>
|
264
|
+
<dict>
|
265
|
+
<key>name</key>
|
266
|
+
<string>♦ String constant</string>
|
267
|
+
<key>scope</key>
|
268
|
+
<string>string constant</string>
|
269
|
+
<key>settings</key>
|
270
|
+
<dict>
|
271
|
+
<key>fontStyle</key>
|
272
|
+
<string></string>
|
273
|
+
<key>foreground</key>
|
274
|
+
<string>#00FF00</string>
|
275
|
+
</dict>
|
276
|
+
</dict>
|
277
|
+
<dict>
|
278
|
+
<key>name</key>
|
279
|
+
<string>♦ String.regexp</string>
|
280
|
+
<key>scope</key>
|
281
|
+
<string>string.regexp</string>
|
282
|
+
<key>settings</key>
|
283
|
+
<dict>
|
284
|
+
<key>foreground</key>
|
285
|
+
<string>#9D7416</string>
|
286
|
+
</dict>
|
287
|
+
</dict>
|
288
|
+
<dict>
|
289
|
+
<key>name</key>
|
290
|
+
<string>♦ String.regexp.«special»</string>
|
291
|
+
<key>scope</key>
|
292
|
+
<string>string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition</string>
|
293
|
+
<key>settings</key>
|
294
|
+
<dict>
|
295
|
+
<key>fontStyle</key>
|
296
|
+
<string></string>
|
297
|
+
<key>foreground</key>
|
298
|
+
<string>#FF8000</string>
|
299
|
+
</dict>
|
300
|
+
</dict>
|
301
|
+
<dict>
|
302
|
+
<key>name</key>
|
303
|
+
<string>♦ String.regexp.group</string>
|
304
|
+
<key>scope</key>
|
305
|
+
<string>string.regexp.group</string>
|
306
|
+
<key>settings</key>
|
307
|
+
<dict>
|
308
|
+
<key>background</key>
|
309
|
+
<string>#0000001A</string>
|
310
|
+
<key>fontStyle</key>
|
311
|
+
<string></string>
|
312
|
+
<key>foreground</key>
|
313
|
+
<string>#B08C39</string>
|
314
|
+
</dict>
|
315
|
+
</dict>
|
316
|
+
<dict>
|
317
|
+
<key>name</key>
|
318
|
+
<string>♦ String.regexp.character-class</string>
|
319
|
+
<key>scope</key>
|
320
|
+
<string>string.regexp.character-class</string>
|
321
|
+
<key>settings</key>
|
322
|
+
<dict>
|
323
|
+
<key>fontStyle</key>
|
324
|
+
<string></string>
|
325
|
+
<key>foreground</key>
|
326
|
+
<string>#C29B4E</string>
|
327
|
+
</dict>
|
328
|
+
</dict>
|
329
|
+
<dict>
|
330
|
+
<key>name</key>
|
331
|
+
<string>♦ String variable</string>
|
332
|
+
<key>scope</key>
|
333
|
+
<string>string variable</string>
|
334
|
+
<key>settings</key>
|
335
|
+
<dict>
|
336
|
+
<key>fontStyle</key>
|
337
|
+
<string></string>
|
338
|
+
<key>foreground</key>
|
339
|
+
<string>#756565</string>
|
340
|
+
</dict>
|
341
|
+
</dict>
|
342
|
+
<dict>
|
343
|
+
<key>name</key>
|
344
|
+
<string>♦ Support.function</string>
|
345
|
+
<key>scope</key>
|
346
|
+
<string>support.function</string>
|
347
|
+
<key>settings</key>
|
348
|
+
<dict>
|
349
|
+
<key>fontStyle</key>
|
350
|
+
<string></string>
|
351
|
+
<key>foreground</key>
|
352
|
+
<string>#7A7025</string>
|
353
|
+
</dict>
|
354
|
+
</dict>
|
355
|
+
<dict>
|
356
|
+
<key>name</key>
|
357
|
+
<string>♦ Support.constant</string>
|
358
|
+
<key>scope</key>
|
359
|
+
<string>support.constant</string>
|
360
|
+
<key>settings</key>
|
361
|
+
<dict>
|
362
|
+
<key>fontStyle</key>
|
363
|
+
<string></string>
|
364
|
+
<key>foreground</key>
|
365
|
+
<string>#582B00</string>
|
366
|
+
</dict>
|
367
|
+
</dict>
|
368
|
+
<dict>
|
369
|
+
<key>name</key>
|
370
|
+
<string>c C/C++ Preprocessor Line</string>
|
371
|
+
<key>scope</key>
|
372
|
+
<string>meta.preprocessor.c</string>
|
373
|
+
<key>settings</key>
|
374
|
+
<dict>
|
375
|
+
<key>foreground</key>
|
376
|
+
<string>#765757</string>
|
377
|
+
</dict>
|
378
|
+
</dict>
|
379
|
+
<dict>
|
380
|
+
<key>name</key>
|
381
|
+
<string>c C/C++ Preprocessor Directive</string>
|
382
|
+
<key>scope</key>
|
383
|
+
<string>meta.preprocessor.c keyword</string>
|
384
|
+
<key>settings</key>
|
385
|
+
<dict>
|
386
|
+
<key>fontStyle</key>
|
387
|
+
<string></string>
|
388
|
+
<key>foreground</key>
|
389
|
+
<string>#502424</string>
|
390
|
+
</dict>
|
391
|
+
</dict>
|
392
|
+
<dict>
|
393
|
+
<key>name</key>
|
394
|
+
<string>j Cast</string>
|
395
|
+
<key>scope</key>
|
396
|
+
<string>meta.cast</string>
|
397
|
+
<key>settings</key>
|
398
|
+
<dict>
|
399
|
+
<key>fontStyle</key>
|
400
|
+
<string>italic</string>
|
401
|
+
<key>foreground</key>
|
402
|
+
<string>#010101</string>
|
403
|
+
</dict>
|
404
|
+
</dict>
|
405
|
+
<dict>
|
406
|
+
<key>name</key>
|
407
|
+
<string>✘ Doctype/XML Processing</string>
|
408
|
+
<key>scope</key>
|
409
|
+
<string>meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string</string>
|
410
|
+
<key>settings</key>
|
411
|
+
<dict>
|
412
|
+
<key>foreground</key>
|
413
|
+
<string>#010101</string>
|
414
|
+
</dict>
|
415
|
+
</dict>
|
416
|
+
<dict>
|
417
|
+
<key>name</key>
|
418
|
+
<string>✘ Meta.tag.«all»</string>
|
419
|
+
<key>scope</key>
|
420
|
+
<string>meta.tag, meta.tag entity</string>
|
421
|
+
<key>settings</key>
|
422
|
+
<dict>
|
423
|
+
<key>fontStyle</key>
|
424
|
+
<string></string>
|
425
|
+
<key>foreground</key>
|
426
|
+
<string>#0067C2</string>
|
427
|
+
</dict>
|
428
|
+
</dict>
|
429
|
+
<dict>
|
430
|
+
<key>name</key>
|
431
|
+
<string>✘ Meta.tag.inline</string>
|
432
|
+
<key>scope</key>
|
433
|
+
<string>source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity</string>
|
434
|
+
<key>settings</key>
|
435
|
+
<dict>
|
436
|
+
<key>fontStyle</key>
|
437
|
+
<string></string>
|
438
|
+
<key>foreground</key>
|
439
|
+
<string>#00528B</string>
|
440
|
+
</dict>
|
441
|
+
</dict>
|
442
|
+
<dict>
|
443
|
+
<key>name</key>
|
444
|
+
<string>✘ Meta.tag.attribute-name</string>
|
445
|
+
<key>scope</key>
|
446
|
+
<string>entity.other.attribute-name</string>
|
447
|
+
<key>settings</key>
|
448
|
+
<dict>
|
449
|
+
<key>fontStyle</key>
|
450
|
+
<string></string>
|
451
|
+
<key>foreground</key>
|
452
|
+
<string>#BC4D00</string>
|
453
|
+
</dict>
|
454
|
+
</dict>
|
455
|
+
<dict>
|
456
|
+
<key>name</key>
|
457
|
+
<string>✘ Namespaces</string>
|
458
|
+
<key>scope</key>
|
459
|
+
<string>entity.name.tag.namespace, entity.other.attribute-name.namespace</string>
|
460
|
+
<key>settings</key>
|
461
|
+
<dict>
|
462
|
+
<key>fontStyle</key>
|
463
|
+
<string></string>
|
464
|
+
<key>foreground</key>
|
465
|
+
<string>#9B431E</string>
|
466
|
+
</dict>
|
467
|
+
</dict>
|
468
|
+
<dict>
|
469
|
+
<key>name</key>
|
470
|
+
<string>§ css tag-name</string>
|
471
|
+
<key>scope</key>
|
472
|
+
<string>meta.selector.css entity.name.tag</string>
|
473
|
+
<key>settings</key>
|
474
|
+
<dict>
|
475
|
+
<key>fontStyle</key>
|
476
|
+
<string>underline</string>
|
477
|
+
<key>foreground</key>
|
478
|
+
<string>#0067C2</string>
|
479
|
+
</dict>
|
480
|
+
</dict>
|
481
|
+
<dict>
|
482
|
+
<key>name</key>
|
483
|
+
<string>§ css:pseudo-class</string>
|
484
|
+
<key>scope</key>
|
485
|
+
<string>meta.selector.css entity.other.attribute-name.tag.pseudo-class</string>
|
486
|
+
<key>settings</key>
|
487
|
+
<dict>
|
488
|
+
<key>fontStyle</key>
|
489
|
+
<string></string>
|
490
|
+
<key>foreground</key>
|
491
|
+
<string>#628795</string>
|
492
|
+
</dict>
|
493
|
+
</dict>
|
494
|
+
<dict>
|
495
|
+
<key>name</key>
|
496
|
+
<string>§ css#id</string>
|
497
|
+
<key>scope</key>
|
498
|
+
<string>meta.selector.css entity.other.attribute-name.id</string>
|
499
|
+
<key>settings</key>
|
500
|
+
<dict>
|
501
|
+
<key>fontStyle</key>
|
502
|
+
<string></string>
|
503
|
+
<key>foreground</key>
|
504
|
+
<string>#667587</string>
|
505
|
+
</dict>
|
506
|
+
</dict>
|
507
|
+
<dict>
|
508
|
+
<key>name</key>
|
509
|
+
<string>§ css.class</string>
|
510
|
+
<key>scope</key>
|
511
|
+
<string>meta.selector.css entity.other.attribute-name.class</string>
|
512
|
+
<key>settings</key>
|
513
|
+
<dict>
|
514
|
+
<key>fontStyle</key>
|
515
|
+
<string></string>
|
516
|
+
<key>foreground</key>
|
517
|
+
<string>#2A85CF</string>
|
518
|
+
</dict>
|
519
|
+
</dict>
|
520
|
+
<dict>
|
521
|
+
<key>name</key>
|
522
|
+
<string>§ css property-name:</string>
|
523
|
+
<key>scope</key>
|
524
|
+
<string>support.type.property-name.css</string>
|
525
|
+
<key>settings</key>
|
526
|
+
<dict>
|
527
|
+
<key>foreground</key>
|
528
|
+
<string>#000000</string>
|
529
|
+
</dict>
|
530
|
+
</dict>
|
531
|
+
<dict>
|
532
|
+
<key>name</key>
|
533
|
+
<string>§ css property-value;</string>
|
534
|
+
<key>scope</key>
|
535
|
+
<string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string>
|
536
|
+
<key>settings</key>
|
537
|
+
<dict>
|
538
|
+
<key>fontStyle</key>
|
539
|
+
<string></string>
|
540
|
+
<key>foreground</key>
|
541
|
+
<string>#675C06</string>
|
542
|
+
</dict>
|
543
|
+
</dict>
|
544
|
+
<dict>
|
545
|
+
<key>name</key>
|
546
|
+
<string>§ css @at-rule</string>
|
547
|
+
<key>scope</key>
|
548
|
+
<string>meta.preprocessor.at-rule keyword.control.at-rule</string>
|
549
|
+
<key>settings</key>
|
550
|
+
<dict>
|
551
|
+
<key>fontStyle</key>
|
552
|
+
<string></string>
|
553
|
+
<key>foreground</key>
|
554
|
+
<string>#795A5A</string>
|
555
|
+
</dict>
|
556
|
+
</dict>
|
557
|
+
<dict>
|
558
|
+
<key>name</key>
|
559
|
+
<string>§ css additional-constants</string>
|
560
|
+
<key>scope</key>
|
561
|
+
<string>meta.property-value support.constant.named-color.css, meta.property-value constant</string>
|
562
|
+
<key>settings</key>
|
563
|
+
<dict>
|
564
|
+
<key>fontStyle</key>
|
565
|
+
<string></string>
|
566
|
+
<key>foreground</key>
|
567
|
+
<string>#3C785D</string>
|
568
|
+
</dict>
|
569
|
+
</dict>
|
570
|
+
<dict>
|
571
|
+
<key>name</key>
|
572
|
+
<string>§ css constructor.argument</string>
|
573
|
+
<key>scope</key>
|
574
|
+
<string>meta.constructor.argument.css</string>
|
575
|
+
<key>settings</key>
|
576
|
+
<dict>
|
577
|
+
<key>fontStyle</key>
|
578
|
+
<string></string>
|
579
|
+
<key>foreground</key>
|
580
|
+
<string>#628795</string>
|
581
|
+
</dict>
|
582
|
+
</dict>
|
583
|
+
<dict>
|
584
|
+
<key>name</key>
|
585
|
+
<string>⎇ diff.header</string>
|
586
|
+
<key>scope</key>
|
587
|
+
<string>meta.diff, meta.diff.header</string>
|
588
|
+
<key>settings</key>
|
589
|
+
<dict>
|
590
|
+
<key>background</key>
|
591
|
+
<string>#0E2231</string>
|
592
|
+
<key>fontStyle</key>
|
593
|
+
<string>italic</string>
|
594
|
+
<key>foreground</key>
|
595
|
+
<string>#FFFFFF</string>
|
596
|
+
</dict>
|
597
|
+
</dict>
|
598
|
+
<dict>
|
599
|
+
<key>name</key>
|
600
|
+
<string>⎇ diff.deleted</string>
|
601
|
+
<key>scope</key>
|
602
|
+
<string>markup.deleted</string>
|
603
|
+
<key>settings</key>
|
604
|
+
<dict>
|
605
|
+
<key>background</key>
|
606
|
+
<string>#420E09</string>
|
607
|
+
<key>foreground</key>
|
608
|
+
<string>#FFFFFF</string>
|
609
|
+
</dict>
|
610
|
+
</dict>
|
611
|
+
<dict>
|
612
|
+
<key>name</key>
|
613
|
+
<string>⎇ diff.changed</string>
|
614
|
+
<key>scope</key>
|
615
|
+
<string>markup.changed</string>
|
616
|
+
<key>settings</key>
|
617
|
+
<dict>
|
618
|
+
<key>background</key>
|
619
|
+
<string>#4A410D</string>
|
620
|
+
<key>foreground</key>
|
621
|
+
<string>#FFFFFF</string>
|
622
|
+
</dict>
|
623
|
+
</dict>
|
624
|
+
<dict>
|
625
|
+
<key>name</key>
|
626
|
+
<string>⎇ diff.inserted</string>
|
627
|
+
<key>scope</key>
|
628
|
+
<string>markup.inserted</string>
|
629
|
+
<key>settings</key>
|
630
|
+
<dict>
|
631
|
+
<key>background</key>
|
632
|
+
<string>#253B22</string>
|
633
|
+
<key>foreground</key>
|
634
|
+
<string>#FFFFFF</string>
|
635
|
+
</dict>
|
636
|
+
</dict>
|
637
|
+
<dict>
|
638
|
+
<key>name</key>
|
639
|
+
<string>--------------------------------</string>
|
640
|
+
<key>settings</key>
|
641
|
+
<dict/>
|
642
|
+
</dict>
|
643
|
+
<dict>
|
644
|
+
<key>name</key>
|
645
|
+
<string>Markup: Italic</string>
|
646
|
+
<key>scope</key>
|
647
|
+
<string>markup.italic</string>
|
648
|
+
<key>settings</key>
|
649
|
+
<dict>
|
650
|
+
<key>fontStyle</key>
|
651
|
+
<string>italic</string>
|
652
|
+
<key>foreground</key>
|
653
|
+
<string>#9D7416</string>
|
654
|
+
</dict>
|
655
|
+
</dict>
|
656
|
+
<dict>
|
657
|
+
<key>name</key>
|
658
|
+
<string>Markup: Bold</string>
|
659
|
+
<key>scope</key>
|
660
|
+
<string>markup.bold</string>
|
661
|
+
<key>settings</key>
|
662
|
+
<dict>
|
663
|
+
<key>fontStyle</key>
|
664
|
+
<string>bold</string>
|
665
|
+
<key>foreground</key>
|
666
|
+
<string>#9D7416</string>
|
667
|
+
</dict>
|
668
|
+
</dict>
|
669
|
+
<dict>
|
670
|
+
<key>name</key>
|
671
|
+
<string>Markup: Underline</string>
|
672
|
+
<key>scope</key>
|
673
|
+
<string>markup.underline</string>
|
674
|
+
<key>settings</key>
|
675
|
+
<dict>
|
676
|
+
<key>fontStyle</key>
|
677
|
+
<string>underline</string>
|
678
|
+
<key>foreground</key>
|
679
|
+
<string>#9B431E</string>
|
680
|
+
</dict>
|
681
|
+
</dict>
|
682
|
+
<dict>
|
683
|
+
<key>name</key>
|
684
|
+
<string>Markup: Quote</string>
|
685
|
+
<key>scope</key>
|
686
|
+
<string>markup.quote</string>
|
687
|
+
<key>settings</key>
|
688
|
+
<dict>
|
689
|
+
<key>background</key>
|
690
|
+
<string>#FEE09C12</string>
|
691
|
+
<key>fontStyle</key>
|
692
|
+
<string>italic</string>
|
693
|
+
<key>foreground</key>
|
694
|
+
<string>#46391E</string>
|
695
|
+
</dict>
|
696
|
+
</dict>
|
697
|
+
<dict>
|
698
|
+
<key>name</key>
|
699
|
+
<string>Markup: Heading</string>
|
700
|
+
<key>scope</key>
|
701
|
+
<string>markup.heading, markup.heading entity</string>
|
702
|
+
<key>settings</key>
|
703
|
+
<dict>
|
704
|
+
<key>background</key>
|
705
|
+
<string>#632D04</string>
|
706
|
+
<key>fontStyle</key>
|
707
|
+
<string></string>
|
708
|
+
<key>foreground</key>
|
709
|
+
<string>#D95B06</string>
|
710
|
+
</dict>
|
711
|
+
</dict>
|
712
|
+
<dict>
|
713
|
+
<key>name</key>
|
714
|
+
<string>Markup: List</string>
|
715
|
+
<key>scope</key>
|
716
|
+
<string>markup.list</string>
|
717
|
+
<key>settings</key>
|
718
|
+
<dict>
|
719
|
+
<key>foreground</key>
|
720
|
+
<string>#46391E</string>
|
721
|
+
</dict>
|
722
|
+
</dict>
|
723
|
+
<dict>
|
724
|
+
<key>name</key>
|
725
|
+
<string>Markup: Raw</string>
|
726
|
+
<key>scope</key>
|
727
|
+
<string>markup.raw</string>
|
728
|
+
<key>settings</key>
|
729
|
+
<dict>
|
730
|
+
<key>background</key>
|
731
|
+
<string>#B1B3BA08</string>
|
732
|
+
<key>fontStyle</key>
|
733
|
+
<string></string>
|
734
|
+
<key>foreground</key>
|
735
|
+
<string>#7C4CA8</string>
|
736
|
+
</dict>
|
737
|
+
</dict>
|
738
|
+
<dict>
|
739
|
+
<key>name</key>
|
740
|
+
<string>Markup: Comment</string>
|
741
|
+
<key>scope</key>
|
742
|
+
<string>markup comment</string>
|
743
|
+
<key>settings</key>
|
744
|
+
<dict>
|
745
|
+
<key>fontStyle</key>
|
746
|
+
<string>italic</string>
|
747
|
+
<key>foreground</key>
|
748
|
+
<string>#C84D09</string>
|
749
|
+
</dict>
|
750
|
+
</dict>
|
751
|
+
<dict>
|
752
|
+
<key>name</key>
|
753
|
+
<string>Markup: Separator</string>
|
754
|
+
<key>scope</key>
|
755
|
+
<string>meta.separator</string>
|
756
|
+
<key>settings</key>
|
757
|
+
<dict>
|
758
|
+
<key>background</key>
|
759
|
+
<string>#242424</string>
|
760
|
+
<key>foreground</key>
|
761
|
+
<string>#746DFF</string>
|
762
|
+
</dict>
|
763
|
+
</dict>
|
764
|
+
<dict>
|
765
|
+
<key>name</key>
|
766
|
+
<string>Log Entry</string>
|
767
|
+
<key>scope</key>
|
768
|
+
<string>meta.line.entry.logfile, meta.line.exit.logfile</string>
|
769
|
+
<key>settings</key>
|
770
|
+
<dict>
|
771
|
+
<key>background</key>
|
772
|
+
<string>#EEEEEE29</string>
|
773
|
+
</dict>
|
774
|
+
</dict>
|
775
|
+
<dict>
|
776
|
+
<key>name</key>
|
777
|
+
<string>Log Entry Error</string>
|
778
|
+
<key>scope</key>
|
779
|
+
<string>meta.line.error.logfile</string>
|
780
|
+
<key>settings</key>
|
781
|
+
<dict>
|
782
|
+
<key>background</key>
|
783
|
+
<string>#751012</string>
|
784
|
+
<key>foreground</key>
|
785
|
+
<string>#FFFFFF</string>
|
786
|
+
</dict>
|
787
|
+
</dict>
|
788
|
+
</array>
|
789
|
+
<key>uuid</key>
|
790
|
+
<string>BC53AA17-9977-4679-9CEF-F047BCC92152</string>
|
791
|
+
</dict>
|
792
|
+
</plist>
|