mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "tokyo-night",
|
|
"displayName": "Tokyo Night",
|
|
"description": "A clean, dark Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.",
|
|
"version": "0.3.0",
|
|
"publisher": "enkia",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"theme",
|
|
"contrast",
|
|
"dark",
|
|
"tokyo",
|
|
"clean"
|
|
],
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"package": "vsce package",
|
|
"publish": "vsce publish"
|
|
}
|
|
}
|