-
Notifications
You must be signed in to change notification settings - Fork 1
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
2 changed files
with
55 additions
and
56 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,61 +1,60 @@ | ||
{ | ||
"name": "vscode-snazzy", | ||
"displayName": "Snazzy Theme", | ||
"description": "VS Code theme based on hyper-snazzy with bright colors", | ||
"version": "2.7.0", | ||
"publisher": "alexanderbast", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/alexanderbast/vscode-snazzy/issues" | ||
}, | ||
"homepage": "https://github.com/alexanderbast/vscode-snazzy", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/alexanderbast/vscode-snazzy" | ||
"name": "vscode-snazzy", | ||
"displayName": "Snazzy Theme", | ||
"description": "VS Code theme based on hyper-snazzy with bright colors", | ||
"version": "2.8.0", | ||
"publisher": "alexanderbast", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/alexanderbast/vscode-snazzy/issues" | ||
}, | ||
"homepage": "https://github.com/alexanderbast/vscode-snazzy", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/alexanderbast/vscode-snazzy" | ||
}, | ||
"engines": { | ||
"vscode": "*" | ||
}, | ||
"categories": ["Themes"], | ||
"icon": "icon.png", | ||
"contributes": { | ||
"themes": [ | ||
{ | ||
"label": "Snazzy", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/vscode-snazzy.json" | ||
} | ||
] | ||
}, | ||
"keywords": ["theme", "vscode", "vscode theme", "snazzy", "snazzy theme"], | ||
"badges": [ | ||
{ | ||
"url": | ||
"https://vsmarketplacebadge.apphb.com/version/alexanderbast.vscode-snazzy.svg", | ||
"href": | ||
"https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy", | ||
"description": "Theme version" | ||
}, | ||
"engines": { | ||
"vscode": "*" | ||
{ | ||
"url": | ||
"https://vsmarketplacebadge.apphb.com/installs/alexanderbast.vscode-snazzy.svg", | ||
"href": | ||
"https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy", | ||
"description": "Theme installs" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"icon": "icon.png", | ||
"contributes": { | ||
"themes": [ | ||
{ | ||
"label": "Snazzy", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/vscode-snazzy.json" | ||
} | ||
] | ||
{ | ||
"url": | ||
"https://vsmarketplacebadge.apphb.com/rating-short/alexanderbast.vscode-snazzy.svg", | ||
"href": | ||
"https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy", | ||
"description": "Theme rating" | ||
}, | ||
"keywords": [ | ||
"theme", | ||
"vscode", | ||
"vscode theme", | ||
"snazzy", | ||
"snazzy theme" | ||
], | ||
"badges": [ | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/version/alexanderbast.vscode-snazzy.svg", | ||
"href": "https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy", | ||
"description": "Theme version" | ||
}, | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/installs/alexanderbast.vscode-snazzy.svg", | ||
"href": "https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy", | ||
"description": "Theme installs" | ||
}, | ||
{ | ||
"url": "https://vsmarketplacebadge.apphb.com/rating-short/alexanderbast.vscode-snazzy.svg", | ||
"href": "https://marketplace.visualstudio.com/items/alexanderbast.vscode-snazzy", | ||
"description": "Theme rating" | ||
}, | ||
{ | ||
"url": "https://img.shields.io/badge/license-MIT-blue.svg", | ||
"href": "https://raw.githubusercontent.com/alexanderbast/vscode-snazzy/master/LICENSE", | ||
"description": "Theme license" | ||
} | ||
] | ||
{ | ||
"url": "https://img.shields.io/badge/license-MIT-blue.svg", | ||
"href": | ||
"https://raw.githubusercontent.com/alexanderbast/vscode-snazzy/master/LICENSE", | ||
"description": "Theme license" | ||
} | ||
] | ||
} |
Binary file not shown.