tm-themes 1.10.9 → 1.10.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 +1 -1
- package/index.js +5 -5
- package/package.json +1 -1
- package/themes/dark-plus.json +2 -2
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ import { themes } from 'tm-themes'
|
|
|
51
51
|
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/44894f62eb04bbc6321342c78ae493b5982bf843/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [GitHub Sponsors: **@catppuccin**](https://github.com/sponsors/catppuccin) [Open Collective: **catppuccin**](https://opencollective.com/catppuccin) | 46.16 kB |
|
|
52
52
|
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/44894f62eb04bbc6321342c78ae493b5982bf843/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [GitHub Sponsors: **@catppuccin**](https://github.com/sponsors/catppuccin) [Open Collective: **catppuccin**](https://opencollective.com/catppuccin) | 46.17 kB |
|
|
53
53
|
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/44894f62eb04bbc6321342c78ae493b5982bf843/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [GitHub Sponsors: **@catppuccin**](https://github.com/sponsors/catppuccin) [Open Collective: **catppuccin**](https://opencollective.com/catppuccin) | 46.16 kB |
|
|
54
|
-
| Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
54
|
+
| Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/73947d8d87182e23c938433fa8ea4f3bf6ab6c25/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 8.83 kB |
|
|
55
55
|
| Dracula Theme | `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE) | | 20.51 kB |
|
|
56
56
|
| Dracula Theme Soft | `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE) | | 20.52 kB |
|
|
57
57
|
| Everforest Dark | `everforest-dark` | [sainnhe/everforest-vscode](https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-dark.json) | [MIT](https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE) | | 52.43 kB |
|
package/index.js
CHANGED
|
@@ -163,14 +163,14 @@ export const themes = [
|
|
|
163
163
|
displayName: 'Dark Plus',
|
|
164
164
|
funding: [
|
|
165
165
|
],
|
|
166
|
-
hash: '
|
|
167
|
-
lastUpdate: '
|
|
166
|
+
hash: 'lE29vUwzYwQJYnazfpjFazoB22Avh72i2qqqftFEgaQ',
|
|
167
|
+
lastUpdate: '2025-10-08T16:58:29Z',
|
|
168
168
|
license: 'MIT',
|
|
169
169
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
170
170
|
name: 'dark-plus',
|
|
171
|
-
sha: '
|
|
172
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
173
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/theme-defaults/themes/dark_plus.json?ref=
|
|
171
|
+
sha: '73947d8d87182e23c938433fa8ea4f3bf6ab6c25',
|
|
172
|
+
source: 'https://github.com/microsoft/vscode/blob/73947d8d87182e23c938433fa8ea4f3bf6ab6c25/extensions/theme-defaults/themes/dark_plus.json',
|
|
173
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/theme-defaults/themes/dark_plus.json?ref=73947d8d87182e23c938433fa8ea4f3bf6ab6c25',
|
|
174
174
|
type: 'dark',
|
|
175
175
|
},
|
|
176
176
|
{
|
package/package.json
CHANGED
package/themes/dark-plus.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"semanticHighlighting": true,
|
|
35
35
|
"semanticTokenColors": {
|
|
36
36
|
"customLiteral": "#DCDCAA",
|
|
37
|
-
"newOperator": "#
|
|
37
|
+
"newOperator": "#CE92A4",
|
|
38
38
|
"numberLiteral": "#b5cea8",
|
|
39
39
|
"stringLiteral": "#ce9178"
|
|
40
40
|
},
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
"entity.name.operator"
|
|
479
479
|
],
|
|
480
480
|
"settings": {
|
|
481
|
-
"foreground": "#
|
|
481
|
+
"foreground": "#CE92A4"
|
|
482
482
|
}
|
|
483
483
|
},
|
|
484
484
|
{
|