From ab1ad2ddbf721353c3ba391b3df59ac08de7f305 Mon Sep 17 00:00:00 2001 From: Nathan Graule Date: Mon, 15 May 2017 15:41:30 +0200 Subject: release v0.1.1 --- README.md | 15 +++++++++++++-- package.json | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ae599f..34823ff 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,22 @@ code --install-extension solarliner.arc-theme * Finally, you can also hit ```F1```, clear the angled bracket and type ```ext install arc-theme```. +### Changelog + +* v0.1.1: + * Changed base syntax coloring to VS Dark+ + * Made selection highlight more visible + +* v0.1.0: + * README.md updates + ### TODO -[ ] Create Light version +* [ ] Create Light version + +* [ ] Create Night version (with darker colors) -[ ] Create Darker version +* [ ] Create Darker version ## Follow development diff --git a/package.json b/package.json index ccf3a94..67bcbbf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "arc-theme", "displayName": "Arc Theme", "description": "Color theme designed to match the popular Ubuntu \"Arc\" theme.", - "version": "0.1.0", + "version": "0.2.0", "publisher": "SolarLiner", "repository": { "type": "GitHub", -- cgit v1.2.3