2020-02-19 10:33:12 +08:00
|
|
|
{
|
2021-05-15 17:24:07 +08:00
|
|
|
"name": "vscode-theme-onelight",
|
|
|
|
"displayName": "One Light Italic",
|
|
|
|
"description": "One light theme with italic support for VSCode",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"publisher": "laggardkernel",
|
|
|
|
"engines": {
|
|
|
|
"vscode": "^1.12.0"
|
|
|
|
},
|
|
|
|
"categories": [
|
|
|
|
"Themes"
|
|
|
|
],
|
|
|
|
"extensionKind": [
|
|
|
|
"ui",
|
|
|
|
"workspace"
|
|
|
|
],
|
|
|
|
"icon": "icon.png",
|
|
|
|
"keywords": [
|
|
|
|
"one light",
|
|
|
|
"onelight",
|
|
|
|
"theme",
|
|
|
|
"atom"
|
|
|
|
],
|
|
|
|
"contributes": {
|
|
|
|
"themes": [
|
|
|
|
{
|
|
|
|
"label": "Atom One Light",
|
|
|
|
"uiTheme": "vs",
|
|
|
|
"path": "./themes/one-light.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Atom One Half Light",
|
|
|
|
"uiTheme": "vs",
|
|
|
|
"path": "./themes/one-half-light.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/laggardkernel/vscode-theme-onelight",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/laggardkernel/vscode-theme-onelight"
|
|
|
|
},
|
|
|
|
"__metadata": {
|
|
|
|
"id": "0c29914e-b847-45ea-a032-6ce3ae71e4a9",
|
|
|
|
"publisherDisplayName": "laggardkernel",
|
|
|
|
"publisherId": "df70ce67-198f-4322-843a-96da0feb9b55"
|
|
|
|
}
|
2020-02-23 09:56:29 +08:00
|
|
|
}
|