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,310 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.background": "#1A1A1A",
4
+ "activityBar.foreground": "#7D7D7D",
5
+ "activityBarBadge.background": "#383838",
6
+ "badge.background": "#383838",
7
+ "badge.foreground": "#C1C1C1",
8
+ "button.background": "#333",
9
+ "debugIcon.breakpointCurrentStackframeForeground": "#79b8ff",
10
+ "debugIcon.breakpointDisabledForeground": "#848484",
11
+ "debugIcon.breakpointForeground": "#FF7A84",
12
+ "debugIcon.breakpointStackframeForeground": "#79b8ff",
13
+ "debugIcon.breakpointUnverifiedForeground": "#848484",
14
+ "debugIcon.continueForeground": "#FF7A84",
15
+ "debugIcon.disconnectForeground": "#FF7A84",
16
+ "debugIcon.pauseForeground": "#FF7A84",
17
+ "debugIcon.restartForeground": "#79b8ff",
18
+ "debugIcon.startForeground": "#79b8ff",
19
+ "debugIcon.stepBackForeground": "#FF7A84",
20
+ "debugIcon.stepIntoForeground": "#FF7A84",
21
+ "debugIcon.stepOutForeground": "#FF7A84",
22
+ "debugIcon.stepOverForeground": "#FF7A84",
23
+ "debugIcon.stopForeground": "#79b8ff",
24
+ "diffEditor.insertedTextBackground": "#3a632a4b",
25
+ "diffEditor.removedTextBackground": "#88063852",
26
+ "editor.background": "#1f1f1f",
27
+ "editor.lineHighlightBorder": "#303030",
28
+ "editorGroupHeader.tabsBackground": "#1A1A1A",
29
+ "editorGroupHeader.tabsBorder": "#1A1A1A",
30
+ "editorIndentGuide.activeBackground": "#383838",
31
+ "editorIndentGuide.background": "#2A2A2A",
32
+ "editorLineNumber.foreground": "#727272",
33
+ "editorRuler.foreground": "#2A2A2A",
34
+ "editorSuggestWidget.background": "#1A1A1A",
35
+ "focusBorder": "#444",
36
+ "foreground": "#888888",
37
+ "gitDecoration.ignoredResourceForeground": "#444444",
38
+ "input.background": "#2A2A2A",
39
+ "input.foreground": "#E0E0E0",
40
+ "inputOption.activeBackground": "#3a3a3a",
41
+ "list.activeSelectionBackground": "#212121",
42
+ "list.activeSelectionForeground": "#F5F5F5",
43
+ "list.focusBackground": "#292929",
44
+ "list.highlightForeground": "#EAEAEA",
45
+ "list.hoverBackground": "#262626",
46
+ "list.hoverForeground": "#9E9E9E",
47
+ "list.inactiveSelectionBackground": "#212121",
48
+ "list.inactiveSelectionForeground": "#F5F5F5",
49
+ "panelTitle.activeBorder": "#1f1f1f",
50
+ "panelTitle.activeForeground": "#FAFAFA",
51
+ "panelTitle.inactiveForeground": "#484848",
52
+ "peekView.border": "#444",
53
+ "peekViewEditor.background": "#242424",
54
+ "pickerGroup.border": "#363636",
55
+ "pickerGroup.foreground": "#EAEAEA",
56
+ "progressBar.background": "#FAFAFA",
57
+ "scrollbar.shadow": "#1f1f1f",
58
+ "sideBar.background": "#1A1A1A",
59
+ "sideBarSectionHeader.background": "#202020",
60
+ "statusBar.background": "#1A1A1A",
61
+ "statusBar.debuggingBackground": "#1A1A1A",
62
+ "statusBar.foreground": "#7E7E7E",
63
+ "statusBar.noFolderBackground": "#1A1A1A",
64
+ "statusBarItem.prominentBackground": "#fafafa1a",
65
+ "statusBarItem.remoteBackground": "#1a1a1a00",
66
+ "statusBarItem.remoteForeground": "#7E7E7E",
67
+ "symbolIcon.classForeground": "#FF9800",
68
+ "symbolIcon.constructorForeground": "#b392f0",
69
+ "symbolIcon.enumeratorForeground": "#FF9800",
70
+ "symbolIcon.enumeratorMemberForeground": "#79b8ff",
71
+ "symbolIcon.eventForeground": "#FF9800",
72
+ "symbolIcon.fieldForeground": "#79b8ff",
73
+ "symbolIcon.functionForeground": "#b392f0",
74
+ "symbolIcon.interfaceForeground": "#79b8ff",
75
+ "symbolIcon.methodForeground": "#b392f0",
76
+ "symbolIcon.variableForeground": "#79b8ff",
77
+ "tab.activeBorder": "#1e1e1e",
78
+ "tab.activeForeground": "#FAFAFA",
79
+ "tab.border": "#1A1A1A",
80
+ "tab.inactiveBackground": "#1A1A1A",
81
+ "tab.inactiveForeground": "#727272",
82
+ "terminal.ansiBrightBlack": "#5c5c5c",
83
+ "textLink.activeForeground": "#fafafa",
84
+ "textLink.foreground": "#CCC",
85
+ "titleBar.activeBackground": "#1A1A1A",
86
+ "titleBar.border": "#00000000"
87
+ },
88
+ "displayName": "Min Dark",
89
+ "name": "min-dark",
90
+ "semanticHighlighting": true,
91
+ "tokenColors": [
92
+ {
93
+ "settings": {
94
+ "foreground": "#b392f0"
95
+ }
96
+ },
97
+ {
98
+ "scope": [
99
+ "support.function",
100
+ "keyword.operator.accessor",
101
+ "meta.group.braces.round.function.arguments",
102
+ "meta.template.expression",
103
+ "markup.fenced_code meta.embedded.block"
104
+ ],
105
+ "settings": {
106
+ "foreground": "#b392f0"
107
+ }
108
+ },
109
+ {
110
+ "scope": "emphasis",
111
+ "settings": {
112
+ "fontStyle": "italic"
113
+ }
114
+ },
115
+ {
116
+ "scope": [
117
+ "strong",
118
+ "markup.heading.markdown",
119
+ "markup.bold.markdown"
120
+ ],
121
+ "settings": {
122
+ "fontStyle": "bold",
123
+ "foreground": "#FF7A84"
124
+ }
125
+ },
126
+ {
127
+ "scope": [
128
+ "markup.italic.markdown"
129
+ ],
130
+ "settings": {
131
+ "fontStyle": "italic"
132
+ }
133
+ },
134
+ {
135
+ "scope": "meta.link.inline.markdown",
136
+ "settings": {
137
+ "fontStyle": "underline",
138
+ "foreground": "#1976D2"
139
+ }
140
+ },
141
+ {
142
+ "scope": [
143
+ "string",
144
+ "markup.fenced_code",
145
+ "markup.inline"
146
+ ],
147
+ "settings": {
148
+ "foreground": "#9db1c5"
149
+ }
150
+ },
151
+ {
152
+ "scope": [
153
+ "comment",
154
+ "string.quoted.docstring.multi"
155
+ ],
156
+ "settings": {
157
+ "foreground": "#6b737c"
158
+ }
159
+ },
160
+ {
161
+ "scope": [
162
+ "constant.language",
163
+ "variable.language.this",
164
+ "variable.other.object",
165
+ "variable.other.class",
166
+ "variable.other.constant",
167
+ "meta.property-name",
168
+ "support",
169
+ "string.other.link.title.markdown"
170
+ ],
171
+ "settings": {
172
+ "foreground": "#79b8ff"
173
+ }
174
+ },
175
+ {
176
+ "scope": [
177
+ "constant.numeric",
178
+ "constant.other.placeholder",
179
+ "constant.character.format.placeholder",
180
+ "meta.property-value",
181
+ "keyword.other.unit",
182
+ "keyword.other.template",
183
+ "entity.name.tag.yaml",
184
+ "entity.other.attribute-name",
185
+ "support.type.property-name.json"
186
+ ],
187
+ "settings": {
188
+ "foreground": "#f8f8f8"
189
+ }
190
+ },
191
+ {
192
+ "scope": [
193
+ "keyword",
194
+ "storage.modifier",
195
+ "storage.type",
196
+ "storage.control.clojure",
197
+ "entity.name.function.clojure",
198
+ "support.function.node",
199
+ "punctuation.separator.key-value",
200
+ "punctuation.definition.template-expression"
201
+ ],
202
+ "settings": {
203
+ "foreground": "#f97583"
204
+ }
205
+ },
206
+ {
207
+ "scope": "variable.parameter.function",
208
+ "settings": {
209
+ "foreground": "#FF9800"
210
+ }
211
+ },
212
+ {
213
+ "scope": [
214
+ "entity.name.type",
215
+ "entity.other.inherited-class",
216
+ "meta.function-call",
217
+ "meta.instance.constructor",
218
+ "entity.other.attribute-name",
219
+ "entity.name.function",
220
+ "constant.keyword.clojure"
221
+ ],
222
+ "settings": {
223
+ "foreground": "#b392f0"
224
+ }
225
+ },
226
+ {
227
+ "scope": [
228
+ "entity.name.tag",
229
+ "string.quoted",
230
+ "string.regexp",
231
+ "string.interpolated",
232
+ "string.template",
233
+ "string.unquoted.plain.out.yaml",
234
+ "keyword.other.template"
235
+ ],
236
+ "settings": {
237
+ "foreground": "#ffab70"
238
+ }
239
+ },
240
+ {
241
+ "scope": "token.info-token",
242
+ "settings": {
243
+ "foreground": "#316bcd"
244
+ }
245
+ },
246
+ {
247
+ "scope": "token.warn-token",
248
+ "settings": {
249
+ "foreground": "#cd9731"
250
+ }
251
+ },
252
+ {
253
+ "scope": "token.error-token",
254
+ "settings": {
255
+ "foreground": "#cd3131"
256
+ }
257
+ },
258
+ {
259
+ "scope": "token.debug-token",
260
+ "settings": {
261
+ "foreground": "#800080"
262
+ }
263
+ },
264
+ {
265
+ "scope": [
266
+ "punctuation.definition.arguments",
267
+ "punctuation.definition.dict",
268
+ "punctuation.separator",
269
+ "meta.function-call.arguments"
270
+ ],
271
+ "settings": {
272
+ "foreground": "#bbbbbb"
273
+ }
274
+ },
275
+ {
276
+ "name": "[Custom] Markdown links",
277
+ "scope": "markup.underline.link",
278
+ "settings": {
279
+ "foreground": "#ffab70"
280
+ }
281
+ },
282
+ {
283
+ "name": "[Custom] Markdown list",
284
+ "scope": [
285
+ "beginning.punctuation.definition.list.markdown"
286
+ ],
287
+ "settings": {
288
+ "foreground": "#FF7A84"
289
+ }
290
+ },
291
+ {
292
+ "name": "[Custom] Markdown punctuation definition",
293
+ "scope": "punctuation.definition.metadata.markdown",
294
+ "settings": {
295
+ "foreground": "#ffab70"
296
+ }
297
+ },
298
+ {
299
+ "name": "[Custom] Markdown punctuation definition brackets",
300
+ "scope": [
301
+ "punctuation.definition.string.begin.markdown",
302
+ "punctuation.definition.string.end.markdown"
303
+ ],
304
+ "settings": {
305
+ "foreground": "#79b8ff"
306
+ }
307
+ }
308
+ ],
309
+ "type": "dark"
310
+ }
@@ -0,0 +1,328 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.background": "#f6f6f6",
4
+ "activityBar.foreground": "#9E9E9E",
5
+ "activityBarBadge.background": "#616161",
6
+ "badge.background": "#E0E0E0",
7
+ "badge.foreground": "#616161",
8
+ "button.background": "#757575",
9
+ "button.hoverBackground": "#616161",
10
+ "debugIcon.breakpointCurrentStackframeForeground": "#1976D2",
11
+ "debugIcon.breakpointDisabledForeground": "#848484",
12
+ "debugIcon.breakpointForeground": "#D32F2F",
13
+ "debugIcon.breakpointStackframeForeground": "#1976D2",
14
+ "debugIcon.continueForeground": "#6f42c1",
15
+ "debugIcon.disconnectForeground": "#6f42c1",
16
+ "debugIcon.pauseForeground": "#6f42c1",
17
+ "debugIcon.restartForeground": "#1976D2",
18
+ "debugIcon.startForeground": "#1976D2",
19
+ "debugIcon.stepBackForeground": "#6f42c1",
20
+ "debugIcon.stepIntoForeground": "#6f42c1",
21
+ "debugIcon.stepOutForeground": "#6f42c1",
22
+ "debugIcon.stepOverForeground": "#6f42c1",
23
+ "debugIcon.stopForeground": "#1976D2",
24
+ "diffEditor.insertedTextBackground": "#b7e7a44b",
25
+ "diffEditor.removedTextBackground": "#e597af52",
26
+ "editor.background": "#ffffff",
27
+ "editor.foreground": "#212121",
28
+ "editor.lineHighlightBorder": "#f2f2f2",
29
+ "editorBracketMatch.background": "#E7F3FF",
30
+ "editorBracketMatch.border": "#c8e1ff",
31
+ "editorGroupHeader.tabsBackground": "#f6f6f6",
32
+ "editorGroupHeader.tabsBorder": "#fff",
33
+ "editorIndentGuide.background": "#EEE",
34
+ "editorLineNumber.activeForeground": "#757575",
35
+ "editorLineNumber.foreground": "#CCC",
36
+ "editorSuggestWidget.background": "#F3F3F3",
37
+ "extensionButton.prominentBackground": "#000000AA",
38
+ "extensionButton.prominentHoverBackground": "#000000BB",
39
+ "focusBorder": "#D0D0D0",
40
+ "foreground": "#757575",
41
+ "gitDecoration.ignoredResourceForeground": "#AAAAAA",
42
+ "input.border": "#E9E9E9",
43
+ "inputOption.activeBackground": "#EDEDED",
44
+ "list.activeSelectionBackground": "#EEE",
45
+ "list.activeSelectionForeground": "#212121",
46
+ "list.focusBackground": "#ddd",
47
+ "list.focusForeground": "#212121",
48
+ "list.highlightForeground": "#212121",
49
+ "list.inactiveSelectionBackground": "#E0E0E0",
50
+ "list.inactiveSelectionForeground": "#212121",
51
+ "panel.background": "#fff",
52
+ "panel.border": "#f4f4f4",
53
+ "panelTitle.activeBorder": "#fff",
54
+ "panelTitle.inactiveForeground": "#BDBDBD",
55
+ "peekView.border": "#E0E0E0",
56
+ "peekViewEditor.background": "#f8f8f8",
57
+ "pickerGroup.foreground": "#000",
58
+ "progressBar.background": "#000",
59
+ "scrollbar.shadow": "#FFF",
60
+ "sideBar.background": "#f6f6f6",
61
+ "sideBar.border": "#f6f6f6",
62
+ "sideBarSectionHeader.background": "#EEE",
63
+ "sideBarTitle.foreground": "#999",
64
+ "statusBar.background": "#f6f6f6",
65
+ "statusBar.border": "#f6f6f6",
66
+ "statusBar.debuggingBackground": "#f6f6f6",
67
+ "statusBar.foreground": "#7E7E7E",
68
+ "statusBar.noFolderBackground": "#f6f6f6",
69
+ "statusBarItem.prominentBackground": "#0000001a",
70
+ "statusBarItem.remoteBackground": "#f6f6f600",
71
+ "statusBarItem.remoteForeground": "#7E7E7E",
72
+ "symbolIcon.classForeground": "#dd8500",
73
+ "symbolIcon.constructorForeground": "#6f42c1",
74
+ "symbolIcon.enumeratorForeground": "#dd8500",
75
+ "symbolIcon.enumeratorMemberForeground": "#1976D2",
76
+ "symbolIcon.eventForeground": "#dd8500",
77
+ "symbolIcon.fieldForeground": "#1976D2",
78
+ "symbolIcon.functionForeground": "#6f42c1",
79
+ "symbolIcon.interfaceForeground": "#1976D2",
80
+ "symbolIcon.methodForeground": "#6f42c1",
81
+ "symbolIcon.variableForeground": "#1976D2",
82
+ "tab.activeBorder": "#FFF",
83
+ "tab.activeForeground": "#424242",
84
+ "tab.border": "#f6f6f6",
85
+ "tab.inactiveBackground": "#f6f6f6",
86
+ "tab.inactiveForeground": "#BDBDBD",
87
+ "tab.unfocusedActiveBorder": "#fff",
88
+ "terminal.ansiBlack": "#333",
89
+ "terminal.ansiBlue": "#e0e0e0",
90
+ "terminal.ansiBrightBlack": "#a1a1a1",
91
+ "terminal.ansiBrightBlue": "#6871ff",
92
+ "terminal.ansiBrightCyan": "#57d9ad",
93
+ "terminal.ansiBrightGreen": "#a3d900",
94
+ "terminal.ansiBrightMagenta": "#a37acc",
95
+ "terminal.ansiBrightRed": "#d6656a",
96
+ "terminal.ansiBrightWhite": "#7E7E7E",
97
+ "terminal.ansiBrightYellow": "#e7c547",
98
+ "terminal.ansiCyan": "#4dbf99",
99
+ "terminal.ansiGreen": "#77cc00",
100
+ "terminal.ansiMagenta": "#9966cc",
101
+ "terminal.ansiRed": "#D32F2F",
102
+ "terminal.ansiWhite": "#c7c7c7",
103
+ "terminal.ansiYellow": "#f29718",
104
+ "terminal.background": "#fff",
105
+ "textLink.activeForeground": "#000",
106
+ "textLink.foreground": "#000",
107
+ "titleBar.activeBackground": "#f6f6f6",
108
+ "titleBar.border": "#FFFFFF00",
109
+ "titleBar.inactiveBackground": "#f6f6f6"
110
+ },
111
+ "displayName": "Min Light",
112
+ "name": "min-light",
113
+ "tokenColors": [
114
+ {
115
+ "settings": {
116
+ "foreground": "#24292eff"
117
+ }
118
+ },
119
+ {
120
+ "scope": [
121
+ "keyword.operator.accessor",
122
+ "meta.group.braces.round.function.arguments",
123
+ "meta.template.expression",
124
+ "markup.fenced_code meta.embedded.block"
125
+ ],
126
+ "settings": {
127
+ "foreground": "#24292eff"
128
+ }
129
+ },
130
+ {
131
+ "scope": "emphasis",
132
+ "settings": {
133
+ "fontStyle": "italic"
134
+ }
135
+ },
136
+ {
137
+ "scope": [
138
+ "strong",
139
+ "markup.heading.markdown",
140
+ "markup.bold.markdown"
141
+ ],
142
+ "settings": {
143
+ "fontStyle": "bold"
144
+ }
145
+ },
146
+ {
147
+ "scope": [
148
+ "markup.italic.markdown"
149
+ ],
150
+ "settings": {
151
+ "fontStyle": "italic"
152
+ }
153
+ },
154
+ {
155
+ "scope": "meta.link.inline.markdown",
156
+ "settings": {
157
+ "fontStyle": "underline",
158
+ "foreground": "#1976D2"
159
+ }
160
+ },
161
+ {
162
+ "scope": [
163
+ "string",
164
+ "markup.fenced_code",
165
+ "markup.inline"
166
+ ],
167
+ "settings": {
168
+ "foreground": "#2b5581"
169
+ }
170
+ },
171
+ {
172
+ "scope": [
173
+ "comment",
174
+ "string.quoted.docstring.multi"
175
+ ],
176
+ "settings": {
177
+ "foreground": "#c2c3c5"
178
+ }
179
+ },
180
+ {
181
+ "scope": [
182
+ "constant.numeric",
183
+ "constant.language",
184
+ "constant.other.placeholder",
185
+ "constant.character.format.placeholder",
186
+ "variable.language.this",
187
+ "variable.other.object",
188
+ "variable.other.class",
189
+ "variable.other.constant",
190
+ "meta.property-name",
191
+ "meta.property-value",
192
+ "support"
193
+ ],
194
+ "settings": {
195
+ "foreground": "#1976D2"
196
+ }
197
+ },
198
+ {
199
+ "scope": [
200
+ "keyword",
201
+ "storage.modifier",
202
+ "storage.type",
203
+ "storage.control.clojure",
204
+ "entity.name.function.clojure",
205
+ "entity.name.tag.yaml",
206
+ "support.function.node",
207
+ "support.type.property-name.json",
208
+ "punctuation.separator.key-value",
209
+ "punctuation.definition.template-expression"
210
+ ],
211
+ "settings": {
212
+ "foreground": "#D32F2F"
213
+ }
214
+ },
215
+ {
216
+ "scope": "variable.parameter.function",
217
+ "settings": {
218
+ "foreground": "#FF9800"
219
+ }
220
+ },
221
+ {
222
+ "scope": [
223
+ "support.function",
224
+ "entity.name.type",
225
+ "entity.other.inherited-class",
226
+ "meta.function-call",
227
+ "meta.instance.constructor",
228
+ "entity.other.attribute-name",
229
+ "entity.name.function",
230
+ "constant.keyword.clojure"
231
+ ],
232
+ "settings": {
233
+ "foreground": "#6f42c1"
234
+ }
235
+ },
236
+ {
237
+ "scope": [
238
+ "entity.name.tag",
239
+ "string.quoted",
240
+ "string.regexp",
241
+ "string.interpolated",
242
+ "string.template",
243
+ "string.unquoted.plain.out.yaml",
244
+ "keyword.other.template"
245
+ ],
246
+ "settings": {
247
+ "foreground": "#22863a"
248
+ }
249
+ },
250
+ {
251
+ "scope": "token.info-token",
252
+ "settings": {
253
+ "foreground": "#316bcd"
254
+ }
255
+ },
256
+ {
257
+ "scope": "token.warn-token",
258
+ "settings": {
259
+ "foreground": "#cd9731"
260
+ }
261
+ },
262
+ {
263
+ "scope": "token.error-token",
264
+ "settings": {
265
+ "foreground": "#cd3131"
266
+ }
267
+ },
268
+ {
269
+ "scope": "token.debug-token",
270
+ "settings": {
271
+ "foreground": "#800080"
272
+ }
273
+ },
274
+ {
275
+ "scope": [
276
+ "strong",
277
+ "markup.heading.markdown",
278
+ "markup.bold.markdown"
279
+ ],
280
+ "settings": {
281
+ "foreground": "#6f42c1"
282
+ }
283
+ },
284
+ {
285
+ "scope": [
286
+ "punctuation.definition.arguments",
287
+ "punctuation.definition.dict",
288
+ "punctuation.separator",
289
+ "meta.function-call.arguments"
290
+ ],
291
+ "settings": {
292
+ "foreground": "#212121"
293
+ }
294
+ },
295
+ {
296
+ "name": "[Custom] Markdown links",
297
+ "scope": [
298
+ "markup.underline.link",
299
+ "punctuation.definition.metadata.markdown"
300
+ ],
301
+ "settings": {
302
+ "foreground": "#22863a"
303
+ }
304
+ },
305
+ {
306
+ "name": "[Custom] Markdown list",
307
+ "scope": [
308
+ "beginning.punctuation.definition.list.markdown"
309
+ ],
310
+ "settings": {
311
+ "foreground": "#6f42c1"
312
+ }
313
+ },
314
+ {
315
+ "name": "[Custom] Markdown punctuation definition brackets",
316
+ "scope": [
317
+ "punctuation.definition.string.begin.markdown",
318
+ "punctuation.definition.string.end.markdown",
319
+ "string.other.link.title.markdown",
320
+ "string.other.link.description.markdown"
321
+ ],
322
+ "settings": {
323
+ "foreground": "#d32f2f"
324
+ }
325
+ }
326
+ ],
327
+ "type": "light"
328
+ }