aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nathan Graule <solarliner@gmail.com> 2017-05-15 15:41:30 +0200
committerGravatar Nathan Graule <solarliner@gmail.com> 2017-05-15 15:41:30 +0200
commitab1ad2ddbf721353c3ba391b3df59ac08de7f305 (patch)
treed9b5392133c21d6031a13e3a20b50870a90a8008
parenta154fabdc17e00f7c0a61dae1dee202f5b76b52e (diff)
release v0.1.1
-rw-r--r--README.md15
-rw-r--r--package.json2
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",