0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00
vscode/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-22 11:45:55 -04:00
{
"name": "tokyo-night",
"displayName": "Tokyo Night",
2021-11-19 09:01:15 -05:00
"description": "A clean Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.",
2022-06-29 00:08:22 -04:00
"version": "0.8.7",
2019-10-22 11:45:55 -04:00
"publisher": "enkia",
"license": "MIT",
"keywords": [
"theme",
"contrast",
"dark",
2020-04-03 13:47:27 -04:00
"light",
2019-10-22 11:45:55 -04:00
"tokyo",
"clean"
],
2019-10-22 11:47:14 -04:00
"icon": "icon.png",
"homepage": "https://github.com/enkia/tokyo-night-vscode-theme",
"repository": {
"url": "https://github.com/enkia/tokyo-night-vscode-theme",
"type": "git"
},
"bugs": {
"url": "https://github.com/enkia/tokyo-night-vscode-theme/issues"
},
2019-10-22 11:45:55 -04:00
"galleryBanner": {
"color": "#1f2335",
"theme": "dark"
},
"engines": {
"vscode": "^1.17.0"
},
"categories": [
"Themes",
"Other"
],
"contributes": {
"themes": [
{
"label": "Tokyo Night",
"uiTheme": "vs-dark",
"path": "./themes/tokyo-night-color-theme.json"
},
{
"label": "Tokyo Night Storm",
"uiTheme": "vs-dark",
"path": "./themes/tokyo-night-storm-color-theme.json"
2020-04-03 13:47:27 -04:00
},
{
"label": "Tokyo Night Light",
"uiTheme": "vs",
"path": "./themes/tokyo-night-light-color-theme.json"
2019-10-22 11:45:55 -04:00
}
]
},
2019-10-22 11:47:14 -04:00
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
}
2019-10-22 11:45:55 -04:00
}