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,2243 @@
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>Thomas Aylott</string>
7
+ <key>comment</key>
8
+ <string>by Thomas Aylott subtleGradient.com</string>
9
+ <key>name</key>
10
+ <string>Brilliance Dull</string>
11
+ <key>settings</key>
12
+ <array>
13
+ <dict>
14
+ <key>settings</key>
15
+ <dict>
16
+ <key>background</key>
17
+ <string>#050505FA</string>
18
+ <key>caret</key>
19
+ <string>#7979B7</string>
20
+ <key>foreground</key>
21
+ <string>#CDCDCD</string>
22
+ <key>invisibles</key>
23
+ <string>#CDCDCD1A</string>
24
+ <key>lineHighlight</key>
25
+ <string>#0000801A</string>
26
+ <key>selection</key>
27
+ <string>#2E2EE64D</string>
28
+ </dict>
29
+ </dict>
30
+ <dict>
31
+ <key>name</key>
32
+ <string>Thomas Aylott ㊷</string>
33
+ <key>scope</key>
34
+ <string>meta.thomas_aylott</string>
35
+ <key>settings</key>
36
+ <dict>
37
+ <key>background</key>
38
+ <string>#FFFFFF</string>
39
+ <key>fontStyle</key>
40
+ <string>bold</string>
41
+ <key>foreground</key>
42
+ <string>#000000</string>
43
+ </dict>
44
+ </dict>
45
+ <dict>
46
+ <key>name</key>
47
+ <string>subtleGradient.com</string>
48
+ <key>scope</key>
49
+ <string>meta.subtlegradient</string>
50
+ <key>settings</key>
51
+ <dict>
52
+ <key>background</key>
53
+ <string>#FFFFFF</string>
54
+ <key>fontStyle</key>
55
+ <string>underline</string>
56
+ <key>foreground</key>
57
+ <string>#555555</string>
58
+ </dict>
59
+ </dict>
60
+ <dict>
61
+ <key>name</key>
62
+ <string>——————————————————</string>
63
+ <key>scope</key>
64
+ <string>meta.subtlegradient</string>
65
+ <key>settings</key>
66
+ <dict>
67
+ <key>background</key>
68
+ <string>#FFFFFF</string>
69
+ <key>foreground</key>
70
+ <string>#E6E6E6</string>
71
+ </dict>
72
+ </dict>
73
+ <dict>
74
+ <key>name</key>
75
+ <string>~ String</string>
76
+ <key>scope</key>
77
+ <string>string -meta.tag -meta.doctype -string.regexp -string.literal -string.interpolated -string.quoted.literal -string.unquoted, variable.parameter.misc.css, text string source string, string.unquoted string, string.regexp string</string>
78
+ <key>settings</key>
79
+ <dict>
80
+ <key>background</key>
81
+ <string>#803D0033</string>
82
+ <key>foreground</key>
83
+ <string>#D2D1AB</string>
84
+ </dict>
85
+ </dict>
86
+ <dict>
87
+ <key>name</key>
88
+ <string>~ String Punctuation</string>
89
+ <key>scope</key>
90
+ <string>punctuation.definition.string -meta.tag</string>
91
+ <key>settings</key>
92
+ <dict>
93
+ <key>foreground</key>
94
+ <string>#533F2C</string>
95
+ </dict>
96
+ </dict>
97
+ <dict>
98
+ <key>name</key>
99
+ <string>~ String Punctuation II</string>
100
+ <key>scope</key>
101
+ <string>string.regexp punctuation.definition.string, string.quoted.literal punctuation.definition.string, string.quoted.double.ruby.mod punctuation.definition.string</string>
102
+ <key>settings</key>
103
+ <dict>
104
+ <key>foreground</key>
105
+ <string>#FFF80033</string>
106
+ </dict>
107
+ </dict>
108
+ <dict>
109
+ <key>name</key>
110
+ <string>~ String Literal</string>
111
+ <key>scope</key>
112
+ <string>string.quoted.literal, string.quoted.double.ruby.mod</string>
113
+ <key>settings</key>
114
+ <dict>
115
+ <key>background</key>
116
+ <string>#43800033</string>
117
+ <key>foreground</key>
118
+ <string>#A6A458</string>
119
+ </dict>
120
+ </dict>
121
+ <dict>
122
+ <key>name</key>
123
+ <string>~ String Unquoted</string>
124
+ <key>scope</key>
125
+ <string>string.unquoted -string.unquoted.embedded, string.quoted.double.multiline, meta.scope.heredoc</string>
126
+ <key>settings</key>
127
+ <dict>
128
+ <key>foreground</key>
129
+ <string>#D2BEAB</string>
130
+ </dict>
131
+ </dict>
132
+ <dict>
133
+ <key>name</key>
134
+ <string>~ String Interpolated</string>
135
+ <key>scope</key>
136
+ <string>string.interpolated</string>
137
+ <key>settings</key>
138
+ <dict>
139
+ <key>background</key>
140
+ <string>#1A1A1A</string>
141
+ <key>foreground</key>
142
+ <string>#D2D1AB</string>
143
+ </dict>
144
+ </dict>
145
+ <dict>
146
+ <key>name</key>
147
+ <string>~ String RegEx</string>
148
+ <key>scope</key>
149
+ <string>string.regexp</string>
150
+ <key>settings</key>
151
+ <dict>
152
+ <key>background</key>
153
+ <string>#43800033</string>
154
+ <key>foreground</key>
155
+ <string>#A6A458</string>
156
+ </dict>
157
+ </dict>
158
+ <dict>
159
+ <key>name</key>
160
+ <string>~ String RegEx Group 1</string>
161
+ <key>scope</key>
162
+ <string>string.regexp.group</string>
163
+ <key>settings</key>
164
+ <dict>
165
+ <key>background</key>
166
+ <string>#43800033</string>
167
+ </dict>
168
+ </dict>
169
+ <dict>
170
+ <key>name</key>
171
+ <string>~ String RegEx Group 2</string>
172
+ <key>scope</key>
173
+ <string>string.regexp.group string.regexp.group </string>
174
+ <key>settings</key>
175
+ <dict>
176
+ <key>background</key>
177
+ <string>#43800033</string>
178
+ <key>foreground</key>
179
+ <string>#FFFFFF66</string>
180
+ </dict>
181
+ </dict>
182
+ <dict>
183
+ <key>name</key>
184
+ <string>~ String RegEx Group 3</string>
185
+ <key>scope</key>
186
+ <string>string.regexp.group string.regexp.group string.regexp.group </string>
187
+ <key>settings</key>
188
+ <dict>
189
+ <key>background</key>
190
+ <string>#43800033</string>
191
+ <key>foreground</key>
192
+ <string>#FFFFFF66</string>
193
+ </dict>
194
+ </dict>
195
+ <dict>
196
+ <key>name</key>
197
+ <string>~ String RegEx Group 4</string>
198
+ <key>scope</key>
199
+ <string>string.regexp.group string.regexp.group string.regexp.group string.regexp.group </string>
200
+ <key>settings</key>
201
+ <dict>
202
+ <key>background</key>
203
+ <string>#43800033</string>
204
+ <key>foreground</key>
205
+ <string>#FFFFFF66</string>
206
+ </dict>
207
+ </dict>
208
+ <dict>
209
+ <key>name</key>
210
+ <string>~ String RegEx Character-Class</string>
211
+ <key>scope</key>
212
+ <string>string.regexp.character-class</string>
213
+ <key>settings</key>
214
+ <dict>
215
+ <key>background</key>
216
+ <string>#43800033</string>
217
+ <key>foreground</key>
218
+ <string>#80A659</string>
219
+ </dict>
220
+ </dict>
221
+ <dict>
222
+ <key>name</key>
223
+ <string>~ String RegEx Arbitrary-Repitition</string>
224
+ <key>scope</key>
225
+ <string>string.regexp.arbitrary-repitition</string>
226
+ <key>settings</key>
227
+ <dict>
228
+ <key>background</key>
229
+ <string>#43800033</string>
230
+ <key>foreground</key>
231
+ <string>#56A5A4</string>
232
+ </dict>
233
+ </dict>
234
+ <dict>
235
+ <key>name</key>
236
+ <string>source.regexp keyword</string>
237
+ <key>scope</key>
238
+ <string>source.regexp keyword.operator</string>
239
+ <key>settings</key>
240
+ <dict>
241
+ <key>foreground</key>
242
+ <string>#A75980</string>
243
+ </dict>
244
+ </dict>
245
+ <dict>
246
+ <key>name</key>
247
+ <string>~ String RegEx Comment</string>
248
+ <key>scope</key>
249
+ <string>string.regexp comment</string>
250
+ <key>settings</key>
251
+ <dict>
252
+ <key>fontStyle</key>
253
+ <string>italic</string>
254
+ <key>foreground</key>
255
+ <string>#FFFFFF</string>
256
+ </dict>
257
+ </dict>
258
+ <dict>
259
+ <key>name</key>
260
+ <string>~ Meta Group Assertion Regexp </string>
261
+ <key>scope</key>
262
+ <string>meta.group.assertion.regexp </string>
263
+ <key>settings</key>
264
+ <dict>
265
+ <key>background</key>
266
+ <string>#0086FF33</string>
267
+ </dict>
268
+ </dict>
269
+ <dict>
270
+ <key>name</key>
271
+ <string>~ Meta Assertion</string>
272
+ <key>scope</key>
273
+ <string>meta.assertion, meta.group.assertion keyword.control.group.regexp</string>
274
+ <key>settings</key>
275
+ <dict>
276
+ <key>foreground</key>
277
+ <string>#5780A6</string>
278
+ </dict>
279
+ </dict>
280
+ <dict>
281
+ <key>name</key>
282
+ <string>~ Number</string>
283
+ <key>scope</key>
284
+ <string>constant.numeric</string>
285
+ <key>settings</key>
286
+ <dict>
287
+ <key>foreground</key>
288
+ <string>#95A658</string>
289
+ </dict>
290
+ </dict>
291
+ <dict>
292
+ <key>name</key>
293
+ <string>~ Character constant</string>
294
+ <key>scope</key>
295
+ <string>constant.character</string>
296
+ <key>settings</key>
297
+ <dict>
298
+ <key>foreground</key>
299
+ <string>#80A659</string>
300
+ </dict>
301
+ </dict>
302
+ <dict>
303
+ <key>name</key>
304
+ <string>~ Built-in constant</string>
305
+ <key>scope</key>
306
+ <string>constant.language, keyword.other.unit, constant.other.java, constant.other.unit</string>
307
+ <key>settings</key>
308
+ <dict>
309
+ <key>foreground</key>
310
+ <string>#59A559</string>
311
+ </dict>
312
+ </dict>
313
+ <dict>
314
+ <key>name</key>
315
+ <string>~ Built-in constant+</string>
316
+ <key>scope</key>
317
+ <string>constant.language.pseudo-variable</string>
318
+ <key>settings</key>
319
+ <dict>
320
+ <key>background</key>
321
+ <string>#04800033</string>
322
+ <key>foreground</key>
323
+ <string>#59A559</string>
324
+ </dict>
325
+ </dict>
326
+ <dict>
327
+ <key>name</key>
328
+ <string>~ User-defined constant</string>
329
+ <key>scope</key>
330
+ <string>constant.other, constant.block</string>
331
+ <key>settings</key>
332
+ <dict>
333
+ <key>foreground</key>
334
+ <string>#57A57D</string>
335
+ </dict>
336
+ </dict>
337
+ <dict>
338
+ <key>name</key>
339
+ <string>~ Library constant</string>
340
+ <key>scope</key>
341
+ <string>support.constant, constant.name</string>
342
+ <key>settings</key>
343
+ <dict>
344
+ <key>foreground</key>
345
+ <string>#56A5A4</string>
346
+ </dict>
347
+ </dict>
348
+ <dict>
349
+ <key>name</key>
350
+ <string>—————————————————</string>
351
+ <key>settings</key>
352
+ <dict/>
353
+ </dict>
354
+ <dict>
355
+ <key>name</key>
356
+ <string>√ pre-defined variable</string>
357
+ <key>scope</key>
358
+ <string>variable.language, variable.other.readwrite.global.pre-defined</string>
359
+ <key>settings</key>
360
+ <dict>
361
+ <key>foreground</key>
362
+ <string>#5E6B6B</string>
363
+ </dict>
364
+ </dict>
365
+ <dict>
366
+ <key>name</key>
367
+ <string>√ Constant Variable</string>
368
+ <key>scope</key>
369
+ <string>variable.other.constant</string>
370
+ <key>settings</key>
371
+ <dict>
372
+ <key>foreground</key>
373
+ <string>#56A5A4</string>
374
+ </dict>
375
+ </dict>
376
+ <dict>
377
+ <key>name</key>
378
+ <string>√ Library variable</string>
379
+ <key>scope</key>
380
+ <string>support.variable</string>
381
+ <key>settings</key>
382
+ <dict>
383
+ <key>background</key>
384
+ <string>#00807C33</string>
385
+ <key>foreground</key>
386
+ <string>#56A5A4</string>
387
+ </dict>
388
+ </dict>
389
+ <dict>
390
+ <key>name</key>
391
+ <string>√ global Variable</string>
392
+ <key>scope</key>
393
+ <string>variable.other.readwrite.global</string>
394
+ <key>settings</key>
395
+ <dict>
396
+ <key>background</key>
397
+ <string>#00438033</string>
398
+ <key>foreground</key>
399
+ <string>#2B5252</string>
400
+ </dict>
401
+ </dict>
402
+ <dict>
403
+ <key>name</key>
404
+ <string>√ Variable</string>
405
+ <key>scope</key>
406
+ <string>variable.other, variable.js</string>
407
+ <key>settings</key>
408
+ <dict>
409
+ <key>foreground</key>
410
+ <string>#5780A6</string>
411
+ </dict>
412
+ </dict>
413
+ <dict>
414
+ <key>name</key>
415
+ <string>√ class Variable</string>
416
+ <key>scope</key>
417
+ <string>variable.other.readwrite.class</string>
418
+ <key>settings</key>
419
+ <dict>
420
+ <key>background</key>
421
+ <string>#0007FF33</string>
422
+ <key>foreground</key>
423
+ <string>#5780A6</string>
424
+ </dict>
425
+ </dict>
426
+ <dict>
427
+ <key>name</key>
428
+ <string>√ instance Variable</string>
429
+ <key>scope</key>
430
+ <string>variable.other.readwrite.instance</string>
431
+ <key>settings</key>
432
+ <dict>
433
+ <key>foreground</key>
434
+ <string>#555F69</string>
435
+ </dict>
436
+ </dict>
437
+ <dict>
438
+ <key>name</key>
439
+ <string>√ Normal Variables</string>
440
+ <key>scope</key>
441
+ <string>variable.other.php, variable.other.normal</string>
442
+ <key>settings</key>
443
+ <dict>
444
+ <key>foreground</key>
445
+ <string>#555F69</string>
446
+ </dict>
447
+ </dict>
448
+ <dict>
449
+ <key>name</key>
450
+ <string>√ Variable Punctuation</string>
451
+ <key>scope</key>
452
+ <string>punctuation.definition -punctuation.definition.comment, punctuation.separator.variable</string>
453
+ <key>settings</key>
454
+ <dict>
455
+ <key>foreground</key>
456
+ <string>#00000080</string>
457
+ </dict>
458
+ </dict>
459
+ <dict>
460
+ <key>name</key>
461
+ <string>—————————————————</string>
462
+ <key>settings</key>
463
+ <dict/>
464
+ </dict>
465
+ <dict>
466
+ <key>name</key>
467
+ <string>¢ Storage</string>
468
+ <key>scope</key>
469
+ <string>storage -storage.modifier</string>
470
+ <key>settings</key>
471
+ <dict>
472
+ <key>foreground</key>
473
+ <string>#A77D58</string>
474
+ </dict>
475
+ </dict>
476
+ <dict>
477
+ <key>name</key>
478
+ <string>¢ Entity Name Preprocessor</string>
479
+ <key>scope</key>
480
+ <string>other.preprocessor, entity.name.preprocessor</string>
481
+ <key>settings</key>
482
+ <dict>
483
+ <key>background</key>
484
+ <string>#803D0033</string>
485
+ </dict>
486
+ </dict>
487
+ <dict>
488
+ <key>name</key>
489
+ <string>~ variable.language.this.js.prototype</string>
490
+ <key>scope</key>
491
+ <string>variable.language.this.js</string>
492
+ <key>settings</key>
493
+ <dict>
494
+ <key>foreground</key>
495
+ <string>#666666</string>
496
+ </dict>
497
+ </dict>
498
+ <dict>
499
+ <key>name</key>
500
+ <string>¢ Storage Modifier</string>
501
+ <key>scope</key>
502
+ <string>storage.modifier</string>
503
+ <key>settings</key>
504
+ <dict>
505
+ <key>foreground</key>
506
+ <string>#533F2C</string>
507
+ </dict>
508
+ </dict>
509
+ <dict>
510
+ <key>name</key>
511
+ <string>¢ Class name</string>
512
+ <key>scope</key>
513
+ <string>entity.name.class, entity.name.type.class, entity.name.type.module</string>
514
+ <key>settings</key>
515
+ <dict>
516
+ <key>foreground</key>
517
+ <string>#A7595A</string>
518
+ </dict>
519
+ </dict>
520
+ <dict>
521
+ <key>name</key>
522
+ <string>¢ Class</string>
523
+ <key>scope</key>
524
+ <string>meta.class -meta.class.instance, declaration.class, meta.definition.class, declaration.module</string>
525
+ <key>settings</key>
526
+ <dict>
527
+ <key>background</key>
528
+ <string>#29161780</string>
529
+ <key>foreground</key>
530
+ <string>#532D2D</string>
531
+ </dict>
532
+ </dict>
533
+ <dict>
534
+ <key>name</key>
535
+ <string>¢ Library class/type</string>
536
+ <key>scope</key>
537
+ <string>support.type, support.class</string>
538
+ <key>settings</key>
539
+ <dict>
540
+ <key>background</key>
541
+ <string>#80000433</string>
542
+ <key>foreground</key>
543
+ <string>#A7595A</string>
544
+ </dict>
545
+ </dict>
546
+ <dict>
547
+ <key>name</key>
548
+ <string>¢ Instance</string>
549
+ <key>scope</key>
550
+ <string>entity.name.instance</string>
551
+ <key>settings</key>
552
+ <dict>
553
+ <key>foreground</key>
554
+ <string>#A7595A</string>
555
+ </dict>
556
+ </dict>
557
+ <dict>
558
+ <key>name</key>
559
+ <string>¢ Instance.constructor</string>
560
+ <key>scope</key>
561
+ <string>meta.class.instance.constructor</string>
562
+ <key>settings</key>
563
+ <dict>
564
+ <key>background</key>
565
+ <string>#80004333</string>
566
+ </dict>
567
+ </dict>
568
+ <dict>
569
+ <key>name</key>
570
+ <string>¢ Inherited class</string>
571
+ <key>scope</key>
572
+ <string>entity.other.inherited-class, entity.name.module</string>
573
+ <key>settings</key>
574
+ <dict>
575
+ <key>background</key>
576
+ <string>#80000433</string>
577
+ <key>foreground</key>
578
+ <string>#A75980</string>
579
+ </dict>
580
+ </dict>
581
+ <dict>
582
+ <key>name</key>
583
+ <string>¢ Class Method</string>
584
+ <key>scope</key>
585
+ <string>object.property.function, meta.definition.method</string>
586
+ <key>settings</key>
587
+ <dict>
588
+ <key>foreground</key>
589
+ <string>#A75980</string>
590
+ </dict>
591
+ </dict>
592
+ <dict>
593
+ <key>name</key>
594
+ <string>¢ Function</string>
595
+ <key>scope</key>
596
+ <string>meta.function -(meta.tell-block), meta.property.function, declaration.function</string>
597
+ <key>settings</key>
598
+ <dict>
599
+ <key>background</key>
600
+ <string>#80004333</string>
601
+ <key>foreground</key>
602
+ <string>#532D40</string>
603
+ </dict>
604
+ </dict>
605
+ <dict>
606
+ <key>name</key>
607
+ <string>¢ Function name</string>
608
+ <key>scope</key>
609
+ <string>entity.name.function, entity.name.preprocessor</string>
610
+ <key>settings</key>
611
+ <dict>
612
+ <key>foreground</key>
613
+ <string>#A75980</string>
614
+ </dict>
615
+ </dict>
616
+ <dict>
617
+ <key>name</key>
618
+ <string>—————————————————</string>
619
+ <key>settings</key>
620
+ <dict/>
621
+ </dict>
622
+ <dict>
623
+ <key>name</key>
624
+ <string>Keyword</string>
625
+ <key>scope</key>
626
+ <string>keyword</string>
627
+ <key>settings</key>
628
+ <dict>
629
+ <key>foreground</key>
630
+ <string>#A459A5</string>
631
+ </dict>
632
+ </dict>
633
+ <dict>
634
+ <key>name</key>
635
+ <string>Keyword.control</string>
636
+ <key>scope</key>
637
+ <string>keyword.control</string>
638
+ <key>settings</key>
639
+ <dict>
640
+ <key>background</key>
641
+ <string>#3C008033</string>
642
+ <key>foreground</key>
643
+ <string>#A459A5</string>
644
+ </dict>
645
+ </dict>
646
+ <dict>
647
+ <key>name</key>
648
+ <string>Special Function</string>
649
+ <key>scope</key>
650
+ <string>keyword.other.special-method, meta.function-call entity.name.function -(meta.function-call meta.function), support.function - variable</string>
651
+ <key>settings</key>
652
+ <dict>
653
+ <key>foreground</key>
654
+ <string>#8D809D</string>
655
+ </dict>
656
+ </dict>
657
+ <dict>
658
+ <key>name</key>
659
+ <string>Library function</string>
660
+ <key>scope</key>
661
+ <string>support.function - variable</string>
662
+ <key>settings</key>
663
+ <dict>
664
+ <key>foreground</key>
665
+ <string>#634683</string>
666
+ </dict>
667
+ </dict>
668
+ <dict>
669
+ <key>name</key>
670
+ <string>Keyword.operator</string>
671
+ <key>scope</key>
672
+ <string>keyword.operator, declaration.function.operator, meta.preprocessor.c.include</string>
673
+ <key>settings</key>
674
+ <dict>
675
+ <key>fontStyle</key>
676
+ <string>bold</string>
677
+ <key>foreground</key>
678
+ <string>#7979B7</string>
679
+ </dict>
680
+ </dict>
681
+ <dict>
682
+ <key>name</key>
683
+ <string> keyword.operator.comparison</string>
684
+ <key>scope</key>
685
+ <string>keyword.operator.comparison</string>
686
+ <key>settings</key>
687
+ <dict>
688
+ <key>fontStyle</key>
689
+ <string></string>
690
+ <key>foreground</key>
691
+ <string>#9899C8</string>
692
+ </dict>
693
+ </dict>
694
+ <dict>
695
+ <key>name</key>
696
+ <string>Function argument</string>
697
+ <key>scope</key>
698
+ <string>variable.parameter -variable.parameter.misc.css, meta.definition.method meta.definition.param-list, meta.function.method.with-arguments variable.parameter.function</string>
699
+ <key>settings</key>
700
+ <dict>
701
+ <key>background</key>
702
+ <string>#3C008033</string>
703
+ <key>foreground</key>
704
+ <string>#ABACD2</string>
705
+ </dict>
706
+ </dict>
707
+ <dict>
708
+ <key>name</key>
709
+ <string>—————————————————</string>
710
+ <key>settings</key>
711
+ <dict/>
712
+ </dict>
713
+ <dict>
714
+ <key>name</key>
715
+ <string>✘ HTML</string>
716
+ <key>settings</key>
717
+ <dict/>
718
+ </dict>
719
+ <dict>
720
+ <key>name</key>
721
+ <string>✘ Tag Doctype</string>
722
+ <key>scope</key>
723
+ <string>meta.doctype, meta.tag.sgml-declaration.doctype, meta.tag.sgml.doctype</string>
724
+ <key>settings</key>
725
+ <dict>
726
+ <key>background</key>
727
+ <string>#333333</string>
728
+ <key>foreground</key>
729
+ <string>#CDCDCD</string>
730
+ </dict>
731
+ </dict>
732
+ <dict>
733
+ <key>name</key>
734
+ <string>✘ Tag</string>
735
+ <key>scope</key>
736
+ <string>meta.tag</string>
737
+ <key>settings</key>
738
+ <dict>
739
+ <key>foreground</key>
740
+ <string>#333333</string>
741
+ </dict>
742
+ </dict>
743
+ <dict>
744
+ <key>name</key>
745
+ <string>✘ Tag Structure</string>
746
+ <key>scope</key>
747
+ <string>meta.tag.structure, meta.tag.segment</string>
748
+ <key>settings</key>
749
+ <dict>
750
+ <key>background</key>
751
+ <string>#333333BF</string>
752
+ <key>foreground</key>
753
+ <string>#666666</string>
754
+ </dict>
755
+ </dict>
756
+ <dict>
757
+ <key>name</key>
758
+ <string>✘ Tag Block</string>
759
+ <key>scope</key>
760
+ <string>meta.tag.block, meta.tag.xml, meta.tag.key</string>
761
+ <key>settings</key>
762
+ <dict>
763
+ <key>background</key>
764
+ <string>#4C4C4C33</string>
765
+ <key>foreground</key>
766
+ <string>#4C4C4C</string>
767
+ </dict>
768
+ </dict>
769
+ <dict>
770
+ <key>name</key>
771
+ <string>✘ Tag Inline</string>
772
+ <key>scope</key>
773
+ <string>meta.tag.inline</string>
774
+ <key>settings</key>
775
+ <dict>
776
+ <key>background</key>
777
+ <string>#803D0033</string>
778
+ <key>foreground</key>
779
+ <string>#A77D58</string>
780
+ </dict>
781
+ </dict>
782
+ <dict>
783
+ <key>name</key>
784
+ <string>meta.tag.inline source</string>
785
+ <key>scope</key>
786
+ <string>meta.tag.inline source</string>
787
+ <key>settings</key>
788
+ <dict>
789
+ <key>background</key>
790
+ <string>#803D0033</string>
791
+ </dict>
792
+ </dict>
793
+ <dict>
794
+ <key>name</key>
795
+ <string>✘ Tag Other</string>
796
+ <key>scope</key>
797
+ <string>meta.tag.other, entity.name.tag.style, source entity.other.attribute-name -text.html.basic.embedded , entity.name.tag.script, meta.tag.block.script</string>
798
+ <key>settings</key>
799
+ <dict>
800
+ <key>background</key>
801
+ <string>#80000433</string>
802
+ <key>foreground</key>
803
+ <string>#A7595A</string>
804
+ </dict>
805
+ </dict>
806
+ <dict>
807
+ <key>name</key>
808
+ <string>✘ Tag Form</string>
809
+ <key>scope</key>
810
+ <string>meta.tag.form, meta.tag.block.form</string>
811
+ <key>settings</key>
812
+ <dict>
813
+ <key>background</key>
814
+ <string>#00438033</string>
815
+ <key>foreground</key>
816
+ <string>#5780A6</string>
817
+ </dict>
818
+ </dict>
819
+ <dict>
820
+ <key>name</key>
821
+ <string>✘ Tag Meta</string>
822
+ <key>scope</key>
823
+ <string>meta.tag.meta</string>
824
+ <key>settings</key>
825
+ <dict>
826
+ <key>background</key>
827
+ <string>#3C008033</string>
828
+ <key>foreground</key>
829
+ <string>#A459A5</string>
830
+ </dict>
831
+ </dict>
832
+ <dict>
833
+ <key>name</key>
834
+ <string>✘ Tag Block Head</string>
835
+ <key>scope</key>
836
+ <string>meta.section.html.head</string>
837
+ <key>settings</key>
838
+ <dict>
839
+ <key>background</key>
840
+ <string>#121212</string>
841
+ </dict>
842
+ </dict>
843
+ <dict>
844
+ <key>name</key>
845
+ <string>✘ Tag Block Form</string>
846
+ <key>scope</key>
847
+ <string>meta.section.html.form</string>
848
+ <key>settings</key>
849
+ <dict>
850
+ <key>background</key>
851
+ <string>#0043801A</string>
852
+ </dict>
853
+ </dict>
854
+ <dict>
855
+ <key>name</key>
856
+ <string>✘ XML Tag</string>
857
+ <key>scope</key>
858
+ <string>meta.tag.xml</string>
859
+ <key>settings</key>
860
+ <dict>
861
+ <key>foreground</key>
862
+ <string>#666666</string>
863
+ </dict>
864
+ </dict>
865
+ <dict>
866
+ <key>name</key>
867
+ <string>✘ Tag name</string>
868
+ <key>scope</key>
869
+ <string>entity.name.tag</string>
870
+ <key>settings</key>
871
+ <dict>
872
+ <key>foreground</key>
873
+ <string>#FFFFFF4D</string>
874
+ </dict>
875
+ </dict>
876
+ <dict>
877
+ <key>name</key>
878
+ <string>✘ Tag attribute</string>
879
+ <key>scope</key>
880
+ <string>entity.other.attribute-name, meta.tag punctuation.definition.string</string>
881
+ <key>settings</key>
882
+ <dict>
883
+ <key>foreground</key>
884
+ <string>#FFFFFF33</string>
885
+ </dict>
886
+ </dict>
887
+ <dict>
888
+ <key>name</key>
889
+ <string>✘ Tag value</string>
890
+ <key>scope</key>
891
+ <string>meta.tag string -source -punctuation, text source text meta.tag string -punctuation</string>
892
+ <key>settings</key>
893
+ <dict>
894
+ <key>foreground</key>
895
+ <string>#FFFFFF66</string>
896
+ </dict>
897
+ </dict>
898
+ <dict>
899
+ <key>name</key>
900
+ <string>—————————————————</string>
901
+ <key>settings</key>
902
+ <dict/>
903
+ </dict>
904
+ <dict>
905
+ <key>name</key>
906
+ <string>M markdown</string>
907
+ <key>settings</key>
908
+ <dict/>
909
+ </dict>
910
+ <dict>
911
+ <key>name</key>
912
+ <string>M markup</string>
913
+ <key>scope</key>
914
+ <string>markup markup -(markup meta.paragraph.list)</string>
915
+ <key>settings</key>
916
+ <dict>
917
+ <key>background</key>
918
+ <string>#33333333</string>
919
+ <key>foreground</key>
920
+ <string>#A6A458</string>
921
+ </dict>
922
+ </dict>
923
+ <dict>
924
+ <key>name</key>
925
+ <string>M HR</string>
926
+ <key>scope</key>
927
+ <string>markup.hr</string>
928
+ <key>settings</key>
929
+ <dict>
930
+ <key>background</key>
931
+ <string>#FFFFFF</string>
932
+ <key>foreground</key>
933
+ <string>#000000</string>
934
+ </dict>
935
+ </dict>
936
+ <dict>
937
+ <key>name</key>
938
+ <string>M heading</string>
939
+ <key>scope</key>
940
+ <string>markup.heading</string>
941
+ <key>settings</key>
942
+ <dict>
943
+ <key>background</key>
944
+ <string>#33333380</string>
945
+ <key>foreground</key>
946
+ <string>#666666</string>
947
+ </dict>
948
+ </dict>
949
+ <dict>
950
+ <key>name</key>
951
+ <string>M bold</string>
952
+ <key>scope</key>
953
+ <string>markup.bold</string>
954
+ <key>settings</key>
955
+ <dict>
956
+ <key>fontStyle</key>
957
+ <string>bold</string>
958
+ </dict>
959
+ </dict>
960
+ <dict>
961
+ <key>name</key>
962
+ <string>M italic</string>
963
+ <key>scope</key>
964
+ <string>markup.italic</string>
965
+ <key>settings</key>
966
+ <dict>
967
+ <key>fontStyle</key>
968
+ <string>italic</string>
969
+ </dict>
970
+ </dict>
971
+ <dict>
972
+ <key>name</key>
973
+ <string>M strike</string>
974
+ <key>settings</key>
975
+ <dict/>
976
+ </dict>
977
+ <dict>
978
+ <key>name</key>
979
+ <string>M add</string>
980
+ <key>settings</key>
981
+ <dict/>
982
+ </dict>
983
+ <dict>
984
+ <key>name</key>
985
+ <string>M del</string>
986
+ <key>settings</key>
987
+ <dict/>
988
+ </dict>
989
+ <dict>
990
+ <key>name</key>
991
+ <string>M underline</string>
992
+ <key>scope</key>
993
+ <string>markup.underline</string>
994
+ <key>settings</key>
995
+ <dict>
996
+ <key>fontStyle</key>
997
+ <string>underline</string>
998
+ </dict>
999
+ </dict>
1000
+ <dict>
1001
+ <key>name</key>
1002
+ <string>M reference</string>
1003
+ <key>scope</key>
1004
+ <string>meta.reference, markup.underline.link</string>
1005
+ <key>settings</key>
1006
+ <dict>
1007
+ <key>fontStyle</key>
1008
+ <string></string>
1009
+ <key>foreground</key>
1010
+ <string>#5780A6</string>
1011
+ </dict>
1012
+ </dict>
1013
+ <dict>
1014
+ <key>name</key>
1015
+ <string>M reference name</string>
1016
+ <key>scope</key>
1017
+ <string>entity.name.reference</string>
1018
+ <key>settings</key>
1019
+ <dict>
1020
+ <key>background</key>
1021
+ <string>#00438033</string>
1022
+ <key>foreground</key>
1023
+ <string>#56A5A4</string>
1024
+ </dict>
1025
+ </dict>
1026
+ <dict>
1027
+ <key>name</key>
1028
+ <string>M underline link</string>
1029
+ <key>scope</key>
1030
+ <string>meta.reference.list markup.underline.link, text.html.textile markup.underline.link</string>
1031
+ <key>settings</key>
1032
+ <dict>
1033
+ <key>fontStyle</key>
1034
+ <string>underline</string>
1035
+ <key>foreground</key>
1036
+ <string>#56A5A4</string>
1037
+ </dict>
1038
+ </dict>
1039
+ <dict>
1040
+ <key>name</key>
1041
+ <string>M raw block</string>
1042
+ <key>scope</key>
1043
+ <string>markup.raw.block</string>
1044
+ <key>settings</key>
1045
+ <dict>
1046
+ <key>background</key>
1047
+ <string>#000000</string>
1048
+ <key>foreground</key>
1049
+ <string>#999999</string>
1050
+ </dict>
1051
+ </dict>
1052
+ <dict>
1053
+ <key>name</key>
1054
+ <string>M quote block</string>
1055
+ <key>scope</key>
1056
+ <string>markup.quote</string>
1057
+ <key>settings</key>
1058
+ <dict>
1059
+ <key>background</key>
1060
+ <string>#FFFFFF1A</string>
1061
+ </dict>
1062
+ </dict>
1063
+ <dict>
1064
+ <key>name</key>
1065
+ <string>—————————————————</string>
1066
+ <key>settings</key>
1067
+ <dict/>
1068
+ </dict>
1069
+ <dict>
1070
+ <key>name</key>
1071
+ <string>§ CSS</string>
1072
+ <key>scope</key>
1073
+ <string>source.css</string>
1074
+ <key>settings</key>
1075
+ <dict/>
1076
+ </dict>
1077
+ <dict>
1078
+ <key>name</key>
1079
+ <string>§ Selector</string>
1080
+ <key>scope</key>
1081
+ <string>meta.selector</string>
1082
+ <key>settings</key>
1083
+ <dict>
1084
+ <key>background</key>
1085
+ <string>#00000080</string>
1086
+ <key>foreground</key>
1087
+ <string>#666666</string>
1088
+ </dict>
1089
+ </dict>
1090
+ <dict>
1091
+ <key>name</key>
1092
+ <string>§ Attribute-Match</string>
1093
+ <key>scope</key>
1094
+ <string>meta.attribute-match.css</string>
1095
+ <key>settings</key>
1096
+ <dict>
1097
+ <key>background</key>
1098
+ <string>#00048033</string>
1099
+ <key>foreground</key>
1100
+ <string>#575AA6</string>
1101
+ </dict>
1102
+ </dict>
1103
+ <dict>
1104
+ <key>name</key>
1105
+ <string>§ Pseudo-Class</string>
1106
+ <key>scope</key>
1107
+ <string>entity.other.attribute-name.pseudo-class, entity.other.attribute-name.tag.pseudo-class</string>
1108
+ <key>settings</key>
1109
+ <dict>
1110
+ <key>foreground</key>
1111
+ <string>#7C58A5</string>
1112
+ </dict>
1113
+ </dict>
1114
+ <dict>
1115
+ <key>name</key>
1116
+ <string>§ Class</string>
1117
+ <key>scope</key>
1118
+ <string>meta.selector entity.other.attribute-name.class</string>
1119
+ <key>settings</key>
1120
+ <dict>
1121
+ <key>foreground</key>
1122
+ <string>#A459A5</string>
1123
+ </dict>
1124
+ </dict>
1125
+ <dict>
1126
+ <key>name</key>
1127
+ <string>§ ID</string>
1128
+ <key>scope</key>
1129
+ <string>meta.selector entity.other.attribute-name.id</string>
1130
+ <key>settings</key>
1131
+ <dict>
1132
+ <key>foreground</key>
1133
+ <string>#A75980</string>
1134
+ </dict>
1135
+ </dict>
1136
+ <dict>
1137
+ <key>name</key>
1138
+ <string>§ Tag</string>
1139
+ <key>scope</key>
1140
+ <string>meta.selector entity.name.tag</string>
1141
+ <key>settings</key>
1142
+ <dict>
1143
+ <key>fontStyle</key>
1144
+ <string></string>
1145
+ <key>foreground</key>
1146
+ <string>#A7595A</string>
1147
+ </dict>
1148
+ </dict>
1149
+ <dict>
1150
+ <key>name</key>
1151
+ <string>§ Tag Wildcard</string>
1152
+ <key>scope</key>
1153
+ <string>entity.name.tag.wildcard, entity.other.attribute-name.universal</string>
1154
+ <key>settings</key>
1155
+ <dict>
1156
+ <key>fontStyle</key>
1157
+ <string>bold</string>
1158
+ <key>foreground</key>
1159
+ <string>#A77D58</string>
1160
+ </dict>
1161
+ </dict>
1162
+ <dict>
1163
+ <key>name</key>
1164
+ <string>§ meta.scope.property-list</string>
1165
+ <key>scope</key>
1166
+ <string>meta.scope.property-list</string>
1167
+ <key>settings</key>
1168
+ <dict>
1169
+ <key>fontStyle</key>
1170
+ <string>bold</string>
1171
+ <key>foreground</key>
1172
+ <string>#333333</string>
1173
+ </dict>
1174
+ </dict>
1175
+ <dict>
1176
+ <key>name</key>
1177
+ <string>§ meta.property-name</string>
1178
+ <key>scope</key>
1179
+ <string>meta.property-name</string>
1180
+ <key>settings</key>
1181
+ <dict>
1182
+ <key>fontStyle</key>
1183
+ <string></string>
1184
+ <key>foreground</key>
1185
+ <string>#999999</string>
1186
+ </dict>
1187
+ </dict>
1188
+ <dict>
1189
+ <key>name</key>
1190
+ <string>§ support.type.property-name</string>
1191
+ <key>scope</key>
1192
+ <string>support.type.property-name</string>
1193
+ <key>settings</key>
1194
+ <dict>
1195
+ <key>background</key>
1196
+ <string>#000000</string>
1197
+ <key>fontStyle</key>
1198
+ <string></string>
1199
+ <key>foreground</key>
1200
+ <string>#FFFFFF</string>
1201
+ </dict>
1202
+ </dict>
1203
+ <dict>
1204
+ <key>name</key>
1205
+ <string>§ meta.property-value</string>
1206
+ <key>scope</key>
1207
+ <string>meta.property-value</string>
1208
+ <key>settings</key>
1209
+ <dict>
1210
+ <key>background</key>
1211
+ <string>#0D0D0D</string>
1212
+ <key>fontStyle</key>
1213
+ <string></string>
1214
+ <key>foreground</key>
1215
+ <string>#999999</string>
1216
+ </dict>
1217
+ </dict>
1218
+ <dict>
1219
+ <key>name</key>
1220
+ <string>—————————————————</string>
1221
+ <key>settings</key>
1222
+ <dict/>
1223
+ </dict>
1224
+ <dict>
1225
+ <key>name</key>
1226
+ <string>LaTeX</string>
1227
+ <key>scope</key>
1228
+ <string>text.latex</string>
1229
+ <key>settings</key>
1230
+ <dict/>
1231
+ </dict>
1232
+ <dict>
1233
+ <key>name</key>
1234
+ <string>L Markup Raw</string>
1235
+ <key>scope</key>
1236
+ <string>text.latex markup.raw</string>
1237
+ <key>settings</key>
1238
+ <dict>
1239
+ <key>background</key>
1240
+ <string>#000000</string>
1241
+ </dict>
1242
+ </dict>
1243
+ <dict>
1244
+ <key>name</key>
1245
+ <string>L support.function</string>
1246
+ <key>scope</key>
1247
+ <string>text.latex support.function -support.function.textit -support.function.emph</string>
1248
+ <key>settings</key>
1249
+ <dict>
1250
+ <key>foreground</key>
1251
+ <string>#BDABD1</string>
1252
+ </dict>
1253
+ </dict>
1254
+ <dict>
1255
+ <key>name</key>
1256
+ <string>L support.function.section</string>
1257
+ <key>scope</key>
1258
+ <string>text.latex support.function.section</string>
1259
+ <key>settings</key>
1260
+ <dict>
1261
+ <key>foreground</key>
1262
+ <string>#FFFFFFBF</string>
1263
+ </dict>
1264
+ </dict>
1265
+ <dict>
1266
+ <key>name</key>
1267
+ <string>L entity.name.section</string>
1268
+ <key>scope</key>
1269
+ <string>text.latex entity.name.section -meta.group -keyword.operator.braces</string>
1270
+ <key>settings</key>
1271
+ <dict>
1272
+ <key>background</key>
1273
+ <string>#FFFFFF</string>
1274
+ <key>fontStyle</key>
1275
+ <string></string>
1276
+ <key>foreground</key>
1277
+ <string>#000000</string>
1278
+ </dict>
1279
+ </dict>
1280
+ <dict>
1281
+ <key>name</key>
1282
+ <string>L constant.language.general</string>
1283
+ <key>scope</key>
1284
+ <string>text.latex constant.language.general</string>
1285
+ <key>settings</key>
1286
+ <dict/>
1287
+ </dict>
1288
+ <dict>
1289
+ <key>name</key>
1290
+ <string>L keyword.operator.delimiter</string>
1291
+ <key>scope</key>
1292
+ <string>text.latex keyword.operator.delimiter</string>
1293
+ <key>settings</key>
1294
+ <dict>
1295
+ <key>background</key>
1296
+ <string>#00000080</string>
1297
+ </dict>
1298
+ </dict>
1299
+ <dict>
1300
+ <key>name</key>
1301
+ <string>L keyword.operator.brackets</string>
1302
+ <key>scope</key>
1303
+ <string>text.latex keyword.operator.brackets</string>
1304
+ <key>settings</key>
1305
+ <dict>
1306
+ <key>foreground</key>
1307
+ <string>#999999</string>
1308
+ </dict>
1309
+ </dict>
1310
+ <dict>
1311
+ <key>name</key>
1312
+ <string>L keyword.operator.braces</string>
1313
+ <key>scope</key>
1314
+ <string>text.latex keyword.operator.braces</string>
1315
+ <key>settings</key>
1316
+ <dict>
1317
+ <key>fontStyle</key>
1318
+ <string></string>
1319
+ <key>foreground</key>
1320
+ <string>#666666</string>
1321
+ </dict>
1322
+ </dict>
1323
+ <dict>
1324
+ <key>name</key>
1325
+ <string>L meta.footnote</string>
1326
+ <key>scope</key>
1327
+ <string>meta.footnote</string>
1328
+ <key>settings</key>
1329
+ <dict>
1330
+ <key>background</key>
1331
+ <string>#00048033</string>
1332
+ <key>foreground</key>
1333
+ <string>#0008FF4D</string>
1334
+ </dict>
1335
+ </dict>
1336
+ <dict>
1337
+ <key>name</key>
1338
+ <string>L meta.label.reference</string>
1339
+ <key>scope</key>
1340
+ <string>text.latex meta.label.reference</string>
1341
+ <key>settings</key>
1342
+ <dict>
1343
+ <key>background</key>
1344
+ <string>#FFFFFF0D</string>
1345
+ <key>fontStyle</key>
1346
+ <string></string>
1347
+ </dict>
1348
+ </dict>
1349
+ <dict>
1350
+ <key>name</key>
1351
+ <string>L keyword.control.ref</string>
1352
+ <key>scope</key>
1353
+ <string>text.latex keyword.control.ref</string>
1354
+ <key>settings</key>
1355
+ <dict>
1356
+ <key>background</key>
1357
+ <string>#180D0C</string>
1358
+ <key>foreground</key>
1359
+ <string>#A7595A</string>
1360
+ </dict>
1361
+ </dict>
1362
+ <dict>
1363
+ <key>name</key>
1364
+ <string>L variable.parameter.label.reference</string>
1365
+ <key>scope</key>
1366
+ <string>text.latex variable.parameter.label.reference</string>
1367
+ <key>settings</key>
1368
+ <dict>
1369
+ <key>background</key>
1370
+ <string>#291616</string>
1371
+ <key>foreground</key>
1372
+ <string>#D2BEAB</string>
1373
+ </dict>
1374
+ </dict>
1375
+ <dict>
1376
+ <key>name</key>
1377
+ <string>L keyword.control.cite</string>
1378
+ <key>scope</key>
1379
+ <string>text.latex keyword.control.cite</string>
1380
+ <key>settings</key>
1381
+ <dict>
1382
+ <key>background</key>
1383
+ <string>#180D12</string>
1384
+ <key>foreground</key>
1385
+ <string>#A75980</string>
1386
+ </dict>
1387
+ </dict>
1388
+ <dict>
1389
+ <key>name</key>
1390
+ <string>L variable.parameter.cite</string>
1391
+ <key>scope</key>
1392
+ <string>variable.parameter.cite</string>
1393
+ <key>settings</key>
1394
+ <dict>
1395
+ <key>background</key>
1396
+ <string>#29161F</string>
1397
+ <key>foreground</key>
1398
+ <string>#E8D5DE</string>
1399
+ </dict>
1400
+ </dict>
1401
+ <dict>
1402
+ <key>name</key>
1403
+ <string>L variable.parameter.label</string>
1404
+ <key>scope</key>
1405
+ <string>text.latex variable.parameter.label</string>
1406
+ <key>settings</key>
1407
+ <dict>
1408
+ <key>foreground</key>
1409
+ <string>#FFFFFF80</string>
1410
+ </dict>
1411
+ </dict>
1412
+ <dict>
1413
+ <key>name</key>
1414
+ <string>L meta.group.braces</string>
1415
+ <key>scope</key>
1416
+ <string>text.latex meta.group.braces</string>
1417
+ <key>settings</key>
1418
+ <dict>
1419
+ <key>foreground</key>
1420
+ <string>#33333333</string>
1421
+ </dict>
1422
+ </dict>
1423
+ <dict>
1424
+ <key>name</key>
1425
+ <string>L meta.environment.list</string>
1426
+ <key>scope</key>
1427
+ <string>text.latex meta.environment.list</string>
1428
+ <key>settings</key>
1429
+ <dict>
1430
+ <key>background</key>
1431
+ <string>#00000080</string>
1432
+ <key>fontStyle</key>
1433
+ <string></string>
1434
+ <key>foreground</key>
1435
+ <string>#33333333</string>
1436
+ </dict>
1437
+ </dict>
1438
+ <dict>
1439
+ <key>name</key>
1440
+ <string>L meta.environment.list 2</string>
1441
+ <key>scope</key>
1442
+ <string>text.latex meta.environment.list meta.environment.list </string>
1443
+ <key>settings</key>
1444
+ <dict>
1445
+ <key>background</key>
1446
+ <string>#00000080</string>
1447
+ <key>foreground</key>
1448
+ <string>#33333333</string>
1449
+ </dict>
1450
+ </dict>
1451
+ <dict>
1452
+ <key>name</key>
1453
+ <string>L meta.environment.list 3</string>
1454
+ <key>scope</key>
1455
+ <string>text.latex meta.environment.list meta.environment.list meta.environment.list </string>
1456
+ <key>settings</key>
1457
+ <dict>
1458
+ <key>background</key>
1459
+ <string>#000000</string>
1460
+ <key>foreground</key>
1461
+ <string>#33333333</string>
1462
+ </dict>
1463
+ </dict>
1464
+ <dict>
1465
+ <key>name</key>
1466
+ <string>L meta.environment.list 4</string>
1467
+ <key>scope</key>
1468
+ <string>text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list </string>
1469
+ <key>settings</key>
1470
+ <dict>
1471
+ <key>foreground</key>
1472
+ <string>#33333333</string>
1473
+ </dict>
1474
+ </dict>
1475
+ <dict>
1476
+ <key>name</key>
1477
+ <string>L meta.environment.list 5</string>
1478
+ <key>scope</key>
1479
+ <string>text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list </string>
1480
+ <key>settings</key>
1481
+ <dict>
1482
+ <key>foreground</key>
1483
+ <string>#33333333</string>
1484
+ </dict>
1485
+ </dict>
1486
+ <dict>
1487
+ <key>name</key>
1488
+ <string>L meta.environment.list 6</string>
1489
+ <key>scope</key>
1490
+ <string>text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list </string>
1491
+ <key>settings</key>
1492
+ <dict>
1493
+ <key>foreground</key>
1494
+ <string>#33333333</string>
1495
+ </dict>
1496
+ </dict>
1497
+ <dict>
1498
+ <key>name</key>
1499
+ <string>L meta.end-document</string>
1500
+ <key>scope</key>
1501
+ <string>text.latex meta.end-document, text.latex meta.begin-document, meta.end-document.latex support.function, meta.end-document.latex variable.parameter, meta.begin-document.latex support.function, meta.begin-document.latex variable.parameter</string>
1502
+ <key>settings</key>
1503
+ <dict>
1504
+ <key>background</key>
1505
+ <string>#CDCDCD</string>
1506
+ <key>foreground</key>
1507
+ <string>#000000</string>
1508
+ </dict>
1509
+ </dict>
1510
+ <dict>
1511
+ <key>name</key>
1512
+ <string>—————————————————</string>
1513
+ <key>settings</key>
1514
+ <dict/>
1515
+ </dict>
1516
+ <dict>
1517
+ <key>name</key>
1518
+ <string>meta.brace.erb.return-value</string>
1519
+ <key>scope</key>
1520
+ <string>meta.brace.erb.return-value</string>
1521
+ <key>settings</key>
1522
+ <dict>
1523
+ <key>background</key>
1524
+ <string>#45815D33</string>
1525
+ <key>foreground</key>
1526
+ <string>#596B61</string>
1527
+ </dict>
1528
+ </dict>
1529
+ <dict>
1530
+ <key>name</key>
1531
+ <string>source.ruby.rails.embedded.return-value.one-line</string>
1532
+ <key>scope</key>
1533
+ <string>source.ruby.rails.embedded.return-value.one-line</string>
1534
+ <key>settings</key>
1535
+ <dict>
1536
+ <key>background</key>
1537
+ <string>#66666633</string>
1538
+ </dict>
1539
+ </dict>
1540
+ <dict>
1541
+ <key>name</key>
1542
+ <string>meta.brace.erb</string>
1543
+ <key>scope</key>
1544
+ <string>punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html</string>
1545
+ <key>settings</key>
1546
+ <dict>
1547
+ <key>background</key>
1548
+ <string>#00FFF81A</string>
1549
+ <key>foreground</key>
1550
+ <string>#56A5A4</string>
1551
+ </dict>
1552
+ </dict>
1553
+ <dict>
1554
+ <key>name</key>
1555
+ <string>source.ruby.rails.embedded.one-line</string>
1556
+ <key>scope</key>
1557
+ <string>source.ruby.rails.embedded.one-line</string>
1558
+ <key>settings</key>
1559
+ <dict>
1560
+ <key>background</key>
1561
+ <string>#00FFF81A</string>
1562
+ </dict>
1563
+ </dict>
1564
+ <dict>
1565
+ <key>name</key>
1566
+ <string>String Embedded Source</string>
1567
+ <key>scope</key>
1568
+ <string>source string source punctuation.section.embedded</string>
1569
+ <key>settings</key>
1570
+ <dict>
1571
+ <key>foreground</key>
1572
+ <string>#555F69</string>
1573
+ </dict>
1574
+ </dict>
1575
+ <dict>
1576
+ <key>name</key>
1577
+ <string>◊ Source</string>
1578
+ <key>scope</key>
1579
+ <string>source</string>
1580
+ <key>settings</key>
1581
+ <dict>
1582
+ <key>background</key>
1583
+ <string>#000000</string>
1584
+ <key>fontStyle</key>
1585
+ <string></string>
1586
+ </dict>
1587
+ </dict>
1588
+ <dict>
1589
+ <key>name</key>
1590
+ <string>◊ meta.brace.erb</string>
1591
+ <key>scope</key>
1592
+ <string>meta.brace.erb</string>
1593
+ <key>settings</key>
1594
+ <dict>
1595
+ <key>background</key>
1596
+ <string>#000000</string>
1597
+ </dict>
1598
+ </dict>
1599
+ <dict>
1600
+ <key>name</key>
1601
+ <string>◊ Source String Source</string>
1602
+ <key>scope</key>
1603
+ <string>source string source</string>
1604
+ <key>settings</key>
1605
+ <dict>
1606
+ <key>background</key>
1607
+ <string>#33333380</string>
1608
+ <key>foreground</key>
1609
+ <string>#FFFFFF</string>
1610
+ </dict>
1611
+ </dict>
1612
+ <dict>
1613
+ <key>name</key>
1614
+ <string>◊ Source String Interpolated Source</string>
1615
+ <key>scope</key>
1616
+ <string>source string.interpolated source</string>
1617
+ <key>settings</key>
1618
+ <dict>
1619
+ <key>background</key>
1620
+ <string>#00000099</string>
1621
+ <key>foreground</key>
1622
+ <string>#999999</string>
1623
+ </dict>
1624
+ </dict>
1625
+ <dict>
1626
+ <key>name</key>
1627
+ <string>◊ Source Embeded Source</string>
1628
+ <key>scope</key>
1629
+ <string>source.java.embedded</string>
1630
+ <key>settings</key>
1631
+ <dict>
1632
+ <key>background</key>
1633
+ <string>#3333331A</string>
1634
+ </dict>
1635
+ </dict>
1636
+ <dict>
1637
+ <key>name</key>
1638
+ <string>◊ Text</string>
1639
+ <key>scope</key>
1640
+ <string>text -text.xml.strict</string>
1641
+ <key>settings</key>
1642
+ <dict>
1643
+ <key>foreground</key>
1644
+ <string>#FFFFFF</string>
1645
+ </dict>
1646
+ </dict>
1647
+ <dict>
1648
+ <key>name</key>
1649
+ <string>◊ Text Source</string>
1650
+ <key>scope</key>
1651
+ <string>text source, meta.scope.django.template</string>
1652
+ <key>settings</key>
1653
+ <dict>
1654
+ <key>background</key>
1655
+ <string>#000000</string>
1656
+ <key>foreground</key>
1657
+ <string>#CCCCCC</string>
1658
+ </dict>
1659
+ </dict>
1660
+ <dict>
1661
+ <key>name</key>
1662
+ <string>◊ Text Source Text String</string>
1663
+ <key>settings</key>
1664
+ <dict/>
1665
+ </dict>
1666
+ <dict>
1667
+ <key>name</key>
1668
+ <string>◊ Text String Source</string>
1669
+ <key>scope</key>
1670
+ <string>text string source</string>
1671
+ <key>settings</key>
1672
+ <dict>
1673
+ <key>foreground</key>
1674
+ <string>#999999</string>
1675
+ </dict>
1676
+ </dict>
1677
+ <dict>
1678
+ <key>name</key>
1679
+ <string>◊ Text Source String Source</string>
1680
+ <key>settings</key>
1681
+ <dict/>
1682
+ </dict>
1683
+ <dict>
1684
+ <key>name</key>
1685
+ <string>◊ Text String Source String Source</string>
1686
+ <key>scope</key>
1687
+ <string>text string source string source</string>
1688
+ <key>settings</key>
1689
+ <dict/>
1690
+ </dict>
1691
+ <dict>
1692
+ <key>name</key>
1693
+ <string>—————————————————</string>
1694
+ <key>settings</key>
1695
+ <dict/>
1696
+ </dict>
1697
+ <dict>
1698
+ <key>name</key>
1699
+ <string>Syntax</string>
1700
+ <key>scope</key>
1701
+ <string>meta.syntax</string>
1702
+ <key>settings</key>
1703
+ <dict>
1704
+ <key>foreground</key>
1705
+ <string>#333333</string>
1706
+ </dict>
1707
+ </dict>
1708
+ <dict>
1709
+ <key>name</key>
1710
+ <string>Invalid</string>
1711
+ <key>scope</key>
1712
+ <string>invalid</string>
1713
+ <key>settings</key>
1714
+ <dict>
1715
+ <key>background</key>
1716
+ <string>#A7595A</string>
1717
+ <key>fontStyle</key>
1718
+ <string>bold</string>
1719
+ <key>foreground</key>
1720
+ <string>#211211</string>
1721
+ </dict>
1722
+ </dict>
1723
+ <dict>
1724
+ <key>name</key>
1725
+ <string>Comment</string>
1726
+ <key>scope</key>
1727
+ <string>0comment</string>
1728
+ <key>settings</key>
1729
+ <dict>
1730
+ <key>background</key>
1731
+ <string>#0000FF1A</string>
1732
+ <key>fontStyle</key>
1733
+ <string>italic</string>
1734
+ <key>foreground</key>
1735
+ <string>#8F8FC3</string>
1736
+ </dict>
1737
+ </dict>
1738
+ <dict>
1739
+ <key>name</key>
1740
+ <string>Comment Punctuation</string>
1741
+ <key>scope</key>
1742
+ <string>comment punctuation</string>
1743
+ <key>settings</key>
1744
+ <dict>
1745
+ <key>fontStyle</key>
1746
+ <string>bold</string>
1747
+ <key>foreground</key>
1748
+ <string>#0000FF1A</string>
1749
+ </dict>
1750
+ </dict>
1751
+ <dict>
1752
+ <key>name</key>
1753
+ <string>comment</string>
1754
+ <key>scope</key>
1755
+ <string>comment</string>
1756
+ <key>settings</key>
1757
+ <dict>
1758
+ <key>foreground</key>
1759
+ <string>#333333</string>
1760
+ </dict>
1761
+ </dict>
1762
+ <dict>
1763
+ <key>name</key>
1764
+ <string>Comment Punctuation</string>
1765
+ <key>scope</key>
1766
+ <string>comment punctuation</string>
1767
+ <key>settings</key>
1768
+ <dict>
1769
+ <key>background</key>
1770
+ <string>#8080800D</string>
1771
+ <key>fontStyle</key>
1772
+ <string>bold italic</string>
1773
+ <key>foreground</key>
1774
+ <string>#262626</string>
1775
+ </dict>
1776
+ </dict>
1777
+ <dict>
1778
+ <key>name</key>
1779
+ <string>✘ HTML Comment</string>
1780
+ <key>scope</key>
1781
+ <string>text comment.block -source</string>
1782
+ <key>settings</key>
1783
+ <dict>
1784
+ <key>fontStyle</key>
1785
+ <string>italic</string>
1786
+ </dict>
1787
+ </dict>
1788
+ <dict>
1789
+ <key>name</key>
1790
+ <string>—————————————————</string>
1791
+ <key>settings</key>
1792
+ <dict/>
1793
+ </dict>
1794
+ <dict>
1795
+ <key>name</key>
1796
+ <string>D Diff Add</string>
1797
+ <key>scope</key>
1798
+ <string>markup.inserted</string>
1799
+ <key>settings</key>
1800
+ <dict>
1801
+ <key>background</key>
1802
+ <string>#15281F</string>
1803
+ <key>foreground</key>
1804
+ <string>#81BB9E</string>
1805
+ </dict>
1806
+ </dict>
1807
+ <dict>
1808
+ <key>name</key>
1809
+ <string>D Diff Delete</string>
1810
+ <key>scope</key>
1811
+ <string>markup.deleted</string>
1812
+ <key>settings</key>
1813
+ <dict>
1814
+ <key>background</key>
1815
+ <string>#400021</string>
1816
+ <key>foreground</key>
1817
+ <string>#BC839F</string>
1818
+ </dict>
1819
+ </dict>
1820
+ <dict>
1821
+ <key>name</key>
1822
+ <string>D Diff Changed</string>
1823
+ <key>scope</key>
1824
+ <string>markup.changed</string>
1825
+ <key>settings</key>
1826
+ <dict>
1827
+ <key>background</key>
1828
+ <string>#533F2C</string>
1829
+ <key>foreground</key>
1830
+ <string>#C3C38F</string>
1831
+ </dict>
1832
+ </dict>
1833
+ <dict>
1834
+ <key>name</key>
1835
+ <string>text.subversion-commit meta.scope.changed-files</string>
1836
+ <key>scope</key>
1837
+ <string>text.subversion-commit meta.scope.changed-files, text.subversion-commit meta.scope.changed-files.svn meta.diff.separator</string>
1838
+ <key>settings</key>
1839
+ <dict>
1840
+ <key>background</key>
1841
+ <string>#000000</string>
1842
+ <key>foreground</key>
1843
+ <string>#FFFFFF</string>
1844
+ </dict>
1845
+ </dict>
1846
+ <dict>
1847
+ <key>name</key>
1848
+ <string>text.subversion-commit</string>
1849
+ <key>scope</key>
1850
+ <string>text.subversion-commit</string>
1851
+ <key>settings</key>
1852
+ <dict>
1853
+ <key>background</key>
1854
+ <string>#FFFFFF</string>
1855
+ <key>foreground</key>
1856
+ <string>#000000</string>
1857
+ </dict>
1858
+ </dict>
1859
+ <dict>
1860
+ <key>name</key>
1861
+ <string>—————————————————</string>
1862
+ <key>settings</key>
1863
+ <dict/>
1864
+ </dict>
1865
+ <dict>
1866
+ <key>name</key>
1867
+ <string>meta.delimiter</string>
1868
+ <key>scope</key>
1869
+ <string>punctuation.terminator, meta.delimiter, punctuation.separator.method</string>
1870
+ <key>settings</key>
1871
+ <dict>
1872
+ <key>background</key>
1873
+ <string>#FFFFFF03</string>
1874
+ <key>fontStyle</key>
1875
+ <string>bold</string>
1876
+ <key>foreground</key>
1877
+ <string>#FFFFFF</string>
1878
+ </dict>
1879
+ </dict>
1880
+ <dict>
1881
+ <key>name</key>
1882
+ <string>meta.delimiter.statement.js</string>
1883
+ <key>scope</key>
1884
+ <string>punctuation.terminator.statement, meta.delimiter.statement.js</string>
1885
+ <key>settings</key>
1886
+ <dict>
1887
+ <key>background</key>
1888
+ <string>#000000BF</string>
1889
+ </dict>
1890
+ </dict>
1891
+ <dict>
1892
+ <key>name</key>
1893
+ <string>meta.delimiter.object.js</string>
1894
+ <key>scope</key>
1895
+ <string>meta.delimiter.object.js</string>
1896
+ <key>settings</key>
1897
+ <dict>
1898
+ <key>background</key>
1899
+ <string>#00000040</string>
1900
+ </dict>
1901
+ </dict>
1902
+ <dict>
1903
+ <key>name</key>
1904
+ <string>Bold String Quotes</string>
1905
+ <key>scope</key>
1906
+ <string>string.quoted.single.brace, string.quoted.double.brace</string>
1907
+ <key>settings</key>
1908
+ <dict>
1909
+ <key>fontStyle</key>
1910
+ <string>bold</string>
1911
+ <key>foreground</key>
1912
+ <string>#533F2C</string>
1913
+ </dict>
1914
+ </dict>
1915
+ <dict>
1916
+ <key>name</key>
1917
+ <string>—————————————————</string>
1918
+ <key>settings</key>
1919
+ <dict/>
1920
+ </dict>
1921
+ <dict>
1922
+ <key>name</key>
1923
+ <string>meta.headers.blog</string>
1924
+ <key>scope</key>
1925
+ <string>text.blog -(text.blog text)</string>
1926
+ <key>settings</key>
1927
+ <dict>
1928
+ <key>background</key>
1929
+ <string>#FFFFFF</string>
1930
+ </dict>
1931
+ </dict>
1932
+ <dict>
1933
+ <key>name</key>
1934
+ <string>meta.headers.blog</string>
1935
+ <key>scope</key>
1936
+ <string>meta.headers.blog</string>
1937
+ <key>settings</key>
1938
+ <dict>
1939
+ <key>background</key>
1940
+ <string>#FFFFFF</string>
1941
+ <key>foreground</key>
1942
+ <string>#666666</string>
1943
+ </dict>
1944
+ </dict>
1945
+ <dict>
1946
+ <key>name</key>
1947
+ <string>meta.headers.blog keyword.other.blog</string>
1948
+ <key>scope</key>
1949
+ <string>meta.headers.blog keyword.other.blog</string>
1950
+ <key>settings</key>
1951
+ <dict>
1952
+ <key>background</key>
1953
+ <string>#00FFF81A</string>
1954
+ <key>fontStyle</key>
1955
+ <string></string>
1956
+ <key>foreground</key>
1957
+ <string>#192B2A</string>
1958
+ </dict>
1959
+ </dict>
1960
+ <dict>
1961
+ <key>name</key>
1962
+ <string>meta.headers.blog string.unquoted.blog</string>
1963
+ <key>scope</key>
1964
+ <string>meta.headers.blog string.unquoted.blog</string>
1965
+ <key>settings</key>
1966
+ <dict>
1967
+ <key>background</key>
1968
+ <string>#FFFF551A</string>
1969
+ <key>foreground</key>
1970
+ <string>#533F2C</string>
1971
+ </dict>
1972
+ </dict>
1973
+ <dict>
1974
+ <key>name</key>
1975
+ <string>—————————————————</string>
1976
+ <key>settings</key>
1977
+ <dict/>
1978
+ </dict>
1979
+ <dict>
1980
+ <key>name</key>
1981
+ <string>meta.brace.pipe</string>
1982
+ <key>scope</key>
1983
+ <string>meta.brace.pipe</string>
1984
+ <key>settings</key>
1985
+ <dict>
1986
+ <key>background</key>
1987
+ <string>#33333333</string>
1988
+ <key>fontStyle</key>
1989
+ <string></string>
1990
+ <key>foreground</key>
1991
+ <string>#4C4C4C</string>
1992
+ </dict>
1993
+ </dict>
1994
+ <dict>
1995
+ <key>name</key>
1996
+ <string>Misc Punctuation</string>
1997
+ <key>scope</key>
1998
+ <string>meta.brace.erb, source.ruby.embedded.source.brace, punctuation.section.dictionary, punctuation.terminator.dictionary, punctuation.separator.object</string>
1999
+ <key>settings</key>
2000
+ <dict>
2001
+ <key>fontStyle</key>
2002
+ <string>bold</string>
2003
+ <key>foreground</key>
2004
+ <string>#4C4C4C</string>
2005
+ </dict>
2006
+ </dict>
2007
+ <dict>
2008
+ <key>name</key>
2009
+ <string>Curly Punctuation</string>
2010
+ <key>scope</key>
2011
+ <string>meta.group.braces.curly punctuation.section.scope, meta.brace.curly</string>
2012
+ <key>settings</key>
2013
+ <dict>
2014
+ <key>fontStyle</key>
2015
+ <string>bold</string>
2016
+ <key>foreground</key>
2017
+ <string>#FFFFFF</string>
2018
+ </dict>
2019
+ </dict>
2020
+ <dict>
2021
+ <key>name</key>
2022
+ <string>Object Punctuation</string>
2023
+ <key>scope</key>
2024
+ <string>punctuation.separator.objects, meta.group.braces.curly meta.delimiter.object.comma, punctuation.separator.key-value -meta.tag</string>
2025
+ <key>settings</key>
2026
+ <dict>
2027
+ <key>fontStyle</key>
2028
+ <string>bold</string>
2029
+ <key>foreground</key>
2030
+ <string>#345743</string>
2031
+ </dict>
2032
+ </dict>
2033
+ <dict>
2034
+ <key>name</key>
2035
+ <string>Array Punctuation</string>
2036
+ <key>scope</key>
2037
+ <string>meta.group.braces.square punctuation.section.scope, meta.group.braces.square meta.delimiter.object.comma, meta.brace.square, punctuation.separator.array, punctuation.section.array</string>
2038
+ <key>settings</key>
2039
+ <dict>
2040
+ <key>background</key>
2041
+ <string>#803D001A</string>
2042
+ <key>fontStyle</key>
2043
+ <string>bold</string>
2044
+ <key>foreground</key>
2045
+ <string>#695F55</string>
2046
+ </dict>
2047
+ </dict>
2048
+ <dict>
2049
+ <key>name</key>
2050
+ <string>meta.brace.curly meta.group</string>
2051
+ <key>scope</key>
2052
+ <string>meta.brace.curly meta.group</string>
2053
+ <key>settings</key>
2054
+ <dict>
2055
+ <key>background</key>
2056
+ <string>#00000080</string>
2057
+ <key>fontStyle</key>
2058
+ <string></string>
2059
+ <key>foreground</key>
2060
+ <string>#CDCDCD</string>
2061
+ </dict>
2062
+ </dict>
2063
+ <dict>
2064
+ <key>name</key>
2065
+ <string>Function Punctuation</string>
2066
+ <key>scope</key>
2067
+ <string>meta.group.braces.round punctuation.section.scope, meta.group.braces.round meta.delimiter.object.comma, meta.brace.round</string>
2068
+ <key>settings</key>
2069
+ <dict>
2070
+ <key>fontStyle</key>
2071
+ <string>bold</string>
2072
+ <key>foreground</key>
2073
+ <string>#532D40</string>
2074
+ </dict>
2075
+ </dict>
2076
+ <dict>
2077
+ <key>name</key>
2078
+ <string>meta.brace.curly.function</string>
2079
+ <key>scope</key>
2080
+ <string>punctuation.section.function, meta.brace.curly.function, meta.function-call punctuation.section.scope.ruby</string>
2081
+ <key>settings</key>
2082
+ <dict>
2083
+ <key>background</key>
2084
+ <string>#3C008033</string>
2085
+ <key>fontStyle</key>
2086
+ <string></string>
2087
+ <key>foreground</key>
2088
+ <string>#ABACD2</string>
2089
+ </dict>
2090
+ </dict>
2091
+ <dict>
2092
+ <key>name</key>
2093
+ <string>º meta.source.embedded</string>
2094
+ <key>scope</key>
2095
+ <string>meta.source.embedded, entity.other.django.tagbraces</string>
2096
+ <key>settings</key>
2097
+ <dict>
2098
+ <key>background</key>
2099
+ <string>#00000080</string>
2100
+ <key>foreground</key>
2101
+ <string>#666666</string>
2102
+ </dict>
2103
+ </dict>
2104
+ <dict>
2105
+ <key>name</key>
2106
+ <string>º meta.group.braces.round JS</string>
2107
+ <key>scope</key>
2108
+ <string>source.js meta.group.braces.round, meta.scope.heredoc</string>
2109
+ <key>settings</key>
2110
+ <dict/>
2111
+ </dict>
2112
+ <dict>
2113
+ <key>name</key>
2114
+ <string>º meta.group.braces 1</string>
2115
+ <key>scope</key>
2116
+ <string>meta.odd-tab.group1, meta.group.braces, meta.block.slate, text.xml.strict meta.tag, meta.tell-block meta.tell-block</string>
2117
+ <key>settings</key>
2118
+ <dict>
2119
+ <key>background</key>
2120
+ <string>#0A0A0A</string>
2121
+ </dict>
2122
+ </dict>
2123
+ <dict>
2124
+ <key>name</key>
2125
+ <string>º meta.group.braces 2</string>
2126
+ <key>scope</key>
2127
+ <string>meta.even-tab.group2, meta.group.braces meta.group.braces, meta.block.slate meta.block.slate, text.xml.strict meta.tag meta.tag, meta.group.braces meta.group.braces, meta.tell-block meta.tell-block</string>
2128
+ <key>settings</key>
2129
+ <dict>
2130
+ <key>background</key>
2131
+ <string>#0E0E0E</string>
2132
+ </dict>
2133
+ </dict>
2134
+ <dict>
2135
+ <key>name</key>
2136
+ <string>º meta.group.braces 3</string>
2137
+ <key>scope</key>
2138
+ <string>meta.odd-tab.group3, meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block</string>
2139
+ <key>settings</key>
2140
+ <dict>
2141
+ <key>background</key>
2142
+ <string>#111111</string>
2143
+ </dict>
2144
+ </dict>
2145
+ <dict>
2146
+ <key>name</key>
2147
+ <string>º meta.group.braces 4</string>
2148
+ <key>scope</key>
2149
+ <string>meta.even-tab.group4, meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block</string>
2150
+ <key>settings</key>
2151
+ <dict>
2152
+ <key>background</key>
2153
+ <string>#151515</string>
2154
+ </dict>
2155
+ </dict>
2156
+ <dict>
2157
+ <key>name</key>
2158
+ <string>º meta.group.braces 5</string>
2159
+ <key>scope</key>
2160
+ <string>meta.odd-tab.group5, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block</string>
2161
+ <key>settings</key>
2162
+ <dict>
2163
+ <key>background</key>
2164
+ <string>#191919</string>
2165
+ </dict>
2166
+ </dict>
2167
+ <dict>
2168
+ <key>name</key>
2169
+ <string>º meta.group.braces 6</string>
2170
+ <key>scope</key>
2171
+ <string>meta.even-tab.group6, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block</string>
2172
+ <key>settings</key>
2173
+ <dict>
2174
+ <key>background</key>
2175
+ <string>#1C1C1C</string>
2176
+ </dict>
2177
+ </dict>
2178
+ <dict>
2179
+ <key>name</key>
2180
+ <string>º meta.group.braces 7</string>
2181
+ <key>scope</key>
2182
+ <string>meta.odd-tab.group7, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block</string>
2183
+ <key>settings</key>
2184
+ <dict>
2185
+ <key>background</key>
2186
+ <string>#1F1F1F</string>
2187
+ </dict>
2188
+ </dict>
2189
+ <dict>
2190
+ <key>name</key>
2191
+ <string>º meta.group.braces 8</string>
2192
+ <key>scope</key>
2193
+ <string>meta.even-tab.group8, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block</string>
2194
+ <key>settings</key>
2195
+ <dict>
2196
+ <key>background</key>
2197
+ <string>#212121</string>
2198
+ </dict>
2199
+ </dict>
2200
+ <dict>
2201
+ <key>name</key>
2202
+ <string>º meta.group.braces 9</string>
2203
+ <key>scope</key>
2204
+ <string>meta.odd-tab.group11, meta.odd-tab.group10, meta.odd-tab.group9, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block</string>
2205
+ <key>settings</key>
2206
+ <dict>
2207
+ <key>background</key>
2208
+ <string>#242424</string>
2209
+ </dict>
2210
+ </dict>
2211
+ <dict>
2212
+ <key>name</key>
2213
+ <string>º meta.block.slate </string>
2214
+ <key>scope</key>
2215
+ <string>meta.block.slate</string>
2216
+ <key>settings</key>
2217
+ <dict>
2218
+ <key>foreground</key>
2219
+ <string>#666666</string>
2220
+ </dict>
2221
+ </dict>
2222
+ <dict>
2223
+ <key>name</key>
2224
+ <string>º meta.block.content.slate </string>
2225
+ <key>scope</key>
2226
+ <string>meta.block.content.slate </string>
2227
+ <key>settings</key>
2228
+ <dict>
2229
+ <key>foreground</key>
2230
+ <string>#CDCDCD</string>
2231
+ </dict>
2232
+ </dict>
2233
+ <dict>
2234
+ <key>name</key>
2235
+ <string>—————————————————</string>
2236
+ <key>settings</key>
2237
+ <dict/>
2238
+ </dict>
2239
+ </array>
2240
+ <key>uuid</key>
2241
+ <string>4535004C-927A-401A-A6D5-1C9AC89E24C6</string>
2242
+ </dict>
2243
+ </plist>