-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
758f413
commit 34fbabc
Showing
6 changed files
with
55 additions
and
37 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
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -2,44 +2,54 @@ | |
"name": "matrix-theme", | ||
"displayName": "Matrix Theme", | ||
"description": "Visual Studio Code color theme inspired by \"The Matrix\" film.", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/UstymUkhman/matrix-theme#readme", | ||
"publisher": "UstymUkhman", | ||
"icon": "images/icon.png", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
"homepage": "https://github.com/UstymUkhman/matrix-theme/blob/master/README.md", | ||
"bugs": { | ||
"url": "https://github.com/UstymUkhman/matrix-theme/issues", | ||
"email": "[email protected]" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/UstymUkhman/matrix-theme" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"keywords": [ | ||
"Theme", | ||
"Dark Theme", | ||
"Matrix", | ||
"Black", | ||
"Green" | ||
"dark", | ||
"theme", | ||
"themes", | ||
"dark-theme", | ||
"color-theme", | ||
"matrix", | ||
"black", | ||
"green" | ||
], | ||
"scripts": { | ||
"publish": "vsce publish" | ||
"engines": { | ||
"vscode": "^1.47.0" | ||
}, | ||
"galleryBanner": { | ||
"color": "#0c0c0c", | ||
"theme": "dark" | ||
}, | ||
"engines": { | ||
"vscode": "^1.47.0" | ||
"scripts": { | ||
"publish": "vsce publish" | ||
}, | ||
"author": { | ||
"name": "Ustym Ukhman", | ||
"email": "[email protected]", | ||
"url": "https://github.com/UstymUkhman/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/UstymUkhman/matrix-theme" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/UstymUkhman/matrix-theme/issues", | ||
"email": "[email protected]" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"icon": "images/icon.png", | ||
"contributes": { | ||
"themes": [{ | ||
"label": "Matrix", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/Matrix-color-theme.json" | ||
}] | ||
"themes": [ | ||
{ | ||
"label": "Matrix", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/Matrix-color-theme.json" | ||
} | ||
] | ||
} | ||
} |
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