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.",
|
2023-09-29 08:42:02 -04:00
|
|
|
"version": "1.0.2",
|
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
|
|
|
}
|