diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-03-01 19:01:35 -0500 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-03-01 22:34:45 -0500 |
commit | dba56d953975c18d97b8389f3b17330ca049a777 (patch) | |
tree | 5bf4b9709775c4e30b9bde51242f26f80418ff8a | |
parent | 2103170ffd00e1fce358e206d0a973414d135ff6 (diff) |
Update README
-rw-r--r-- | README.md | 19 | ||||
-rw-r--r-- | res/arc-dark.png | bin | 0 -> 226132 bytes | |||
-rw-r--r-- | res/yaru-dark.png | bin | 0 -> 228924 bytes | |||
-rw-r--r-- | res/yaru.png | bin | 0 -> 235308 bytes |
4 files changed, 9 insertions, 10 deletions
@@ -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!** diff --git a/res/arc-dark.png b/res/arc-dark.png Binary files differnew file mode 100644 index 0000000..d9e7178 --- /dev/null +++ b/res/arc-dark.png diff --git a/res/yaru-dark.png b/res/yaru-dark.png Binary files differnew file mode 100644 index 0000000..4680727 --- /dev/null +++ b/res/yaru-dark.png diff --git a/res/yaru.png b/res/yaru.png Binary files differnew file mode 100644 index 0000000..1b939ca --- /dev/null +++ b/res/yaru.png |