Skip to content

Commit

Permalink
List an alternative implementation for VS Code (#75)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
victor-gp committed Dec 28, 2023
1 parent 13f4631 commit 84816a6
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 84816a6

Please sign in to comment.