Skip to content

Commit

Permalink
Git decoration colors
Browse files Browse the repository at this point in the history
  • Loading branch information
instaatze committed Nov 21, 2017
1 parent cc6e101 commit 14fe063
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 56 deletions.
111 changes: 55 additions & 56 deletions package.json
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.

0 comments on commit 14fe063

Please sign in to comment.