tm-themes 1.10.9 → 1.10.10

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
@@ -51,7 +51,7 @@ import { themes } from 'tm-themes'
51
51
  | Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/44894f62eb04bbc6321342c78ae493b5982bf843/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [GitHub Sponsors: **@catppuccin**](https://github.com/sponsors/catppuccin) [Open Collective: **catppuccin**](https://opencollective.com/catppuccin) | 46.16 kB |
52
52
  | Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/44894f62eb04bbc6321342c78ae493b5982bf843/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [GitHub Sponsors: **@catppuccin**](https://github.com/sponsors/catppuccin) [Open Collective: **catppuccin**](https://opencollective.com/catppuccin) | 46.17 kB |
53
53
  | Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/44894f62eb04bbc6321342c78ae493b5982bf843/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [GitHub Sponsors: **@catppuccin**](https://github.com/sponsors/catppuccin) [Open Collective: **catppuccin**](https://opencollective.com/catppuccin) | 46.16 kB |
54
- | Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 8.83 kB |
54
+ | Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/73947d8d87182e23c938433fa8ea4f3bf6ab6c25/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 8.83 kB |
55
55
  | Dracula Theme | `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/main/LICENSE) | | 20.51 kB |
56
56
  | Dracula Theme 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/main/LICENSE) | | 20.52 kB |
57
57
  | Everforest Dark | `everforest-dark` | [sainnhe/everforest-vscode](https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-dark.json) | [MIT](https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE) | | 52.43 kB |
package/index.js CHANGED
@@ -163,14 +163,14 @@ export const themes = [
163
163
  displayName: 'Dark Plus',
164
164
  funding: [
165
165
  ],
166
- hash: 'iPw-O9tfaVr2ZxdP61mEBZmD2zWmIt_rm-f-Fz0PK5Q',
167
- lastUpdate: '2024-12-11T16:53:04Z',
166
+ hash: 'lE29vUwzYwQJYnazfpjFazoB22Avh72i2qqqftFEgaQ',
167
+ lastUpdate: '2025-10-08T16:58:29Z',
168
168
  license: 'MIT',
169
169
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
170
170
  name: 'dark-plus',
171
- sha: '09fe3fcbc1514bc35742dc4325d05b7d7adfcad2',
172
- source: 'https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-defaults/themes/dark_plus.json',
173
- sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/theme-defaults/themes/dark_plus.json?ref=09fe3fcbc1514bc35742dc4325d05b7d7adfcad2',
171
+ sha: '73947d8d87182e23c938433fa8ea4f3bf6ab6c25',
172
+ source: 'https://github.com/microsoft/vscode/blob/73947d8d87182e23c938433fa8ea4f3bf6ab6c25/extensions/theme-defaults/themes/dark_plus.json',
173
+ sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/theme-defaults/themes/dark_plus.json?ref=73947d8d87182e23c938433fa8ea4f3bf6ab6c25',
174
174
  type: 'dark',
175
175
  },
176
176
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.10.9",
4
+ "version": "1.10.10",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  "semanticHighlighting": true,
35
35
  "semanticTokenColors": {
36
36
  "customLiteral": "#DCDCAA",
37
- "newOperator": "#C586C0",
37
+ "newOperator": "#CE92A4",
38
38
  "numberLiteral": "#b5cea8",
39
39
  "stringLiteral": "#ce9178"
40
40
  },
@@ -478,7 +478,7 @@
478
478
  "entity.name.operator"
479
479
  ],
480
480
  "settings": {
481
- "foreground": "#C586C0"
481
+ "foreground": "#CE92A4"
482
482
  }
483
483
  },
484
484
  {