From bdd58895cc9f6028a22d7160179f55ba902c5c7e Mon Sep 17 00:00:00 2001 From: Adam Girton Date: Wed, 28 Feb 2018 14:38:18 -0800 Subject: [PATCH] Publish 0.1.6 --- CHANGELOG.md | 5 ++++ package.json | 77 ++++++++++++++++++++++++++++------------------------ 2 files changed, 47 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bdf65..036efe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index fa708f4..2709327 100644 --- a/package.json +++ b/package.json @@ -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" + } +} \ No newline at end of file