rmthemegen 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rmthemegen/geany_fix.rb +8 -7
- data/lib/rmthemegen/rmthemegen_187.rb +11 -6
- data/lib/rmthemegen/rmthemegen_187_textmate.rb +88 -0
- data/lib/rmthemegen/token_list.rb +1 -1
- data/lib/rmthemegen/version.rb +1 -1
- data/rmthemegen.gemspec +1 -1
- data/test/Active4D.tmTheme +407 -0
- data/test/All Hallow's Eve Custom.tmTheme +273 -0
- data/test/All Hallow's Eve.tmTheme +277 -0
- data/test/Amy.tmTheme +557 -0
- data/test/BBEdit.tmTheme +437 -0
- data/test/Black Pearl II.tmTheme +496 -0
- data/test/Black Pearl.tmTheme +400 -0
- data/test/Blackboard Black.tmTheme +350 -0
- data/test/Blackboard.tmTheme +350 -0
- data/test/Bongzilla.tmTheme +223 -0
- data/test/Brilliance Black.tmTheme +2619 -0
- data/test/Brilliance Dull.tmTheme +2243 -0
- data/test/CSSEdit.tmTheme +203 -0
- data/test/Clouds Midnight.tmTheme +361 -0
- data/test/Clouds.tmTheme +348 -0
- data/test/Cobalt.tmTheme +559 -0
- data/test/Coda.tmTheme +313 -0
- data/test/Cool Glow.tmTheme +350 -0
- data/test/Dawn.tmTheme +437 -0
- data/test/Django (Smoothy).tmTheme +453 -0
- data/test/Django.tmTheme +436 -0
- data/test/Eiffel.tmTheme +439 -0
- data/test/Emacs Strict.tmTheme +241 -0
- data/test/Espresso Libre.tmTheme +402 -0
- data/test/Espresso Tutti.tmTheme +392 -0
- data/test/Espresso.tmTheme +329 -0
- data/test/Fade to Grey.tmTheme +308 -0
- data/test/Fluidvision.tmTheme +443 -0
- data/test/ForLaTeX.tmTheme +214 -0
- data/test/Freckle.tmTheme +279 -0
- data/test/Friendship Bracelet.tmTheme +303 -0
- data/test/GitHub.tmTheme +653 -0
- data/test/GlitterBomb.tmTheme +387 -0
- data/test/Happy happy joy joy 2.tmTheme +841 -0
- data/test/IDLE.tmTheme +235 -0
- data/test/IR_Black.tmTheme +810 -0
- data/test/IR_White.tmTheme +792 -0
- data/test/LAZY.tmTheme +291 -0
- data/test/Lowlight.tmTheme +605 -0
- data/test/Mac Classic.tmTheme +450 -0
- data/test/Made of Code.tmTheme +695 -0
- data/test/MagicWB (Amiga).tmTheme +376 -0
- data/test/Merbivore Soft.tmTheme +285 -0
- data/test/Merbivore.tmTheme +285 -0
- data/test/Monokai.tmTheme +289 -0
- data/test/MultiMarkdown.tmTheme +183 -0
- data/test/Pastels on Dark.tmTheme +701 -0
- data/test/Pastie.tmTheme +321 -0
- data/test/Putty.tmTheme +275 -0
- data/test/RDark.tmTheme +235 -0
- data/test/Rails Envy.tmTheme +299 -0
- data/test/Railscasts.tmTheme +278 -0
- data/test/Ryan Light.tmTheme +232 -0
- data/test/Slush & Poppies.tmTheme +336 -0
- data/test/Smoothy.tmTheme +623 -0
- data/test/SpaceCadet.tmTheme +212 -0
- data/test/Spectacular.tmTheme +436 -0
- data/test/Starlight.tmTheme +111 -0
- data/test/Summer Camp Mod.tmTheme +229 -0
- data/test/Summer Camp.tmTheme +229 -0
- data/test/Sunburst.tmTheme +665 -0
- data/test/Swyphs II.tmTheme +306 -0
- data/test/Tango.tmTheme +450 -0
- data/test/Text Ex Machina.tmTheme +295 -0
- data/test/Tubster.tmTheme +280 -0
- data/test/Twilight.tmTheme +518 -0
- data/test/Vibrant Fin.tmTheme +447 -0
- data/test/Vibrant Ink.tmTheme +447 -0
- data/test/Vibrant Tango.tmTheme +438 -0
- data/test/WhysPoignant.tmTheme +191 -0
- data/test/Zenburnesque.tmTheme +343 -0
- data/test/[ Argonaut ].tmTheme +387 -0
- data/test/choco.tmTheme +542 -0
- data/test/fake.tmTheme +669 -0
- data/test/get_tm_tokens.rb +100 -0
- data/test/iLife 05.tmTheme +619 -0
- data/test/iPlastic.tmTheme +286 -0
- data/test/idleFingers.tmTheme +380 -0
- data/test/krTheme.tmTheme +551 -0
- data/test/monoindustrial.tmTheme +451 -0
- data/test/test_generate_themes.rb +3 -1
- metadata +85 -5
- data/test/rmthemegen_spec.rb +0 -9
data/test/Pastie.tmTheme
ADDED
@@ -0,0 +1,321 @@
|
|
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>Pastie</string>
|
7
|
+
<key>settings</key>
|
8
|
+
<array>
|
9
|
+
<dict>
|
10
|
+
<key>settings</key>
|
11
|
+
<dict>
|
12
|
+
<key>background</key>
|
13
|
+
<string>#FFFFFF</string>
|
14
|
+
<key>caret</key>
|
15
|
+
<string>#000000</string>
|
16
|
+
<key>foreground</key>
|
17
|
+
<string>#000000</string>
|
18
|
+
<key>invisibles</key>
|
19
|
+
<string>#404040</string>
|
20
|
+
<key>lineHighlight</key>
|
21
|
+
<string>#C1E2F8</string>
|
22
|
+
<key>selection</key>
|
23
|
+
<string>#80C7FF</string>
|
24
|
+
</dict>
|
25
|
+
</dict>
|
26
|
+
<dict>
|
27
|
+
<key>name</key>
|
28
|
+
<string>Source</string>
|
29
|
+
<key>scope</key>
|
30
|
+
<string>source</string>
|
31
|
+
<key>settings</key>
|
32
|
+
<dict>
|
33
|
+
<key>fontStyle</key>
|
34
|
+
<string></string>
|
35
|
+
<key>foreground</key>
|
36
|
+
<string>#000000</string>
|
37
|
+
</dict>
|
38
|
+
</dict>
|
39
|
+
<dict>
|
40
|
+
<key>name</key>
|
41
|
+
<string>Comment</string>
|
42
|
+
<key>scope</key>
|
43
|
+
<string>comment</string>
|
44
|
+
<key>settings</key>
|
45
|
+
<dict>
|
46
|
+
<key>fontStyle</key>
|
47
|
+
<string>italic</string>
|
48
|
+
<key>foreground</key>
|
49
|
+
<string>#888888</string>
|
50
|
+
</dict>
|
51
|
+
</dict>
|
52
|
+
<dict>
|
53
|
+
<key>name</key>
|
54
|
+
<string>Keyword</string>
|
55
|
+
<key>scope</key>
|
56
|
+
<string>keyword, storage</string>
|
57
|
+
<key>settings</key>
|
58
|
+
<dict>
|
59
|
+
<key>fontStyle</key>
|
60
|
+
<string>bold</string>
|
61
|
+
<key>foreground</key>
|
62
|
+
<string>#138B05</string>
|
63
|
+
</dict>
|
64
|
+
</dict>
|
65
|
+
<dict>
|
66
|
+
<key>name</key>
|
67
|
+
<string>Function (definition)</string>
|
68
|
+
<key>scope</key>
|
69
|
+
<string>entity.name.function, keyword.other.name-of-parameter.objc</string>
|
70
|
+
<key>settings</key>
|
71
|
+
<dict>
|
72
|
+
<key>fontStyle</key>
|
73
|
+
<string></string>
|
74
|
+
<key>foreground</key>
|
75
|
+
<string>#1076C3</string>
|
76
|
+
</dict>
|
77
|
+
</dict>
|
78
|
+
<dict>
|
79
|
+
<key>name</key>
|
80
|
+
<string>Class (definition)</string>
|
81
|
+
<key>scope</key>
|
82
|
+
<string>entity.name</string>
|
83
|
+
<key>settings</key>
|
84
|
+
<dict>
|
85
|
+
<key>foreground</key>
|
86
|
+
<string>#B80066</string>
|
87
|
+
</dict>
|
88
|
+
</dict>
|
89
|
+
<dict>
|
90
|
+
<key>name</key>
|
91
|
+
<string>Class inheritence</string>
|
92
|
+
<key>scope</key>
|
93
|
+
<string>entity.other.inherited-class</string>
|
94
|
+
<key>settings</key>
|
95
|
+
<dict>
|
96
|
+
<key>foreground</key>
|
97
|
+
<string>#2E3266</string>
|
98
|
+
</dict>
|
99
|
+
</dict>
|
100
|
+
<dict>
|
101
|
+
<key>name</key>
|
102
|
+
<string>Support</string>
|
103
|
+
<key>scope</key>
|
104
|
+
<string>support</string>
|
105
|
+
<key>settings</key>
|
106
|
+
<dict>
|
107
|
+
<key>fontStyle</key>
|
108
|
+
<string>bold</string>
|
109
|
+
<key>foreground</key>
|
110
|
+
<string>#073191</string>
|
111
|
+
</dict>
|
112
|
+
</dict>
|
113
|
+
<dict>
|
114
|
+
<key>name</key>
|
115
|
+
<string>Number</string>
|
116
|
+
<key>scope</key>
|
117
|
+
<string>constant.numeric</string>
|
118
|
+
<key>settings</key>
|
119
|
+
<dict>
|
120
|
+
<key>fontStyle</key>
|
121
|
+
<string>bold</string>
|
122
|
+
<key>foreground</key>
|
123
|
+
<string>#0000DC</string>
|
124
|
+
</dict>
|
125
|
+
</dict>
|
126
|
+
<dict>
|
127
|
+
<key>name</key>
|
128
|
+
<string>Variable</string>
|
129
|
+
<key>scope</key>
|
130
|
+
<string>variable</string>
|
131
|
+
<key>settings</key>
|
132
|
+
<dict>
|
133
|
+
<key>fontStyle</key>
|
134
|
+
<string>bold</string>
|
135
|
+
<key>foreground</key>
|
136
|
+
<string>#0E65BB</string>
|
137
|
+
</dict>
|
138
|
+
</dict>
|
139
|
+
<dict>
|
140
|
+
<key>name</key>
|
141
|
+
<string>Constant</string>
|
142
|
+
<key>scope</key>
|
143
|
+
<string>constant</string>
|
144
|
+
<key>settings</key>
|
145
|
+
<dict>
|
146
|
+
<key>fontStyle</key>
|
147
|
+
<string>bold</string>
|
148
|
+
<key>foreground</key>
|
149
|
+
<string>#DC6036</string>
|
150
|
+
</dict>
|
151
|
+
</dict>
|
152
|
+
<dict>
|
153
|
+
<key>name</key>
|
154
|
+
<string>Constant (other variable)</string>
|
155
|
+
<key>scope</key>
|
156
|
+
<string>variable.other.constant</string>
|
157
|
+
<key>settings</key>
|
158
|
+
<dict>
|
159
|
+
<key>foreground</key>
|
160
|
+
<string>#DA4939</string>
|
161
|
+
</dict>
|
162
|
+
</dict>
|
163
|
+
<dict>
|
164
|
+
<key>name</key>
|
165
|
+
<string>Constant (built-in)</string>
|
166
|
+
<key>scope</key>
|
167
|
+
<string>constant.language</string>
|
168
|
+
<key>settings</key>
|
169
|
+
<dict>
|
170
|
+
<key>fontStyle</key>
|
171
|
+
<string>bold</string>
|
172
|
+
<key>foreground</key>
|
173
|
+
<string>#0B51A6</string>
|
174
|
+
</dict>
|
175
|
+
</dict>
|
176
|
+
<dict>
|
177
|
+
<key>name</key>
|
178
|
+
<string>String</string>
|
179
|
+
<key>scope</key>
|
180
|
+
<string>string</string>
|
181
|
+
<key>settings</key>
|
182
|
+
<dict>
|
183
|
+
<key>background</key>
|
184
|
+
<string>#FFF0F0</string>
|
185
|
+
<key>fontStyle</key>
|
186
|
+
<string></string>
|
187
|
+
<key>foreground</key>
|
188
|
+
<string>#D71707</string>
|
189
|
+
</dict>
|
190
|
+
</dict>
|
191
|
+
<dict>
|
192
|
+
<key>name</key>
|
193
|
+
<string>Library function</string>
|
194
|
+
<key>scope</key>
|
195
|
+
<string>support.function</string>
|
196
|
+
<key>settings</key>
|
197
|
+
<dict>
|
198
|
+
<key>fontStyle</key>
|
199
|
+
<string>bold</string>
|
200
|
+
<key>foreground</key>
|
201
|
+
<string>#D71707</string>
|
202
|
+
</dict>
|
203
|
+
</dict>
|
204
|
+
<dict>
|
205
|
+
<key>name</key>
|
206
|
+
<string>Library type</string>
|
207
|
+
<key>scope</key>
|
208
|
+
<string>support.type</string>
|
209
|
+
<key>settings</key>
|
210
|
+
<dict>
|
211
|
+
<key>foreground</key>
|
212
|
+
<string>#0B51A6</string>
|
213
|
+
</dict>
|
214
|
+
</dict>
|
215
|
+
<dict>
|
216
|
+
<key>name</key>
|
217
|
+
<string>Markup tag</string>
|
218
|
+
<key>scope</key>
|
219
|
+
<string>entity.name.tag, declaration.tag</string>
|
220
|
+
<key>settings</key>
|
221
|
+
<dict>
|
222
|
+
<key>fontStyle</key>
|
223
|
+
<string></string>
|
224
|
+
<key>foreground</key>
|
225
|
+
<string>#107941</string>
|
226
|
+
</dict>
|
227
|
+
</dict>
|
228
|
+
<dict>
|
229
|
+
<key>name</key>
|
230
|
+
<string>Tag Attribute</string>
|
231
|
+
<key>scope</key>
|
232
|
+
<string>entity.other.attribute-name</string>
|
233
|
+
<key>settings</key>
|
234
|
+
<dict>
|
235
|
+
<key>fontStyle</key>
|
236
|
+
<string>italic</string>
|
237
|
+
<key>foreground</key>
|
238
|
+
<string>#000084</string>
|
239
|
+
</dict>
|
240
|
+
</dict>
|
241
|
+
<dict>
|
242
|
+
<key>name</key>
|
243
|
+
<string>Meta Tag</string>
|
244
|
+
<key>scope</key>
|
245
|
+
<string>meta.tag</string>
|
246
|
+
<key>settings</key>
|
247
|
+
<dict>
|
248
|
+
<key>foreground</key>
|
249
|
+
<string>#000000</string>
|
250
|
+
</dict>
|
251
|
+
</dict>
|
252
|
+
<dict>
|
253
|
+
<key>name</key>
|
254
|
+
<string>Invalid</string>
|
255
|
+
<key>scope</key>
|
256
|
+
<string>invalid</string>
|
257
|
+
<key>settings</key>
|
258
|
+
<dict>
|
259
|
+
<key>background</key>
|
260
|
+
<string>#990000</string>
|
261
|
+
<key>foreground</key>
|
262
|
+
<string>#FFFFFF</string>
|
263
|
+
</dict>
|
264
|
+
</dict>
|
265
|
+
<dict>
|
266
|
+
<key>name</key>
|
267
|
+
<string>String interpolation</string>
|
268
|
+
<key>scope</key>
|
269
|
+
<string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string>
|
270
|
+
<key>settings</key>
|
271
|
+
<dict>
|
272
|
+
<key>background</key>
|
273
|
+
<string>#FFF0F0</string>
|
274
|
+
<key>fontStyle</key>
|
275
|
+
<string></string>
|
276
|
+
<key>foreground</key>
|
277
|
+
<string>#D71707</string>
|
278
|
+
</dict>
|
279
|
+
</dict>
|
280
|
+
<dict>
|
281
|
+
<key>name</key>
|
282
|
+
<string>Diff Add</string>
|
283
|
+
<key>scope</key>
|
284
|
+
<string>markup.inserted</string>
|
285
|
+
<key>settings</key>
|
286
|
+
<dict>
|
287
|
+
<key>background</key>
|
288
|
+
<string>#81C7FF</string>
|
289
|
+
<key>foreground</key>
|
290
|
+
<string>#E6E1DC</string>
|
291
|
+
</dict>
|
292
|
+
</dict>
|
293
|
+
<dict>
|
294
|
+
<key>name</key>
|
295
|
+
<string>Diff Remove</string>
|
296
|
+
<key>scope</key>
|
297
|
+
<string>markup.deleted</string>
|
298
|
+
<key>settings</key>
|
299
|
+
<dict>
|
300
|
+
<key>background</key>
|
301
|
+
<string>#D1363D</string>
|
302
|
+
<key>foreground</key>
|
303
|
+
<string>#E6E1DC</string>
|
304
|
+
</dict>
|
305
|
+
</dict>
|
306
|
+
<dict>
|
307
|
+
<key>name</key>
|
308
|
+
<string>Diff Header</string>
|
309
|
+
<key>scope</key>
|
310
|
+
<string>meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range</string>
|
311
|
+
<key>settings</key>
|
312
|
+
<dict>
|
313
|
+
<key>background</key>
|
314
|
+
<string>#64AB80</string>
|
315
|
+
</dict>
|
316
|
+
</dict>
|
317
|
+
</array>
|
318
|
+
<key>uuid</key>
|
319
|
+
<string>35B6D70F-39CA-489E-A00C-A7F13CCD8805</string>
|
320
|
+
</dict>
|
321
|
+
</plist>
|
data/test/Putty.tmTheme
ADDED
@@ -0,0 +1,275 @@
|
|
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>Putty</string>
|
7
|
+
<key>settings</key>
|
8
|
+
<array>
|
9
|
+
<dict>
|
10
|
+
<key>settings</key>
|
11
|
+
<dict>
|
12
|
+
<key>background</key>
|
13
|
+
<string>#242322</string>
|
14
|
+
<key>caret</key>
|
15
|
+
<string>#FFFFFF</string>
|
16
|
+
<key>foreground</key>
|
17
|
+
<string>#E5E1DC</string>
|
18
|
+
<key>invisibles</key>
|
19
|
+
<string>#404040</string>
|
20
|
+
<key>lineHighlight</key>
|
21
|
+
<string>#333435</string>
|
22
|
+
<key>selection</key>
|
23
|
+
<string>#5A647EE0</string>
|
24
|
+
</dict>
|
25
|
+
</dict>
|
26
|
+
<dict>
|
27
|
+
<key>name</key>
|
28
|
+
<string>source</string>
|
29
|
+
<key>scope</key>
|
30
|
+
<string>source</string>
|
31
|
+
<key>settings</key>
|
32
|
+
<dict/>
|
33
|
+
</dict>
|
34
|
+
<dict>
|
35
|
+
<key>name</key>
|
36
|
+
<string>Comment</string>
|
37
|
+
<key>scope</key>
|
38
|
+
<string>comment</string>
|
39
|
+
<key>settings</key>
|
40
|
+
<dict>
|
41
|
+
<key>fontStyle</key>
|
42
|
+
<string>italic</string>
|
43
|
+
<key>foreground</key>
|
44
|
+
<string>#747676</string>
|
45
|
+
</dict>
|
46
|
+
</dict>
|
47
|
+
<dict>
|
48
|
+
<key>name</key>
|
49
|
+
<string>Keyword</string>
|
50
|
+
<key>scope</key>
|
51
|
+
<string>keyword, storage</string>
|
52
|
+
<key>settings</key>
|
53
|
+
<dict>
|
54
|
+
<key>fontStyle</key>
|
55
|
+
<string></string>
|
56
|
+
<key>foreground</key>
|
57
|
+
<string>#E9EEC2</string>
|
58
|
+
</dict>
|
59
|
+
</dict>
|
60
|
+
<dict>
|
61
|
+
<key>name</key>
|
62
|
+
<string>Function (definition)</string>
|
63
|
+
<key>scope</key>
|
64
|
+
<string>entity.name.function, keyword.other.name-of-parameter.objc</string>
|
65
|
+
<key>settings</key>
|
66
|
+
<dict>
|
67
|
+
<key>fontStyle</key>
|
68
|
+
<string></string>
|
69
|
+
<key>foreground</key>
|
70
|
+
<string>#D5584B</string>
|
71
|
+
</dict>
|
72
|
+
</dict>
|
73
|
+
<dict>
|
74
|
+
<key>name</key>
|
75
|
+
<string>Class (definition)</string>
|
76
|
+
<key>scope</key>
|
77
|
+
<string>entity.name</string>
|
78
|
+
<key>settings</key>
|
79
|
+
<dict>
|
80
|
+
<key>foreground</key>
|
81
|
+
<string>#FFFFFF</string>
|
82
|
+
</dict>
|
83
|
+
</dict>
|
84
|
+
<dict>
|
85
|
+
<key>name</key>
|
86
|
+
<string>Number</string>
|
87
|
+
<key>scope</key>
|
88
|
+
<string>constant.numeric</string>
|
89
|
+
<key>settings</key>
|
90
|
+
<dict>
|
91
|
+
<key>fontStyle</key>
|
92
|
+
<string></string>
|
93
|
+
<key>foreground</key>
|
94
|
+
<string>#FDA35E</string>
|
95
|
+
</dict>
|
96
|
+
</dict>
|
97
|
+
<dict>
|
98
|
+
<key>name</key>
|
99
|
+
<string>Variable</string>
|
100
|
+
<key>scope</key>
|
101
|
+
<string>variable.language, variable.other</string>
|
102
|
+
<key>settings</key>
|
103
|
+
<dict>
|
104
|
+
<key>fontStyle</key>
|
105
|
+
<string></string>
|
106
|
+
<key>foreground</key>
|
107
|
+
<string>#7AB8D7</string>
|
108
|
+
</dict>
|
109
|
+
</dict>
|
110
|
+
<dict>
|
111
|
+
<key>name</key>
|
112
|
+
<string>Constant</string>
|
113
|
+
<key>scope</key>
|
114
|
+
<string>constant</string>
|
115
|
+
<key>settings</key>
|
116
|
+
<dict>
|
117
|
+
<key>fontStyle</key>
|
118
|
+
<string></string>
|
119
|
+
<key>foreground</key>
|
120
|
+
<string>#7AB8D7</string>
|
121
|
+
</dict>
|
122
|
+
</dict>
|
123
|
+
<dict>
|
124
|
+
<key>name</key>
|
125
|
+
<string>Constant (other variable)</string>
|
126
|
+
<key>scope</key>
|
127
|
+
<string>variable.other.constant</string>
|
128
|
+
<key>settings</key>
|
129
|
+
<dict>
|
130
|
+
<key>foreground</key>
|
131
|
+
<string>#FFA35E</string>
|
132
|
+
</dict>
|
133
|
+
</dict>
|
134
|
+
<dict>
|
135
|
+
<key>name</key>
|
136
|
+
<string>Constant (built-in)</string>
|
137
|
+
<key>scope</key>
|
138
|
+
<string>constant.language</string>
|
139
|
+
<key>settings</key>
|
140
|
+
<dict>
|
141
|
+
<key>fontStyle</key>
|
142
|
+
<string></string>
|
143
|
+
<key>foreground</key>
|
144
|
+
<string>#6E9CBE</string>
|
145
|
+
</dict>
|
146
|
+
</dict>
|
147
|
+
<dict>
|
148
|
+
<key>name</key>
|
149
|
+
<string>String</string>
|
150
|
+
<key>scope</key>
|
151
|
+
<string>string</string>
|
152
|
+
<key>settings</key>
|
153
|
+
<dict>
|
154
|
+
<key>fontStyle</key>
|
155
|
+
<string></string>
|
156
|
+
<key>foreground</key>
|
157
|
+
<string>#7AB8D7</string>
|
158
|
+
</dict>
|
159
|
+
</dict>
|
160
|
+
<dict>
|
161
|
+
<key>name</key>
|
162
|
+
<string>Library function</string>
|
163
|
+
<key>scope</key>
|
164
|
+
<string>support.function</string>
|
165
|
+
<key>settings</key>
|
166
|
+
<dict>
|
167
|
+
<key>fontStyle</key>
|
168
|
+
<string></string>
|
169
|
+
<key>foreground</key>
|
170
|
+
<string>#D4584B</string>
|
171
|
+
</dict>
|
172
|
+
</dict>
|
173
|
+
<dict>
|
174
|
+
<key>name</key>
|
175
|
+
<string>Library type</string>
|
176
|
+
<key>scope</key>
|
177
|
+
<string>support.type</string>
|
178
|
+
<key>settings</key>
|
179
|
+
<dict>
|
180
|
+
<key>foreground</key>
|
181
|
+
<string>#6E9CBE</string>
|
182
|
+
</dict>
|
183
|
+
</dict>
|
184
|
+
<dict>
|
185
|
+
<key>name</key>
|
186
|
+
<string>Library constant</string>
|
187
|
+
<key>scope</key>
|
188
|
+
<string>support.constant</string>
|
189
|
+
<key>settings</key>
|
190
|
+
<dict>
|
191
|
+
<key>foreground</key>
|
192
|
+
<string>#FDA35E</string>
|
193
|
+
</dict>
|
194
|
+
</dict>
|
195
|
+
<dict>
|
196
|
+
<key>name</key>
|
197
|
+
<string>Markup tag</string>
|
198
|
+
<key>scope</key>
|
199
|
+
<string>meta.tag, declaration.tag, entity.name.tag, entity.other.attribute-name</string>
|
200
|
+
<key>settings</key>
|
201
|
+
<dict>
|
202
|
+
<key>fontStyle</key>
|
203
|
+
<string></string>
|
204
|
+
<key>foreground</key>
|
205
|
+
<string>#E87658</string>
|
206
|
+
</dict>
|
207
|
+
</dict>
|
208
|
+
<dict>
|
209
|
+
<key>name</key>
|
210
|
+
<string>Invalid</string>
|
211
|
+
<key>scope</key>
|
212
|
+
<string>invalid</string>
|
213
|
+
<key>settings</key>
|
214
|
+
<dict>
|
215
|
+
<key>background</key>
|
216
|
+
<string>#990000</string>
|
217
|
+
<key>foreground</key>
|
218
|
+
<string>#FFFFFF</string>
|
219
|
+
</dict>
|
220
|
+
</dict>
|
221
|
+
<dict>
|
222
|
+
<key>name</key>
|
223
|
+
<string>String interpolation</string>
|
224
|
+
<key>scope</key>
|
225
|
+
<string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string>
|
226
|
+
<key>settings</key>
|
227
|
+
<dict>
|
228
|
+
<key>fontStyle</key>
|
229
|
+
<string></string>
|
230
|
+
<key>foreground</key>
|
231
|
+
<string>#FDA35E</string>
|
232
|
+
</dict>
|
233
|
+
</dict>
|
234
|
+
<dict>
|
235
|
+
<key>name</key>
|
236
|
+
<string>Diff Add</string>
|
237
|
+
<key>scope</key>
|
238
|
+
<string>markup.inserted</string>
|
239
|
+
<key>settings</key>
|
240
|
+
<dict>
|
241
|
+
<key>background</key>
|
242
|
+
<string>#2F7248</string>
|
243
|
+
<key>foreground</key>
|
244
|
+
<string>#E6E1DC</string>
|
245
|
+
</dict>
|
246
|
+
</dict>
|
247
|
+
<dict>
|
248
|
+
<key>name</key>
|
249
|
+
<string>Diff Remove</string>
|
250
|
+
<key>scope</key>
|
251
|
+
<string>markup.deleted</string>
|
252
|
+
<key>settings</key>
|
253
|
+
<dict>
|
254
|
+
<key>background</key>
|
255
|
+
<string>#983C2C</string>
|
256
|
+
<key>foreground</key>
|
257
|
+
<string>#E6E1DC</string>
|
258
|
+
</dict>
|
259
|
+
</dict>
|
260
|
+
<dict>
|
261
|
+
<key>name</key>
|
262
|
+
<string>Diff Header</string>
|
263
|
+
<key>scope</key>
|
264
|
+
<string>meta.diff.header, meta.separator.diff, meta.diff.index, meta.diff.range</string>
|
265
|
+
<key>settings</key>
|
266
|
+
<dict>
|
267
|
+
<key>background</key>
|
268
|
+
<string>#3970AB</string>
|
269
|
+
</dict>
|
270
|
+
</dict>
|
271
|
+
</array>
|
272
|
+
<key>uuid</key>
|
273
|
+
<string>FAEFBFFF-6A08-42AC-8CF1-3E8251E4498A</string>
|
274
|
+
</dict>
|
275
|
+
</plist>
|