tm-themes 1.9.9 → 1.9.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
@@ -68,7 +68,7 @@ import { themes } from 'tm-themes'
68
68
  | Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 7.64 kB |
69
69
  | Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md) | 28.18 kB |
70
70
  | 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 |
71
- | One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/469431cd7a848dc8f8e40bee2ae547a9abd631e0/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.89 kB |
71
+ | One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/d64c6d3c42e0d2f1a6a032af1ebfbb7f8e0acae6/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.94 kB |
72
72
  | Plastic | `plastic` | [will-stone/plastic](https://github.com/will-stone/plastic/blob/30eaf248a3ee319c85ddf254dd0cb64a443d1571/themes/main.json) | [MIT](https://raw.githubusercontent.com/will-stone/plastic/main/LICENSE) | 9.02 kB |
73
73
  | Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | [MIT](https://raw.githubusercontent.com/drcmda/poimandres-theme/main/LICENSE) | 32.65 kB |
74
74
  | Red | `red` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-red/themes/Red-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.06 kB |
package/index.js CHANGED
@@ -423,15 +423,15 @@ export const themes = [
423
423
  type: 'dark',
424
424
  },
425
425
  {
426
- byteSize: 33682,
426
+ byteSize: 33727,
427
427
  displayName: 'One Dark Pro',
428
- hash: 'jXsgc6jsja',
429
- lastUpdate: '2024-12-03T06:24:18Z',
428
+ hash: '4ypEgxPjc8',
429
+ lastUpdate: '2025-02-01T14:01:22Z',
430
430
  license: 'MIT',
431
431
  licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
432
432
  name: 'one-dark-pro',
433
- sha: '469431cd7a848dc8f8e40bee2ae547a9abd631e0',
434
- source: 'https://github.com/Binaryify/OneDark-Pro/blob/469431cd7a848dc8f8e40bee2ae547a9abd631e0/themes/OneDark-Pro.json',
433
+ sha: 'd64c6d3c42e0d2f1a6a032af1ebfbb7f8e0acae6',
434
+ source: 'https://github.com/Binaryify/OneDark-Pro/blob/d64c6d3c42e0d2f1a6a032af1ebfbb7f8e0acae6/themes/OneDark-Pro.json',
435
435
  type: 'dark',
436
436
  },
437
437
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.9.9",
4
+ "version": "1.9.10",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -81,6 +81,7 @@
81
81
  "minimapGutter.addedBackground": "#109868",
82
82
  "minimapGutter.deletedBackground": "#9A353D",
83
83
  "minimapGutter.modifiedBackground": "#948B60",
84
+ "multiDiffEditor.headerBackground": "#21252b",
84
85
  "panel.border": "#3e4452",
85
86
  "panelSectionHeader.background": "#21252b",
86
87
  "peekViewEditor.background": "#1b1d23",