aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",