vscode-theme-onelight/package.json
2021-09-25 15:44:18 +08:00

40 lines
910 B
JSON
Executable File

{
"name": "vscode-onelight2",
"displayName": "One Light Italic2",
"description": "One light theme with italic support for VSCode",
"version": "1.0.0",
"publisher": "AbbyCin",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"extensionKind": [
"ui",
"workspace"
],
"icon": "icon.png",
"keywords": [
"one light",
"onelight",
"theme",
"atom"
],
"contributes": {
"themes": [
{
"label": "Atom One Light2",
"uiTheme": "vs",
"path": "./themes/one-light-italic.json"
}
]
},
"homepage": "https://git.isliberty.me/abby/vscode-theme-onelight",
"repository": {
"type": "git",
"url": "https://git.isliberty.me/abby/vscode-theme-onelight"
},
"license": "MIT"
}