tm-themes 1.0.3 → 1.0.5

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.
package/README.md CHANGED
@@ -35,10 +35,11 @@ import { themes } from 'tm-themes'
35
35
 
36
36
  | Name | ID | Source | License | File Size |
37
37
  | ---- | -- | ------ | ------- | --------- |
38
- | Catppuccin Frappe | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/frappe.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.19 kB |
39
- | Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/latte.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.19 kB |
40
- | Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/macchiato.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.20 kB |
41
- | Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/mocha.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.19 kB |
38
+ | Aurora X | `aurora-x` | [marqu3ss/Aurora-X](https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json) | | 13.28 kB |
39
+ | Catppuccin Frappe | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/frappe.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.14 kB |
40
+ | Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/latte.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.14 kB |
41
+ | Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/macchiato.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.15 kB |
42
+ | Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/mocha.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.14 kB |
42
43
  | Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 8.64 kB |
43
44
  | Dracula | `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | 20.51 kB |
44
45
  | Dracula Soft | `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | 20.52 kB |
package/index.d.ts CHANGED
@@ -5,7 +5,8 @@ export interface ThemeInfo {
5
5
  source: string
6
6
  licenseUrl?: string
7
7
  license?: string
8
- sha?: string
8
+ sha: string
9
+ lastUpdate: string
9
10
  embedded?: string[]
10
11
  byteSize: number
11
12
  }
