tm-themes 1.0.1 → 1.0.3

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.
@@ -115,21 +115,18 @@
115
115
  }
116
116
  },
117
117
  {
118
- "name": "Comment",
119
118
  "scope": "comment",
120
119
  "settings": {
121
120
  "foreground": "#88846f"
122
121
  }
123
122
  },
124
123
  {
125
- "name": "String",
126
124
  "scope": "string",
127
125
  "settings": {
128
126
  "foreground": "#E6DB74"
129
127
  }
130
128
  },
131
129
  {
132
- "name": "Template Definition",
133
130
  "scope": [
134
131
  "punctuation.definition.template-expression",
135
132
  "punctuation.section.embedded"
@@ -139,7 +136,6 @@
139
136
  }
140
137
  },
141
138
  {
142
- "name": "Reset JavaScript string interpolation expression",
143
139
  "scope": [
144
140
  "meta.template.expression"
145
141
  ],
@@ -148,28 +144,24 @@
148
144
  }
149
145
  },
150
146
  {
151
- "name": "Number",
152
147
  "scope": "constant.numeric",
153
148
  "settings": {
154
149
  "foreground": "#AE81FF"
155
150
  }
156
151
  },
157
152
  {
158
- "name": "Built-in constant",
159
153
  "scope": "constant.language",
160
154
  "settings": {
161
155
  "foreground": "#AE81FF"
162
156
  }
163
157
  },
164
158
  {
165
- "name": "User-defined constant",
166
159
  "scope": "constant.character, constant.other",
167
160
  "settings": {
168
161
  "foreground": "#AE81FF"
169
162
  }
170
163
  },
171
164
  {
172
- "name": "Variable",
173
165
  "scope": "variable",
174
166
  "settings": {
175
167
  "fontStyle": "",
@@ -177,14 +169,12 @@
177
169
  }
178
170
  },
179
171
  {
180
- "name": "Keyword",
181
172
  "scope": "keyword",
182
173
  "settings": {
183
174
  "foreground": "#F92672"
184
175
  }
185
176
  },
186
177
  {
187
- "name": "Storage",
188
178
  "scope": "storage",
189
179
  "settings": {
190
180
  "fontStyle": "",
@@ -192,7 +182,6 @@
192
182
  }
193
183
  },
194
184
  {
195
- "name": "Storage type",
196
185
  "scope": "storage.type",
197
186
  "settings": {
198
187
  "fontStyle": "italic",
@@ -200,7 +189,6 @@
200
189
  }
201
190
  },
202
191
  {
203
- "name": "Class name",
204
192
  "scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution",
205
193
  "settings": {
206
194
  "fontStyle": "underline",
@@ -208,7 +196,6 @@
208
196
  }
209
197
  },
210
198
  {
211
- "name": "Inherited class",
212
199
  "scope": "entity.other.inherited-class",
213
200
  "settings": {
214
201
  "fontStyle": "italic underline",
@@ -216,7 +203,6 @@
216
203
  }
217
204
  },
218
205
  {
219
- "name": "Function name",
220
206
  "scope": "entity.name.function",
221
207
  "settings": {
222
208
  "fontStyle": "",
@@ -224,7 +210,6 @@
224
210
  }
225
211
  },
226
212
  {
227
- "name": "Function argument",
228
213
  "scope": "variable.parameter",
229
214
  "settings": {
230
215
  "fontStyle": "italic",
@@ -232,7 +217,6 @@
232
217
  }
233
218
  },
234
219
  {
235
- "name": "Tag name",
236
220
  "scope": "entity.name.tag",
237
221
  "settings": {
238
222
  "fontStyle": "",
@@ -240,7 +224,6 @@
240
224
  }
241
225
  },
242
226
  {
243
- "name": "Tag attribute",
244
227
  "scope": "entity.other.attribute-name",
245
228
  "settings": {
246
229
  "fontStyle": "",
@@ -248,7 +231,6 @@
248
231
  }
249
232
  },
250
233
  {
251
- "name": "Library function",
252
234
  "scope": "support.function",
253
235
  "settings": {
254
236
  "fontStyle": "",
@@ -256,7 +238,6 @@
256
238
  }
257
239
  },
258
240
  {
259
- "name": "Library constant",
260
241
  "scope": "support.constant",
261
242
  "settings": {
262
243
  "fontStyle": "",
@@ -264,7 +245,6 @@
264
245
  }
265
246
  },
266
247
  {
267
- "name": "Library class/type",
268
248
  "scope": "support.type, support.class",
269
249
  "settings": {
270
250
  "fontStyle": "italic",
@@ -272,14 +252,12 @@
272
252
  }
273
253
  },
274
254
  {
275
- "name": "Library variable",
276
255
  "scope": "support.other.variable",
277
256
  "settings": {
278
257
  "fontStyle": ""
279
258
  }
280
259
  },
