Skip to content

Commit

Permalink
Publish 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agirton committed Feb 28, 2018
1 parent ca7ee07 commit bdd5889
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 35 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.1.6
### Fixed
* Darken editor ruler, ([#1](https://github.com/agirton/gloom/pull/1)) (@tonyghita)
* Change lineHighlightBackground ([#3](https://github.com/agirton/gloom/pull/3)) (@corygibbons)

## 0.1.5
Fix issue where JSX tag was wrong color

Expand Down
77 changes: 42 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,43 @@
{
"name": "gloom",
"displayName": "Gloom",
"description": "A port of Atom's Gloom syntax theme for VS Code",
"version": "0.1.5",
"publisher": "adamgirton",
"bugs": {
"url": "https://github.com/agirton/gloom/issues"
},
"homepage": "https://github.com/agirton/gloom",
"repository": {
"type": "git",
"url": "https://github.com/agirton/gloom"
},
"engines": {
"vscode": "^1.10.0"
},
"categories": ["Themes"],
"keywords": ["syntax", "theme", "gloom", "vscode"],
"license": "MIT",
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Gloom",
"uiTheme": "vs-dark",
"path": "./themes/Gloom.json"
}
]
},
"__metadata": {
"id": "a7e7afbe-0b7c-4aaf-be0e-097ad10052d3",
"publisherDisplayName": "Adam Girton",
"publisherId": "5ad2ad23-adbb-4efc-9b55-151a84048570"
}
}
"name": "gloom",
"displayName": "Gloom",
"description": "A port of Atom's Gloom syntax theme for VS Code",
"version": "0.1.6",
"publisher": "adamgirton",
"bugs": {
"url": "https://github.com/agirton/gloom/issues"
},
"homepage": "https://github.com/agirton/gloom",
"repository": {
"type": "git",
"url": "https://github.com/agirton/gloom"
},
"engines": {
"vscode": "^1.10.0"
},
"categories": [
"Themes"
],
"keywords": [
"syntax",
"theme",
"gloom",
"vscode"
],
"license": "MIT",
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Gloom",
"uiTheme": "vs-dark",
"path": "./themes/Gloom.json"
}
]
},
"__metadata": {
"id": "a7e7afbe-0b7c-4aaf-be0e-097ad10052d3",
"publisherDisplayName": "Adam Girton",
"publisherId": "5ad2ad23-adbb-4efc-9b55-151a84048570"
}
}

0 comments on commit bdd5889

Please sign in to comment.