package/index.js CHANGED
@@ -1,47 +1,61 @@
1
1
  export const themes = [
2
2
  {
3
- byteSize: 43204,
3
+ byteSize: 13599,
4
+ displayName: 'Aurora X',
5
+ lastUpdate: '2020-08-24T08:44:55Z',
6
+ name: 'aurora-x',
7
+ sha: '118727efadf48872adcd81f6c00be580097d6592',
8
+ source: 'https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json',
9
+ type: 'dark',
10
+ },
11
+ {
12
+ byteSize: 43153,
4
13
  displayName: 'Catppuccin Frappe',
14
+ lastUpdate: '2024-01-01T20:53:54Z',
5
15
  license: 'MIT',
6
16
  licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
7
17
  name: 'catppuccin-frappe',
8
- sha: 'a97886a1c95198f042d0d0010145260338e81b24',
9
- source: 'https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/frappe.json',
18
+ sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
19
+ source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/frappe.json',
10
20
  type: 'dark',
11
21
  },
12
22
  {
13
- byteSize: 43202,
23
+ byteSize: 43151,
14
24
  displayName: 'Catppuccin Latte',
25
+ lastUpdate: '2024-01-01T20:53:54Z',
15
26
  license: 'MIT',
16
27
  licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
17
28
  name: 'catppuccin-latte',
18
- sha: 'a97886a1c95198f042d0d0010145260338e81b24',
19
- source: 'https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/latte.json',
29
+ sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
30
+ source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/latte.json',
20
31
  type: 'dark',
21
32
  },
22
33
  {
23
- byteSize: 43210,
34
+ byteSize: 43159,
24
35
  displayName: 'Catppuccin Macchiato',
36
+ lastUpdate: '2024-01-01T20:53:54Z',
25
37
  license: 'MIT',
26
38
  licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
27
39
  name: 'catppuccin-macchiato',
28
- sha: 'a97886a1c95198f042d0d0010145260338e81b24',
29
- source: 'https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/macchiato.json',
40
+ sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
41
+ source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/macchiato.json',
30
42
  type: 'dark',
31
43
  },
32
44
  {
33
- byteSize: 43202,
45
+ byteSize: 43151,
34
46
  displayName: 'Catppuccin Mocha',
47
+ lastUpdate: '2024-01-01T20:53:54Z',
35
48
  license: 'MIT',
36
49
  licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
37
50
  name: 'catppuccin-mocha',
38
- sha: 'a97886a1c95198f042d0d0010145260338e81b24',
39
- source: 'https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/mocha.json',
51
+ sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
52
+ source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/mocha.json',
40
53
  type: 'dark',
41
54
  },
42
55
  {
43
56
  byteSize: 8843,
44
57
  displayName: 'Dark Plus',
58
+ lastUpdate: '2023-09-12T10:37:49Z',
45
59
  license: 'MIT',
46
60
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
47
61
  name: 'dark-plus',
@@ -52,6 +66,7 @@ export const themes = [
52
66
  {
53
67
  byteSize: 21000,
54
68
  displayName: 'Dracula',
69
+ lastUpdate: '2023-07-15T21:35:24Z',
55
70
  license: 'MIT',
56
71
  licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE',
57
72
  name: 'dracula',
@@ -62,6 +77,7 @@ export const themes = [
62
77
  {
63
78
  byteSize: 21010,
64
79
  displayName: 'Dracula Soft',
80
+ lastUpdate: '2023-07-15T21:35:24Z',
65
81
  license: 'MIT',
66
82
  licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE',
67
83
  name: 'dracula-soft',
@@ -72,6 +88,7 @@ export const themes = [
72
88
  {
73
89
  byteSize: 11345,
74
90
  displayName: 'GitHub Dark',
91
+ lastUpdate: '2023-01-06T02:19:35Z',
75
92
  license: 'MIT',
76
93
  licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
77
94
  name: 'github-dark',
@@ -82,6 +99,7 @@ export const themes = [
82
99
  {
83
100
  byteSize: 14334,
84
101
  displayName: 'GitHub Dark Dimmed',
102
+ lastUpdate: '2023-01-06T02:19:35Z',
85
103
  license: 'MIT',
86
104
  licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
87
105
  name: 'github-dark-dimmed',
@@ -92,6 +110,7 @@ export const themes = [
92
110
  {
93
111
  byteSize: 11124,
94
112
  displayName: 'GitHub Light',
113
+ lastUpdate: '2023-01-06T02:19:35Z',
95
114
  license: 'MIT',
96
115
  licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
97
116
  name: 'github-light',
@@ -102,6 +121,7 @@ export const themes = [
102
121
  {
103
122
  byteSize: 9698,
104
123
  displayName: 'Light Plus',
124
+ lastUpdate: '2023-09-12T10:37:49Z',
105
125
  license: 'MIT',
106
126
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
107
127
  name: 'light-plus',
@@ -112,6 +132,7 @@ export const themes = [
112
132
  {
113
133
  byteSize: 18563,
114
134
  displayName: 'Material Theme',
135
+ lastUpdate: '2020-12-14T16:11:18Z',
115
136
  license: 'Apache-2.0',
116
137
  licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
117
138
  name: 'material-theme',
@@ -122,6 +143,7 @@ export const themes = [
122
143
  {
123
144
  byteSize: 18577,
124
145
  displayName: 'Material Theme Darker',
146
+ lastUpdate: '2020-12-14T16:11:18Z',
125
147
  license: 'Apache-2.0',
126
148
  licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
127
149
  name: 'material-theme-darker',
@@ -132,6 +154,7 @@ export const themes = [
132
154
  {
133
155
  byteSize: 18582,
134
156
  displayName: 'Material Theme Lighter',
157
+ lastUpdate: '2020-12-14T16:11:18Z',
135
158
  license: 'Apache-2.0',
136
159
  licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
137
160
  name: 'material-theme-lighter',
@@ -142,6 +165,7 @@ export const themes = [
142
165
  {
143
166
  byteSize: 18577,
144
167
  displayName: 'Material Theme Ocean',
168
+ lastUpdate: '2020-12-14T16:11:18Z',
145
169
  license: 'Apache-2.0',
146
170
  licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
147
171
  name: 'material-theme-ocean',
@@ -152,6 +176,7 @@ export const themes = [
152
176
  {
153
177
  byteSize: 18583,
154
178
  displayName: 'Material Theme Palenight',
179
+ lastUpdate: '2020-12-14T16:11:18Z',
155
180
  license: 'Apache-2.0',
156
181
  licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
157
182
  name: 'material-theme-palenight',
@@ -162,6 +187,7 @@ export const themes = [
162
187
  {
163
188
  byteSize: 6231,
164
189
  displayName: 'Min Dark',
190
+ lastUpdate: '2021-07-15T23:42:09Z',
165
191
  license: 'MIT',
166
192
  licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
167
193
  name: 'min-dark',
@@ -172,6 +198,7 @@ export const themes = [
172
198
  {
173
199
  byteSize: 6909,
174
200
  displayName: 'Min Light',
201
+ lastUpdate: '2021-07-15T23:42:09Z',
175
202
  license: 'MIT',
176
203
  licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
177
204
  name: 'min-light',
@@ -182,6 +209,7 @@ export const themes = [
182
209
  {
183
210
  byteSize: 7783,
184
211
  displayName: 'Monokai',
212
+ lastUpdate: '2023-08-23T21:17:23Z',
185
213
  license: 'MIT',
186
214
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
187
215
  name: 'monokai',
@@ -192,6 +220,7 @@ export const themes = [
192
220
  {
193
221
  byteSize: 26663,
194
222
  displayName: 'Nord',
223
+ lastUpdate: '2023-04-10T15:56:38Z',
195
224
  license: 'MIT',
196
225
  licenseUrl: 'https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license',
197
226
  name: 'nord',
@@ -202,6 +231,7 @@ export const themes = [
202
231
  {
203
232
  byteSize: 33267,
204
233
  displayName: 'One Dark Pro',
234
+ lastUpdate: '2023-07-04T03:17:49Z',
205
235
  license: 'MIT',
206
236
  licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
207
237
  name: 'one-dark-pro',
@@ -212,6 +242,7 @@ export const themes = [
212
242
  {
213
243
  byteSize: 33434,
214
244
  displayName: 'Poimandres',
245
+ lastUpdate: '2022-09-25T11:26:55Z',
215
246
  name: 'poimandres',
216
247
  sha: '574213aba50e3a46a95fa86a69025a0fae046a8a',
217
248
  source: 'https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json',
@@ -220,6 +251,7 @@ export const themes = [
220
251
  {
221
252
  byteSize: 6161,
222
253
  displayName: 'Red',
254
+ lastUpdate: '2023-08-23T21:17:23Z',
223
255
  license: 'MIT',
224
256
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
225
257
  name: 'red',
@@ -230,6 +262,7 @@ export const themes = [
230
262
  {
231
263
  byteSize: 21401,
232
264
  displayName: 'Rosé Pine',
265
+ lastUpdate: '2023-04-05T19:07:31Z',
233
266
  license: 'MIT',
234
267
  licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
235
268
  name: 'rose-pine',
@@ -240,6 +273,7 @@ export const themes = [
240
273
  {
241
274
  byteSize: 21412,
242
275
  displayName: 'Rosé Pine Dawn',
276
+ lastUpdate: '2023-04-05T19:07:31Z',
243
277
  license: 'MIT',
244
278
  licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
245
279
  name: 'rose-pine-dawn',
@@ -250,6 +284,7 @@ export const themes = [
250
284
  {
251
285
  byteSize: 21411,
252
286
  displayName: 'Rosé Pine Moon',
287
+ lastUpdate: '2023-04-05T19:07:31Z',
253
288
  license: 'MIT',
254
289
  licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
255
290
  name: 'rose-pine-moon',
@@ -260,6 +295,7 @@ export const themes = [
260
295
  {
261
296
  byteSize: 9057,
262
297
  displayName: 'Slack Dark',
298
+ lastUpdate: '2021-05-20T16:06:42Z',
263
299
  license: 'MIT',
264
300
  licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
265
301
  name: 'slack-dark',
@@ -270,6 +306,7 @@ export const themes = [
270
306
  {
271
307
  byteSize: 9371,
272
308
  displayName: 'Slack Ochin',
309
+ lastUpdate: '2021-06-12T21:35:10Z',
273
310
  license: 'MIT',
274
311
  licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
275
312
  name: 'slack-ochin',
@@ -280,6 +317,7 @@ export const themes = [
280
317
  {
281
318
  byteSize: 6745,
282
319
  displayName: 'Solarized Dark',
320
+ lastUpdate: '2023-08-23T21:17:23Z',
283
321
  license: 'MIT',
284
322
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
285
323
  name: 'solarized-dark',
@@ -290,6 +328,7 @@ export const themes = [
290
328
  {
291
329
  byteSize: 6379,
292
330
  displayName: 'Solarized Light',
331
+ lastUpdate: '2023-08-23T21:17:23Z',
293
332
  license: 'MIT',
294
333
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
295
334
  name: 'solarized-light',
@@ -300,6 +339,7 @@ export const themes = [
300
339
  {
301
340
  byteSize: 13316,
302
341
  displayName: 'Vitesse Black',
342
+ lastUpdate: '2023-11-25T14:05:49Z',
303
343
  license: 'MIT',
304
344
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
305
345
  name: 'vitesse-black',
@@ -310,6 +350,7 @@ export const themes = [
310
350
  {
311
351
  byteSize: 13398,
312
352
  displayName: 'Vitesse Dark',
353
+ lastUpdate: '2023-09-01T02:14:43Z',
313
354
  license: 'MIT',
314
355
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
315
356
  name: 'vitesse-dark',
@@ -320,6 +361,7 @@ export const themes = [
320
361
  {
321
362
  byteSize: 13255,
322
363
  displayName: 'Vitesse Light',
364
+ lastUpdate: '2023-09-01T02:14:43Z',
323
365
  license: 'MIT',
324
366
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
325
367
  name: 'vitesse-light',
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.0.3",
5
- "packageManager": "pnpm@8.11.0",
4
+ "version": "1.0.5",
5
+ "packageManager": "pnpm@8.13.1",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
8
8
  "license": "MIT",
@@ -0,0 +1,671 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.background": "#07090F",
4
+ "activityBar.foreground": "#86A5FF",
5
+ "activityBar.inactiveForeground": "#576dafc5",
6
+ "activityBarBadge.background": "#86A5FF",
7
+ "activityBarBadge.foreground": "#07090F",
8
+ "badge.background": "#86A5FF",
9
+ "badge.foreground": "#07090F",
10
+ "breadcrumb.activeSelectionForeground": "#86A5FF",
11
+ "breadcrumb.focusForeground": "#576daf",
12
+ "breadcrumb.foreground": "#576dafa6",
13
+ "breadcrumbPicker.background": "#07090F",
14
+ "button.background": "#86A5FF",
15
+ "button.foreground": "#07090F",
16
+ "button.hoverBackground": "#A8BEFF",
17
+ "descriptionForeground": "#576daf79",
18
+ "diffEditor.diagonalFill": "#15182B",
19
+ "diffEditor.insertedTextBackground": "#64d3892c",
20
+ "diffEditor.removedTextBackground": "#dd50742c",
21
+ "dropdown.background": "#15182B",
22
+ "dropdown.foreground": "#c7d5ff99",
23
+ "editor.background": "#07090F",
24
+ "editor.findMatchBackground": "#576daf",
25
+ "editor.findMatchHighlightBackground": "#262E47",
26
+ "editor.inactiveSelectionBackground": "#262e47be",
27
+ "editor.selectionBackground": "#262E47",
28
+ "editor.selectionHighlightBackground": "#262E47",
29
+ "editor.wordHighlightBackground": "#262E47",
30
+ "editor.wordHighlightStrongBackground": "#262E47",
31
+ "editorCodeLens.foreground": "#262E47",
32
+ "editorCursor.background": "#01030b",
33
+ "editorCursor.foreground": "#86A5FF",
34
+ "editorGroup.background": "#07090F",
35
+ "editorGroup.border": "#15182B",
36
+ "editorGroup.dropBackground": "#0C0E19",
37
+ "editorGroup.emptyBackground": "#07090F",
38
+ "editorGroupHeader.tabsBackground": "#07090F",
39
+ "editorLineNumber.activeForeground": "#576dafd8",
40
+ "editorLineNumber.foreground": "#262e47bb",
41
+ "editorWidget.background": "#15182B",
42
+ "editorWidget.border": "#576daf",
43
+ "extensionButton.prominentBackground": "#C7D5FF",
44
+ "extensionButton.prominentForeground": "#07090F",
45
+ "focusBorder": "#262E47",
46
+ "foreground": "#576daf",
47
+ "gitDecoration.addedResourceForeground": "#64d389fd",
48
+ "gitDecoration.deletedResourceForeground": "#dd5074",
49
+ "gitDecoration.ignoredResourceForeground": "#576daf90",
50
+ "gitDecoration.modifiedResourceForeground": "#c778db",
51
+ "gitDecoration.untrackedResourceForeground": "#576daf90",
52
+ "icon.foreground": "#576daf",
53
+ "input.background": "#15182B",
54
+ "input.foreground": "#86A5FF",
55
+ "inputOption.activeForeground": "#86A5FF",
56
+ "inputValidation.errorBackground": "#dd5073",
57
+ "inputValidation.errorBorder": "#dd5073",
58
+ "inputValidation.errorForeground": "#07090F",
59
+ "list.activeSelectionBackground": "#000000",
60
+ "list.activeSelectionForeground": "#86A5FF",
61
+ "list.dropBackground": "#000000",
62
+ "list.errorForeground": "#dd5074",
63
+ "list.focusBackground": "#01030b",
64
+ "list.focusForeground": "#86A5FF",
65
+ "list.highlightForeground": "#A8BEFF",
66
+ "list.hoverBackground": "#000000",
67
+ "list.hoverForeground": "#A8BEFF",
68
+ "list.inactiveFocusBackground": "#01030b",
69
+ "list.inactiveSelectionBackground": "#000000",
70
+ "list.inactiveSelectionForeground": "#86A5FF",
71
+ "list.warningForeground": "#e6db7f",
72
+ "notificationCenterHeader.background": "#15182B",
73
+ "notifications.background": "#15182B",
74
+ "panel.border": "#15182B",
75
+ "panelTitle.activeBorder": "#86A5FF",
76
+ "panelTitle.activeForeground": "#C7D5FF",
77
+ "panelTitle.inactiveForeground": "#576daf",
78
+ "peekViewTitle.background": "#262E47",
79
+ "quickInput.background": "#0C0E19",
80
+ "scrollbar.shadow": "#01030b",
81
+ "scrollbarSlider.activeBackground": "#576daf",
82
+ "scrollbarSlider.background": "#262E47",
83
+ "scrollbarSlider.hoverBackground": "#576daf",
84
+ "selection.background": "#01030b",
85
+ "sideBar.background": "#07090F",
86
+ "sideBar.border": "#15182B",
87
+ "sideBarSectionHeader.background": "#07090F",
88
+ "sideBarSectionHeader.foreground": "#86A5FF",
89
+ "statusBar.background": "#86A5FF",
90
+ "statusBar.debuggingBackground": "#c778db",
91
+ "statusBar.foreground": "#07090F",
92
+ "tab.activeBackground": "#07090F",
93
+ "tab.activeBorder": "#86A5FF",
94
+ "tab.activeForeground": "#C7D5FF",
95
+ "tab.border": "#07090F",
96
+ "tab.inactiveBackground": "#07090F",
97
+ "tab.inactiveForeground": "#576dafd8",
98
+ "terminal.ansiBrightRed": "#dd5073",
99
+ "terminal.ansiGreen": "#63eb90",
100
+ "terminal.ansiRed": "#dd5073",
101
+ "terminal.foreground": "#A8BEFF",
102
+ "textLink.foreground": "#86A5FF",
103
+ "titleBar.activeBackground": "#07090F",
104
+ "titleBar.activeForeground": "#86A5FF",
105
+ "titleBar.inactiveBackground": "#07090F",
106
+ "tree.indentGuidesStroke": "#576daf",
107
+ "widget.shadow": "#01030b"
108
+ },
109
+ "displayName": "Aurora X",
110
+ "name": "aurora-x",
111
+ "tokenColors": [
112
+ {
113
+ "scope": [
114
+ "comment",
115
+ "punctuation.definition.comment"
116
+ ],
117
+ "settings": {
118
+ "fontStyle": "italic",
119
+ "foreground": "#546E7A"
120
+ }
121
+ },
122
+ {
123
+ "scope": [
124
+ "variable",
125
+ "string constant.other.placeholder"
126
+ ],
127
+ "settings": {
128
+ "foreground": "#EEFFFF"
129
+ }
130
+ },
131
+ {
132
+ "scope": [
133
+ "constant.other.color"
134
+ ],
135
+ "settings": {
136
+ "foreground": "#ffffff"
137
+ }
138
+ },
139
+ {
140
+ "scope": [
141
+ "invalid",
142
+ "invalid.illegal"
143
+ ],
144
+ "settings": {
145
+ "foreground": "#FF5370"
146
+ }
147
+ },
148
+ {
149
+ "scope": [
150
+ "keyword",
151
+ "storage.type",
152
+ "storage.modifier"
153
+ ],
154
+ "settings": {
155
+ "foreground": "#C792EA"
156
+ }
157
+ },
158
+ {
159
+ "scope": [
160
+ "keyword.control",
161
+ "constant.other.color",
162
+ "punctuation",
163
+ "meta.tag",
164
+ "punctuation.definition.tag",
165
+ "punctuation.separator.inheritance.php",
166
+ "punctuation.definition.tag.html",
167
+ "punctuation.definition.tag.begin.html",
168
+ "punctuation.definition.tag.end.html",
169
+ "punctuation.section.embedded",
170
+ "keyword.other.template",
171
+ "keyword.other.substitution"
172
+ ],
173
+ "settings": {
174
+ "foreground": "#89DDFF"
175
+ }
176
+ },
177
+ {
178
+ "scope": [
179
+ "entity.name.tag",
180
+ "meta.tag.sgml",
181
+ "markup.deleted.git_gutter"
182
+ ],
183
+ "settings": {
184
+ "foreground": "#f07178"
185
+ }
186
+ },
187
+ {
188
+ "scope": [
189
+ "entity.name.function",
190
+ "meta.function-call",
191
+ "variable.function",
192
+ "support.function",
193
+ "keyword.other.special-method"
194
+ ],
195
+ "settings": {
196
+ "foreground": "#82AAFF"
197
+ }
198
+ },
199
+ {
200
+ "scope": [
201
+ "meta.block variable.other"
202
+ ],
203
+ "settings": {
204
+ "foreground": "#f07178"
205
+ }
206
+ },
207
+ {
208
+ "scope": [
209
+ "support.other.variable",
210
+ "string.other.link"
211
+ ],
212
+ "settings": {
213
+ "foreground": "#f07178"
214
+ }
215
+ },
216
+ {
217
+ "scope": [
218
+ "constant.numeric",
219
+ "constant.language",
220
+ "support.constant",
221
+ "constant.character",
222
+ "constant.escape",
223
+ "variable.parameter",
224
+ "keyword.other.unit",
225
+ "keyword.other"
226
+ ],
227
+ "settings": {
228
+ "foreground": "#F78C6C"
229
+ }
230
+ },
231
+ {
232
+ "scope": [
233
+ "string",
234
+ "constant.other.symbol",
235
+ "constant.other.key",
236
+ "entity.other.inherited-class",
237
+ "markup.heading",
238
+ "markup.inserted.git_gutter",
239
+ "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
240
+ ],
241
+ "settings": {
242
+ "foreground": "#C3E88D"
243
+ }
244
+ },
245
+ {
246
+ "scope": [
247
+ "entity.name",
248
+ "support.type",
249
+ "support.class",
250
+ "support.orther.namespace.use.php",
251
+ "meta.use.php",
252
+ "support.other.namespace.php",
253
+ "markup.changed.git_gutter",
254
+ "support.type.sys-types"
255
+ ],
256
+ "settings": {
257
+ "foreground": "#FFCB6B"
258
+ }
259
+ },
260
+ {
261
+ "scope": [
262
+ "support.type"
263
+ ],
264
+ "settings": {
265
+ "foreground": "#B2CCD6"
266
+ }
267
+ },
268
+ {
269
+ "scope": [
270
+ "source.css support.type.property-name",
271
+ "source.sass support.type.property-name",
272
+ "source.scss support.type.property-name",
273
+ "source.less support.type.property-name",
274
+ "source.stylus support.type.property-name",
275
+ "source.postcss support.type.property-name"
276
+ ],
277
+ "settings": {
278
+ "foreground": "#B2CCD6"
279
+ }
280
+ },
281
+ {
282
+ "scope": [
283
+ "entity.name.module.js",
284
+ "variable.import.parameter.js",
285
+ "variable.other.class.js"
286
+ ],
287
+ "settings": {
288
+ "foreground": "#FF5370"
289
+ }
290
+ },
291
+ {
292
+ "scope": [
293
+ "variable.language"
294
+ ],
295
+ "settings": {
296
+ "fontStyle": "italic",
297
+ "foreground": "#FF5370"
298
+ }
299
+ },
300
+ {
301
+ "scope": [
302
+ "entity.name.method.js"
303
+ ],
304
+ "settings": {
305
+ "fontStyle": "italic",
306
+ "foreground": "#82AAFF"
307
+ }
308
+ },
309
+ {
310
+ "scope": [
311
+ "meta.class-method.js entity.name.function.js",
312
+ "variable.function.constructor"
313
+ ],
314
+ "settings": {
315
+ "foreground": "#82AAFF"
316
+ }
317
+ },
318
+ {
319
+ "scope": [
320
+ "entity.other.attribute-name"
321
+ ],
322
+ "settings": {
323
+ "foreground": "#C792EA"
324
+ }
325
+ },
326
+ {
327
+ "scope": [
328
+ "text.html.basic entity.other.attribute-name.html",
329
+ "text.html.basic entity.other.attribute-name"
330
+ ],
331
+ "settings": {
332
+ "fontStyle": "italic",
333
+ "foreground": "#FFCB6B"
334
+ }
335
+ },
336
+ {
337
+ "scope": [
338
+ "entity.other.attribute-name.class"
339
+ ],
340
+ "settings": {
341
+ "foreground": "#FFCB6B"
342
+ }
343
+ },
344
+ {
345
+ "scope": [
346
+ "source.sass keyword.control"
347
+ ],
348
+ "settings": {
349
+ "foreground": "#82AAFF"
350
+ }
351
+ },
352
+ {
353
+ "scope": [
354
+ "markup.inserted"
355
+ ],
356
+ "settings": {
357
+ "foreground": "#C3E88D"
358
+ }
359
+ },
360
+ {
361
+ "scope": [
362
+ "markup.deleted"
363
+ ],
364
+ "settings": {
365
+ "foreground": "#FF5370"
366
+ }
367
+ },
368
+ {
369
+ "scope": [
370
+ "markup.changed"
371
+ ],
372
+ "settings": {
373
+ "foreground": "#C792EA"
374
+ }
375
+ },
376
+ {
377
+ "scope": [
378
+ "string.regexp"
379
+ ],
380
+ "settings": {
381
+ "foreground": "#89DDFF"
382
+ }
383
+ },
384
+ {
385
+ "scope": [
386
+ "constant.character.escape"
387
+ ],
388
+ "settings": {
389
+ "foreground": "#89DDFF"
390
+ }
391
+ },
392
+ {
393
+ "scope": [
394
+ "*url*",
395
+ "*link*",
396
+ "*uri*"
397
+ ],
398
+ "settings": {
399
+ "fontStyle": "underline"
400
+ }
401
+ },
402
+ {
403
+ "scope": [
404
+ "tag.decorator.js entity.name.tag.js",
405
+ "tag.decorator.js punctuation.definition.tag.js"
406
+ ],
407
+ "settings": {
408
+ "fontStyle": "italic",
409
+ "foreground": "#82AAFF"
410
+ }
411
+ },
412
+ {
413
+ "scope": [
414
+ "source.js constant.other.object.key.js string.unquoted.label.js"
415
+ ],
416
+ "settings": {
417
+ "fontStyle": "italic",
418
+ "foreground": "#FF5370"
419
+ }
420
+ },
421
+ {
422
+ "scope": [
423
+ "source.json meta.structure.dictionary.json support.type.property-name.json"
424
+ ],
425
+ "settings": {
426
+ "foreground": "#C792EA"
427
+ }
428
+ },
429
+ {
430
+ "scope": [
431
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
432
+ ],
433
+ "settings": {
434
+ "foreground": "#FFCB6B"
435
+ }
436
+ },
437
+ {
438
+ "scope": [
439
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
440
+ ],
441
+ "settings": {
442
+ "foreground": "#F78C6C"
443
+ }
444
+ },
445
+ {
446
+ "scope": [
447
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
448
+ ],
449
+ "settings": {
450
+ "foreground": "#FF5370"
451
+ }
452
+ },
453
+ {
454
+ "scope": [
455
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
456
+ ],
457
+ "settings": {
458
+ "foreground": "#C17E70"
459
+ }
460
+ },
461
+ {
462
+ "scope": [
463
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
464
+ ],
465
+ "settings": {
466
+ "foreground": "#82AAFF"
467
+ }
468
+ },
469
+ {
470
+ "scope": [
471
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
472
+ ],
473
+ "settings": {
474
+ "foreground": "#f07178"
475
+ }
476
+ },
477
+ {
478
+ "scope": [
479
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
480
+ ],
481
+ "settings": {
482
+ "foreground": "#C792EA"
483
+ }
484
+ },
485
+ {
486
+ "scope": [
487
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
488
+ ],
489
+ "settings": {
490
+ "foreground": "#C3E88D"
491
+ }
492
+ },
493
+ {
494
+ "scope": [
495
+ "text.html.markdown",
496
+ "punctuation.definition.list_item.markdown"
497
+ ],
498
+ "settings": {
499
+ "foreground": "#EEFFFF"
500
+ }
501
+ },
502
+ {
503
+ "scope": [
504
+ "text.html.markdown markup.inline.raw.markdown"
505
+ ],
506
+ "settings": {
507
+ "foreground": "#C792EA"
508
+ }
509
+ },
510
+ {
511
+ "scope": [
512
+ "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
513
+ ],
514
+ "settings": {
515
+ "foreground": "#65737E"
516
+ }
517
+ },
518
+ {
519
+ "scope": [
520
+ "markdown.heading",
521
+ "markup.heading | markup.heading entity.name",
522
+ "markup.heading.markdown punctuation.definition.heading.markdown"
523
+ ],
524
+ "settings": {
525
+ "foreground": "#C3E88D"
526
+ }
527
+ },
528
+ {
529
+ "scope": [
530
+ "markup.italic"
531
+ ],
532
+ "settings": {
533
+ "fontStyle": "italic",
534
+ "foreground": "#f07178"
535
+ }
536
+ },
537
+ {
538
+ "scope": [
539
+ "markup.bold",
540
+ "markup.bold string"
541
+ ],
542
+ "settings": {
543
+ "fontStyle": "bold",
544
+ "foreground": "#f07178"
545
+ }
546
+ },
547
+ {
548
+ "scope": [
549
+ "markup.bold markup.italic",
550
+ "markup.italic markup.bold",
551
+ "markup.quote markup.bold",
552
+ "markup.bold markup.italic string",
553
+ "markup.italic markup.bold string",
554
+ "markup.quote markup.bold string"
555
+ ],
556
+ "settings": {
557
+ "fontStyle": "bold",
558
+ "foreground": "#f07178"
559
+ }
560
+ },
561
+ {
562
+ "scope": [
563
+ "markup.underline"
564
+ ],
565
+ "settings": {
566
+ "fontStyle": "underline",
567
+ "foreground": "#F78C6C"
568
+ }
569
+ },
570
+ {
571
+ "scope": [
572
+ "markup.quote punctuation.definition.blockquote.markdown"
573
+ ],
574
+ "settings": {
575
+ "foreground": "#65737E"
576
+ }
577
+ },
578
+ {
579
+ "scope": [
580
+ "markup.quote"
581
+ ],
582
+ "settings": {
583
+ "fontStyle": "italic"
584
+ }
585
+ },
586
+ {
587
+ "scope": [
588
+ "string.other.link.title.markdown"
589
+ ],
590
+ "settings": {
591
+ "foreground": "#82AAFF"
592
+ }
593
+ },
594
+ {
595
+ "scope": [
596
+ "string.other.link.description.title.markdown"
597
+ ],
598
+ "settings": {
599
+ "foreground": "#C792EA"
600
+ }
601
+ },
602
+ {
603
+ "scope": [
604
+ "constant.other.reference.link.markdown"
605
+ ],
606
+ "settings": {
607
+ "foreground": "#FFCB6B"
608
+ }
609
+ },
610
+ {
611
+ "scope": [
612
+ "markup.raw.block"
613
+ ],
614
+ "settings": {
615
+ "foreground": "#C792EA"
616
+ }
617
+ },
618
+ {
619
+ "scope": [
620
+ "markup.raw.block.fenced.markdown"
621
+ ],
622
+ "settings": {
623
+ "foreground": "#00000050"
624
+ }
625
+ },
626
+ {
627
+ "scope": [
628
+ "punctuation.definition.fenced.markdown"
629
+ ],
630
+ "settings": {
631
+ "foreground": "#00000050"
632
+ }
633
+ },
634
+ {
635
+ "scope": [
636
+ "markup.raw.block.fenced.markdown",
637
+ "variable.language.fenced.markdown",
638
+ "punctuation.section.class.end"
639
+ ],
640
+ "settings": {
641
+ "foreground": "#EEFFFF"
642
+ }
643
+ },
644
+ {
645
+ "scope": [
646
+ "variable.language.fenced.markdown"
647
+ ],
648
+ "settings": {
649
+ "foreground": "#65737E"
650
+ }
651
+ },
652
+ {
653
+ "scope": [
654
+ "meta.separator"
655
+ ],
656
+ "settings": {
657
+ "fontStyle": "bold",
658
+ "foreground": "#65737E"
659
+ }
660
+ },
661
+ {
662
+ "scope": [
663
+ "markup.table"
664
+ ],
665
+ "settings": {
666
+ "foreground": "#EEFFFF"
667
+ }
668
+ }
669
+ ],
670
+ "type": "dark"
671
+ }
@@ -88,12 +88,12 @@
88
88
  "dropdown.foreground": "#c6d0f5",
89
89
  "dropdown.listBackground": "#626880",
90
90
  "editor.background": "#303446",
91
- "editor.findMatchBackground": "#e782844d",
92
- "editor.findMatchBorder": "#00000000",
93
- "editor.findMatchHighlightBackground": "#99d1db4d",
94
- "editor.findMatchHighlightBorder": "#00000000",
95
- "editor.findRangeHighlightBackground": "#99d1db4d",
96
- "editor.findRangeHighlightBorder": "#00000000",
91
+ "editor.findMatchBackground": "#674b59",
92
+ "editor.findMatchBorder": "#e7828433",
93
+ "editor.findMatchHighlightBackground": "#506373",
94
+ "editor.findMatchHighlightBorder": "#99d1db33",
95
+ "editor.findRangeHighlightBackground": "#506373",
96
+ "editor.findRangeHighlightBorder": "#99d1db33",
97
97
  "editor.focusedStackFrameHighlightBackground": "#a6d18926",
98
98
  "editor.foldBackground": "#99d1db40",
99
99
  "editor.foreground": "#c6d0f5",
@@ -1204,11 +1204,14 @@
1204
1204
  },
1205
1205
  {
1206
1206
  "scope": [
1207
- "meta.tag support.class.component"
1207
+ "support.class.component",
1208
+ "support.class.component.jsx",
1209
+ "support.class.component.tsx",
1210
+ "support.class.component.vue"
1208
1211
  ],
1209
1212
  "settings": {
1210
1213
  "fontStyle": "",
1211
- "foreground": "#8caaee"
1214
+ "foreground": "#f4b8e4"
1212
1215
  }
1213
1216
  },
1214
1217
  {
@@ -1328,24 +1331,15 @@
1328
1331
  },
1329
1332
  {
1330
1333
  "scope": [
1331
- "keyword.operator.expression.keyof.ts",
1332
- "keyword.operator.expression.typeof.js",
1333
- "keyword.operator.expression.typeof.ts",
1334
- "keyword.operator.expression.of.ts",
1335
- "keyword.operator.expression.of.js"
1334
+ "keyword.operator.expression.in",
1335
+ "keyword.operator.expression.instanceof",
1336
+ "keyword.operator.expression.is",
1337
+ "keyword.operator.expression.keyof"
1336
1338
  ],
1337
1339
  "settings": {
1338
1340
  "foreground": "#ca9ee6"
1339
1341
  }
1340
1342
  },
1341
- {
1342
- "scope": [
1343
- "support.class.component.vue"
1344
- ],
1345
- "settings": {
1346
- "foreground": "#8caaee"
1347
- }
1348
- },
1349
1343
  {
1350
1344
  "scope": "support.function.macro.julia",
1351
1345
  "settings": {
@@ -88,12 +88,12 @@
88
88
  "dropdown.foreground": "#4c4f69",
89
89
  "dropdown.listBackground": "#acb0be",
90
90
  "editor.background": "#eff1f5",
91
- "editor.findMatchBackground": "#d20f394d",
92
- "editor.findMatchBorder": "#00000000",
93
- "editor.findMatchHighlightBackground": "#04a5e54d",
94
- "editor.findMatchHighlightBorder": "#00000000",
95
- "editor.findRangeHighlightBackground": "#04a5e54d",
96
- "editor.findRangeHighlightBorder": "#00000000",
91
+ "editor.findMatchBackground": "#e6adbd",
92
+ "editor.findMatchBorder": "#d20f3933",
93
+ "editor.findMatchHighlightBackground": "#a9daf0",
94
+ "editor.findMatchHighlightBorder": "#04a5e533",
95
+ "editor.findRangeHighlightBackground": "#a9daf0",
96
+ "editor.findRangeHighlightBorder": "#04a5e533",
97
97
  "editor.focusedStackFrameHighlightBackground": "#40a02b26",
98
98
  "editor.foldBackground": "#04a5e540",
99
99
  "editor.foreground": "#4c4f69",
@@ -1204,11 +1204,14 @@
1204
1204
  },
1205
1205
  {
1206
1206
  "scope": [
1207
- "meta.tag support.class.component"
1207
+ "support.class.component",
1208
+ "support.class.component.jsx",
1209
+ "support.class.component.tsx",
1210
+ "support.class.component.vue"
1208
1211
  ],
1209
1212
  "settings": {
1210
1213
  "fontStyle": "",
1211
- "foreground": "#1e66f5"
1214
+ "foreground": "#ea76cb"
1212
1215
  }
1213
1216
  },
1214
1217
  {
@@ -1328,24 +1331,15 @@
1328
1331
  },
1329
1332
  {
1330
1333
  "scope": [
1331
- "keyword.operator.expression.keyof.ts",
1332
- "keyword.operator.expression.typeof.js",
1333
- "keyword.operator.expression.typeof.ts",
1334
- "keyword.operator.expression.of.ts",
1335
- "keyword.operator.expression.of.js"
1334
+ "keyword.operator.expression.in",
1335
+ "keyword.operator.expression.instanceof",
1336
+ "keyword.operator.expression.is",
1337
+ "keyword.operator.expression.keyof"
1336
1338
  ],
1337
1339
  "settings": {
1338
1340
  "foreground": "#8839ef"
1339
1341
  }
1340
1342
  },
1341
- {
1342
- "scope": [
1343
- "support.class.component.vue"
1344
- ],
1345
- "settings": {
1346
- "foreground": "#1e66f5"
1347
- }
1348
- },
1349
1343
  {
1350
1344
  "scope": "support.function.macro.julia",
1351
1345
  "settings": {
@@ -88,12 +88,12 @@
88
88
  "dropdown.foreground": "#cad3f5",
89
89
  "dropdown.listBackground": "#5b6078",
90
90
  "editor.background": "#24273a",
91
- "editor.findMatchBackground": "#ed87964d",
92
- "editor.findMatchBorder": "#00000000",
93
- "editor.findMatchHighlightBackground": "#91d7e34d",
94
- "editor.findMatchHighlightBorder": "#00000000",
95
- "editor.findRangeHighlightBackground": "#91d7e34d",
96
- "editor.findRangeHighlightBorder": "#00000000",
91
+ "editor.findMatchBackground": "#604456",
92
+ "editor.findMatchBorder": "#ed879633",
93
+ "editor.findMatchHighlightBackground": "#455c6d",
94
+ "editor.findMatchHighlightBorder": "#91d7e333",
95
+ "editor.findRangeHighlightBackground": "#455c6d",
96
+ "editor.findRangeHighlightBorder": "#91d7e333",
97
97
  "editor.focusedStackFrameHighlightBackground": "#a6da9526",
98
98
  "editor.foldBackground": "#91d7e340",
99
99
  "editor.foreground": "#cad3f5",
@@ -1204,11 +1204,14 @@
1204
1204
  },
1205
1205
  {
1206
1206
  "scope": [
1207
- "meta.tag support.class.component"
1207
+ "support.class.component",
1208
+ "support.class.component.jsx",
1209
+ "support.class.component.tsx",
1210
+ "support.class.component.vue"
1208
1211
  ],
1209
1212
  "settings": {
1210
1213
  "fontStyle": "",
1211
- "foreground": "#8aadf4"
1214
+ "foreground": "#f5bde6"
1212
1215
  }
1213
1216
  },
1214
1217
  {
@@ -1328,24 +1331,15 @@
1328
1331
  },
1329
1332
  {
1330
1333
  "scope": [
1331
- "keyword.operator.expression.keyof.ts",
1332
- "keyword.operator.expression.typeof.js",
1333
- "keyword.operator.expression.typeof.ts",
1334
- "keyword.operator.expression.of.ts",
1335
- "keyword.operator.expression.of.js"
1334
+ "keyword.operator.expression.in",
1335
+ "keyword.operator.expression.instanceof",
1336
+ "keyword.operator.expression.is",
1337
+ "keyword.operator.expression.keyof"
1336
1338
  ],
1337
1339
  "settings": {
1338
1340
  "foreground": "#c6a0f6"
1339
1341
  }
1340
1342
  },
1341
- {
1342
- "scope": [
1343
- "support.class.component.vue"
1344
- ],
1345
- "settings": {
1346
- "foreground": "#8aadf4"
1347
- }
1348
- },
1349
1343
  {
1350
1344
  "scope": "support.function.macro.julia",
1351
1345
  "settings": {
@@ -88,12 +88,12 @@
88
88
  "dropdown.foreground": "#cdd6f4",
89
89
  "dropdown.listBackground": "#585b70",
90
90
  "editor.background": "#1e1e2e",
91
- "editor.findMatchBackground": "#f38ba84d",
92
- "editor.findMatchBorder": "#00000000",
93
- "editor.findMatchHighlightBackground": "#89dceb4d",
94
- "editor.findMatchHighlightBorder": "#00000000",
95
- "editor.findRangeHighlightBackground": "#89dceb4d",
96
- "editor.findRangeHighlightBorder": "#00000000",
91
+ "editor.findMatchBackground": "#5e3f53",
92
+ "editor.findMatchBorder": "#f38ba833",
93
+ "editor.findMatchHighlightBackground": "#3e5767",
94
+ "editor.findMatchHighlightBorder": "#89dceb33",
95
+ "editor.findRangeHighlightBackground": "#3e5767",
96
+ "editor.findRangeHighlightBorder": "#89dceb33",
97
97
  "editor.focusedStackFrameHighlightBackground": "#a6e3a126",
98
98
  "editor.foldBackground": "#89dceb40",
99
99
  "editor.foreground": "#cdd6f4",
@@ -1204,11 +1204,14 @@
1204
1204
  },
1205
1205
  {
1206
1206
  "scope": [
1207
- "meta.tag support.class.component"
1207
+ "support.class.component",
1208
+ "support.class.component.jsx",
1209
+ "support.class.component.tsx",
1210
+ "support.class.component.vue"
1208
1211
  ],
1209
1212
  "settings": {
1210
1213
  "fontStyle": "",
1211
- "foreground": "#89b4fa"
1214
+ "foreground": "#f5c2e7"
1212
1215
  }
1213
1216
  },
1214
1217
  {
@@ -1328,24 +1331,15 @@
1328
1331
  },
1329
1332
  {
1330
1333
  "scope": [
1331
- "keyword.operator.expression.keyof.ts",
1332
- "keyword.operator.expression.typeof.js",
1333
- "keyword.operator.expression.typeof.ts",
1334
- "keyword.operator.expression.of.ts",
1335
- "keyword.operator.expression.of.js"
1334
+ "keyword.operator.expression.in",
1335
+ "keyword.operator.expression.instanceof",
1336
+ "keyword.operator.expression.is",
1337
+ "keyword.operator.expression.keyof"
1336
1338
  ],
1337
1339
  "settings": {
1338
1340
  "foreground": "#cba6f7"
1339
1341
  }
1340
1342
  },
1341
- {
1342
- "scope": [
1343
- "support.class.component.vue"
1344
- ],
1345
- "settings": {
1346
- "foreground": "#89b4fa"
1347
- }
1348
- },
1349
1343
  {
1350
1344
  "scope": "support.function.macro.julia",
1351
1345
  "settings": {