tm-themes 1.9.6 → 1.9.7

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
@@ -66,7 +66,7 @@ import { themes } from 'tm-themes'
66
66
  | Material Theme Palenight | `material-theme-palenight` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | 18.14 kB |
67
67
  | 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 |
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
- | Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/c685376d2f18d4a4bbc2dd5e2986aa7ff19addda/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md) | 28.22 kB |
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
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 |
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 |
package/index.js CHANGED
@@ -399,15 +399,15 @@ export const themes = [
399
399
  type: 'dark',
400
400
  },
401
401
  {
402
- byteSize: 28902,
402
+ byteSize: 28853,
403
403
  displayName: 'Night Owl',
404
- hash: 'pjfXGVeLXm',
405
- lastUpdate: '2024-12-28T19:13:22Z',
404
+ hash: 'CPTuV0qaTN',
405
+ lastUpdate: '2024-12-31T21:18:40Z',
406
406
  license: 'MIT',
407
407
  licenseUrl: 'https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md',
408
408
  name: 'night-owl',
409
- sha: 'c685376d2f18d4a4bbc2dd5e2986aa7ff19addda',
410
- source: 'https://github.com/sdras/night-owl-vscode-theme/blob/c685376d2f18d4a4bbc2dd5e2986aa7ff19addda/themes/Night%20Owl-color-theme.json',
409
+ sha: 'd298950d6378c36c027f1387e307ebf3f145fc90',
410
+ source: 'https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-color-theme.json',
411
411
  type: 'dark',
412
412
  },
413
413
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.9.6",
4
+ "version": "1.9.7",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -38,7 +38,6 @@
38
38
  "editor.selectionHighlightBackground": "#5f7e9779",
39
39
  "editor.wordHighlightBackground": "#f6bbe533",
40
40
  "editor.wordHighlightStrongBackground": "#e2a2f433",
41
- "editorBracketHighlight.foreground3": "#87fab73a",
42
41
  "editorCodeLens.foreground": "#5e82ceb4",
43
42
  "editorCursor.foreground": "#80a4c2",
44
43
  "editorError.border": null,