aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-03-01 19:01:35 -0500
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-03-01 22:34:45 -0500
commitdba56d953975c18d97b8389f3b17330ca049a777 (patch)
tree5bf4b9709775c4e30b9bde51242f26f80418ff8a /README.md
parent2103170ffd00e1fce358e206d0a973414d135ff6 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/README.md b/README.md
index 313fc5a..fddd6db 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,33 @@
# Linux Themes for Visual Studio Code
-[![GitHub license](https://img.shields.io/badge/license-AGPL-blue.svg)](https://raw.githubusercontent.com/SolarLiner/vscode-arc-theme/master/LICENSE) [![Download](https://img.shields.io/badge/VS%20Code-v1.0.0-green.svg)](https://marketplace.visualstudio.com/items?itemName=SolarLiner.arc-theme) [![GitHub issues](https://img.shields.io/github/issues/SolarLiner/vscode-arc-theme.svg)](https://github.com/SolarLiner/vscode-arc-theme/issues)
+[![GitHub license](https://img.shields.io/github/license/rdnlsmith/vscode-arc-theme.svg)](https://raw.githubusercontent.com/rdnlsmith/vscode-arc-theme/master/LICENSE) [![Download](https://img.shields.io/badge/VS%20Code-v1.0.0-green.svg)](https://marketplace.visualstudio.com/items?itemName=rdnlsmith.linux-themes) [![GitHub issues](https://img.shields.io/github/issues/rdnlsmith/vscode-arc-theme.svg)](https://github.com/rdnlsmith/vscode-arc-theme/issues)
## Integrated color themes for the most popular Linux GTK themes
-These VS Code themes integrate seamlessly with your GTK themes to provide a more integrated experience.
+These VS Code themes blend seamlessly with your GTK themes to provide a more integrated experience.
-![Arc Theme](res/screen_arc.png)
+![Arc Dark Theme](res/arc-dark.png)
![Adapta Theme](res/screen_adapta.png)
![United Ubuntu](res/screen_ugnome.png)
-![Ambiance](res/screen_ambiance.png)
+![Yaru Dark](res/yaru-dark.png)
+
+![Yaru](res/yaru.png)
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 these themes myself to suit my needs - I hope you will like them too!
-
### Download
-The extension is hosted on the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=SolarLiner.arc-theme).
+The extension is hosted on the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=rdnlsmith.linux-themes).
* Drop to terminal and write the following:
```bash
-code --install-extension solarliner.linux-themes
+code --install-extension rdnlsmith.linux-themes
```
* Alternatively, search for *Linux Themes* inside of VS Code.
@@ -43,6 +42,6 @@ See [CHANGELOG.md](./CHANGELOG.md) for historical changelogs.
### Contribute
-Head over to the [GitHub Repository](https://github.com/SolarLiner/vscode-arc-theme) to contribute.
+Head over to the [GitHub Repository](https://github.com/rdnlsmith/vscode-arc-theme) to contribute.
**Enjoy!**