30 lines
557 B
JSON
30 lines
557 B
JSON
|
{
|
||
|
"name": "eonacatlight",
|
||
|
"displayName": "EonaCatLight",
|
||
|
"description": "EonaCat Light Theme",
|
||
|
"icon": "icon.png",
|
||
|
"publisher": "EonaCat",
|
||
|
"author":
|
||
|
{
|
||
|
"name": "EonaCat (Jeroen Saey)",
|
||
|
"url": "https://EonaCat.com",
|
||
|
"email": "EonaCat@gmail.com"
|
||
|
},
|
||
|
"version": "1.0.0",
|
||
|
"engines": {
|
||
|
"vscode": "^1.74.0"
|
||
|
},
|
||
|
"categories": [
|
||
|
"Themes"
|
||
|
],
|
||
|
"contributes": {
|
||
|
"themes": [
|
||
|
{
|
||
|
"label": "EonaCat Light",
|
||
|
"uiTheme": "vs",
|
||
|
"path": "./themes/EonaCat Light-color-theme.json"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|