281
260
  {
282
- "name": "Invalid",
283
261
  "scope": "invalid",
284
262
  "settings": {
285
263
  "fontStyle": "",
@@ -287,42 +265,36 @@
287
265
  }
288
266
  },
289
267
  {
290
- "name": "Invalid deprecated",
291
268
  "scope": "invalid.deprecated",
292
269
  "settings": {
293
270
  "foreground": "#F44747"
294
271
  }
295
272
  },
296
273
  {
297
- "name": "JSON String",
298
274
  "scope": "meta.structure.dictionary.json string.quoted.double.json",
299
275
  "settings": {
300
276
  "foreground": "#CFCFC2"
301
277
  }
302
278
  },
303
279
  {
304
- "name": "diff.header",
305
280
  "scope": "meta.diff, meta.diff.header",
306
281
  "settings": {
307
282
  "foreground": "#75715E"
308
283
  }
309
284
  },
310
285
  {
311
- "name": "diff.deleted",
312
286
  "scope": "markup.deleted",
313
287
  "settings": {
314
288
  "foreground": "#F92672"
315
289
  }
316
290
  },
317
291
  {
318
- "name": "diff.inserted",
319
292
  "scope": "markup.inserted",
320
293
  "settings": {
321
294
  "foreground": "#A6E22E"
322
295
  }
323
296
  },
324
297
  {
325
- "name": "diff.changed",
326
298
  "scope": "markup.changed",
327
299
  "settings": {
328
300
  "foreground": "#E6DB74"
@@ -341,28 +313,24 @@
341
313
  }
342
314
  },
343
315
  {
344
- "name": "Markup Quote",
345
316
  "scope": "markup.quote",
346
317
  "settings": {
347
318
  "foreground": "#F92672"
348
319
  }
349
320
  },
350
321
  {
351
- "name": "Markup Lists",
352
322
  "scope": "markup.list",
353
323
  "settings": {
354
324
  "foreground": "#E6DB74"
355
325
  }
356
326
  },
357
327
  {
358
- "name": "Markup Styling",
359
328
  "scope": "markup.bold, markup.italic",
360
329
  "settings": {
361
330
  "foreground": "#66D9EF"
362
331
  }
363
332
  },
364
333
  {
365
- "name": "Markup Inline",
366
334
  "scope": "markup.inline.raw",
367
335
  "settings": {
368
336
  "fontStyle": "",
@@ -370,14 +338,12 @@
370
338
  }
371
339
  },
372
340
  {
373
- "name": "Markup Headings",
374
341
  "scope": "markup.heading",
375
342
  "settings": {
376
343
  "foreground": "#A6E22E"
377
344
  }
378
345
  },
379
346
  {
380
- "name": "Markup Setext Header",
381
347
  "scope": "markup.heading.setext",
382
348
  "settings": {
383
349
  "fontStyle": "bold",
@@ -385,14 +351,12 @@
385
351
  }
386
352
  },
387
353
  {
388
- "name": "Markup Headings",
389
354
  "scope": "markup.heading.markdown",
390
355
  "settings": {
391
356
  "fontStyle": "bold"
392
357
  }
393
358
  },
394
359
  {
395
- "name": "Markdown Quote",
396
360
  "scope": "markup.quote.markdown",
397
361
  "settings": {
398
362
  "fontStyle": "italic",
@@ -400,28 +364,24 @@
400
364
  }
401
365
  },
402
366
  {
403
- "name": "Markdown Bold",
404
367
  "scope": "markup.bold.markdown",
405
368
  "settings": {
406
369
  "fontStyle": "bold"
407
370
  }
408
371
  },
409
372
  {
410
- "name": "Markdown Link Title/Description",
411
373
  "scope": "string.other.link.title.markdown,string.other.link.description.markdown",
412
374
  "settings": {
413
375
  "foreground": "#AE81FF"
414
376
  }
415
377
  },
416
378
  {
417
- "name": "Markdown Underline Link/Image",
418
379
  "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
419
380
  "settings": {
420
381
  "foreground": "#E6DB74"
421
382
  }
422
383
  },
423
384
  {
424
- "name": "Markdown Emphasis",
425
385
  "scope": "markup.italic.markdown",
426
386
  "settings": {
427
387
  "fontStyle": "italic"
@@ -434,14 +394,12 @@
434
394
  }
435
395
  },
436
396
  {
437
- "name": "Markdown Punctuation Definition Link",
438
397
  "scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown",
439
398
  "settings": {
440
399
  "foreground": "#f8f8f2"
441
400
  }
442
401
  },
443
402
  {
444
- "name": "Markdown List Punctuation",
445
403
  "scope": [
446
404
  "punctuation.definition.list.begin.markdown"
447
405
  ],
@@ -474,7 +432,6 @@
474
432
  }
475
433
  },
476
434
  {
477
- "name": "this.self",
478
435
  "scope": "variable.language",
479
436
  "settings": {
480
437
  "foreground": "#FD971F"