tm-themes 1.0.5 → 1.0.6

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
@@ -22,6 +22,7 @@ import { themes } from 'tm-themes'
22
22
 
23
23
  | Name | ID | Source | License | File Size |
24
24
  | ---- | -- | ------ | ------- | --------- |
25
+ | 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 |
25
26
  | GitHub Light | `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 10.86 kB |
26
27
  | Light Plus | `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 9.47 kB |
27
28
  | Material Theme Lighter | `material-theme-lighter` | [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 |
@@ -37,7 +38,6 @@ import { themes } from 'tm-themes'
37
38
  | ---- | -- | ------ | ------- | --------- |
38
39
  | 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
40
  | 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
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
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 |
43
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 |
package/index.js CHANGED
@@ -1,3 +1,8 @@
1
+ /**
2
+ * This file is generated, DO NOT MODIFY directly.
3
+ * Check README.md#contribute for instructions.
4
+ */
5
+
1
6
  export const themes = [
2
7
  {
3
8
  byteSize: 13599,
@@ -20,7 +25,7 @@ export const themes = [
20
25
  type: 'dark',
21
26
  },
22
27
  {
23
- byteSize: 43151,
28
+ byteSize: 43152,
24
29
  displayName: 'Catppuccin Latte',
25
30
  lastUpdate: '2024-01-01T20:53:54Z',
26
31
  license: 'MIT',
@@ -28,7 +33,7 @@ export const themes = [
28
33
  name: 'catppuccin-latte',
29
34
  sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
30
35
  source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/latte.json',
31
- type: 'dark',
36
+ type: 'light',
32
37
  },
33
38
  {
34
39
  byteSize: 43159,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "packageManager": "pnpm@8.13.1",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
@@ -1975,5 +1975,5 @@
1975
1975
  }
1976
1976
  }
1977
1977
  ],
1978
- "type": "dark"
1978
+ "type": "light"
1979
1979
  }