tm-themes 1.0.9 → 1.1.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.
package/NOTICE CHANGED
@@ -37,6 +37,33 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37
37
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38
38
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39
39
 
40
+ =========================================================================================================
41
+ Files: ayu-dark.json
42
+ License: https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE
43
+ SPDX: MIT
44
+ ---------------------------------------------------------------------------------------------------------
45
+ MIT License
46
+
47
+ Copyright (c) 2016 Ike Ku
48
+
49
+ Permission is hereby granted, free of charge, to any person obtaining a copy
50
+ of this software and associated documentation files (the "Software"), to deal
51
+ in the Software without restriction, including without limitation the rights
52
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
53
+ copies of the Software, and to permit persons to whom the Software is
54
+ furnished to do so, subject to the following conditions:
55
+
56
+ The above copyright notice and this permission notice shall be included in all
57
+ copies or substantial portions of the Software.
58
+
59
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
62
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
63
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
64
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
65
+ SOFTWARE.
66
+
40
67
  =========================================================================================================
41
68
  Files: catppuccin-frappe.json, catppuccin-latte.json, catppuccin-macchiato.json, catppuccin-mocha.json
42
69
  License: https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE
@@ -378,6 +405,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
378
405
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
379
406
  SOFTWARE.
380
407
 
408
+ =========================================================================================================
409
+ Files: night-owl.json
410
+ License: https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE
411
+ SPDX: MIT
412
+ ---------------------------------------------------------------------------------------------------------
413
+ MIT License
414
+
415
+ Copyright (c) 2018 Sarah Drasner
416
+
417
+ Permission is hereby granted, free of charge, to any person obtaining a copy
418
+ of this software and associated documentation files (the "Software"), to deal
419
+ in the Software without restriction, including without limitation the rights
420
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
421
+ copies of the Software, and to permit persons to whom the Software is
422
+ furnished to do so, subject to the following conditions:
423
+
424
+ The above copyright notice and this permission notice shall be included in all
425
+ copies or substantial portions of the Software.
426
+
427
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
428
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
429
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
430
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
431
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
432
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
433
+ SOFTWARE.
434
+
381
435
  =========================================================================================================
382
436
  Files: nord.json
383
437
  License: https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license
@@ -485,6 +539,34 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
485
539
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
486
540
  SOFTWARE.
487
541
 
542
+ =========================================================================================================
543
+ Files: tokyo-night.json
544
+ License: https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/LICENSE.txt
545
+ SPDX: MIT
546
+ ---------------------------------------------------------------------------------------------------------
547
+ The MIT License (MIT)
548
+
549
+ Copyright (c) 2018-present Enkia
550
+
551
+ Permission is hereby granted, free of charge, to any person obtaining
552
+ a copy of this software and associated documentation files (the
553
+ "Software"), to deal in the Software without restriction, including
554
+ without limitation the rights to use, copy, modify, merge, publish,
555
+ distribute, sublicense, and/or sell copies of the Software, and to
556
+ permit persons to whom the Software is furnished to do so, subject to
557
+ the following conditions:
558
+
559
+ The above copyright notice and this permission notice shall be
560
+ included in all copies or substantial portions of the Software.
561
+
562
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
563
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
564
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
565
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
566
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
567
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
568
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
569
+
488
570
  =========================================================================================================
489
571
  Files: vitesse-black.json, vitesse-dark.json, vitesse-light.json
490
572
  License: https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE
package/README.md CHANGED
@@ -38,6 +38,7 @@ import { themes } from 'tm-themes'
38
38
  | ---- | -- | ------ | ------- | --------- |
