vscode-hazycore/package.json
2023-05-19 05:04:02 -05:00

23 lines
401 B
JSON

{
"name": "hazycore",
"displayName": "hazycore",
"description": "hazel's aesthetic theme",
"version": "0.0.1",
"engines": {
"vscode": "^1.78.0"
},
"publisher": "hazycora",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "hazycore",
"uiTheme": "vs-dark",
"path": "./themes/hazycore-color-theme.json"
}
]
}
}