aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar SolarLiner <solarliner@gmail.com> 2017-07-05 22:56:40 +0200
committerGravatar SolarLiner <solarliner@gmail.com> 2017-07-05 22:56:40 +0200
commite5638253d5d91d1a23a95ef39fa7d421fc828b3c (patch)
tree5bd090265f40ca4d3c3db3f72d0504407ce20271 /README.md
parente305c909087f0778469db173e0cd59f2181905e4 (diff)
Updated readme to accomodate the changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/README.md b/README.md
index c826235..16dc9b7 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# Arc Theme for Visual Studio Code
+# Linux Themes for Visual Studio Code
-## An integrated color theme for one of the most popular Linux GTK themes
+## An integrated color theme for the most popular Linux GTK themes
-This VS Code theme integrates seamlessly with the Arc theme to provide a more integrated experience.
+These VS Code themes integrate seamlessly with your GTK themes to provide a more integrated experience.
![Screenshot 1](https://raw.githubusercontent.com/SolarLiner/vscode-arc-theme/master/res/Screenshot%20from%202017-05-14%2012-57-25.png)
-![Screenshot 2](https://github.com/SolarLiner/vscode-arc-theme/blob/master/res/Screenshot%20from%202017-05-14%2013-45-06.png?raw=true)
+![Screenshot 2](https://raw.githubusercontent.com/SolarLiner/vscode-arc-theme/master/res/Screenshot%20from%202017-05-14%2013-45-06.png)
-Syntax coloring was taken from the default VS Dark theme.
+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!)
-I firstly created this theme myself to suit my needs - I hope you wil like it too!
+I created those themes myself to suit my needs - I hope you wil like it too!
### Download
@@ -19,12 +19,12 @@ The extension is hosted on the [Visual Studio Code Marketplace](https://marketpl
* Drop to terminal and write the following:
```bash
-code --install-extension solarliner.arc-theme
+code --install-extension solarliner.linux-themes
```
-* Alternatively, search for Arc Theme inside of VS Code.
+* Alternatively, search for *Linux Themes* inside of VS Code.
-* Finally, you can also hit ```F1```, clear the angled bracket and type ```ext install arc-theme```.
+* Finally, you can also hit ```F1```, clear the angled bracket and type ```ext install linux-themes```.
### Changelog
@@ -40,8 +40,8 @@ code --install-extension solarliner.arc-theme
### TODO
-* [ ] Finish Arc Dark
- * [ ] Complete set of syntax coloring
+* [x] Finish Arc Dark
+ * [x] Complete set of syntax coloring
* [ ] Create Light version
@@ -49,6 +49,8 @@ code --install-extension solarliner.arc-theme
* [ ] Create Darker version
+* [x] Complete Adapta version with material syntax
+
## Follow development
### Contribute