Skip to content

Commit

Permalink
chore: fix manifest formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
janw4ld committed Nov 3, 2024
1 parent d879ee6 commit e3a363b
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "lambda-black",
"displayName": "Lambda Black",
"description": "Default dark+ theme with support for Haskell syntax colors and a black background variant.",
"name": "lambda-black",
"displayName": "Lambda Black",
"description": "Default dark+ theme with support for Haskell syntax colors and a black background variant.",
"keywords": [
"haskell",
"black",
"dark",
"syntax highlighting",
"theme"
],
"icon": "img/icon.png",
"publisher": "janw4ld",
"version": "0.2.10",
"homepage": "https://github.com/janw4ld/lambda-black",
"repository": {
"type": "git",
"url": "https://github.com/janw4ld/lambda-black.git"
},
"engines": {
"vscode": "^1.40.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Lambda Black",
"uiTheme": "vs-dark",
"path": "./themes/black-lambda.json"
},
{
"label": "Lambda Dark+",
"uiTheme": "vs-dark",
"path": "./themes/dark-lambda.json"
}
]
}
"icon": "img/icon.png",
"publisher": "janw4ld",
"version": "0.2.10",
"homepage": "https://github.com/janw4ld/lambda-black",
"repository": {
"type": "git",
"url": "https://github.com/janw4ld/lambda-black.git"
},
"engines": {
"vscode": "^1.40.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Lambda Black",
"uiTheme": "vs-dark",
"path": "./themes/black-lambda.json"
},
{
"label": "Lambda Dark+",
"uiTheme": "vs-dark",
"path": "./themes/dark-lambda.json"
}
]
}
}

0 comments on commit e3a363b

Please sign in to comment.