tm-themes 1.0.1 → 1.0.3
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 +27 -0
- package/README.md +24 -20
- package/index.js +60 -20
- package/package.json +1 -1
- package/themes/catppuccin-frappe.json +1985 -0
- package/themes/catppuccin-latte.json +1985 -0
- package/themes/catppuccin-macchiato.json +1985 -0
- package/themes/catppuccin-mocha.json +1985 -0
- package/themes/dark-plus.json +0 -14
- package/themes/dracula-soft.json +0 -74
- package/themes/dracula.json +0 -74
- package/themes/light-plus.json +0 -15
- package/themes/material-theme-darker.json +0 -82
- package/themes/material-theme-lighter.json +0 -82
- package/themes/material-theme-ocean.json +0 -82
- package/themes/material-theme-palenight.json +0 -82
- package/themes/material-theme.json +0 -82
- package/themes/min-dark.json +0 -4
- package/themes/min-light.json +0 -3
- package/themes/monokai.json +0 -43
- package/themes/nord.json +0 -137
- package/themes/one-dark-pro.json +0 -255
- package/themes/poimandres.json +0 -2
- package/themes/red.json +0 -36
- package/themes/slack-dark.json +0 -13
- package/themes/slack-ochin.json +0 -34
- package/themes/solarized-dark.json +0 -38
- package/themes/solarized-light.json +0 -38
package/NOTICE
CHANGED
|
@@ -11,6 +11,33 @@ forth below.
|
|
|
11
11
|
|
|
12
12
|
The following files/folders contain third party software:
|
|
13
13
|
|
|
14
|
+
=========================================================================================================
|
|
15
|
+
Files: catppuccin-frappe.json, catppuccin-latte.json, catppuccin-macchiato.json, catppuccin-mocha.json
|
|
16
|
+
License: https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE
|
|
17
|
+
SPDX: MIT
|
|
18
|
+
---------------------------------------------------------------------------------------------------------
|
|
19
|
+
MIT License
|
|
20
|
+
|
|
21
|
+
Copyright (c) 2021 Catppuccin
|
|
22
|
+
|
|
23
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
24
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
25
|
+
in the Software without restriction, including without limitation the rights
|
|
26
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
27
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28
|
+
furnished to do so, subject to the following conditions:
|
|
29
|
+
|
|
30
|
+
The above copyright notice and this permission notice shall be included in all
|
|
31
|
+
copies or substantial portions of the Software.
|
|
32
|
+
|
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
34
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
35
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
37
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
38
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
39
|
+
SOFTWARE.
|
|
40
|
+
|
|
14
41
|
=========================================================================================================
|
|
15
42
|
Files: dark-plus.json, light-plus.json, monokai.json, red.json, solarized-dark.json, solarized-light.json
|
|
16
43
|
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
|
package/README.md
CHANGED
|
@@ -23,37 +23,41 @@ import { themes } from 'tm-themes'
|
|
|
23
23
|
| Name | ID | Source | License | File Size |
|
|
24
24
|
| ---- | -- | ------ | ------- | --------- |
|
|
25
25
|
| 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 |
|
|
26
|
-
| 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) |
|
|
27
|
-
| Material Theme Lighter | `material-theme-lighter` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) |
|
|
28
|
-
| Min Light | `min-light` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-light.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.
|
|
26
|
+
| 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 |
|
|
27
|
+
| Material Theme Lighter | `material-theme-lighter` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.15 kB |
|
|
28
|
+
| Min Light | `min-light` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-light.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.75 kB |
|
|
29
29
|
| Rosé Pine Dawn | `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.91 kB |
|
|
30
|
-
| Slack Ochin | `slack-ochin` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 9.
|
|
31
|
-
| Solarized Light | `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) |
|
|
30
|
+
| Slack Ochin | `slack-ochin` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 9.15 kB |
|
|
31
|
+
| Solarized Light | `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.23 kB |
|
|
32
32
|
| Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 12.94 kB |
|
|
33
33
|
|
|
34
34
|
## Dark Themes
|
|
35
35
|
|
|
36
36
|
| Name | ID | Source | License | File Size |
|
|
37
37
|
| ---- | -- | ------ | ------- | --------- |
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
38
|
+
| Catppuccin Frappe | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/frappe.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.19 kB |
|
|
39
|
+
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/latte.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.19 kB |
|
|
40
|
+
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/macchiato.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.20 kB |
|
|
41
|
+
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/mocha.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.19 kB |
|
|
42
|
+
| 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 |
|
|
43
|
+
| 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 |
|
|
44
|
+
| 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 |
|
|
41
45
|
| GitHub Dark | `github-dark` | [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) | 11.08 kB |
|
|
42
46
|
| GitHub Dark Dimmed | `github-dark-dimmed` | [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) | 14.00 kB |
|
|
43
|
-
| Material Theme | `material-theme` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) |
|
|
44
|
-
| Material Theme Darker | `material-theme-darker` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) |
|
|
45
|
-
| Material Theme Ocean | `material-theme-ocean` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) |
|
|
46
|
-
| Material Theme Palenight | `material-theme-palenight` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) |
|
|
47
|
-
| Min Dark | `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.
|
|
48
|
-
| 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) |
|
|
49
|
-
| 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) |
|
|
50
|
-
| One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/2cb4ae735fc0482e0486b52cd873128eb5249900/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) |
|
|
51
|
-
| Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | | 32.
|
|
52
|
-
| 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.
|
|
47
|
+
| Material Theme | `material-theme` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.13 kB |
|
|
48
|
+
| Material Theme Darker | `material-theme-darker` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
|
|
49
|
+
| Material Theme Ocean | `material-theme-ocean` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
|
|
50
|
+
| Material Theme Palenight | `material-theme-palenight` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.15 kB |
|
|
51
|
+
| Min Dark | `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.08 kB |
|
|
52
|
+
| 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 |
|
|
53
|
+
| 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 |
|
|
54
|
+
| One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/2cb4ae735fc0482e0486b52cd873128eb5249900/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.49 kB |
|
|
55
|
+
| Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | | 32.65 kB |
|
|
56
|
+
| 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 |
|
|
53
57
|
| 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 |
|
|
54
58
|
| Rosé Pine Moon | `rose-pine-moon` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-moon-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.91 kB |
|
|
55
|
-
| 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) |
|
|
56
|
-
| 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) |
|
|
59
|
+
| 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 |
|
|
60
|
+
| 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 |
|
|
57
61
|
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/a07840fbd20b38ce2298de29975316b9fdc9c887/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.00 kB |
|
|
58
62
|
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
|
|
59
63
|
<!--list-end-->
|
package/index.js
CHANGED
|
@@ -1,6 +1,46 @@
|
|
|
1
1
|
export const themes = [
|
|
2
2
|
{
|
|
3
|
-
byteSize:
|
|
3
|
+
byteSize: 43204,
|
|
4
|
+
displayName: 'Catppuccin Frappe',
|
|
5
|
+
license: 'MIT',
|
|
6
|
+
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
7
|
+
name: 'catppuccin-frappe',
|
|
8
|
+
sha: 'a97886a1c95198f042d0d0010145260338e81b24',
|
|
9
|
+
source: 'https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/frappe.json',
|
|
10
|
+
type: 'dark',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
byteSize: 43202,
|
|
14
|
+
displayName: 'Catppuccin Latte',
|
|
15
|
+
license: 'MIT',
|
|
16
|
+
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
17
|
+
name: 'catppuccin-latte',
|
|
18
|
+
sha: 'a97886a1c95198f042d0d0010145260338e81b24',
|
|
19
|
+
source: 'https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/latte.json',
|
|
20
|
+
type: 'dark',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
byteSize: 43210,
|
|
24
|
+
displayName: 'Catppuccin Macchiato',
|
|
25
|
+
license: 'MIT',
|
|
26
|
+
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
27
|
+
name: 'catppuccin-macchiato',
|
|
28
|
+
sha: 'a97886a1c95198f042d0d0010145260338e81b24',
|
|
29
|
+
source: 'https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/macchiato.json',
|
|
30
|
+
type: 'dark',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
byteSize: 43202,
|
|
34
|
+
displayName: 'Catppuccin Mocha',
|
|
35
|
+
license: 'MIT',
|
|
36
|
+
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
37
|
+
name: 'catppuccin-mocha',
|
|
38
|
+
sha: 'a97886a1c95198f042d0d0010145260338e81b24',
|
|
39
|
+
source: 'https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/mocha.json',
|
|
40
|
+
type: 'dark',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
byteSize: 8843,
|
|
4
44
|
displayName: 'Dark Plus',
|
|
5
45
|
license: 'MIT',
|
|
6
46
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -10,7 +50,7 @@ export const themes = [
|
|
|
10
50
|
type: 'dark',
|
|
11
51
|
},
|
|
12
52
|
{
|
|
13
|
-
byteSize:
|
|
53
|
+
byteSize: 21000,
|
|
14
54
|
displayName: 'Dracula',
|
|
15
55
|
license: 'MIT',
|
|
16
56
|
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE',
|
|
@@ -20,7 +60,7 @@ export const themes = [
|
|
|
20
60
|
type: 'dark',
|
|
21
61
|
},
|
|
22
62
|
{
|
|
23
|
-
byteSize:
|
|
63
|
+
byteSize: 21010,
|
|
24
64
|
displayName: 'Dracula Soft',
|
|
25
65
|
license: 'MIT',
|
|
26
66
|
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE',
|
|
@@ -60,7 +100,7 @@ export const themes = [
|
|
|
60
100
|
type: 'light',
|
|
61
101
|
},
|
|
62
102
|
{
|
|
63
|
-
byteSize:
|
|
103
|
+
byteSize: 9698,
|
|
64
104
|
displayName: 'Light Plus',
|
|
65
105
|
license: 'MIT',
|
|
66
106
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -70,7 +110,7 @@ export const themes = [
|
|
|
70
110
|
type: 'light',
|
|
71
111
|
},
|
|
72
112
|
{
|
|
73
|
-
byteSize:
|
|
113
|
+
byteSize: 18563,
|
|
74
114
|
displayName: 'Material Theme',
|
|
75
115
|
license: 'Apache-2.0',
|
|
76
116
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
@@ -80,7 +120,7 @@ export const themes = [
|
|
|
80
120
|
type: 'dark',
|
|
81
121
|
},
|
|
82
122
|
{
|
|
83
|
-
byteSize:
|
|
123
|
+
byteSize: 18577,
|
|
84
124
|
displayName: 'Material Theme Darker',
|
|
85
125
|
license: 'Apache-2.0',
|
|
86
126
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
@@ -90,7 +130,7 @@ export const themes = [
|
|
|
90
130
|
type: 'dark',
|
|
91
131
|
},
|
|
92
132
|
{
|
|
93
|
-
byteSize:
|
|
133
|
+
byteSize: 18582,
|
|
94
134
|
displayName: 'Material Theme Lighter',
|
|
95
135
|
license: 'Apache-2.0',
|
|
96
136
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
@@ -100,7 +140,7 @@ export const themes = [
|
|
|
100
140
|
type: 'light',
|
|
101
141
|
},
|
|
102
142
|
{
|
|
103
|
-
byteSize:
|
|
143
|
+
byteSize: 18577,
|
|
104
144
|
displayName: 'Material Theme Ocean',
|
|
105
145
|
license: 'Apache-2.0',
|
|
106
146
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
@@ -110,7 +150,7 @@ export const themes = [
|
|
|
110
150
|
type: 'dark',
|
|
111
151
|
},
|
|
112
152
|
{
|
|
113
|
-
byteSize:
|
|
153
|
+
byteSize: 18583,
|
|
114
154
|
displayName: 'Material Theme Palenight',
|
|
115
155
|
license: 'Apache-2.0',
|
|
116
156
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
@@ -120,7 +160,7 @@ export const themes = [
|
|
|
120
160
|
type: 'dark',
|
|
121
161
|
},
|
|
122
162
|
{
|
|
123
|
-
byteSize:
|
|
163
|
+
byteSize: 6231,
|
|
124
164
|
displayName: 'Min Dark',
|
|
125
165
|
license: 'MIT',
|
|
126
166
|
licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
|
|
@@ -130,7 +170,7 @@ export const themes = [
|
|
|
130
170
|
type: 'dark',
|
|
131
171
|
},
|
|
132
172
|
{
|
|
133
|
-
byteSize:
|
|
173
|
+
byteSize: 6909,
|
|
134
174
|
displayName: 'Min Light',
|
|
135
175
|
license: 'MIT',
|
|
136
176
|
licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
|
|
@@ -140,7 +180,7 @@ export const themes = [
|
|
|
140
180
|
type: 'light',
|
|
141
181
|
},
|
|
142
182
|
{
|
|
143
|
-
byteSize:
|
|
183
|
+
byteSize: 7783,
|
|
144
184
|
displayName: 'Monokai',
|
|
145
185
|
license: 'MIT',
|
|
146
186
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -150,7 +190,7 @@ export const themes = [
|
|
|
150
190
|
type: 'dark',
|
|
151
191
|
},
|
|
152
192
|
{
|
|
153
|
-
byteSize:
|
|
193
|
+
byteSize: 26663,
|
|
154
194
|
displayName: 'Nord',
|
|
155
195
|
license: 'MIT',
|
|
156
196
|
licenseUrl: 'https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license',
|
|
@@ -160,7 +200,7 @@ export const themes = [
|
|
|
160
200
|
type: 'dark',
|
|
161
201
|
},
|
|
162
202
|
{
|
|
163
|
-
byteSize:
|
|
203
|
+
byteSize: 33267,
|
|
164
204
|
displayName: 'One Dark Pro',
|
|
165
205
|
license: 'MIT',
|
|
166
206
|
licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
|
|
@@ -170,7 +210,7 @@ export const themes = [
|
|
|
170
210
|
type: 'dark',
|
|
171
211
|
},
|
|
172
212
|
{
|
|
173
|
-
byteSize:
|
|
213
|
+
byteSize: 33434,
|
|
174
214
|
displayName: 'Poimandres',
|
|
175
215
|
name: 'poimandres',
|
|
176
216
|
sha: '574213aba50e3a46a95fa86a69025a0fae046a8a',
|
|
@@ -178,7 +218,7 @@ export const themes = [
|
|
|
178
218
|
type: 'dark',
|
|
179
219
|
},
|
|
180
220
|
{
|
|
181
|
-
byteSize:
|
|
221
|
+
byteSize: 6161,
|
|
182
222
|
displayName: 'Red',
|
|
183
223
|
license: 'MIT',
|
|
184
224
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -218,7 +258,7 @@ export const themes = [
|
|
|
218
258
|
type: 'dark',
|
|
219
259
|
},
|
|
220
260
|
{
|
|
221
|
-
byteSize:
|
|
261
|
+
byteSize: 9057,
|
|
222
262
|
displayName: 'Slack Dark',
|
|
223
263
|
license: 'MIT',
|
|
224
264
|
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
@@ -228,7 +268,7 @@ export const themes = [
|
|
|
228
268
|
type: 'dark',
|
|
229
269
|
},
|
|
230
270
|
{
|
|
231
|
-
byteSize:
|
|
271
|
+
byteSize: 9371,
|
|
232
272
|
displayName: 'Slack Ochin',
|
|
233
273
|
license: 'MIT',
|
|
234
274
|
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
@@ -238,7 +278,7 @@ export const themes = [
|
|
|
238
278
|
type: 'light',
|
|
239
279
|
},
|
|
240
280
|
{
|
|
241
|
-
byteSize:
|
|
281
|
+
byteSize: 6745,
|
|
242
282
|
displayName: 'Solarized Dark',
|
|
243
283
|
license: 'MIT',
|
|
244
284
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -248,7 +288,7 @@ export const themes = [
|
|
|
248
288
|
type: 'dark',
|
|
249
289
|
},
|
|
250
290
|
{
|
|
251
|
-
byteSize:
|
|
291
|
+
byteSize: 6379,
|
|
252
292
|
displayName: 'Solarized Light',
|
|
253
293
|
license: 'MIT',
|
|
254
294
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|