tm-themes 1.9.3 → 1.9.4
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 +2 -2
- package/index.js +9 -9
- package/package.json +1 -1
- package/themes/night-owl.json +6 -3
package/README.md
CHANGED
|
@@ -66,9 +66,9 @@ 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/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 7.60 kB |
|
|
69
|
-
| Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/
|
|
69
|
+
| Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/52fdf71e889ea40fb356f6d3af1f6956dba8b383/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE) | 28.05 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/
|
|
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 |
|
|
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/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-red/themes/Red-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.02 kB |
|
package/index.js
CHANGED
|
@@ -399,15 +399,15 @@ export const themes = [
|
|
|
399
399
|
type: 'dark',
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
|
-
byteSize:
|
|
402
|
+
byteSize: 28727,
|
|
403
403
|
displayName: 'Night Owl',
|
|
404
|
-
hash: '
|
|
405
|
-
lastUpdate: '
|
|
404
|
+
hash: '0wm3DEqiC2',
|
|
405
|
+
lastUpdate: '2024-12-08T16:44:43Z',
|
|
406
406
|
license: 'MIT',
|
|
407
407
|
licenseUrl: 'https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE',
|
|
408
408
|
name: 'night-owl',
|
|
409
|
-
sha: '
|
|
410
|
-
source: 'https://github.com/sdras/night-owl-vscode-theme/blob/
|
|
409
|
+
sha: '52fdf71e889ea40fb356f6d3af1f6956dba8b383',
|
|
410
|
+
source: 'https://github.com/sdras/night-owl-vscode-theme/blob/52fdf71e889ea40fb356f6d3af1f6956dba8b383/themes/Night%20Owl-color-theme.json',
|
|
411
411
|
type: 'dark',
|
|
412
412
|
},
|
|
413
413
|
{
|
|
@@ -425,13 +425,13 @@ export const themes = [
|
|
|
425
425
|
{
|
|
426
426
|
byteSize: 33682,
|
|
427
427
|
displayName: 'One Dark Pro',
|
|
428
|
-
hash: '
|
|
429
|
-
lastUpdate: '2024-
|
|
428
|
+
hash: 'jXsgc6jsja',
|
|
429
|
+
lastUpdate: '2024-12-03T06:24:18Z',
|
|
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: '
|
|
434
|
-
source: 'https://github.com/Binaryify/OneDark-Pro/blob/
|
|
433
|
+
sha: '469431cd7a848dc8f8e40bee2ae547a9abd631e0',
|
|
434
|
+
source: 'https://github.com/Binaryify/OneDark-Pro/blob/469431cd7a848dc8f8e40bee2ae547a9abd631e0/themes/OneDark-Pro.json',
|
|
435
435
|
type: 'dark',
|
|
436
436
|
},
|
|
437
437
|
{
|
package/package.json
CHANGED
package/themes/night-owl.json
CHANGED
|
@@ -40,8 +40,6 @@
|
|
|
40
40
|
"editor.selectionHighlightBackground": "#5f7e9779",
|
|
41
41
|
"editor.wordHighlightBackground": "#f6bbe533",
|
|
42
42
|
"editor.wordHighlightStrongBackground": "#e2a2f433",
|
|
43
|
-
"editorBracketMatch.background": "#5f7e974d",
|
|
44
|
-
"editorBracketMatch.border": null,
|
|
45
43
|
"editorCodeLens.foreground": "#5e82ceb4",
|
|
46
44
|
"editorCursor.foreground": "#80a4c2",
|
|
47
45
|
"editorError.border": null,
|
|
@@ -60,6 +58,8 @@
|
|
|
60
58
|
"editorHoverWidget.border": "#5f7e97",
|
|
61
59
|
"editorIndentGuide.activeBackground": "#7E97AC",
|
|
62
60
|
"editorIndentGuide.background": "#5e81ce52",
|
|
61
|
+
"editorInlayHint.background": "#0000",
|
|
62
|
+
"editorInlayHint.foreground": "#829D9D",
|
|
63
63
|
"editorLineNumber.activeForeground": "#C5E4FD",
|
|
64
64
|
"editorLineNumber.foreground": "#4b6479",
|
|
65
65
|
"editorLink.activeForeground": null,
|
|
@@ -246,7 +246,10 @@
|
|
|
246
246
|
}
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
"scope":
|
|
249
|
+
"scope": [
|
|
250
|
+
"comment",
|
|
251
|
+
"punctuation.definition.comment"
|
|
252
|
+
],
|
|
250
253
|
"settings": {
|
|
251
254
|
"fontStyle": "italic",
|
|
252
255
|
"foreground": "#637777"
|