diff options
author | Nathan Graule <solarliner@gmail.com> | 2017-05-15 15:41:30 +0200 |
---|---|---|
committer | Nathan Graule <solarliner@gmail.com> | 2017-05-15 15:41:30 +0200 |
commit | ab1ad2ddbf721353c3ba391b3df59ac08de7f305 (patch) | |
tree | d9b5392133c21d6031a13e3a20b50870a90a8008 | |
parent | a154fabdc17e00f7c0a61dae1dee202f5b76b52e (diff) |
release v0.1.1
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 14 insertions, 3 deletions
@@ -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", |