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