tm-themes 1.9.10 → 1.9.11

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
@@ -77,7 +77,7 @@ import { themes } from 'tm-themes'
77
77
  | 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 |
78
78
  | Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.63 kB |
79
79
  | 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 |
80
- | Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/2b58daf1eca96d290a2daf89bbc822c08094575b/themes/tokyo-night-color-theme.json) | [MIT](https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt) | 33.84 kB |
80
+ | Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/ea732f04b830cc89239db7a6029222d8a1fd6335/themes/tokyo-night-color-theme.json) | [MIT](https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt) | 34.26 kB |
81
81
  | 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 |
82
82
  | Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md) | 13.30 kB |
83
83
  | Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md) | 13.38 kB |
package/index.js CHANGED
@@ -591,15 +591,15 @@ export const themes = [
591
591
  type: 'dark',
592
592
  },
593
593
  {
594
- byteSize: 34651,
594
+ byteSize: 35080,
595
595
  displayName: 'Tokyo Night',
596
- hash: 'uUvPARhxwv',
597
- lastUpdate: '2025-01-31T18:37:50Z',
596
+ hash: 'kS9EkLMXGN',
597
+ lastUpdate: '2025-02-04T19:59:01Z',
598
598
  license: 'MIT',
599
599
  licenseUrl: 'https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt',
600
600
  name: 'tokyo-night',
601
- sha: '2b58daf1eca96d290a2daf89bbc822c08094575b',
602
- source: 'https://github.com/enkia/tokyo-night-vscode-theme/blob/2b58daf1eca96d290a2daf89bbc822c08094575b/themes/tokyo-night-color-theme.json',
601
+ sha: 'ea732f04b830cc89239db7a6029222d8a1fd6335',
602
+ source: 'https://github.com/enkia/tokyo-night-vscode-theme/blob/ea732f04b830cc89239db7a6029222d8a1fd6335/themes/tokyo-night-color-theme.json',
603
603
  type: 'dark',
604
604
  },
605
605
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.9.10",
4
+ "version": "1.9.11",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -27,6 +27,11 @@
27
27
  "charts.purple": "#9d7cd8",
28
28
  "charts.red": "#f7768e",
29
29
  "charts.yellow": "#e0af68",
30
+ "chat.avatarBackground": "#3d59a1",
31
+ "chat.avatarForeground": "#a9b1d6",
32
+ "chat.requestBorder": "#0f0f14",
33
+ "chat.slashCommandBackground": "#14141b",
34
+ "chat.slashCommandForeground": "#7aa2f7",
30
35
  "debugConsole.errorForeground": "#bb616b",
31
36
  "debugConsole.infoForeground": "#787c99",
32
37
  "debugConsole.sourceForeground": "#787c99",
@@ -58,6 +63,7 @@
58
63
  "diffEditorGutter.removedLineBackground": "#db4b4b22",
59
64
  "diffEditorOverview.insertedForeground": "#41a6b525",
60
65
  "diffEditorOverview.removedForeground": "#db4b4b22",
66
+ "disabledForeground": "#545c7e",
61
67
  "dropdown.background": "#14141b",
62
68
  "dropdown.foreground": "#787c99",
63
69
  "dropdown.listBackground": "#14141b",
@@ -111,6 +117,7 @@
111
117
  "editorIndentGuide.activeBackground1": "#363b54",
112
118
  "editorIndentGuide.background1": "#232433",
113
119
  "editorInfo.foreground": "#0da0ba",
120
+ "editorInlayHint.foreground": "#646e9c",
114
121
  "editorLightBulb.foreground": "#e0af68",
115
122
  "editorLightBulbAutoFix.foreground": "#e0af68",
116
123
  "editorLineNumber.activeForeground": "#787c99",
@@ -139,6 +146,7 @@
139
146
  "editorWarning.foreground": "#e0af68",
140
147
  "editorWhitespace.foreground": "#363b54",
141
148
  "editorWidget.background": "#16161e",
149
+ "editorWidget.border": "#101014",
142
150
  "editorWidget.foreground": "#787c99",
143
151
  "editorWidget.resizeBorder": "#545c7e33",
144
152
  "errorForeground": "#515670",
@@ -163,6 +171,10 @@
163
171
  "gitlens.gutterUncommittedForegroundColor": "#7aa2f7",
164
172
  "gitlens.trailingLineForegroundColor": "#646e9c",
165
173
  "icon.foreground": "#787c99",
174
+ "inlineChat.foreground": "#a9b1d6",
175
+ "inlineChatDiff.inserted": "#41a6b540",
176
+ "inlineChatDiff.removed": "#db4b4b42",
177
+ "inlineChatInput.background": "#14141b",
166
178
  "input.background": "#14141b",
167
179
  "input.border": "#0f0f14",
168
180
  "input.foreground": "#a9b1d6",