tm-themes 1.10.16 → 1.11.1
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 +29 -2
- package/README.md +5 -1
- package/index.js +73 -8
- package/package.json +1 -1
- package/themes/ayu-dark.json +3 -1
- package/themes/ayu-light.json +938 -0
- package/themes/ayu-mirage.json +938 -0
- package/themes/horizon.json +419 -0
- package/themes/night-owl-light.json +1637 -0
- package/themes/one-light.json +1 -1
package/NOTICE
CHANGED
|
@@ -718,7 +718,7 @@ Public License instead of this License. But first, please read
|
|
|
718
718
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
719
719
|
|
|
720
720
|
=========================================================================================================
|
|
721
|
-
Files: ayu-dark.json
|
|
721
|
+
Files: ayu-dark.json, ayu-light.json, ayu-mirage.json
|
|
722
722
|
License: https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE
|
|
723
723
|
SPDX: MIT
|
|
724
724
|
---------------------------------------------------------------------------------------------------------
|
|
@@ -903,6 +903,33 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
903
903
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
904
904
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
905
905
|
SOFTWARE.
|
|
906
|
+
=========================================================================================================
|
|
907
|
+
Files: horizon.json
|
|
908
|
+
License: https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE
|
|
909
|
+
SPDX: MIT
|
|
910
|
+
---------------------------------------------------------------------------------------------------------
|
|
911
|
+
MIT License
|
|
912
|
+
|
|
913
|
+
Copyright (c) 2018 Jonathan Olaleye
|
|
914
|
+
|
|
915
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
916
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
917
|
+
in the Software without restriction, including without limitation the rights
|
|
918
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
919
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
920
|
+
furnished to do so, subject to the following conditions:
|
|
921
|
+
|
|
922
|
+
The above copyright notice and this permission notice shall be included in all
|
|
923
|
+
copies or substantial portions of the Software.
|
|
924
|
+
|
|
925
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
926
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
927
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
928
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
929
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
930
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
931
|
+
SOFTWARE.
|
|
932
|
+
|
|
906
933
|
=========================================================================================================
|
|
907
934
|
Files: houston.json
|
|
908
935
|
License: https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE
|
|
@@ -1219,7 +1246,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1219
1246
|
SOFTWARE.
|
|
1220
1247
|
|
|
1221
1248
|
=========================================================================================================
|
|
1222
|
-
Files: night-owl.json
|
|
1249
|
+
Files: night-owl.json, night-owl-light.json
|
|
1223
1250
|
License: https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md
|
|
1224
1251
|
SPDX: MIT
|
|
1225
1252
|
---------------------------------------------------------------------------------------------------------
|
package/README.md
CHANGED
|
@@ -22,6 +22,7 @@ import { themes } from 'tm-themes'
|
|
|
22
22
|
|
|
23
23
|
| Name | ID | Source | License | Sponsor | File Size |
|
|
24
24
|
| ---- | -- | ------ | ------- | ------- | --------- |
|
|
25
|
+
| Ayu Light | `ayu-light` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/981f1830b6cf4b29520f2eece24e0a1a6e237c7e/ayu-light.json) | [MIT](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | | 19.43 kB |
|
|
25
26
|
| Catppuccin Latte | `catppuccin-latte` | [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 |
|
|
26
27
|
| Everforest Light | `everforest-light` | [sainnhe/everforest-vscode](https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-light.json) | [MIT](https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE) | | 52.43 kB |
|
|
27
28
|
| GitHub Light | `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | | 10.86 kB |
|
|
@@ -34,6 +35,7 @@ import { themes } from 'tm-themes'
|
|
|
34
35
|
| Light Plus | `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 9.65 kB |
|
|
35
36
|
| Material Theme Lighter | `material-theme-lighter` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | [Open Collective: **material-theme**](https://opencollective.com/material-theme) [Polar: **@material-theme**](https://polar.sh/material-theme) | 18.14 kB |
|
|
36
37
|
| 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 |
|
|
38
|
+
| Night Owl Light | `night-owl-light` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-Light-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md) | [GitHub Sponsors: **@sdras**](https://github.com/sponsors/sdras) | 25.24 kB |
|
|
37
39
|
| One Light | `one-light` | [akamud/vscode-theme-onelight](https://github.com/akamud/vscode-theme-onelight/blob/f1ff6b87c6379a22b34354bbf64d355cd2adc611/themes/OneLight.json) | [MIT](https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE) | [GitHub Sponsors: **@akamud**](https://github.com/sponsors/akamud) | 24.65 kB |
|
|
38
40
|
| Rosé Pine Dawn | `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a7885d3cec4eade6872f307729b64070cdab0de1/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE) | [GitHub Sponsors: **@mvllow**](https://github.com/sponsors/mvllow) [Patreon: **rosepine**](https://patreon.com/rosepine) | 21.19 kB |
|
|
39
41
|
| 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 |
|
|
@@ -47,7 +49,8 @@ import { themes } from 'tm-themes'
|
|
|
47
49
|
| ---- | -- | ------ | ------- | ------- | --------- |
|
|
48
50
|
| 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
51
|
| 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
|
-
| Ayu Dark | `ayu-dark` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/
|
|
52
|
+
| Ayu Dark | `ayu-dark` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/981f1830b6cf4b29520f2eece24e0a1a6e237c7e/ayu-dark.json) | [MIT](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | | 19.37 kB |
|
|
53
|
+
| Ayu Mirage | `ayu-mirage` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/981f1830b6cf4b29520f2eece24e0a1a6e237c7e/ayu-mirage.json) | [MIT](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | | 19.37 kB |
|
|
51
54
|
| 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 |
|
|
52
55
|
| Catppuccin Macchiato | `catppuccin-macchiato` | [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.10 kB |
|
|
53
56
|
| Catppuccin Mocha | `catppuccin-mocha` | [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 |
|
|
@@ -62,6 +65,7 @@ import { themes } from 'tm-themes'
|
|
|
62
65
|
| Gruvbox Dark Hard | `gruvbox-dark-hard` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [MIT](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [GitHub Sponsors: **@jdinhify**](https://github.com/sponsors/jdinhify) [Ko-fi: **jdinhify**](https://ko-fi.com/jdinhify) | 22.04 kB |
|
|
63
66
|
| Gruvbox Dark Medium | `gruvbox-dark-medium` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [MIT](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [GitHub Sponsors: **@jdinhify**](https://github.com/sponsors/jdinhify) [Ko-fi: **jdinhify**](https://ko-fi.com/jdinhify) | 22.05 kB |
|
|
64
67
|
| Gruvbox Dark Soft | `gruvbox-dark-soft` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [MIT](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [GitHub Sponsors: **@jdinhify**](https://github.com/sponsors/jdinhify) [Ko-fi: **jdinhify**](https://ko-fi.com/jdinhify) | 22.04 kB |
|
|
68
|
+
| Horizon | `horizon` | [alexandernanberg/horizon-theme-vscode](https://github.com/alexandernanberg/horizon-theme-vscode/blob/83c848d0efd5d57ac7c9d868b53ae375d8a27692/themes/horizon.json) | [MIT](https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE) | | 8.52 kB |
|
|
65
69
|
| Houston | `houston` | [withastro/houston-vscode](https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json) | [MIT](https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE) | [GitHub Sponsors: **@withastro**](https://github.com/sponsors/withastro) [Open Collective: **astrodotbuild**](https://opencollective.com/astrodotbuild) [thanks.dev: **u/gh/withastro**](https://thanks.dev/d/u/gh/withastro) | 34.53 kB |
|
|
66
70
|
| Kanagawa Dragon | `kanagawa-dragon` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/6ea302d7087c3e37c84a3bfc09225250bb9fc7b9/themes/kanagawa-dragon-color-theme.json) | [MIT](https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE) | | 16.67 kB |
|
|
67
71
|
| Kanagawa Wave | `kanagawa-wave` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/6ea302d7087c3e37c84a3bfc09225250bb9fc7b9/themes/kanagawa-wave-color-theme.json) | [MIT](https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE) | | 16.66 kB |
|
package/index.js
CHANGED
|
@@ -44,18 +44,48 @@ export const themes = [
|
|
|
44
44
|
type: 'dark',
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
byteSize:
|
|
47
|
+
byteSize: 19830,
|
|
48
48
|
displayName: 'Ayu Dark',
|
|
49
49
|
funding: [
|
|
50
50
|
],
|
|
51
|
-
hash: '
|
|
52
|
-
lastUpdate: '2026-
|
|
51
|
+
hash: 'SkXYlK8gTdlTLnD5axfMHKMS82SDBEGfqQOkbnnyYDc',
|
|
52
|
+
lastUpdate: '2026-02-07T06:55:31Z',
|
|
53
53
|
license: 'MIT',
|
|
54
54
|
licenseUrl: 'https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE',
|
|
55
55
|
name: 'ayu-dark',
|
|
56
|
-
sha: '
|
|
57
|
-
source: 'https://github.com/ayu-theme/vscode-ayu/blob/
|
|
58
|
-
sourceApi: 'https://api.github.com/repos/ayu-theme/vscode-ayu/contents/ayu-dark.json?ref=
|
|
56
|
+
sha: '981f1830b6cf4b29520f2eece24e0a1a6e237c7e',
|
|
57
|
+
source: 'https://github.com/ayu-theme/vscode-ayu/blob/981f1830b6cf4b29520f2eece24e0a1a6e237c7e/ayu-dark.json',
|
|
58
|
+
sourceApi: 'https://api.github.com/repos/ayu-theme/vscode-ayu/contents/ayu-dark.json?ref=981f1830b6cf4b29520f2eece24e0a1a6e237c7e',
|
|
59
|
+
type: 'dark',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
byteSize: 19897,
|
|
63
|
+
displayName: 'Ayu Light',
|
|
64
|
+
funding: [
|
|
65
|
+
],
|
|
66
|
+
hash: 'ggQBt-fNFWM8tp_8VZktwGMBfkxdulCXKp1UsCaM0ZI',
|
|
67
|
+
lastUpdate: '2026-02-07T06:55:31Z',
|
|
68
|
+
license: 'MIT',
|
|
69
|
+
licenseUrl: 'https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE',
|
|
70
|
+
name: 'ayu-light',
|
|
71
|
+
sha: '981f1830b6cf4b29520f2eece24e0a1a6e237c7e',
|
|
72
|
+
source: 'https://github.com/ayu-theme/vscode-ayu/blob/981f1830b6cf4b29520f2eece24e0a1a6e237c7e/ayu-light.json',
|
|
73
|
+
sourceApi: 'https://api.github.com/repos/ayu-theme/vscode-ayu/contents/ayu-light.json?ref=981f1830b6cf4b29520f2eece24e0a1a6e237c7e',
|
|
74
|
+
type: 'light',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
byteSize: 19834,
|
|
78
|
+
displayName: 'Ayu Mirage',
|
|
79
|
+
funding: [
|
|
80
|
+
],
|
|
81
|
+
hash: 'Rdu42Pt6lXwUj20iDWxs1rRYnSEhJEcIYiFp1NBSZN8',
|
|
82
|
+
lastUpdate: '2026-02-07T06:55:31Z',
|
|
83
|
+
license: 'MIT',
|
|
84
|
+
licenseUrl: 'https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE',
|
|
85
|
+
name: 'ayu-mirage',
|
|
86
|
+
sha: '981f1830b6cf4b29520f2eece24e0a1a6e237c7e',
|
|
87
|
+
source: 'https://github.com/ayu-theme/vscode-ayu/blob/981f1830b6cf4b29520f2eece24e0a1a6e237c7e/ayu-mirage.json',
|
|
88
|
+
sourceApi: 'https://api.github.com/repos/ayu-theme/vscode-ayu/contents/ayu-mirage.json?ref=981f1830b6cf4b29520f2eece24e0a1a6e237c7e',
|
|
59
89
|
type: 'dark',
|
|
60
90
|
},
|
|
61
91
|
{
|
|
@@ -488,6 +518,21 @@ export const themes = [
|
|
|
488
518
|
sourceApi: 'https://api.github.com/repos/jdinhify/vscode-theme-gruvbox/contents/src/main.ts?ref=f0d6e1fc1f325da636b90591eccc45d2f44738fd',
|
|
489
519
|
type: 'light',
|
|
490
520
|
},
|
|
521
|
+
{
|
|
522
|
+
byteSize: 8720,
|
|
523
|
+
displayName: 'Horizon',
|
|
524
|
+
funding: [
|
|
525
|
+
],
|
|
526
|
+
hash: '3q8AzFpmEpKQDZ6S4XM5-5D2Rw73_dU66vQ4_2cTkkM',
|
|
527
|
+
lastUpdate: '2022-12-25T15:13:11Z',
|
|
528
|
+
license: 'MIT',
|
|
529
|
+
licenseUrl: 'https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE',
|
|
530
|
+
name: 'horizon',
|
|
531
|
+
sha: '83c848d0efd5d57ac7c9d868b53ae375d8a27692',
|
|
532
|
+
source: 'https://github.com/alexandernanberg/horizon-theme-vscode/blob/83c848d0efd5d57ac7c9d868b53ae375d8a27692/themes/horizon.json',
|
|
533
|
+
sourceApi: 'https://api.github.com/repos/alexandernanberg/horizon-theme-vscode/contents/themes/horizon.json?ref=83c848d0efd5d57ac7c9d868b53ae375d8a27692',
|
|
534
|
+
type: 'dark',
|
|
535
|
+
},
|
|
491
536
|
{
|
|
492
537
|
byteSize: 35362,
|
|
493
538
|
displayName: 'Houston',
|
|
@@ -783,6 +828,26 @@ export const themes = [
|
|
|
783
828
|
sourceApi: 'https://api.github.com/repos/sdras/night-owl-vscode-theme/contents/themes/Night%20Owl-color-theme.json?ref=d298950d6378c36c027f1387e307ebf3f145fc90',
|
|
784
829
|
type: 'dark',
|
|
785
830
|
},
|
|
831
|
+
{
|
|
832
|
+
byteSize: 25842,
|
|
833
|
+
displayName: 'Night Owl Light',
|
|
834
|
+
funding: [
|
|
835
|
+
{
|
|
836
|
+
handle: '@sdras',
|
|
837
|
+
name: 'GitHub Sponsors',
|
|
838
|
+
url: 'https://github.com/sponsors/sdras',
|
|
839
|
+
},
|
|
840
|
+
],
|
|
841
|
+
hash: 'dYHbLc_KlUFirnBal4ukskZgg43RUS-ZHmzhkmu5ArA',
|
|
842
|
+
lastUpdate: '2024-12-31T21:18:40Z',
|
|
843
|
+
license: 'MIT',
|
|
844
|
+
licenseUrl: 'https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md',
|
|
845
|
+
name: 'night-owl-light',
|
|
846
|
+
sha: 'd298950d6378c36c027f1387e307ebf3f145fc90',
|
|
847
|
+
source: 'https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-Light-color-theme.json',
|
|
848
|
+
sourceApi: 'https://api.github.com/repos/sdras/night-owl-vscode-theme/contents/themes/Night%20Owl-Light-color-theme.json?ref=d298950d6378c36c027f1387e307ebf3f145fc90',
|
|
849
|
+
type: 'light',
|
|
850
|
+
},
|
|
786
851
|
{
|
|
787
852
|
byteSize: 26663,
|
|
788
853
|
displayName: 'Nord',
|
|
@@ -814,7 +879,7 @@ export const themes = [
|
|
|
814
879
|
type: 'dark',
|
|
815
880
|
},
|
|
816
881
|
{
|
|
817
|
-
byteSize:
|
|
882
|
+
byteSize: 25240,
|
|
818
883
|
displayName: 'One Light',
|
|
819
884
|
funding: [
|
|
820
885
|
{
|
|
@@ -823,7 +888,7 @@ export const themes = [
|
|
|
823
888
|
url: 'https://github.com/sponsors/akamud',
|
|
824
889
|
},
|
|
825
890
|
],
|
|
826
|
-
hash: '
|
|
891
|
+
hash: 'BTC5SDDFLqjKJtv_okGv6wRd9SRe-eREhVdph6Fl0tg',
|
|
827
892
|
lastUpdate: '2022-10-08T13:48:47Z',
|
|
828
893
|
license: 'MIT',
|
|
829
894
|
licenseUrl: 'https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE',
|
package/package.json
CHANGED
package/themes/ayu-dark.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"colors": {
|
|
3
|
+
"actionBar.toggledBackground": "#47526640",
|
|
3
4
|
"activityBar.activeBorder": "#e6b450",
|
|
4
5
|
"activityBar.background": "#0d1017",
|
|
5
6
|
"activityBar.border": "#1b1f29",
|
|
@@ -44,6 +45,7 @@
|
|
|
44
45
|
"diffEditor.diagonalFill": "#1b1f29",
|
|
45
46
|
"diffEditor.insertedTextBackground": "#70bf561f",
|
|
46
47
|
"diffEditor.removedTextBackground": "#f26d781f",
|
|
48
|
+
"disabledForeground": "#5a637880",
|
|
47
49
|
"dropdown.background": "#141821",
|
|
48
50
|
"dropdown.border": "#1b1f29",
|
|
49
51
|
"dropdown.foreground": "#5a6378",
|
|
@@ -318,7 +320,7 @@
|
|
|
318
320
|
"titleBar.border": "#1b1f29",
|
|
319
321
|
"titleBar.inactiveBackground": "#0d1017",
|
|
320
322
|
"titleBar.inactiveForeground": "#5a6378b3",
|
|
321
|
-
"toolbar.hoverBackground": "#
|
|
323
|
+
"toolbar.hoverBackground": "#47526640",
|
|
322
324
|
"tree.indentGuidesStroke": "#5a6378a1",
|
|
323
325
|
"walkThrough.embeddedEditorBackground": "#141821",
|
|
324
326
|
"welcomePage.buttonBackground": "#e6b45066",
|