Awesome
Vaporlush
A vaporwave inspired Neovim theme made with lush.nvim
Supports:
- treesitter
- telescope
- fugitive
- 🆕 Obsidian
Preview
<img src="imgs/adamkali_vaporlush_1.png" alt="dark" style="border-radius:10%"/> | <img src="imgs/adamkali_vaporlush_2.png" alt="dark" style="border-radius:10%"/> |
<img src="imgs/adamkali_vaporlush_3.png" alt="dark" style="border-radius:10%"/> | <img src="imgs/adamkali_vaporlush_4.png" alt="dark" style="border-radius:10%"/> |
Installation
- Using
vim-plug
:
Plug 'rktjmp/lush.nvim'
Plug 'adamkali/vaporlush'
- Using
packer
:
use { "adamkali/vaporlush", requires={ "rktjmp/lush.nvim" } }
- Using
lazy.nvim
:
{ "adamkali/vaporlush", dependencies={ "rktjmp/lush.nvim" } }
Setup
vim.api.nvim_command([[
colorscheme vaporlush
]])
or
colorscheme vaporlush
or
vim.cmd("colorscheme vaporlush")
Contributions
I use this colorscheme as my daily driver, as such the colorscheme is constantly being updated for what I want and crave. That being said, I am happy to take any suggestions via pull request.
Credits
This colorscheme is built with lush.nvim; for more information on Lush and a helper script to setup your repo clone.