Skip to content

Commit

Permalink
feat: Add Helix extras (#409)
Browse files Browse the repository at this point in the history
* feat: Add Helix extras

* docs: remove out of tree extras gen docs

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
  • Loading branch information
Finistere and folke committed Sep 25, 2023
1 parent 676044b commit a345a21
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme. Includes
### 馃嵀 Extras

<!-- extras:start -->

- [Alacritty](https://github.com/alacritty/alacritty) ([alacritty](extras/alacritty))
- [Delta](https://github.com/dandavison/delta) ([delta](extras/delta))
- [Dunst](https://dunst-project.org/) ([dunst](extras/dunst))
- [Fish](https://fishshell.com/docs/current/index.html) ([fish](extras/fish))
- [Fish Themes](https://fishshell.com/docs/current/interactive.html#syntax-highlighting) ([fish_themes](extras/fish_themes))
- [Foot](https://codeberg.org/dnkl/foot) ([foot](extras/foot))
- [GitUI](https://github.com/extrawurst/gitui) ([gitui](extras/gitui))
- [Helix](https://helix-editor.com/) ([helix](extras/helix))
- [iTerm](https://iterm2.com/) ([iterm](extras/iterm))
- [Kitty](https://sw.kovidgoyal.net/kitty/conf.html) ([kitty](extras/kitty))
- [Lua Table for testing](https://www.lua.org) ([lua](extras/lua))
Expand Down Expand Up @@ -300,7 +302,7 @@ How to add a new extra template:
1. Create a file like `lua/tokyonight/extra/cool-app.lua`.
2. Add the name and output file extension to the `extras` table in
`lua/tokyonight/extra/init.lua`.
3. Run the following command to generate new [extra](#-extras) themes:
3. Run the following command to generate new [extra](#-extras) themes from the tokyonight plugin directory:

```sh
nvim --headless "+lua require('tokyonight.extra').setup()" +qa
Expand Down

0 comments on commit a345a21

Please sign in to comment.