rmthemegen 0.0.38 → 0.0.39

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.
Files changed (155) hide show
  1. data/.project +18 -0
  2. data/bin/geanyfy.rb +4 -41
  3. data/lib/rmthemegen/basis_theme.tmTheme +971 -0
  4. data/lib/rmthemegen/geany.filetypes.all +2945 -0
  5. data/lib/rmthemegen/plist.html +246 -0
  6. data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
  7. data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
  8. data/lib/rmthemegen/rmtg_textmate.rb +262 -0
  9. data/lib/rmthemegen/rmthemegen_187.rb +32 -233
  10. data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
  11. data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
  12. data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
  13. data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
  14. data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
  15. data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
  16. data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
  17. data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
  18. data/lib/rmthemegen/syntaxes/C.plist +1126 -0
  19. data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
  20. data/lib/rmthemegen/syntaxes/C____.plist +521 -0
  21. data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
  22. data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
  23. data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
  24. data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
  25. data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
  26. data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
  27. data/lib/rmthemegen/syntaxes/Io.plist +225 -0
  28. data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
  29. data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
  30. data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
  31. data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
  32. data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
  33. data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
  34. data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
  35. data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
  36. data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
  37. data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
  38. data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
  39. data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
  40. data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
  41. data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
  42. data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
  43. data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
  44. data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
  45. data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
  46. data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
  47. data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
  48. data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
  49. data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
  50. data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
  51. data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
  52. data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
  53. data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
  54. data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
  55. data/lib/rmthemegen/syntaxes/XML.plist +576 -0
  56. data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
  57. data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
  58. data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
  59. data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
  60. data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
  61. data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
  62. data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
  63. data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
  64. data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
  65. data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
  66. data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
  67. data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
  68. data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
  69. data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
  70. data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
  71. data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
  72. data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
  73. data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
  74. data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
  75. data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
  76. data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
  77. data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
  78. data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
  79. data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
  80. data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
  81. data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
  82. data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
  83. data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
  84. data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
  85. data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
  86. data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
  87. data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
  88. data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
  89. data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
  90. data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
  91. data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
  92. data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
  93. data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
  94. data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
  95. data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
  96. data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
  97. data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
  98. data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
  99. data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
  100. data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
  101. data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
  102. data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
  103. data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
  104. data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
  105. data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
  106. data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
  107. data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
  108. data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
  109. data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
  110. data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
  111. data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
  112. data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
  113. data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
  114. data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
  115. data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
  116. data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
  117. data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
  118. data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
  119. data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
  120. data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
  121. data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
  122. data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
  123. data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
  124. data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
  125. data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
  126. data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
  127. data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
  128. data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
  129. data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
  130. data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
  131. data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
  132. data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
  133. data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
  134. data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
  135. data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
  136. data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
  137. data/lib/rmthemegen/token_list.rb +171 -101
  138. data/lib/rmthemegen/uv_addons.rb +176 -0
  139. data/rmthemegen.gemspec +4 -1
  140. data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
  141. data/test/choco.css +138 -0
  142. data/test/choco.render +136 -0
  143. data/test/get_tm_scopes.rb +79 -0
  144. data/test/get_tm_tokens.rb +0 -3
  145. data/test/newtheme.sh +6 -0
  146. data/test/output +14 -0
  147. data/test/rexml.element.methods +100 -0
  148. data/test/scopes_harvested +61 -0
  149. data/test/scopes_harvested.rb +15 -0
  150. data/test/test_generate_themes.rb +75 -38
  151. metadata +198 -13
  152. data/lib/rmthemegen/index.html +0 -2
  153. data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
  154. data/test/rmt_beautiful_quality.tmTheme +0 -399
  155. data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,971 @@
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_Black</string>
7
+ <key>settings</key>
8
+ <array>
9
+ <dict>
10
+ <key>settings</key>
11
+ <dict>
12
+ <key>background</key>
13
+ <string>#000000</string>
14
+ <key>caret</key>
15
+ <string>#FFFFFF</string>
16
+ <key>foreground</key>
17
+ <string>#EDEDED</string>
18
+ <key>invisibles</key>
19
+ <string>#CAE2FB3D</string>
20
+ <key>lineHighlight</key>
21
+ <string>#FFFFFF24</string>
22
+ <key>selection</key>
23
+ <string>#333333</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>#7C7C7C</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>#FFD2A7</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>#96CBFE</string>
63
+ </dict>
64
+ </dict>
65
+ <dict>
66
+ <key>name</key>
67
+ <string>Keyword.control</string>
68
+ <key>scope</key>
69
+ <string>keyword.control</string>
70
+ <key>settings</key>
71
+ <dict>
72
+ <key>fontStyle</key>
73
+ <string></string>
74
+ <key>foreground</key>
75
+ <string>#96CBFE</string>
76
+ </dict>
77
+ </dict>
78
+ <dict>
79
+ <key>name</key>
80
+ <string>Keyword.Operator</string>
81
+ <key>scope</key>
82
+ <string>keyword.operator</string>
83
+ <key>settings</key>
84
+ <dict>
85
+ <key>foreground</key>
86
+ <string>#EDEDED</string>
87
+ </dict>
88
+ </dict>
89
+ <dict>
90
+ <key>name</key>
91
+ <string>Class</string>
92
+ <key>scope</key>
93
+ <string>entity.name.type</string>
94
+ <key>settings</key>
95
+ <dict>
96
+ <key>fontStyle</key>
97
+ <string>underline</string>
98
+ <key>foreground</key>
99
+ <string>#FFFFB6</string>
100
+ </dict>
101
+ </dict>
102
+ <dict>
103
+ <key>name</key>
104
+ <string>Support</string>
105
+ <key>scope</key>
106
+ <string>support</string>
107
+ <key>settings</key>
108
+ <dict>
109
+ <key>fontStyle</key>
110
+ <string></string>
111
+ <key>foreground</key>
112
+ <string>#FFFFB6</string>
113
+ </dict>
114
+ </dict>
115
+ <dict>
116
+ <key>name</key>
117
+ <string>Function argument</string>
118
+ <key>scope</key>
119
+ <string>variable.parameter</string>
120
+ <key>settings</key>
121
+ <dict>
122
+ <key>fontStyle</key>
123
+ <string>italic</string>
124
+ <key>foreground</key>
125
+ <string>#80D500</string>
126
+ </dict>
127
+ </dict>
128
+
129
+ <dict>
130
+ <key>name</key>
131
+ <string>Symbols</string>
132
+ <key>scope</key>
133
+ <string>constant</string>
134
+ <key>settings</key>
135
+ <dict>
136
+ <key>fontStyle</key>
137
+ <string></string>
138
+ <key>foreground</key>
139
+ <string>#80D500</string>
140
+ </dict>
141
+ </dict>
142
+ <dict>
143
+ <key>name</key>
144
+ <string>Storage</string>
145
+ <key>scope</key>
146
+ <string>storage</string>
147
+ <key>settings</key>
148
+ <dict>
149
+ <key>fontStyle</key>
150
+ <string></string>
151
+ <key>foreground</key>
152
+ <string>#CFCB90</string>
153
+ </dict>
154
+ </dict>
155
+ <dict>
156
+ <key>name</key>
157
+ <string>Storage.modifier</string>
158
+ <key>scope</key>
159
+ <string>storage.modifier</string>
160
+ <key>settings</key>
161
+ <dict>
162
+ <key>fontStyle</key>
163
+ <string></string>
164
+ <key>foreground</key>
165
+ <string>#96CBFE</string>
166
+ </dict>
167
+ </dict>
168
+ <dict>
169
+ <key>name</key>
170
+ <string>Constant</string>
171
+ <key>scope</key>
172
+ <string>constant</string>
173
+ <key>settings</key>
174
+ <dict>
175
+ <key>fontStyle</key>
176
+ <string></string>
177
+ <key>foreground</key>
178
+ <string>#99CC99</string>
179
+ </dict>
180
+ </dict>
181
+ <dict>
182
+ <key>name</key>
183
+ <string>String</string>
184
+ <key>scope</key>
185
+ <string>string</string>
186
+ <key>settings</key>
187
+ <dict>
188
+ <key>fontStyle</key>
189
+ <string>bold</string>
190
+ <key>foreground</key>
191
+ <string>#A8FF60</string>
192
+ </dict>
193
+ </dict>
194
+ <dict>
195
+ <key>name</key>
196
+ <string>Number</string>
197
+ <key>scope</key>
198
+ <string>constant.numeric</string>
199
+ <key>settings</key>
200
+ <dict>
201
+ <key>fontStyle</key>
202
+ <string>bold</string>
203
+ <key>foreground</key>
204
+ <string>#FF73FD</string>
205
+ </dict>
206
+ </dict>
207
+ <dict>
208
+ <key>name</key>
209
+ <string>Punctuation</string>
210
+ <key>scope</key>
211
+ <string>punctuation</string>
212
+ <key>settings</key>
213
+ <dict>
214
+ <key>fontStyle</key>
215
+ <string></string>
216
+ </dict>
217
+ </dict>
218
+ <dict>
219
+ <key>name</key>
220
+ <string>Variable</string>
221
+ <key>scope</key>
222
+ <string>variable</string>
223
+ <key>settings</key>
224
+ <dict>
225
+ <key>fontStyle</key>
226
+ <string></string>
227
+ <key>foreground</key>
228
+ <string>#C6C5FE</string>
229
+ </dict>
230
+ </dict>
231
+ <dict>
232
+ <key>name</key>
233
+ <string>Invalid – Deprecated</string>
234
+ <key>scope</key>
235
+ <string>invalid.deprecated</string>
236
+ <key>settings</key>
237
+ <dict>
238
+ <key>fontStyle</key>
239
+ <string>italic underline</string>
240
+ <key>foreground</key>
241
+ <string>#FD5FF1</string>
242
+ </dict>
243
+ </dict>
244
+ <dict>
245
+ <key>name</key>
246
+ <string>Invalid – Illegal</string>
247
+ <key>scope</key>
248
+ <string>invalid.illegal</string>
249
+ <key>settings</key>
250
+ <dict>
251
+ <key>background</key>
252
+ <string>#562D56BF</string>
253
+ <key>foreground</key>
254
+ <string>#FD5FF1</string>
255
+ </dict>
256
+ </dict>
257
+ <dict>
258
+ <key>name</key>
259
+ <string>-----------------------------------</string>
260
+ <key>settings</key>
261
+ <dict/>
262
+ </dict>
263
+ <dict>
264
+ <key>name</key>
265
+ <string>♦ Embedded Source (Bright)</string>
266
+ <key>scope</key>
267
+ <string>text source</string>
268
+ <key>settings</key>
269
+ <dict>
270
+ <key>background</key>
271
+ <string>#B1B3BA08</string>
272
+ <key>fontStyle</key>
273
+ <string></string>
274
+ </dict>
275
+ </dict>
276
+ <dict>
277
+ <key>name</key>
278
+ <string>♦ Entity inherited-class</string>
279
+ <key>scope</key>
280
+ <string>entity.other.inherited-class</string>
281
+ <key>settings</key>
282
+ <dict>
283
+ <key>fontStyle</key>
284
+ <string>italic</string>
285
+ <key>foreground</key>
286
+ <string>#9B5C2E</string>
287
+ </dict>
288
+ </dict>
289
+ <dict>
290
+ <key>name</key>
291
+ <string>♦ String embedded-variable</string>
292
+ <key>scope</key>
293
+ <string>source string source</string>
294
+ <key>settings</key>
295
+ <dict>
296
+ <key>fontStyle</key>
297
+ <string></string>
298
+ <key>foreground</key>
299
+ <string>#EDEDED</string>
300
+ </dict>
301
+ </dict>
302
+ <dict>
303
+ <key>name</key>
304
+ <string>♦ String punctuation</string>
305
+ <key>scope</key>
306
+ <string>source string source punctuation.section.embedded</string>
307
+ <key>settings</key>
308
+ <dict>
309
+ <key>fontStyle</key>
310
+ <string></string>
311
+ <key>foreground</key>
312
+ <string>#00A0A0</string>
313
+ </dict>
314
+ </dict>
315
+ <dict>
316
+ <key>name</key>
317
+ <string>~ Character constant</string>
318
+ <key>scope</key>
319
+ <string>constant.character</string>
320
+ <key>settings</key>
321
+ <dict>
322
+ <key>fontStyle</key>
323
+ <string></string>
324
+ <key>foreground</key>
325
+ <string>#86FF00</string>
326
+ </dict>
327
+ </dict>
328
+ <dict>
329
+ <key>name</key>
330
+ <string>~ Built-in constant</string>
331
+ <key>scope</key>
332
+ <string>constant.language, keyword.other.unit, constant.other.java, constant.other.unit</string>
333
+ <key>settings</key>
334
+ <dict>
335
+ <key>fontStyle</key>
336
+ <string></string>
337
+ <key>foreground</key>
338
+ <string>#07FF00</string>
339
+ </dict>
340
+ </dict>
341
+ <dict>
342
+ <key>name</key>
343
+ <string>~ Built-in constant+</string>
344
+ <key>scope</key>
345
+ <string>constant.language.pseudo-variable</string>
346
+ <key>settings</key>
347
+ <dict>
348
+ <key>fontStyle</key>
349
+ <string></string>
350
+ <key>foreground</key>
351
+ <string>#07FF00</string>
352
+ </dict>
353
+ </dict>
354
+ <dict>
355
+ <key>name</key>
356
+ <string>♦ String constant</string>
357
+ <key>scope</key>
358
+ <string>string constant</string>
359
+ <key>settings</key>
360
+ <dict>
361
+ <key>fontStyle</key>
362
+ <string></string>
363
+ <key>foreground</key>
364
+ <string>#00A0A0</string>
365
+ </dict>
366
+ </dict>
367
+ <dict>
368
+ <key>name</key>
369
+ <string>♦ String.regexp</string>
370
+ <key>scope</key>
371
+ <string>string.regexp</string>
372
+ <key>settings</key>
373
+ <dict>
374
+ <key>fontStyle</key>
375
+ <string></string>
376
+ <key>foreground</key>
377
+ <string>#E9C062</string>
378
+ </dict>
379
+ </dict>
380
+ <dict>
381
+ <key>name</key>
382
+ <string>√ global Variable</string>
383
+ <key>scope</key>
384
+ <string>variable.other.readwrite.global</string>
385
+ <key>settings</key>
386
+ <dict>
387
+ <key>fontStyle</key>
388
+ <string></string>
389
+ <key>foreground</key>
390
+ <string>#00807C</string>
391
+ </dict>
392
+ </dict>
393
+ <dict>
394
+ <key>name</key>
395
+ <string>~ variable.language.this.js.prototype</string>
396
+ <key>scope</key>
397
+ <string>variable.language.this.js</string>
398
+ <key>settings</key>
399
+ <dict>
400
+ <key>fontStyle</key>
401
+ <string></string>
402
+ <key>foreground</key>
403
+ <string>#666666</string>
404
+ </dict>
405
+ </dict>
406
+ <dict>
407
+ <key>name</key>
408
+ <string>√ Variable</string>
409
+ <key>scope</key>
410
+ <string>variable.other, variable.js, punctuation.separator.variable</string>
411
+ <key>settings</key>
412
+ <dict>
413
+ <key>fontStyle</key>
414
+ <string></string>
415
+ <key>foreground</key>
416
+ <string>#31A6FF</string>
417
+ </dict>
418
+ </dict>
419
+ <dict>
420
+ <key>name</key>
421
+ <string>√ class Variable</string>
422
+ <key>scope</key>
423
+ <string>variable.other.readwrite.class</string>
424
+ <key>settings</key>
425
+ <dict>
426
+ <key>fontStyle</key>
427
+ <string></string>
428
+ <key>foreground</key>
429
+ <string>#0086FF</string>
430
+ </dict>
431
+ </dict>
432
+ <dict>
433
+ <key>name</key>
434
+ <string>√ instance Variable</string>
435
+ <key>scope</key>
436
+ <string>variable.other.readwrite.instance</string>
437
+ <key>settings</key>
438
+ <dict>
439
+ <key>fontStyle</key>
440
+ <string></string>
441
+ <key>foreground</key>
442
+ <string>#406180</string>
443
+ </dict>
444
+ </dict>
445
+ <dict>
446
+ <key>name</key>
447
+ <string>√ Normal Variables</string>
448
+ <key>scope</key>
449
+ <string>variable.other.php, variable.other.normal</string>
450
+ <key>settings</key>
451
+ <dict>
452
+ <key>fontStyle</key>
453
+ <string></string>
454
+ <key>foreground</key>
455
+ <string>#406180</string>
456
+ </dict>
457
+ </dict>
458
+ <dict>
459
+ <key>name</key>
460
+ <string>√ Variable Punctuation</string>
461
+ <key>scope</key>
462
+ <string>punctuation.definition, punctuation.separator.variable</string>
463
+ <key>settings</key>
464
+ <dict>
465
+ <key>fontStyle</key>
466
+ <string></string>
467
+ <key>foreground</key>
468
+ <string>#000080</string>
469
+ </dict>
470
+ </dict>
471
+ <dict>
472
+ <key>name</key>
473
+ <string>♦ String.regexp.«special»</string>
474
+ <key>scope</key>
475
+ <string>string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition</string>
476
+ <key>settings</key>
477
+ <dict>
478
+ <key>fontStyle</key>
479
+ <string></string>
480
+ <key>foreground</key>
481
+ <string>#FF8000</string>
482
+ </dict>
483
+ </dict>
484
+ <dict>
485
+ <key>name</key>
486
+ <string>♦ String.regexp.group</string>
487
+ <key>scope</key>
488
+ <string>string.regexp.group</string>
489
+ <key>settings</key>
490
+ <dict>
491
+ <key>background</key>
492
+ <string>#FFFFFF0F</string>
493
+ <key>fontStyle</key>
494
+ <string></string>
495
+ <key>foreground</key>
496
+ <string>#C6A24F</string>
497
+ </dict>
498
+ </dict>
499
+ <dict>
500
+ <key>name</key>
501
+ <string>♦ String.regexp.character-class</string>
502
+ <key>scope</key>
503
+ <string>string.regexp.character-class</string>
504
+ <key>settings</key>
505
+ <dict>
506
+ <key>fontStyle</key>
507
+ <string></string>
508
+ <key>foreground</key>
509
+ <string>#B18A3D</string>
510
+ </dict>
511
+ </dict>
512
+ <dict>
513
+ <key>name</key>
514
+ <string>♦ String variable</string>
515
+ <key>scope</key>
516
+ <string>string variable</string>
517
+ <key>settings</key>
518
+ <dict>
519
+ <key>fontStyle</key>
520
+ <string></string>
521
+ <key>foreground</key>
522
+ <string>#8A9A95</string>
523
+ </dict>
524
+ </dict>
525
+ <dict>
526
+ <key>name</key>
527
+ <string>♦ Support.function</string>
528
+ <key>scope</key>
529
+ <string>support.function</string>
530
+ <key>settings</key>
531
+ <dict>
532
+ <key>fontStyle</key>
533
+ <string></string>
534
+ <key>foreground</key>
535
+ <string>#DAD085</string>
536
+ </dict>
537
+ </dict>
538
+ <dict>
539
+ <key>name</key>
540
+ <string>♦ Support.constant</string>
541
+ <key>scope</key>
542
+ <string>support.constant</string>
543
+ <key>settings</key>
544
+ <dict>
545
+ <key>fontStyle</key>
546
+ <string></string>
547
+ <key>foreground</key>
548
+ <string>#FFD2A7</string>
549
+ </dict>
550
+ </dict>
551
+ <dict>
552
+ <key>name</key>
553
+ <string>c C/C++ Preprocessor Line</string>
554
+ <key>scope</key>
555
+ <string>meta.preprocessor.c</string>
556
+ <key>settings</key>
557
+ <dict>
558
+ <key>foreground</key>
559
+ <string>#8996A8</string>
560
+ </dict>
561
+ </dict>
562
+ <dict>
563
+ <key>name</key>
564
+ <string>c C/C++ Preprocessor Directive</string>
565
+ <key>scope</key>
566
+ <string>meta.preprocessor.c keyword</string>
567
+ <key>settings</key>
568
+ <dict>
569
+ <key>fontStyle</key>
570
+ <string></string>
571
+ <key>foreground</key>
572
+ <string>#AFC4DB</string>
573
+ </dict>
574
+ </dict>
575
+ <dict>
576
+ <key>name</key>
577
+ <string>j Cast</string>
578
+ <key>scope</key>
579
+ <string>meta.cast</string>
580
+ <key>settings</key>
581
+ <dict>
582
+ <key>fontStyle</key>
583
+ <string>italic</string>
584
+ <key>foreground</key>
585
+ <string>#676767</string>
586
+ </dict>
587
+ </dict>
588
+ <dict>
589
+ <key>name</key>
590
+ <string>✘ Doctype/XML Processing</string>
591
+ <key>scope</key>
592
+ <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>
593
+ <key>settings</key>
594
+ <dict>
595
+ <key>fontStyle</key>
596
+ <string></string>
597
+ <key>foreground</key>
598
+ <string>#494949</string>
599
+ </dict>
600
+ </dict>
601
+ <dict>
602
+ <key>name</key>
603
+ <string>✘ Meta.tag.«all»</string>
604
+ <key>scope</key>
605
+ <string>meta.tag, meta.tag entity</string>
606
+ <key>settings</key>
607
+ <dict>
608
+ <key>fontStyle</key>
609
+ <string>bold</string>
610
+ <key>foreground</key>
611
+ <string>#96CBFE</string>
612
+ </dict>
613
+ </dict>
614
+ <dict>
615
+ <key>name</key>
616
+ <string>✘ Meta.tag.inline</string>
617
+ <key>scope</key>
618
+ <string>source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity</string>
619
+ <key>settings</key>
620
+ <dict>
621
+ <key>fontStyle</key>
622
+ <string></string>
623
+ <key>foreground</key>
624
+ <string>#96CBFE</string>
625
+ </dict>
626
+ </dict>
627
+ <dict>
628
+ <key>name</key>
629
+ <string>✘ Meta.tag.attribute-name</string>
630
+ <key>scope</key>
631
+ <string>entity.other.attribute-name</string>
632
+ <key>settings</key>
633
+ <dict>
634
+ <key>fontStyle</key>
635
+ <string></string>
636
+ <key>foreground</key>
637
+ <string>#FFD7B1</string>
638
+ </dict>
639
+ </dict>
640
+ <dict>
641
+ <key>name</key>
642
+ <string>✘ Namespaces</string>
643
+ <key>scope</key>
644
+ <string>entity.name.tag.namespace, entity.other.attribute-name.namespace</string>
645
+ <key>settings</key>
646
+ <dict>
647
+ <key>fontStyle</key>
648
+ <string></string>
649
+ <key>foreground</key>
650
+ <string>#E18964</string>
651
+ </dict>
652
+ </dict>
653
+ <dict>
654
+ <key>name</key>
655
+ <string>§ css tag-name</string>
656
+ <key>scope</key>
657
+ <string>meta.selector.css entity.name.tag</string>
658
+ <key>settings</key>
659
+ <dict>
660
+ <key>fontStyle</key>
661
+ <string>underline</string>
662
+ <key>foreground</key>
663
+ <string>#96CBFE</string>
664
+ </dict>
665
+ </dict>
666
+ <dict>
667
+ <key>name</key>
668
+ <string>§ css:pseudo-class</string>
669
+ <key>scope</key>
670
+ <string>meta.selector.css entity.other.attribute-name.tag.pseudo-class</string>
671
+ <key>settings</key>
672
+ <dict>
673
+ <key>fontStyle</key>
674
+ <string></string>
675
+ <key>foreground</key>
676
+ <string>#8F9D6A</string>
677
+ </dict>
678
+ </dict>
679
+ <dict>
680
+ <key>name</key>
681
+ <string>§ css#id</string>
682
+ <key>scope</key>
683
+ <string>meta.selector.css entity.other.attribute-name.id</string>
684
+ <key>settings</key>
685
+ <dict>
686
+ <key>fontStyle</key>
687
+ <string></string>
688
+ <key>foreground</key>
689
+ <string>#8B98AB</string>
690
+ </dict>
691
+ </dict>
692
+ <dict>
693
+ <key>name</key>
694
+ <string>§ css.class</string>
695
+ <key>scope</key>
696
+ <string>meta.selector.css entity.other.attribute-name.class</string>
697
+ <key>settings</key>
698
+ <dict>
699
+ <key>fontStyle</key>
700
+ <string></string>
701
+ <key>foreground</key>
702
+ <string>#62B1FE</string>
703
+ </dict>
704
+ </dict>
705
+ <dict>
706
+ <key>name</key>
707
+ <string>§ css property-name:</string>
708
+ <key>scope</key>
709
+ <string>support.type.property-name.css</string>
710
+ <key>settings</key>
711
+ <dict>
712
+ <key>foreground</key>
713
+ <string>#EDEDED</string>
714
+ </dict>
715
+ </dict>
716
+ <dict>
717
+ <key>name</key>
718
+ <string>§ css property-value;</string>
719
+ <key>scope</key>
720
+ <string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string>
721
+ <key>settings</key>
722
+ <dict>
723
+ <key>fontStyle</key>
724
+ <string></string>
725
+ <key>foreground</key>
726
+ <string>#F9EE98</string>
727
+ </dict>
728
+ </dict>
729
+ <dict>
730
+ <key>name</key>
731
+ <string>§ css @at-rule</string>
732
+ <key>scope</key>
733
+ <string>meta.preprocessor.at-rule keyword.control.at-rule</string>
734
+ <key>settings</key>
735
+ <dict>
736
+ <key>foreground</key>
737
+ <string>#8693A5</string>
738
+ </dict>
739
+ </dict>
740
+ <dict>
741
+ <key>name</key>
742
+ <string>§ css additional-constants</string>
743
+ <key>scope</key>
744
+ <string>meta.property-value support.constant.named-color.css, meta.property-value constant</string>
745
+ <key>settings</key>
746
+ <dict>
747
+ <key>fontStyle</key>
748
+ <string></string>
749
+ <key>foreground</key>
750
+ <string>#87C38A</string>
751
+ </dict>
752
+ </dict>
753
+ <dict>
754
+ <key>name</key>
755
+ <string>§ css constructor.argument</string>
756
+ <key>scope</key>
757
+ <string>meta.constructor.argument.css</string>
758
+ <key>settings</key>
759
+ <dict>
760
+ <key>foreground</key>
761
+ <string>#8F9D6A</string>
762
+ </dict>
763
+ </dict>
764
+ <dict>
765
+ <key>name</key>
766
+ <string>⎇ diff.header</string>
767
+ <key>scope</key>
768
+ <string>meta.diff, meta.diff.header</string>
769
+ <key>settings</key>
770
+ <dict>
771
+ <key>background</key>
772
+ <string>#0E2231</string>
773
+ <key>fontStyle</key>
774
+ <string>italic</string>
775
+ <key>foreground</key>
776
+ <string>#F8F8F8</string>
777
+ </dict>
778
+ </dict>
779
+ <dict>
780
+ <key>name</key>
781
+ <string>⎇ diff.deleted</string>
782
+ <key>scope</key>
783
+ <string>markup.deleted</string>
784
+ <key>settings</key>
785
+ <dict>
786
+ <key>background</key>
787
+ <string>#420E09</string>
788
+ <key>foreground</key>
789
+ <string>#F8F8F8</string>
790
+ </dict>
791
+ </dict>
792
+ <dict>
793
+ <key>name</key>
794
+ <string>⎇ diff.changed</string>
795
+ <key>scope</key>
796
+ <string>markup.changed</string>
797
+ <key>settings</key>
798
+ <dict>
799
+ <key>background</key>
800
+ <string>#4A410D</string>
801
+ <key>foreground</key>
802
+ <string>#F8F8F8</string>
803
+ </dict>
804
+ </dict>
805
+ <dict>
806
+ <key>name</key>
807
+ <string>⎇ diff.inserted</string>
808
+ <key>scope</key>
809
+ <string>markup.inserted</string>
810
+ <key>settings</key>
811
+ <dict>
812
+ <key>background</key>
813
+ <string>#253B22</string>
814
+ <key>foreground</key>
815
+ <string>#F8F8F8</string>
816
+ </dict>
817
+ </dict>
818
+ <dict>
819
+ <key>name</key>
820
+ <string>--------------------------------</string>
821
+ <key>settings</key>
822
+ <dict/>
823
+ </dict>
824
+ <dict>
825
+ <key>name</key>
826
+ <string>Markup: Italic</string>
827
+ <key>scope</key>
828
+ <string>markup.italic</string>
829
+ <key>settings</key>
830
+ <dict>
831
+ <key>fontStyle</key>
832
+ <string>italic</string>
833
+ <key>foreground</key>
834
+ <string>#E9C062</string>
835
+ </dict>
836
+ </dict>
837
+ <dict>
838
+ <key>name</key>
839
+ <string>Markup: Bold</string>
840
+ <key>scope</key>
841
+ <string>markup.bold</string>
842
+ <key>settings</key>
843
+ <dict>
844
+ <key>fontStyle</key>
845
+ <string>bold</string>
846
+ <key>foreground</key>
847
+ <string>#E9C062</string>
848
+ </dict>
849
+ </dict>
850
+ <dict>
851
+ <key>name</key>
852
+ <string>Markup: Underline</string>
853
+ <key>scope</key>
854
+ <string>markup.underline</string>
855
+ <key>settings</key>
856
+ <dict>
857
+ <key>fontStyle</key>
858
+ <string>underline</string>
859
+ <key>foreground</key>
860
+ <string>#E18964</string>
861
+ </dict>
862
+ </dict>
863
+ <dict>
864
+ <key>name</key>
865
+ <string>Markup: Quote</string>
866
+ <key>scope</key>
867
+ <string>markup.quote</string>
868
+ <key>settings</key>
869
+ <dict>
870
+ <key>background</key>
871
+ <string>#FEE09C12</string>
872
+ <key>fontStyle</key>
873
+ <string>italic</string>
874
+ <key>foreground</key>
875
+ <string>#E1D4B9</string>
876
+ </dict>
877
+ </dict>
878
+ <dict>
879
+ <key>name</key>
880
+ <string>Markup: Heading</string>
881
+ <key>scope</key>
882
+ <string>markup.heading, markup.heading entity</string>
883
+ <key>settings</key>
884
+ <dict>
885
+ <key>background</key>
886
+ <string>#632D04</string>
887
+ <key>fontStyle</key>
888
+ <string></string>
889
+ <key>foreground</key>
890
+ <string>#FEDCC5</string>
891
+ </dict>
892
+ </dict>
893
+ <dict>
894
+ <key>name</key>
895
+ <string>Markup: List</string>
896
+ <key>scope</key>
897
+ <string>markup.list</string>
898
+ <key>settings</key>
899
+ <dict>
900
+ <key>foreground</key>
901
+ <string>#E1D4B9</string>
902
+ </dict>
903
+ </dict>
904
+ <dict>
905
+ <key>name</key>
906
+ <string>Markup: Raw</string>
907
+ <key>scope</key>
908
+ <string>markup.raw</string>
909
+ <key>settings</key>
910
+ <dict>
911
+ <key>background</key>
912
+ <string>#B1B3BA08</string>
913
+ <key>fontStyle</key>
914
+ <string></string>
915
+ <key>foreground</key>
916
+ <string>#578BB3</string>
917
+ </dict>
918
+ </dict>
919
+ <dict>
920
+ <key>name</key>
921
+ <string>Markup: Comment</string>
922
+ <key>scope</key>
923
+ <string>markup comment</string>
924
+ <key>settings</key>
925
+ <dict>
926
+ <key>fontStyle</key>
927
+ <string>italic</string>
928
+ <key>foreground</key>
929
+ <string>#F67B37</string>
930
+ </dict>
931
+ </dict>
932
+ <dict>
933
+ <key>name</key>
934
+ <string>Markup: Separator</string>
935
+ <key>scope</key>
936
+ <string>meta.separator</string>
937
+ <key>settings</key>
938
+ <dict>
939
+ <key>background</key>
940
+ <string>#242424</string>
941
+ <key>foreground</key>
942
+ <string>#60A633</string>
943
+ </dict>
944
+ </dict>
945
+ <dict>
946
+ <key>name</key>
947
+ <string>Log Entry</string>
948
+ <key>scope</key>
949
+ <string>meta.line.entry.logfile, meta.line.exit.logfile</string>
950
+ <key>settings</key>
951
+ <dict>
952
+ <key>background</key>
953
+ <string>#EEEEEE29</string>
954
+ </dict>
955
+ </dict>
956
+ <dict>
957
+ <key>name</key>
958
+ <string>Log Entry Error</string>
959
+ <key>scope</key>
960
+ <string>meta.line.error.logfile</string>
961
+ <key>settings</key>
962
+ <dict>
963
+ <key>background</key>
964
+ <string>#751012</string>
965
+ </dict>
966
+ </dict>
967
+ </array>
968
+ <key>uuid</key>
969
+ <string>D039AEA9-9DD2-4237-A963-E84494B0B3FB</string>
970
+ </dict>
971
+ </plist>