tm-themes 1.3.0 → 1.3.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/README.md +6 -6
- package/index.js +20 -20
- package/package.json +1 -1
- package/themes/andromeeda.json +1 -0
- package/themes/one-dark-pro.json +6 -3
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ import { themes } from 'tm-themes'
|
|
|
22
22
|
|
|
23
23
|
| Name | ID | Source | License | File Size |
|
|
24
24
|
| ---- | -- | ------ | ------- | --------- |
|
|
25
|
-
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
25
|
+
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/d7b96ccac36fd29929bd97bc9357413cc4e0240c/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.51 kB |
|
|
26
26
|
| GitHub Light | `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 10.86 kB |
|
|
27
27
|
| GitHub Light Default | `github-light-default` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 13.73 kB |
|
|
28
28
|
| Light Plus | `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 9.47 kB |
|
|
@@ -37,12 +37,12 @@ import { themes } from 'tm-themes'
|
|
|
37
37
|
|
|
38
38
|
| Name | ID | Source | License | File Size |
|
|
39
39
|
| ---- | -- | ------ | ------- | --------- |
|
|
40
|
-
| Andromeeda | `andromeeda` | [EliverLara/Andromeda](https://github.com/EliverLara/Andromeda/blob/
|
|
40
|
+
| Andromeeda | `andromeeda` | [EliverLara/Andromeda](https://github.com/EliverLara/Andromeda/blob/94008ecde515dd2306e51d60fbb965bca2a516ad/themes/Andromeda-color-theme.json) | [MIT](https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md) | 8.59 kB |
|
|
41
41
|
| Aurora X | `aurora-x` | [marqu3ss/Aurora-X](https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json) | | 13.28 kB |
|
|
42
42
|
| Ayu Dark | `ayu-dark` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/798bc07c1ac7faccab57081042ba9a16621cdde4/ayu-dark.json) | [MIT](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | 14.54 kB |
|
|
43
|
-
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
44
|
-
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
45
|
-
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
43
|
+
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/d7b96ccac36fd29929bd97bc9357413cc4e0240c/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.51 kB |
|
|
44
|
+
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/d7b96ccac36fd29929bd97bc9357413cc4e0240c/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.52 kB |
|
|
45
|
+
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/d7b96ccac36fd29929bd97bc9357413cc4e0240c/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.51 kB |
|
|
46
46
|
| Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 8.64 kB |
|
|
47
47
|
| Dracula | `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/master/LICENSE) | 20.51 kB |
|
|
48
48
|
| Dracula 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/master/LICENSE) | 20.52 kB |
|
|
@@ -58,7 +58,7 @@ import { themes } from 'tm-themes'
|
|
|
58
58
|
| 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 |
|
|
59
59
|
| Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/33ef8e835fde5df592dddeec63bc0c80d073bc24/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE) | 28.02 kB |
|
|
60
60
|
| 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 |
|
|
61
|
-
| One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/
|
|
61
|
+
| One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/37492751be5cb02bed4c3bf4f1938f075bc6ce6b/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.54 kB |
|
|
62
62
|
| 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 |
|
|
63
63
|
| 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 |
|
|
64
64
|
| Rosé Pine | `rose-pine` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.90 kB |
|
package/index.js
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
export const themes = [
|
|
7
7
|
{
|
|
8
|
-
byteSize:
|
|
8
|
+
byteSize: 8801,
|
|
9
9
|
displayName: 'Andromeeda',
|
|
10
|
-
lastUpdate: '
|
|
10
|
+
lastUpdate: '2024-03-13T01:26:57Z',
|
|
11
11
|
license: 'MIT',
|
|
12
12
|
licenseUrl: 'https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md',
|
|
13
13
|
name: 'andromeeda',
|
|
14
|
-
sha: '
|
|
15
|
-
source: 'https://github.com/EliverLara/Andromeda/blob/
|
|
14
|
+
sha: '94008ecde515dd2306e51d60fbb965bca2a516ad',
|
|
15
|
+
source: 'https://github.com/EliverLara/Andromeda/blob/94008ecde515dd2306e51d60fbb965bca2a516ad/themes/Andromeda-color-theme.json',
|
|
16
16
|
type: 'dark',
|
|
17
17
|
},
|
|
18
18
|
{
|
|
@@ -38,45 +38,45 @@ export const themes = [
|
|
|
38
38
|
{
|
|
39
39
|
byteSize: 44557,
|
|
40
40
|
displayName: 'Catppuccin Frappé',
|
|
41
|
-
lastUpdate: '2024-03-
|
|
41
|
+
lastUpdate: '2024-03-15T23:19:41Z',
|
|
42
42
|
license: 'MIT',
|
|
43
43
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
44
44
|
name: 'catppuccin-frappe',
|
|
45
|
-
sha: '
|
|
46
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
45
|
+
sha: 'd7b96ccac36fd29929bd97bc9357413cc4e0240c',
|
|
46
|
+
source: 'https://github.com/catppuccin/vscode/blob/d7b96ccac36fd29929bd97bc9357413cc4e0240c/packages/catppuccin-vsc/package.json',
|
|
47
47
|
type: 'dark',
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
byteSize: 44555,
|
|
51
51
|
displayName: 'Catppuccin Latte',
|
|
52
|
-
lastUpdate: '2024-03-
|
|
52
|
+
lastUpdate: '2024-03-15T23:19:41Z',
|
|
53
53
|
license: 'MIT',
|
|
54
54
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
55
55
|
name: 'catppuccin-latte',
|
|
56
|
-
sha: '
|
|
57
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
56
|
+
sha: 'd7b96ccac36fd29929bd97bc9357413cc4e0240c',
|
|
57
|
+
source: 'https://github.com/catppuccin/vscode/blob/d7b96ccac36fd29929bd97bc9357413cc4e0240c/packages/catppuccin-vsc/package.json',
|
|
58
58
|
type: 'light',
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
byteSize: 44562,
|
|
62
62
|
displayName: 'Catppuccin Macchiato',
|
|
63
|
-
lastUpdate: '2024-03-
|
|
63
|
+
lastUpdate: '2024-03-15T23:19:41Z',
|
|
64
64
|
license: 'MIT',
|
|
65
65
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
66
66
|
name: 'catppuccin-macchiato',
|
|
67
|
-
sha: '
|
|
68
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
67
|
+
sha: 'd7b96ccac36fd29929bd97bc9357413cc4e0240c',
|
|
68
|
+
source: 'https://github.com/catppuccin/vscode/blob/d7b96ccac36fd29929bd97bc9357413cc4e0240c/packages/catppuccin-vsc/package.json',
|
|
69
69
|
type: 'dark',
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
byteSize: 44554,
|
|
73
73
|
displayName: 'Catppuccin Mocha',
|
|
74
|
-
lastUpdate: '2024-03-
|
|
74
|
+
lastUpdate: '2024-03-15T23:19:41Z',
|
|
75
75
|
license: 'MIT',
|
|
76
76
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
77
77
|
name: 'catppuccin-mocha',
|
|
78
|
-
sha: '
|
|
79
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
78
|
+
sha: 'd7b96ccac36fd29929bd97bc9357413cc4e0240c',
|
|
79
|
+
source: 'https://github.com/catppuccin/vscode/blob/d7b96ccac36fd29929bd97bc9357413cc4e0240c/packages/catppuccin-vsc/package.json',
|
|
80
80
|
type: 'dark',
|
|
81
81
|
},
|
|
82
82
|
{
|
|
@@ -300,14 +300,14 @@ export const themes = [
|
|
|
300
300
|
type: 'dark',
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
|
-
byteSize:
|
|
303
|
+
byteSize: 33321,
|
|
304
304
|
displayName: 'One Dark Pro',
|
|
305
|
-
lastUpdate: '
|
|
305
|
+
lastUpdate: '2024-03-13T03:10:53Z',
|
|
306
306
|
license: 'MIT',
|
|
307
307
|
licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
|
|
308
308
|
name: 'one-dark-pro',
|
|
309
|
-
sha: '
|
|
310
|
-
source: 'https://github.com/Binaryify/OneDark-Pro/blob/
|
|
309
|
+
sha: '37492751be5cb02bed4c3bf4f1938f075bc6ce6b',
|
|
310
|
+
source: 'https://github.com/Binaryify/OneDark-Pro/blob/37492751be5cb02bed4c3bf4f1938f075bc6ce6b/themes/OneDark-Pro.json',
|
|
311
311
|
type: 'dark',
|
|
312
312
|
},
|
|
313
313
|
{
|
package/package.json
CHANGED
package/themes/andromeeda.json
CHANGED
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"statusBarItem.prominentBackground": "#07d4b5b0",
|
|
124
124
|
"statusBarItem.prominentHoverBackground": "#00e8c5cc",
|
|
125
125
|
"tab.activeBackground": "#23262e",
|
|
126
|
+
"tab.activeBorder": "#00e8c6",
|
|
126
127
|
"tab.activeForeground": "#00e8c6",
|
|
127
128
|
"tab.inactiveBackground": "#23262E",
|
|
128
129
|
"tab.inactiveForeground": "#746f77",
|
package/themes/one-dark-pro.json
CHANGED
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"dropdown.background": "#21252b",
|
|
16
16
|
"dropdown.border": "#21252b",
|
|
17
17
|
"editor.background": "#282c34",
|
|
18
|
-
"editor.findMatchBackground": "#
|
|
19
|
-
"editor.findMatchBorder": "#
|
|
20
|
-
"editor.findMatchHighlightBackground": "#
|
|
18
|
+
"editor.findMatchBackground": "#d19a6644",
|
|
19
|
+
"editor.findMatchBorder": "#ffffff5a",
|
|
20
|
+
"editor.findMatchHighlightBackground": "#ffffff22",
|
|
21
21
|
"editor.foreground": "#abb2bf",
|
|
22
22
|
"editor.lineHighlightBackground": "#2c313c",
|
|
23
23
|
"editor.selectionBackground": "#67769660",
|
|
@@ -155,6 +155,9 @@
|
|
|
155
155
|
"macro": {
|
|
156
156
|
"foreground": "#d19a66"
|
|
157
157
|
},
|
|
158
|
+
"memberOperatorOverload": {
|
|
159
|
+
"foreground": "#c678dd"
|
|
160
|
+
},
|
|
158
161
|
"parameter.label:dart": {
|
|
159
162
|
"foreground": "#abb2bf"
|
|
160
163
|
},
|