tm-themes 1.10.14 → 1.10.15
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 +6 -6
- package/package.json +1 -1
- package/themes/andromeeda.json +4 -2
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ import { themes } from 'tm-themes'
|
|
|
45
45
|
|
|
46
46
|
| Name | ID | Source | License | Sponsor | File Size |
|
|
47
47
|
| ---- | -- | ------ | ------- | ------- | --------- |
|
|
48
|
-
| Andromeeda | `andromeeda` | [EliverLara/Andromeda](https://github.com/EliverLara/Andromeda/blob/
|
|
48
|
+
| Andromeeda | `andromeeda` | [EliverLara/Andromeda](https://github.com/EliverLara/Andromeda/blob/5a7e7059b4e14f4623eb647464570df70992528a/themes/Andromeda-color-theme.json) | [MIT](https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md) | [GitHub Sponsors: **@EliverLara**](https://github.com/sponsors/EliverLara) [paypal.me](https://www.paypal.me/EliverLara/) | 8.75 kB |
|
|
49
49
|
| Aurora X | `aurora-x` | [marqu3ss/Aurora-X](https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json) | [GPL-3.0](https://raw.githubusercontent.com/marqu3ss/Aurora-X/master/LICENSE) | | 13.28 kB |
|
|
50
50
|
| Ayu Dark | `ayu-dark` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/716376562d9c698cb66166f77fd84836717f1258/ayu-dark.json) | [MIT](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | | 19.31 kB |
|
|
51
51
|
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/155479e33394c54eab2bcc40c2d8de9c17ab4599/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.09 kB |
|
package/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
export const themes = [
|
|
7
7
|
{
|
|
8
|
-
byteSize:
|
|
8
|
+
byteSize: 8955,
|
|
9
9
|
displayName: 'Andromeeda',
|
|
10
10
|
funding: [
|
|
11
11
|
{
|
|
@@ -18,14 +18,14 @@ export const themes = [
|
|
|
18
18
|
url: 'https://www.paypal.me/EliverLara/',
|
|
19
19
|
},
|
|
20
20
|
],
|
|
21
|
-
hash: '
|
|
22
|
-
lastUpdate: '2025-
|
|
21
|
+
hash: 'JNa5tmkFrwURbGnjeOcFLuVbi6SkXKY_fyrwqWgOUAY',
|
|
22
|
+
lastUpdate: '2025-10-18T01:22:22Z',
|
|
23
23
|
license: 'MIT',
|
|
24
24
|
licenseUrl: 'https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md',
|
|
25
25
|
name: 'andromeeda',
|
|
26
|
-
sha: '
|
|
27
|
-
source: 'https://github.com/EliverLara/Andromeda/blob/
|
|
28
|
-
sourceApi: 'https://api.github.com/repos/EliverLara/Andromeda/contents/themes/Andromeda-color-theme.json?ref=
|
|
26
|
+
sha: '5a7e7059b4e14f4623eb647464570df70992528a',
|
|
27
|
+
source: 'https://github.com/EliverLara/Andromeda/blob/5a7e7059b4e14f4623eb647464570df70992528a/themes/Andromeda-color-theme.json',
|
|
28
|
+
sourceApi: 'https://api.github.com/repos/EliverLara/Andromeda/contents/themes/Andromeda-color-theme.json?ref=5a7e7059b4e14f4623eb647464570df70992528a',
|
|
29
29
|
type: 'dark',
|
|
30
30
|
},
|
|
31
31
|
{
|
package/package.json
CHANGED
package/themes/andromeeda.json
CHANGED
|
@@ -175,7 +175,8 @@
|
|
|
175
175
|
"constant.name.attribute.tag.jade",
|
|
176
176
|
"punctuation.definition.metadata.markdown",
|
|
177
177
|
"punctuation.definition.string.end.markdown",
|
|
178
|
-
"punctuation.definition.string.begin.markdown"
|
|
178
|
+
"punctuation.definition.string.begin.markdown",
|
|
179
|
+
"string.unquoted.cmake"
|
|
179
180
|
],
|
|
180
181
|
"settings": {
|
|
181
182
|
"foreground": "#D5CED9"
|
|
@@ -270,7 +271,8 @@
|
|
|
270
271
|
"meta.link",
|
|
271
272
|
"meta.image",
|
|
272
273
|
"markup.italic",
|
|
273
|
-
"source.js support.type"
|
|
274
|
+
"source.js support.type",
|
|
275
|
+
"support.type"
|
|
274
276
|
],
|
|
275
277
|
"settings": {
|
|
276
278
|
"foreground": "#c74ded"
|