tm-themes 1.5.1 → 1.5.2
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/NOTICE +1 -1
- package/README.md +1 -1
- package/index.js +5 -5
- package/package.json +1 -1
- package/themes/tokyo-night.json +17 -4
package/NOTICE
CHANGED
|
@@ -703,7 +703,7 @@ SOFTWARE.
|
|
|
703
703
|
|
|
704
704
|
=========================================================================================================
|
|
705
705
|
Files: tokyo-night.json
|
|
706
|
-
License: https://raw.githubusercontent.com/
|
|
706
|
+
License: https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt
|
|
707
707
|
SPDX: MIT
|
|
708
708
|
---------------------------------------------------------------------------------------------------------
|
|
709
709
|
The MIT License (MIT)
|
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ import { themes } from 'tm-themes'
|
|
|
69
69
|
| Slack Dark | `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 8.84 kB |
|
|
70
70
|
| Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.59 kB |
|
|
71
71
|
| Synthwave '84 | `synthwave-84` | [robb0wen/synthwave-vscode](https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json) | [MIT](https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE) | 13.65 kB |
|
|
72
|
-
| Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/
|
|
72
|
+
| Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/7849fd3c21687e5861f83e3de6091164332de019/themes/tokyo-night-color-theme.json) | [MIT](https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt) | 33.50 kB |
|
|
73
73
|
| Vesper | `vesper` | [raunofreiberg/vesper](https://github.com/raunofreiberg/vesper/blob/ef652b41ec5303892b1172d90fa4184ae6399a04/themes/Vesper-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md) | 12.31 kB |
|
|
74
74
|
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
|
|
75
75
|
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.16 kB |
|
package/index.js
CHANGED
|
@@ -454,14 +454,14 @@ export const themes = [
|
|
|
454
454
|
type: 'dark',
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
|
-
byteSize:
|
|
457
|
+
byteSize: 34303,
|
|
458
458
|
displayName: 'Tokyo Night',
|
|
459
|
-
lastUpdate: '
|
|
459
|
+
lastUpdate: '2024-07-10T06:11:16Z',
|
|
460
460
|
license: 'MIT',
|
|
461
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
461
|
+
licenseUrl: 'https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt',
|
|
462
462
|
name: 'tokyo-night',
|
|
463
|
-
sha: '
|
|
464
|
-
source: 'https://github.com/enkia/tokyo-night-vscode-theme/blob/
|
|
463
|
+
sha: '7849fd3c21687e5861f83e3de6091164332de019',
|
|
464
|
+
source: 'https://github.com/enkia/tokyo-night-vscode-theme/blob/7849fd3c21687e5861f83e3de6091164332de019/themes/tokyo-night-color-theme.json',
|
|
465
465
|
type: 'dark',
|
|
466
466
|
},
|
|
467
467
|
{
|
package/package.json
CHANGED
package/themes/tokyo-night.json
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
"activityBar.inactiveForeground": "#3b3e52",
|
|
7
7
|
"activityBarBadge.background": "#3d59a1",
|
|
8
8
|
"activityBarBadge.foreground": "#fff",
|
|
9
|
+
"activityBarTop.foreground": "#787c99",
|
|
10
|
+
"activityBarTop.inactiveForeground": "#3b3e52",
|
|
9
11
|
"badge.background": "#7e83b230",
|
|
10
12
|
"badge.foreground": "#acb0d0",
|
|
11
13
|
"breadcrumb.activeSelectionForeground": "#a9b1d6",
|
|
@@ -51,6 +53,7 @@
|
|
|
51
53
|
"diffEditor.insertedTextBackground": "#41a6b520",
|
|
52
54
|
"diffEditor.removedLineBackground": "#db4b4b22",
|
|
53
55
|
"diffEditor.removedTextBackground": "#db4b4b22",
|
|
56
|
+
"diffEditor.unchangedCodeBackground": "#282a3b66",
|
|
54
57
|
"diffEditorGutter.insertedLineBackground": "#41a6b525",
|
|
55
58
|
"diffEditorGutter.removedLineBackground": "#db4b4b22",
|
|
56
59
|
"diffEditorOverview.insertedForeground": "#41a6b525",
|
|
@@ -105,8 +108,8 @@
|
|
|
105
108
|
"editorHint.foreground": "#0da0ba",
|
|
106
109
|
"editorHoverWidget.background": "#16161e",
|
|
107
110
|
"editorHoverWidget.border": "#101014",
|
|
108
|
-
"editorIndentGuide.
|
|
109
|
-
"editorIndentGuide.
|
|
111
|
+
"editorIndentGuide.activeBackground1": "#363b54",
|
|
112
|
+
"editorIndentGuide.background1": "#232433",
|
|
110
113
|
"editorInfo.foreground": "#0da0ba",
|
|
111
114
|
"editorLightBulb.foreground": "#e0af68",
|
|
112
115
|
"editorLightBulbAutoFix.foreground": "#e0af68",
|
|
@@ -216,6 +219,8 @@
|
|
|
216
219
|
"minimapGutter.addedBackground": "#1C5957",
|
|
217
220
|
"minimapGutter.deletedBackground": "#944449",
|
|
218
221
|
"minimapGutter.modifiedBackground": "#425882",
|
|
222
|
+
"multiDiffEditor.border": "#1a1b26",
|
|
223
|
+
"multiDiffEditor.headerBackground": "#1a1b26",
|
|
219
224
|
"notebook.cellBorderColor": "#101014",
|
|
220
225
|
"notebook.cellEditorBackground": "#16161e",
|
|
221
226
|
"notebook.cellStatusBarItemHoverBackground": "#1c1d29",
|
|
@@ -364,7 +369,11 @@
|
|
|
364
369
|
"meta.directive.vue entity.other.attribute-name.html",
|
|
365
370
|
"tag.decorator.js entity.name.tag.js",
|
|
366
371
|
"tag.decorator.js punctuation.definition.tag.js",
|
|
367
|
-
"storage.modifier"
|
|
372
|
+
"storage.modifier",
|
|
373
|
+
"string.quoted.docstring.multi",
|
|
374
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.begin",
|
|
375
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.end",
|
|
376
|
+
"string.quoted.docstring.multi.python constant.character.escape"
|
|
368
377
|
],
|
|
369
378
|
"settings": {
|
|
370
379
|
"fontStyle": "italic"
|
|
@@ -384,7 +393,11 @@
|
|
|
384
393
|
"comment",
|
|
385
394
|
"comment.block.documentation",
|
|
386
395
|
"punctuation.definition.comment",
|
|
387
|
-
"comment.block.documentation punctuation"
|
|
396
|
+
"comment.block.documentation punctuation",
|
|
397
|
+
"string.quoted.docstring.multi",
|
|
398
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.begin",
|
|
399
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.end",
|
|
400
|
+
"string.quoted.docstring.multi.python constant.character.escape"
|
|
388
401
|
],
|
|
389
402
|
"settings": {
|
|
390
403
|
"foreground": "#51597d"
|