tm-themes 1.0.0 → 1.0.2

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.
@@ -106,7 +106,6 @@
106
106
  }
107
107
  },
108
108
  {
109
- "name": "Comment",
110
109
  "scope": "comment",
111
110
  "settings": {
112
111
  "fontStyle": "italic",
@@ -114,28 +113,24 @@
114
113
  }
115
114
  },
116
115
  {
117
- "name": "String",
118
116
  "scope": "string",
119
117
  "settings": {
120
118
  "foreground": "#2AA198"
121
119
  }
122
120
  },
123
121
  {
124
- "name": "Regexp",
125
122
  "scope": "string.regexp",
126
123
  "settings": {
127
124
  "foreground": "#DC322F"
128
125
  }
129
126
  },
130
127
  {
131
- "name": "Number",
132
128
  "scope": "constant.numeric",
133
129
  "settings": {
134
130
  "foreground": "#D33682"
135
131
  }
136
132
  },
137
133
  {
138
- "name": "Variable",
139
134
  "scope": [
140
135
  "variable.language",
141
136
  "variable.other"
@@ -145,14 +140,12 @@
145
140
  }
146
141
  },
147
142
  {
148
- "name": "Keyword",
149
143
  "scope": "keyword",
150
144
  "settings": {
151
145
  "foreground": "#859900"
152
146
  }
153
147
  },
154
148
  {
155
- "name": "Storage",
156
149
  "scope": "storage",
157
150
  "settings": {
158
151
  "fontStyle": "bold",
@@ -160,7 +153,6 @@
160
153
  }
161
154
  },
162
155
  {
163
- "name": "Class name",
164
156
  "scope": [
165
157
  "entity.name.class",
166
158
  "entity.name.type",
@@ -173,21 +165,18 @@
173
165
  }
174
166
  },
175
167
  {
176
- "name": "Function name",
177
168
  "scope": "entity.name.function",
178
169
  "settings": {
179
170
  "foreground": "#268BD2"
180
171
  }
181
172
  },
182
173
  {
183
- "name": "Variable start",
184
174
  "scope": "punctuation.definition.variable",
185
175
  "settings": {
186
176
  "foreground": "#859900"
187
177
  }
188
178
  },
189
179
  {
190
- "name": "Embedded code markers",
191
180
  "scope": [
192
181
  "punctuation.section.embedded.begin",
193
182
  "punctuation.section.embedded.end"
@@ -197,7 +186,6 @@
197
186
  }
198
187
  },
199
188
  {
200
- "name": "Built-in constant",
201
189
  "scope": [
202
190
  "constant.language",
203
191
  "meta.preprocessor"
@@ -207,7 +195,6 @@
207
195
  }
208
196
  },
209
197
  {
210
- "name": "Support.construct",
211
198
  "scope": [
212
199
  "support.function.construct",
213
200
  "keyword.other.new"
@@ -217,7 +204,6 @@
217
204
  }
218
205
  },
219
206
  {
220
- "name": "User-defined constant",
221
207
  "scope": [
222
208
  "constant.character",
223
209
  "constant.other"
@@ -227,55 +213,47 @@
227
213
  }
228
214
  },
229
215
  {
230
- "name": "Inherited class",
231
216
  "scope": "entity.other.inherited-class",
232
217
  "settings": {
233
218
  "foreground": "#6C71C4"
234
219
  }
235
220
  },
236
221
  {
237
- "name": "Function argument",
238
222
  "scope": "variable.parameter",
239
223
  "settings": {
240
224
  }
241
225
  },
242
226
  {
243
- "name": "Tag name",
244
227
  "scope": "entity.name.tag",
245
228
  "settings": {
246
229
  "foreground": "#268BD2"
247
230
  }
248
231
  },
249
232
  {
250
- "name": "Tag start/end",
251
233
  "scope": "punctuation.definition.tag",
252
234
  "settings": {
253
235
  "foreground": "#93A1A1"
254
236
  }
255
237
  },
256
238
  {
257
- "name": "Tag attribute",
258
239
  "scope": "entity.other.attribute-name",
259
240
  "settings": {
260
241
  "foreground": "#93A1A1"
261
242
  }
262
243
  },
