aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nathan Graule <solarliner@gmail.com> 2017-09-22 00:04:38 +0200
committerGravatar Nathan Graule <solarliner@gmail.com> 2017-09-22 00:04:38 +0200
commit8fb8dacd183b8f3472c2a34cb77797dcbcb025fd (patch)
treefa027353ff98ab003bf1f2e155860aae8b555c6d
parent955f514d33737bf32c6c281054c0da4a7671703f (diff)
Version bump to v1.0.1
-rw-r--r--README.md41
-rw-r--r--package.json12
2 files changed, 36 insertions, 17 deletions
diff --git a/README.md b/README.md
index dc18cbb..0bfb25a 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,22 @@
These VS Code themes integrate seamlessly with your GTK themes to provide a more integrated experience.
-![Arc Theme](res/arc-theme-base16-twilight.png)
+![Arc Theme](res/screen_arc.png)
![Adapta Theme](res/screen_adapta.png)
![Ubuntu GNOME](res/screen_ugnome.png)
-*Coming soon!*
+
+![Ambiance](res/screen_ambiance.png)
For the Arc theme, the syntax coloring is the default VS Code one. For Adapta, it is taken from [Mattia Astorino's great Material Theme](https://github.com/equinusocio/vsc-material-theme) (an alternative to this Adapta theme!)
+Syntax coloring used:
+
+- **Arc**: Base16 Tommorow Dark
+- **Adapta**: [Mattia Astorino's great Material Theme](https://github.com/equinusocio/vsc-material-theme) (an alternative to this Adapta theme!)
+- **United Ubuntu** & **Ambiance**: Base16 IR Black
+
I created those themes myself to suit my needs - I hope you wil like it too!
### Download
@@ -28,10 +35,25 @@ code --install-extension solarliner.linux-themes
* Alternatively, search for *Linux Themes* inside of VS Code.
-* Finally, you can also hit ```F1```, clear the angled bracket and type ```ext install linux-themes```.
+* Finally, you can also hit ```Ctrl+P``` and type ```ext install linux-themes```.
### Changelog
+* v1.0.0:
+ * Initial release of United Ubuntu theme
+ * Initial release of Ambiance theme
+ * Arc theme:
+ * Added Tomorrow token colors to Arc theme for better looking code
+ * Sidebar is now the same color as the activity bar, making it look more like the Files app
+ * Adapta theme:
+ * Added colors on debugging and toolbars
+
+* v0.5.0:
+ * Changed token colors on Adapta theme to match Mattia Astorino's
+
+* v0.4.0:
+ * Initial release of the Adapta theme
+
* v0.3.0:
* Directly included tokenColors from default Dark and Dark+ themes.
@@ -42,19 +64,6 @@ code --install-extension solarliner.linux-themes
* v0.1.0:
* README.md updates
-### TODO
-
-* [x] Finish Arc Dark
- * [x] Complete set of syntax coloring
-
-* [ ] Create Light version
-
-* [ ] Create Night version (with darker colors)
-
-* [ ] Create Darker version
-
-* [x] Complete Adapta version with material syntax
-
## Follow development
### Contribute
diff --git a/package.json b/package.json
index 8b62f31..bf1a9f8 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "linux-themes",
"displayName": "Linux Themes for VS Code",
"description": "Color themes designed to match the popular Ubuntu themes.",
- "version": "0.5.0",
+ "version": "1.0.1",
"publisher": "SolarLiner",
"icon": "icon.png",
"license": "MIT",
@@ -27,6 +27,16 @@
"label": "Adapta Nokto",
"uiTheme": "vs-dark",
"path": "./themes/adapta-nokto.json"
+ },
+ {
+ "label": "United Ubuntu",
+ "uiTheme": "vs-dark",
+ "path": "./themes/united-gnome.json"
+ },
+ {
+ "label": "Ambiance [beta]",
+ "uiTheme": "vs-dark",
+ "path": "./themes/ambiance.json"
}
]
}