-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} |