263
244
  {
264
- "name": "Library function",
265
245
  "scope": "support.function",
266
246
  "settings": {
267
247
  "foreground": "#268BD2"
268
248
  }
269
249
  },
270
250
  {
271
- "name": "Continuation",
272
251
  "scope": "punctuation.separator.continuation",
273
252
  "settings": {
274
253
  "foreground": "#DC322F"
275
254
  }
276
255
  },
277
256
  {
278
- "name": "Library constant",
279
257
  "scope": [
280
258
  "support.constant",
281
259
  "support.variable"
@@ -284,7 +262,6 @@
284
262
  }
285
263
  },
286
264
  {
287
- "name": "Library class/type",
288
265
  "scope": [
289
266
  "support.type",
290
267
  "support.class"
@@ -294,27 +271,23 @@
294
271
  }
295
272
  },
296
273
  {
297
- "name": "Library Exception",
298
274
  "scope": "support.type.exception",
299
275
  "settings": {
300
276
  "foreground": "#CB4B16"
301
277
  }
302
278
  },
303
279
  {
304
- "name": "Library variable",
305
280
  "scope": "support.other.variable",
306
281
  "settings": {
307
282
  }
308
283
  },
309
284
  {
310
- "name": "Invalid",
311
285
  "scope": "invalid",
312
286
  "settings": {
313
287
  "foreground": "#DC322F"
314
288
  }
315
289
  },
316
290
  {
317
- "name": "diff: header",
318
291
  "scope": [
319
292
  "meta.diff",
320
293
  "meta.diff.header"
@@ -325,7 +298,6 @@
325
298
  }
326
299
  },
327
300
  {
328
- "name": "diff: deleted",
329
301
  "scope": "markup.deleted",
330
302
  "settings": {
331
303
  "fontStyle": "",
@@ -333,7 +305,6 @@
333
305
  }
334
306
  },
335
307
  {
336
- "name": "diff: changed",
337
308
  "scope": "markup.changed",
338
309
  "settings": {
339
310
  "fontStyle": "",
@@ -341,28 +312,24 @@
341
312
  }
342
313
  },
343
314
  {
344
- "name": "diff: inserted",
345
315
  "scope": "markup.inserted",
346
316
  "settings": {
347
317
  "foreground": "#859900"
348
318
  }
349
319
  },
350
320
  {
351
- "name": "Markup Quote",
352
321
  "scope": "markup.quote",
353
322
  "settings": {
354
323
  "foreground": "#859900"
355
324
  }
356
325
  },
357
326
  {
358
- "name": "Markup Lists",
359
327
  "scope": "markup.list",
360
328
  "settings": {
361
329
  "foreground": "#B58900"
362
330
  }
363
331
  },
364
332
  {
365
- "name": "Markup Styling",
366
333
  "scope": [
367
334
  "markup.bold",
368
335
  "markup.italic"
@@ -372,14 +339,12 @@
372
339
  }
373
340
  },
374
341
  {
375
- "name": "Markup: Strong",
376
342
  "scope": "markup.bold",
377
343
  "settings": {
378
344
  "fontStyle": "bold"
379
345
  }
380
346
  },
381
347
  {
382
- "name": "Markup: Emphasis",
383
348
  "scope": "markup.italic",
384
349
  "settings": {
385
350
  "fontStyle": "italic"
@@ -392,7 +357,6 @@
392
357
  }
393
358
  },
394
359
  {
395
- "name": "Markup Inline",
396
360
  "scope": "markup.inline.raw",
397
361
  "settings": {
398
362
  "fontStyle": "",
@@ -400,7 +364,6 @@
400
364
  }
401
365
  },
402
366
  {
403
- "name": "Markup Headings",
404
367
  "scope": "markup.heading",
405
368
  "settings": {
406
369
  "fontStyle": "bold",
@@ -408,7 +371,6 @@
408
371
  }
409
372
  },
410
373
  {
411
- "name": "Markup Setext Header",
412
374
  "scope": "markup.heading.setext",
413
375
  "settings": {
414
376
  "fontStyle": "",