From 6ccbc89d491fe4be1a901d8f9c968f30cd1a9704 Mon Sep 17 00:00:00 2001 From: Ben Burbage Date: Mon, 29 Jul 2019 22:45:25 +0100 Subject: [PATCH] docs --- CHANGELOG.md | 7 ++++--- README.md | 17 ++++++++++++----- package.json | 2 +- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be32af..3f638fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log -All notable changes to the "nyx-theme" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.0.5] - 2019-07-29 +### Changed +- Updated colour of git lens comments ## [0.0.4] - 2019-07-29 ### Changed @@ -22,6 +22,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Initial colour scheme. - Syntax colours. +[0.0.5]: https://github.com/iambenzo/vscode-theme-nyx/compare/0.0.4...0.0.5 [0.0.4]: https://github.com/iambenzo/vscode-theme-nyx/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/iambenzo/vscode-theme-nyx/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/iambenzo/vscode-theme-nyx/compare/0.0.1...0.0.2 diff --git a/README.md b/README.md index a367b88..790d4c5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ # Nyx -![Nyx screenshot](screenshot.png) - A dark theme inspired by the goddess of the night. +![Nyx screenshot](screenshot.png) + ## Installation -* Search for the theme in VSCode's Extensions section. -* Use the install button [on this page](https://marketplace.visualstudio.com/items?itemName=iambenzo.nyx-theme). -* Extract the [Release](https://github.com/iambenzo/vscode-theme-nyx/releases) into the following directory: + +Search for the theme in VSCode's Extensions section. + +**OR** + +Use the install button [on this page](https://marketplace.visualstudio.com/items?itemName=iambenzo.nyx-theme). + +**OR** + +Install/Extract the [Release](https://github.com/iambenzo/vscode-theme-nyx/releases) into the following directory: * Windows `%USERPROFILE%\.vscode\extensions` * macOS `~/.vscode/extensions` * Linux `~/.vscode/extensions` diff --git a/package.json b/package.json index 5d4b752..8b5110a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nyx-theme", "displayName": "Nyx Theme", "description": "A dark theme inspired by the goddess of the night", - "version": "0.0.4", + "version": "0.0.5", "publisher": "iambenzo", "icon": "icon.png", "galleryBanner": {