39
39
  | Andromeeda | `andromeeda` | [EliverLara/Andromeda](https://github.com/EliverLara/Andromeda/blob/a05c86aec15c98d371e46eefbb2d1838b563f73c/themes/Andromeda-color-theme.json) | [MIT](https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md) | 8.57 kB |
40
40
  | Aurora X | `aurora-x` | [marqu3ss/Aurora-X](https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json) | | 13.28 kB |
41
+ | Ayu Dark | `ayu-dark` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/798bc07c1ac7faccab57081042ba9a16621cdde4/ayu-dark.json) | [MIT](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | 14.54 kB |
41
42
  | Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/1cb7afb386b33049966d55475a3eec394d1df648/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.25 kB |
42
43
  | Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/1cb7afb386b33049966d55475a3eec394d1df648/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.26 kB |
43
44
  | Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/1cb7afb386b33049966d55475a3eec394d1df648/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.25 kB |
@@ -52,6 +53,7 @@ import { themes } from 'tm-themes'
52
53
  | Material Theme Palenight | `material-theme-palenight` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.15 kB |
53
54
  | Min Dark | `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.08 kB |
54
55
  | Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 7.60 kB |
56
+ | Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/33ef8e835fde5df592dddeec63bc0c80d073bc24/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE) | 28.02 kB |
55
57
  | Nord | `nord` | [arcticicestudio/nord-visual-studio-code](https://github.com/arcticicestudio/nord-visual-studio-code/blob/27045851c5154fe2d9b116e7491c596cdcd72275/themes/nord-color-theme.json) | [MIT](https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license) | 26.04 kB |
56
58
  | One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/2cb4ae735fc0482e0486b52cd873128eb5249900/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.49 kB |
57
59
  | Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | | 32.65 kB |
@@ -60,6 +62,8 @@ import { themes } from 'tm-themes'
60
62
  | Rosé Pine Moon | `rose-pine-moon` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-moon-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.91 kB |
61
63
  | Slack Dark | `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 8.84 kB |
62
64
  | Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.59 kB |
65
+ | Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/26465cb6086201916e284acef1b4bcca927f30e8/themes/tokyo-night-color-theme.json) | [MIT](https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/LICENSE.txt) | 32.81 kB |
66
+ | Synthwave '84 | `synthwave-84` | [robb0wen/synthwave-vscode](https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json) | [MIT](https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE) | 13.65 kB |
63
67
  | Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/a07840fbd20b38ce2298de29975316b9fdc9c887/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.00 kB |
64
68
  | Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
65
69
  <!--list-end-->
package/index.js CHANGED
@@ -24,6 +24,17 @@ export const themes = [
24
24
  source: 'https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json',
25
25
  type: 'dark',
26
26
  },
27
+ {
28
+ byteSize: 14889,
29
+ displayName: 'Ayu Dark',
30
+ lastUpdate: '2021-09-05T14:00:59Z',
31
+ license: 'MIT',
32
+ licenseUrl: 'https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE',
33
+ name: 'ayu-dark',
34
+ sha: '798bc07c1ac7faccab57081042ba9a16621cdde4',
35
+ source: 'https://github.com/ayu-theme/vscode-ayu/blob/798bc07c1ac7faccab57081042ba9a16621cdde4/ayu-dark.json',
36
+ type: 'dark',
37
+ },
27
38
  {
28
39
  byteSize: 44291,
29
40
  displayName: 'Catppuccin Frappé',
@@ -233,6 +244,17 @@ export const themes = [
233
244
  source: 'https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-monokai/themes/monokai-color-theme.json',
234
245
  type: 'dark',
235
246
  },
247
+ {
248
+ byteSize: 28693,
249
+ displayName: 'Night Owl',
250
+ lastUpdate: '2020-10-13T13:03:14Z',
251
+ license: 'MIT',
252
+ licenseUrl: 'https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE',
253
+ name: 'night-owl',
254
+ sha: '33ef8e835fde5df592dddeec63bc0c80d073bc24',
255
+ source: 'https://github.com/sdras/night-owl-vscode-theme/blob/33ef8e835fde5df592dddeec63bc0c80d073bc24/themes/Night%20Owl-color-theme.json',
256
+ type: 'dark',
257
+ },
236
258
  {
237
259
  byteSize: 26663,
238
260
  displayName: 'Nord',
@@ -352,6 +374,27 @@ export const themes = [
352
374
  source: 'https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
353
375
  type: 'light',
354
376
  },
377
+ {
378
+ byteSize: 33598,
379
+ displayName: 'Tokyo Night',
380
+ lastUpdate: '2023-11-10T18:00:37Z',
381
+ license: 'MIT',
382
+ licenseUrl: 'https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/LICENSE.txt',
383
+ name: 'tokyo-night',
384
+ sha: '26465cb6086201916e284acef1b4bcca927f30e8',
385
+ source: 'https://github.com/enkia/tokyo-night-vscode-theme/blob/26465cb6086201916e284acef1b4bcca927f30e8/themes/tokyo-night-color-theme.json',
386
+ },
387
+ {
388
+ byteSize: 13976,
389
+ displayName: 'Synthwave \'84',
390
+ lastUpdate: '2022-07-27T08:21:45Z',
391
+ license: 'MIT',
392
+ licenseUrl: 'https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE',
393
+ name: 'synthwave-84',
394
+ sha: '7eaf45c07650295625e1e5ea73274fc50f9ea3c1',
395
+ source: 'https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json',
396
+ type: 'dark',
397
+ },
355
398
  {
356
399
  byteSize: 13316,
357
400
  displayName: 'Vitesse Black',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.1.0",
5
5
  "packageManager": "pnpm@8.14.0",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",