vscode-theme-onelight/package.json

40 lines
910 B
JSON
Raw Permalink Normal View History

2020-02-19 10:33:12 +08:00
{
2021-09-25 15:44:18 +08:00
"name": "vscode-onelight2",
"displayName": "One Light Italic2",
2021-09-24 22:01:44 +08:00
"description": "One light theme with italic support for VSCode",
2021-09-25 15:44:18 +08:00
"version": "1.0.0",
"publisher": "AbbyCin",
2021-09-24 22:01:44 +08:00
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"extensionKind": [
"ui",
"workspace"
],
"icon": "icon.png",
"keywords": [
"one light",
"onelight",
"theme",
"atom"
],
"contributes": {
"themes": [
{
2021-09-25 15:44:18 +08:00
"label": "Atom One Light2",
2021-09-24 22:01:44 +08:00
"uiTheme": "vs",
2021-09-25 15:44:18 +08:00
"path": "./themes/one-light-italic.json"
2021-09-24 22:01:44 +08:00
}
]
},
2021-09-25 15:44:18 +08:00
"homepage": "https://git.isliberty.me/abby/vscode-theme-onelight",
2021-09-24 22:01:44 +08:00
"repository": {
"type": "git",
2021-09-25 15:44:18 +08:00
"url": "https://git.isliberty.me/abby/vscode-theme-onelight"
2021-09-24 22:01:44 +08:00
},
"license": "MIT"
2020-02-23 09:56:29 +08:00
}