From afbf8029e044394cad9986fa1d185f994fffcbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Gonz=C3=A1lez=20Prieto?= Date: Wed, 19 Jul 2023 00:12:08 +0200 Subject: [PATCH 1/2] List an alternative implementation for VS Code Also fixes the broken image URL for Ikuyadeu's version. --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c7fa494..5fa3f83 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,28 @@ 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 alternative implementations of Lucario for VS Code. -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) +To install the first one: launch VS Code Quick Open (Ctrl+P), paste the following command and press enter. + +```txt +ext install Ikuyadeu.lucario +``` + +Issues for this version are tracked [here](https://github.com/Ikuyadeu/Lucario-vscode/issues). + +![VS Code theme by victor-gp example](https://raw.githubusercontent.com/victor-gp/lucario-vscode-theme/main/assets/preview.png) + +To install the second one: launch VS Code Quick Open (Ctrl+P), paste the following command and press enter. + +```txt +ext install victor-gp.lucario-theme +``` + +Issues for this version are tracked [here](https://github.com/victor-gp/lucario-vscode-theme/issues). ### [Vim](http://www.vim.org/) ![Vim Example](/images/vim.png) From f6a5bc039aa315a36dbc0b0b3f089ef0352f6f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Gonz=C3=A1lez=20Prieto?= Date: Thu, 28 Dec 2023 05:39:21 +0100 Subject: [PATCH 2/2] 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 | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5fa3f83..5d4953e 100644 --- a/README.md +++ b/README.md @@ -79,28 +79,22 @@ You should be able to select lucario theme by browsing **Preferences -> Color Sc ### [Visual Studio Code](https://code.visualstudio.com/) -There are two alternative implementations of Lucario for VS Code. +There are two implementations of Lucario for VS Code. The first one by Ikuyadeu (issues 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) -To install the first one: launch VS Code Quick Open (Ctrl+P), paste the following command and press enter. - -```txt -ext install Ikuyadeu.lucario -``` - -Issues for this version are tracked [here](https://github.com/Ikuyadeu/Lucario-vscode/issues). +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 the second one: launch VS Code Quick Open (Ctrl+P), paste the following command and press enter. +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 ``` -Issues for this version are tracked [here](https://github.com/victor-gp/lucario-vscode-theme/issues). - ### [Vim](http://www.vim.org/) ![Vim Example](/images/vim.png)