You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

82 lines
1.6 KiB

{
"name": "eva-theme",
"displayName": "Eva Theme",
"description": "A semantic coloring code theme dedicated to making you more comfortable programming.",
"version": "1.1.4",
"publisher": "fisheva",
"preview": true,
"license": "SEE LICENSE IN<LICENSE.md>",
"icon": "eva.png",
"homepage": "https://github.com/fisheva/Eva-Theme/blob/master/README.md",
"bugs": {
"url": "https://github.com/fisheva/Eva-Theme/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fisheva/Eva-Theme.git"
},
"engines": {
"vscode": "^1.12.0"
},
"extensionKind": [
"ui",
"workspace"
],
"categories": [
"Themes",
"Other"
],
"galleryBanner": {
"color": "#EBEEF5",
"theme": "light"
},
"contributes": {
"themes": [
{
"label": "Eva Dark",
"uiTheme": "vs-dark",
"path": "./themes/Eva-Dark.json"
},
{
"label": "Eva Dark Bold",
"uiTheme": "vs-dark",
"path": "./themes/Eva-Dark-Bold.json"
},
{
"label": "Eva Dark Italic",
"uiTheme": "vs-dark",
"path": "./themes/Eva-Dark-Italic.json"
},
{
"label": "Eva Light",
"uiTheme": "vs",
"path": "./themes/Eva-Light.json"
},
{
"label": "Eva Light Bold",
"uiTheme": "vs",
"path": "./themes/Eva-Light-Bold.json"
},
{
"label": "Eva Light Italic",
"uiTheme": "vs",
"path": "./themes/Eva-Light-Italic.json"
}
]
},
"keywords": [
"eva",
"dark",
"light",
"theme",
"vscode"
],
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w"
},
"__metadata": {
"id": "fisheva.eva-theme",
"publisherId": "fisheva",
"publisherDisplayName": "fisheva"
}
}