From dba56d953975c18d97b8389f3b17330ca049a777 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 1 Mar 2019 19:01:35 -0500 Subject: Update README --- README.md | 19 +++++++++---------- res/arc-dark.png | Bin 0 -> 226132 bytes res/yaru-dark.png | Bin 0 -> 228924 bytes res/yaru.png | Bin 0 -> 235308 bytes 4 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 res/arc-dark.png create mode 100644 res/yaru-dark.png create mode 100644 res/yaru.png 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!** diff --git a/res/arc-dark.png b/res/arc-dark.png new file mode 100644 index 0000000..d9e7178 Binary files /dev/null and b/res/arc-dark.png differ diff --git a/res/yaru-dark.png b/res/yaru-dark.png new file mode 100644 index 0000000..4680727 Binary files /dev/null and b/res/yaru-dark.png differ diff --git a/res/yaru.png b/res/yaru.png new file mode 100644 index 0000000..1b939ca Binary files /dev/null and b/res/yaru.png differ -- cgit v1.2.3