tm-themes 0.0.0

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.
@@ -0,0 +1,484 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.background": "#272822",
4
+ "activityBar.foreground": "#f8f8f2",
5
+ "badge.background": "#75715E",
6
+ "badge.foreground": "#f8f8f2",
7
+ "button.background": "#75715E",
8
+ "debugToolBar.background": "#1e1f1c",
9
+ "diffEditor.insertedTextBackground": "#4b661680",
10
+ "diffEditor.removedTextBackground": "#90274A70",
11
+ "dropdown.background": "#414339",
12
+ "dropdown.listBackground": "#1e1f1c",
13
+ "editor.background": "#272822",
14
+ "editor.foreground": "#f8f8f2",
15
+ "editor.lineHighlightBackground": "#3e3d32",
16
+ "editor.selectionBackground": "#878b9180",
17
+ "editor.selectionHighlightBackground": "#575b6180",
18
+ "editor.wordHighlightBackground": "#4a4a7680",
19
+ "editor.wordHighlightStrongBackground": "#6a6a9680",
20
+ "editorCursor.foreground": "#f8f8f0",
21
+ "editorGroup.border": "#34352f",
22
+ "editorGroup.dropBackground": "#41433980",
23
+ "editorGroupHeader.tabsBackground": "#1e1f1c",
24
+ "editorHoverWidget.background": "#414339",
25
+ "editorHoverWidget.border": "#75715E",
26
+ "editorIndentGuide.activeBackground": "#767771",
27
+ "editorIndentGuide.background": "#464741",
28
+ "editorLineNumber.activeForeground": "#c2c2bf",
29
+ "editorLineNumber.foreground": "#90908a",
30
+ "editorSuggestWidget.background": "#272822",
31
+ "editorSuggestWidget.border": "#75715E",
32
+ "editorWhitespace.foreground": "#464741",
33
+ "editorWidget.background": "#1e1f1c",
34
+ "focusBorder": "#99947c",
35
+ "input.background": "#414339",
36
+ "inputOption.activeBorder": "#75715E",
37
+ "inputValidation.errorBackground": "#90274A",
38
+ "inputValidation.errorBorder": "#f92672",
39
+ "inputValidation.infoBackground": "#546190",
40
+ "inputValidation.infoBorder": "#819aff",
41
+ "inputValidation.warningBackground": "#848528",
42
+ "inputValidation.warningBorder": "#e2e22e",
43
+ "list.activeSelectionBackground": "#75715E",
44
+ "list.dropBackground": "#414339",
45
+ "list.highlightForeground": "#f8f8f2",
46
+ "list.hoverBackground": "#3e3d32",
47
+ "list.inactiveSelectionBackground": "#414339",
48
+ "menu.background": "#1e1f1c",
49
+ "menu.foreground": "#cccccc",
50
+ "minimap.selectionHighlight": "#878b9180",
51
+ "panel.border": "#414339",
52
+ "panelTitle.activeBorder": "#75715E",
53
+ "panelTitle.activeForeground": "#f8f8f2",
54
+ "panelTitle.inactiveForeground": "#75715E",
55
+ "peekView.border": "#75715E",
56
+ "peekViewEditor.background": "#272822",
57
+ "peekViewEditor.matchHighlightBackground": "#75715E",
58
+ "peekViewResult.background": "#1e1f1c",
59
+ "peekViewResult.matchHighlightBackground": "#75715E",
60
+ "peekViewResult.selectionBackground": "#414339",
61
+ "peekViewTitle.background": "#1e1f1c",
62
+ "pickerGroup.foreground": "#75715E",
63
+ "ports.iconRunningProcessForeground": "#ccccc7",
64
+ "progressBar.background": "#75715E",
65
+ "quickInputList.focusBackground": "#414339",
66
+ "selection.background": "#878b9180",
67
+ "settings.focusedRowBackground": "#4143395A",
68
+ "sideBar.background": "#1e1f1c",
69
+ "sideBarSectionHeader.background": "#272822",
70
+ "statusBar.background": "#414339",
71
+ "statusBar.debuggingBackground": "#75715E",
72
+ "statusBar.noFolderBackground": "#414339",
73
+ "statusBarItem.remoteBackground": "#AC6218",
74
+ "tab.border": "#1e1f1c",
75
+ "tab.inactiveBackground": "#34352f",
76
+ "tab.inactiveForeground": "#ccccc7",
77
+ "tab.lastPinnedBorder": "#414339",
78
+ "terminal.ansiBlack": "#333333",
79
+ "terminal.ansiBlue": "#6A7EC8",
80
+ "terminal.ansiBrightBlack": "#666666",
81
+ "terminal.ansiBrightBlue": "#819aff",
82
+ "terminal.ansiBrightCyan": "#66D9EF",
83
+ "terminal.ansiBrightGreen": "#A6E22E",
84
+ "terminal.ansiBrightMagenta": "#AE81FF",
85
+ "terminal.ansiBrightRed": "#f92672",
86
+ "terminal.ansiBrightWhite": "#f8f8f2",
87
+ "terminal.ansiBrightYellow": "#e2e22e",
88
+ "terminal.ansiCyan": "#56ADBC",
89
+ "terminal.ansiGreen": "#86B42B",
90
+ "terminal.ansiMagenta": "#8C6BC8",
91
+ "terminal.ansiRed": "#C4265E",
92
+ "terminal.ansiWhite": "#e3e3dd",
93
+ "terminal.ansiYellow": "#B3B42B",
94
+ "titleBar.activeBackground": "#1e1f1c",
95
+ "widget.shadow": "#00000098"
96
+ },
97
+ "name": "monokai",
98
+ "semanticHighlighting": true,
99
+ "tokenColors": [
100
+ {
101
+ "settings": {
102
+ "foreground": "#F8F8F2"
103
+ }
104
+ },
105
+ {
106
+ "scope": [
107
+ "meta.embedded",
108
+ "source.groovy.embedded",
109
+ "string meta.image.inline.markdown",
110
+ "variable.legacy.builtin.python"
111
+ ],
112
+ "settings": {
113
+ "foreground": "#F8F8F2"
114
+ }
115
+ },
116
+ {
117
+ "name": "Comment",
118
+ "scope": "comment",
119
+ "settings": {
120
+ "foreground": "#88846f"
121
+ }
122
+ },
123
+ {
124
+ "name": "String",
125
+ "scope": "string",
126
+ "settings": {
127
+ "foreground": "#E6DB74"
128
+ }
129
+ },
130
+ {
131
+ "name": "Template Definition",
132
+ "scope": [
133
+ "punctuation.definition.template-expression",
134
+ "punctuation.section.embedded"
135
+ ],
136
+ "settings": {
137
+ "foreground": "#F92672"
138
+ }
139
+ },
140
+ {
141
+ "name": "Reset JavaScript string interpolation expression",
142
+ "scope": [
143
+ "meta.template.expression"
144
+ ],
145
+ "settings": {
146
+ "foreground": "#F8F8F2"
147
+ }
148
+ },
149
+ {
150
+ "name": "Number",
151
+ "scope": "constant.numeric",
152
+ "settings": {
153
+ "foreground": "#AE81FF"
154
+ }
155
+ },
156
+ {
157
+ "name": "Built-in constant",
158
+ "scope": "constant.language",
159
+ "settings": {
160
+ "foreground": "#AE81FF"
161
+ }
162
+ },
163
+ {
164
+ "name": "User-defined constant",
165
+ "scope": "constant.character, constant.other",
166
+ "settings": {
167
+ "foreground": "#AE81FF"
168
+ }
169
+ },
170
+ {
171
+ "name": "Variable",
172
+ "scope": "variable",
173
+ "settings": {
174
+ "fontStyle": "",
175
+ "foreground": "#F8F8F2"
176
+ }
177
+ },
178
+ {
179
+ "name": "Keyword",
180
+ "scope": "keyword",
181
+ "settings": {
182
+ "foreground": "#F92672"
183
+ }
184
+ },
185
+ {
186
+ "name": "Storage",
187
+ "scope": "storage",
188
+ "settings": {
189
+ "fontStyle": "",
190
+ "foreground": "#F92672"
191
+ }
192
+ },
193
+ {
194
+ "name": "Storage type",
195
+ "scope": "storage.type",
196
+ "settings": {
197
+ "fontStyle": "italic",
198
+ "foreground": "#66D9EF"
199
+ }
200
+ },
201
+ {
202
+ "name": "Class name",
203
+ "scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution",
204
+ "settings": {
205
+ "fontStyle": "underline",
206
+ "foreground": "#A6E22E"
207
+ }
208
+ },
209
+ {
210
+ "name": "Inherited class",
211
+ "scope": "entity.other.inherited-class",
212
+ "settings": {
213
+ "fontStyle": "italic underline",
214
+ "foreground": "#A6E22E"
215
+ }
216
+ },
217
+ {
218
+ "name": "Function name",
219
+ "scope": "entity.name.function",
220
+ "settings": {
221
+ "fontStyle": "",
222
+ "foreground": "#A6E22E"
223
+ }
224
+ },
225
+ {
226
+ "name": "Function argument",
227
+ "scope": "variable.parameter",
228
+ "settings": {
229
+ "fontStyle": "italic",
230
+ "foreground": "#FD971F"
231
+ }
232
+ },
233
+ {
234
+ "name": "Tag name",
235
+ "scope": "entity.name.tag",
236
+ "settings": {
237
+ "fontStyle": "",
238
+ "foreground": "#F92672"
239
+ }
240
+ },
241
+ {
242
+ "name": "Tag attribute",
243
+ "scope": "entity.other.attribute-name",
244
+ "settings": {
245
+ "fontStyle": "",
246
+ "foreground": "#A6E22E"
247
+ }
248
+ },
249
+ {
250
+ "name": "Library function",
251
+ "scope": "support.function",
252
+ "settings": {
253
+ "fontStyle": "",
254
+ "foreground": "#66D9EF"
255
+ }
256
+ },
257
+ {
258
+ "name": "Library constant",
259
+ "scope": "support.constant",
260
+ "settings": {
261
+ "fontStyle": "",
262
+ "foreground": "#66D9EF"
263
+ }
264
+ },
265
+ {
266
+ "name": "Library class/type",
267
+ "scope": "support.type, support.class",
268
+ "settings": {
269
+ "fontStyle": "italic",
270
+ "foreground": "#66D9EF"
271
+ }
272
+ },
273
+ {
274
+ "name": "Library variable",
275
+ "scope": "support.other.variable",
276
+ "settings": {
277
+ "fontStyle": ""
278
+ }
279
+ },
280
+ {
281
+ "name": "Invalid",
282
+ "scope": "invalid",
283
+ "settings": {
284
+ "fontStyle": "",
285
+ "foreground": "#F44747"
286
+ }
287
+ },
288
+ {
289
+ "name": "Invalid deprecated",
290
+ "scope": "invalid.deprecated",
291
+ "settings": {
292
+ "foreground": "#F44747"
293
+ }
294
+ },
295
+ {
296
+ "name": "JSON String",
297
+ "scope": "meta.structure.dictionary.json string.quoted.double.json",
298
+ "settings": {
299
+ "foreground": "#CFCFC2"
300
+ }
301
+ },
302
+ {
303
+ "name": "diff.header",
304
+ "scope": "meta.diff, meta.diff.header",
305
+ "settings": {
306
+ "foreground": "#75715E"
307
+ }
308
+ },
309
+ {
310
+ "name": "diff.deleted",
311
+ "scope": "markup.deleted",
312
+ "settings": {
313
+ "foreground": "#F92672"
314
+ }
315
+ },
316
+ {
317
+ "name": "diff.inserted",
318
+ "scope": "markup.inserted",
319
+ "settings": {
320
+ "foreground": "#A6E22E"
321
+ }
322
+ },
323
+ {
324
+ "name": "diff.changed",
325
+ "scope": "markup.changed",
326
+ "settings": {
327
+ "foreground": "#E6DB74"
328
+ }
329
+ },
330
+ {
331
+ "scope": "constant.numeric.line-number.find-in-files - match",
332
+ "settings": {
333
+ "foreground": "#AE81FFA0"
334
+ }
335
+ },
336
+ {
337
+ "scope": "entity.name.filename.find-in-files",
338
+ "settings": {
339
+ "foreground": "#E6DB74"
340
+ }
341
+ },
342
+ {
343
+ "name": "Markup Quote",
344
+ "scope": "markup.quote",
345
+ "settings": {
346
+ "foreground": "#F92672"
347
+ }
348
+ },
349
+ {
350
+ "name": "Markup Lists",
351
+ "scope": "markup.list",
352
+ "settings": {
353
+ "foreground": "#E6DB74"
354
+ }
355
+ },
356
+ {
357
+ "name": "Markup Styling",
358
+ "scope": "markup.bold, markup.italic",
359
+ "settings": {
360
+ "foreground": "#66D9EF"
361
+ }
362
+ },
363
+ {
364
+ "name": "Markup Inline",
365
+ "scope": "markup.inline.raw",
366
+ "settings": {
367
+ "fontStyle": "",
368
+ "foreground": "#FD971F"
369
+ }
370
+ },
371
+ {
372
+ "name": "Markup Headings",
373
+ "scope": "markup.heading",
374
+ "settings": {
375
+ "foreground": "#A6E22E"
376
+ }
377
+ },
378
+ {
379
+ "name": "Markup Setext Header",
380
+ "scope": "markup.heading.setext",
381
+ "settings": {
382
+ "fontStyle": "bold",
383
+ "foreground": "#A6E22E"
384
+ }
385
+ },
386
+ {
387
+ "name": "Markup Headings",
388
+ "scope": "markup.heading.markdown",
389
+ "settings": {
390
+ "fontStyle": "bold"
391
+ }
392
+ },
393
+ {
394
+ "name": "Markdown Quote",
395
+ "scope": "markup.quote.markdown",
396
+ "settings": {
397
+ "fontStyle": "italic",
398
+ "foreground": "#75715E"
399
+ }
400
+ },
401
+ {
402
+ "name": "Markdown Bold",
403
+ "scope": "markup.bold.markdown",
404
+ "settings": {
405
+ "fontStyle": "bold"
406
+ }
407
+ },
408
+ {
409
+ "name": "Markdown Link Title/Description",
410
+ "scope": "string.other.link.title.markdown,string.other.link.description.markdown",
411
+ "settings": {
412
+ "foreground": "#AE81FF"
413
+ }
414
+ },
415
+ {
416
+ "name": "Markdown Underline Link/Image",
417
+ "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
418
+ "settings": {
419
+ "foreground": "#E6DB74"
420
+ }
421
+ },
422
+ {
423
+ "name": "Markdown Emphasis",
424
+ "scope": "markup.italic.markdown",
425
+ "settings": {
426
+ "fontStyle": "italic"
427
+ }
428
+ },
429
+ {
430
+ "scope": "markup.strikethrough",
431
+ "settings": {
432
+ "fontStyle": "strikethrough"
433
+ }
434
+ },
435
+ {
436
+ "name": "Markdown Punctuation Definition Link",
437
+ "scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown",
438
+ "settings": {
439
+ "foreground": "#f8f8f2"
440
+ }
441
+ },
442
+ {
443
+ "name": "Markdown List Punctuation",
444
+ "scope": [
445
+ "punctuation.definition.list.begin.markdown"
446
+ ],
447
+ "settings": {
448
+ "foreground": "#A6E22E"
449
+ }
450
+ },
451
+ {
452
+ "scope": "token.info-token",
453
+ "settings": {
454
+ "foreground": "#6796e6"
455
+ }
456
+ },
457
+ {
458
+ "scope": "token.warn-token",
459
+ "settings": {
460
+ "foreground": "#cd9731"
461
+ }
462
+ },
463
+ {
464
+ "scope": "token.error-token",
465
+ "settings": {
466
+ "foreground": "#f44747"
467
+ }
468
+ },
469
+ {
470
+ "scope": "token.debug-token",
471
+ "settings": {
472
+ "foreground": "#b267e6"
473
+ }
474
+ },
475
+ {
476
+ "name": "this.self",
477
+ "scope": "variable.language",
478
+ "settings": {
479
+ "foreground": "#FD971F"
480
+ }
481
+ }
482
+ ],
483
+ "type": "dark"
484
+ }