From 84816a65d36929e182dd1be76c5152c60a0da9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Gonz=C3=A1lez=20Prieto?= Date: Thu, 28 Dec 2023 10:05:04 +0100 Subject: [PATCH] List an alternative implementation for VS Code (#75) * List an alternative implementation for VS Code Also fixes the broken image URL for Ikuyadeu's version. * Readme: reword VS Code section Made it less verbose, de-duplicated installation instructions. Easier to compare between the two alternatives because the examples are closer to one another. --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index db589c2..3284c51 100644 --- a/README.md +++ b/README.md @@ -79,15 +79,22 @@ install Lucario via **Package Control: Install Package**. The package theme is n You should be able to select lucario theme by browsing **Preferences -> Color Scheme -> Lucario** ### [Visual Studio Code](https://code.visualstudio.com/) -![VS Code Example](https://github.com/Ikuyadeu/Lucario-vscode/raw/main/images/vscode.png) -1. Go to **View -> Command Palette** or press **Ctrl+Shift+P** -2. Then enter **Install Extension** -2. Search for **Lucario** and install the extension. -3. Open Command Palette, enter **Preferences: Color Theme** and select **Lucario** +There are two implementations of Lucario for VS Code. The first one by Ikuyadeu (issues tracked [here](https://github.com/Ikuyadeu/Lucario-vscode/issues)): -Issues for the VS Code theme are tracked [here](https://github.com/Ikuyadeu/Lucario-vscode/issues). +![VS Code theme by Ikyuadeu example](https://raw.githubusercontent.com/Ikuyadeu/Lucario-vscode/master/images/vscode.png) +The second one by victor-gp (issues tracked [here](https://github.com/victor-gp/lucario-vscode-theme/issues)): + +![VS Code theme by victor-gp example](https://raw.githubusercontent.com/victor-gp/lucario-vscode-theme/main/assets/preview.png) + +To install one of them: launch VS Code Quick Open (Ctrl+P), paste the corresponding command and press enter. + +```txt +ext install Ikuyadeu.lucario + OR +ext install victor-gp.lucario-theme +``` ### [Vim](http://www.vim.org/) ![Vim Example](/images/vim.png)