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,428 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.background": "#003847",
4
+ "badge.background": "#047aa6",
5
+ "button.background": "#2AA19899",
6
+ "debugExceptionWidget.background": "#00212B",
7
+ "debugExceptionWidget.border": "#AB395B",
8
+ "debugToolBar.background": "#00212B",
9
+ "dropdown.background": "#00212B",
10
+ "dropdown.border": "#2AA19899",
11
+ "editor.background": "#002B36",
12
+ "editor.foreground": "#839496",
13
+ "editor.lineHighlightBackground": "#073642",
14
+ "editor.selectionBackground": "#274642",
15
+ "editor.selectionHighlightBackground": "#005A6FAA",
16
+ "editor.wordHighlightBackground": "#004454AA",
17
+ "editor.wordHighlightStrongBackground": "#005A6FAA",
18
+ "editorBracketHighlight.foreground1": "#cdcdcdff",
19
+ "editorBracketHighlight.foreground2": "#b58900ff",
20
+ "editorBracketHighlight.foreground3": "#d33682ff",
21
+ "editorCursor.foreground": "#D30102",
22
+ "editorGroup.border": "#00212B",
23
+ "editorGroup.dropBackground": "#2AA19844",
24
+ "editorGroupHeader.tabsBackground": "#004052",
25
+ "editorHoverWidget.background": "#004052",
26
+ "editorIndentGuide.activeBackground": "#C3E1E180",
27
+ "editorIndentGuide.background": "#93A1A180",
28
+ "editorLineNumber.activeForeground": "#949494",
29
+ "editorMarkerNavigationError.background": "#AB395B",
30
+ "editorMarkerNavigationWarning.background": "#5B7E7A",
31
+ "editorWhitespace.foreground": "#93A1A180",
32
+ "editorWidget.background": "#00212B",
33
+ "errorForeground": "#ffeaea",
34
+ "focusBorder": "#2AA19899",
35
+ "input.background": "#003847",
36
+ "input.foreground": "#93A1A1",
37
+ "input.placeholderForeground": "#93A1A1AA",
38
+ "inputOption.activeBorder": "#2AA19899",
39
+ "inputValidation.errorBackground": "#571b26",
40
+ "inputValidation.errorBorder": "#a92049",
41
+ "inputValidation.infoBackground": "#052730",
42
+ "inputValidation.infoBorder": "#363b5f",
43
+ "inputValidation.warningBackground": "#5d5938",
44
+ "inputValidation.warningBorder": "#9d8a5e",
45
+ "list.activeSelectionBackground": "#005A6F",
46
+ "list.dropBackground": "#00445488",
47
+ "list.highlightForeground": "#1ebcc5",
48
+ "list.hoverBackground": "#004454AA",
49
+ "list.inactiveSelectionBackground": "#00445488",
50
+ "minimap.selectionHighlight": "#274642",
51
+ "panel.border": "#2b2b4a",
52
+ "peekView.border": "#2b2b4a",
53
+ "peekViewEditor.background": "#10192c",
54
+ "peekViewEditor.matchHighlightBackground": "#7744AA40",
55
+ "peekViewResult.background": "#00212B",
56
+ "peekViewTitle.background": "#00212B",
57
+ "pickerGroup.border": "#2AA19899",
58
+ "pickerGroup.foreground": "#2AA19899",
59
+ "ports.iconRunningProcessForeground": "#369432",
60
+ "progressBar.background": "#047aa6",
61
+ "quickInputList.focusBackground": "#005A6F",
62
+ "selection.background": "#2AA19899",
63
+ "sideBar.background": "#00212B",
64
+ "sideBarTitle.foreground": "#93A1A1",
65
+ "statusBar.background": "#00212B",
66
+ "statusBar.debuggingBackground": "#00212B",
67
+ "statusBar.foreground": "#93A1A1",
68
+ "statusBar.noFolderBackground": "#00212B",
69
+ "statusBarItem.prominentBackground": "#003847",
70
+ "statusBarItem.prominentHoverBackground": "#003847",
71
+ "statusBarItem.remoteBackground": "#2AA19899",
72
+ "tab.activeBackground": "#002B37",
73
+ "tab.activeForeground": "#d6dbdb",
74
+ "tab.border": "#003847",
75
+ "tab.inactiveBackground": "#004052",
76
+ "tab.inactiveForeground": "#93A1A1",
77
+ "tab.lastPinnedBorder": "#2AA19844",
78
+ "terminal.ansiBlack": "#073642",
79
+ "terminal.ansiBlue": "#268bd2",
80
+ "terminal.ansiBrightBlack": "#002b36",
81
+ "terminal.ansiBrightBlue": "#839496",
82
+ "terminal.ansiBrightCyan": "#93a1a1",
83
+ "terminal.ansiBrightGreen": "#586e75",
84
+ "terminal.ansiBrightMagenta": "#6c71c4",
85
+ "terminal.ansiBrightRed": "#cb4b16",
86
+ "terminal.ansiBrightWhite": "#fdf6e3",
87
+ "terminal.ansiBrightYellow": "#657b83",
88
+ "terminal.ansiCyan": "#2aa198",
89
+ "terminal.ansiGreen": "#859900",
90
+ "terminal.ansiMagenta": "#d33682",
91
+ "terminal.ansiRed": "#dc322f",
92
+ "terminal.ansiWhite": "#eee8d5",
93
+ "terminal.ansiYellow": "#b58900",
94
+ "titleBar.activeBackground": "#002C39"
95
+ },
96
+ "displayName": "Solarized (dark)",
97
+ "name": "solarized-dark",
98
+ "semanticHighlighting": true,
99
+ "tokenColors": [
100
+ {
101
+ "settings": {
102
+ "foreground": "#839496"
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": "#839496"
114
+ }
115
+ },
116
+ {
117
+ "name": "Comment",
118
+ "scope": "comment",
119
+ "settings": {
120
+ "fontStyle": "italic",
121
+ "foreground": "#586E75"
122
+ }
123
+ },
124
+ {
125
+ "name": "String",
126
+ "scope": "string",
127
+ "settings": {
128
+ "foreground": "#2AA198"
129
+ }
130
+ },
131
+ {
132
+ "name": "Regexp",
133
+ "scope": "string.regexp",
134
+ "settings": {
135
+ "foreground": "#DC322F"
136
+ }
137
+ },
138
+ {
139
+ "name": "Number",
140
+ "scope": "constant.numeric",
141
+ "settings": {
142
+ "foreground": "#D33682"
143
+ }
144
+ },
145
+ {
146
+ "name": "Variable",
147
+ "scope": [
148
+ "variable.language",
149
+ "variable.other"
150
+ ],
151
+ "settings": {
152
+ "foreground": "#268BD2"
153
+ }
154
+ },
155
+ {
156
+ "name": "Keyword",
157
+ "scope": "keyword",
158
+ "settings": {
159
+ "foreground": "#859900"
160
+ }
161
+ },
162
+ {
163
+ "name": "Storage",
164
+ "scope": "storage",
165
+ "settings": {
166
+ "fontStyle": "bold",
167
+ "foreground": "#93A1A1"
168
+ }
169
+ },
170
+ {
171
+ "name": "Class name",
172
+ "scope": [
173
+ "entity.name.class",
174
+ "entity.name.type",
175
+ "entity.name.namespace",
176
+ "entity.name.scope-resolution"
177
+ ],
178
+ "settings": {
179
+ "fontStyle": "",
180
+ "foreground": "#CB4B16"
181
+ }
182
+ },
183
+ {
184
+ "name": "Function name",
185
+ "scope": "entity.name.function",
186
+ "settings": {
187
+ "foreground": "#268BD2"
188
+ }
189
+ },
190
+ {
191
+ "name": "Variable start",
192
+ "scope": "punctuation.definition.variable",
193
+ "settings": {
194
+ "foreground": "#859900"
195
+ }
196
+ },
197
+ {
198
+ "name": "Embedded code markers",
199
+ "scope": [
200
+ "punctuation.section.embedded.begin",
201
+ "punctuation.section.embedded.end"
202
+ ],
203
+ "settings": {
204
+ "foreground": "#DC322F"
205
+ }
206
+ },
207
+ {
208
+ "name": "Built-in constant",
209
+ "scope": [
210
+ "constant.language",
211
+ "meta.preprocessor"
212
+ ],
213
+ "settings": {
214
+ "foreground": "#B58900"
215
+ }
216
+ },
217
+ {
218
+ "name": "Support.construct",
219
+ "scope": [
220
+ "support.function.construct",
221
+ "keyword.other.new"
222
+ ],
223
+ "settings": {
224
+ "foreground": "#CB4B16"
225
+ }
226
+ },
227
+ {
228
+ "name": "User-defined constant",
229
+ "scope": [
230
+ "constant.character",
231
+ "constant.other"
232
+ ],
233
+ "settings": {
234
+ "foreground": "#CB4B16"
235
+ }
236
+ },
237
+ {
238
+ "name": "Inherited class",
239
+ "scope": "entity.other.inherited-class",
240
+ "settings": {
241
+ "foreground": "#6C71C4"
242
+ }
243
+ },
244
+ {
245
+ "name": "Function argument",
246
+ "scope": "variable.parameter",
247
+ "settings": {
248
+ }
249
+ },
250
+ {
251
+ "name": "Tag name",
252
+ "scope": "entity.name.tag",
253
+ "settings": {
254
+ "foreground": "#268BD2"
255
+ }
256
+ },
257
+ {
258
+ "name": "Tag start/end",
259
+ "scope": "punctuation.definition.tag",
260
+ "settings": {
261
+ "foreground": "#586E75"
262
+ }
263
+ },
264
+ {
265
+ "name": "Tag attribute",
266
+ "scope": "entity.other.attribute-name",
267
+ "settings": {
268
+ "foreground": "#93A1A1"
269
+ }
270
+ },
271
+ {
272
+ "name": "Library function",
273
+ "scope": "support.function",
274
+ "settings": {
275
+ "foreground": "#268BD2"
276
+ }
277
+ },
278
+ {
279
+ "name": "Continuation",
280
+ "scope": "punctuation.separator.continuation",
281
+ "settings": {
282
+ "foreground": "#DC322F"
283
+ }
284
+ },
285
+ {
286
+ "name": "Library constant",
287
+ "scope": [
288
+ "support.constant",
289
+ "support.variable"
290
+ ],
291
+ "settings": {
292
+ }
293
+ },
294
+ {
295
+ "name": "Library class/type",
296
+ "scope": [
297
+ "support.type",
298
+ "support.class"
299
+ ],
300
+ "settings": {
301
+ "foreground": "#859900"
302
+ }
303
+ },
304
+ {
305
+ "name": "Library Exception",
306
+ "scope": "support.type.exception",
307
+ "settings": {
308
+ "foreground": "#CB4B16"
309
+ }
310
+ },
311
+ {
312
+ "name": "Library variable",
313
+ "scope": "support.other.variable",
314
+ "settings": {
315
+ }
316
+ },
317
+ {
318
+ "name": "Invalid",
319
+ "scope": "invalid",
320
+ "settings": {
321
+ "foreground": "#DC322F"
322
+ }
323
+ },
324
+ {
325
+ "name": "diff: header",
326
+ "scope": [
327
+ "meta.diff",
328
+ "meta.diff.header"
329
+ ],
330
+ "settings": {
331
+ "fontStyle": "italic",
332
+ "foreground": "#268BD2"
333
+ }
334
+ },
335
+ {
336
+ "name": "diff: deleted",
337
+ "scope": "markup.deleted",
338
+ "settings": {
339
+ "fontStyle": "",
340
+ "foreground": "#DC322F"
341
+ }
342
+ },
343
+ {
344
+ "name": "diff: changed",
345
+ "scope": "markup.changed",
346
+ "settings": {
347
+ "fontStyle": "",
348
+ "foreground": "#CB4B16"
349
+ }
350
+ },
351
+ {
352
+ "name": "diff: inserted",
353
+ "scope": "markup.inserted",
354
+ "settings": {
355
+ "foreground": "#859900"
356
+ }
357
+ },
358
+ {
359
+ "name": "Markup Quote",
360
+ "scope": "markup.quote",
361
+ "settings": {
362
+ "foreground": "#859900"
363
+ }
364
+ },
365
+ {
366
+ "name": "Markup Lists",
367
+ "scope": "markup.list",
368
+ "settings": {
369
+ "foreground": "#B58900"
370
+ }
371
+ },
372
+ {
373
+ "name": "Markup Styling",
374
+ "scope": [
375
+ "markup.bold",
376
+ "markup.italic"
377
+ ],
378
+ "settings": {
379
+ "foreground": "#D33682"
380
+ }
381
+ },
382
+ {
383
+ "name": "Markup: Strong",
384
+ "scope": "markup.bold",
385
+ "settings": {
386
+ "fontStyle": "bold"
387
+ }
388
+ },
389
+ {
390
+ "name": "Markup: Emphasis",
391
+ "scope": "markup.italic",
392
+ "settings": {
393
+ "fontStyle": "italic"
394
+ }
395
+ },
396
+ {
397
+ "scope": "markup.strikethrough",
398
+ "settings": {
399
+ "fontStyle": "strikethrough"
400
+ }
401
+ },
402
+ {
403
+ "name": "Markup Inline",
404
+ "scope": "markup.inline.raw",
405
+ "settings": {
406
+ "fontStyle": "",
407
+ "foreground": "#2AA198"
408
+ }
409
+ },
410
+ {
411
+ "name": "Markup Headings",
412
+ "scope": "markup.heading",
413
+ "settings": {
414
+ "fontStyle": "bold",
415
+ "foreground": "#268BD2"
416
+ }
417
+ },
418
+ {
419
+ "name": "Markup Setext Header",
420
+ "scope": "markup.heading.setext",
421
+ "settings": {
422
+ "fontStyle": "",
423
+ "foreground": "#268BD2"
424
+ }
425
+ }
426
+ ],
427
+ "type": "dark"
428
+ }